@charset "UTF-8";html,body,#app{margin:0;padding:0;height:100%;width:100%;min-width:0;min-height:0}html,body,#app{background-color:var(--bg-color-page, var(--el-bg-color-page, #f7f8fa))}.app-root{height:100%;width:100%;background-color:var(--bg-color-page, var(--el-bg-color-page, #f7f8fa))}body.route-login,body.route-login #app,body.route-login .app-root{background:transparent!important}:root{--sidebar-width: 240px;--sidebar-width-collapsed: 64px;--sidebar-header-height: 80px;--navbar-height: 64px;--content-max-width: none;--content-padding: var(--spacing-lg);--content-padding-mobile: 16px;--breakpoint-xs: 480px;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--gap-xs: 8px;--gap-sm: 12px;--gap-md: 16px;--gap-lg: 24px;--gap-xl: 32px;--z-sidebar: 1001;--z-navbar: 100;--z-mobile-overlay: 1040;--z-content: 1}.app-container{display:flex;height:100vh;overflow:hidden;background:var(--bg-secondary, #f5f7fa);position:relative}.app-container *{box-sizing:border-box}.sidebar{position:fixed;top:var(--header-height, 64px);left:0;bottom:0;width:var(--sidebar-width);height:calc(100vh - var(--header-height, 64px));background:var(--sidebar-bg, #ffffff);border-right:1px solid var(--border-color, #e5e7eb);z-index:var(--z-sidebar);transition:all .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden}.sidebar.collapsed{width:var(--sidebar-width-collapsed)}.sidebar.collapsed .sidebar-header{padding:var(--spacing-lg) 8px}.sidebar .sidebar-header{height:var(--sidebar-header-height);padding:var(--spacing-lg) 16px;border-bottom:1px solid var(--border-color, #e5e7eb);display:flex;align-items:center;justify-content:center;transition:padding .3s ease}.sidebar .sidebar-nav{flex:1;padding:var(--gap-sm);overflow-y:auto;overflow-x:hidden}.sidebar .sidebar-nav .nav-item,.sidebar .sidebar-nav .center-item{display:flex;align-items:center;gap:var(--gap-sm);padding:10px 12px;margin:var(--spacing-xs) 0;border-radius:8px;transition:all .2s ease;text-decoration:none;color:var(--text-secondary, #6b7280)}.sidebar .sidebar-nav .nav-item:hover,.sidebar .sidebar-nav .center-item:hover{background:var(--bg-hover, rgba(124, 127, 245, .08));color:var(--primary-color, #7c7ff5);transform:translate(2px)}.sidebar .sidebar-nav .nav-item.active,.sidebar .sidebar-nav .center-item.active{background:var(--primary-color, #7c7ff5);color:#fff;box-shadow:0 2px 8px rgba(124,127,245,.25)}.sidebar .user-section{padding:var(--gap-md);border-top:1px solid var(--border-color, #e5e7eb);margin-top:auto}.main-container{flex:1;display:flex;flex-direction:column;margin-left:var(--sidebar-width);min-height:100vh;background:var(--bg-secondary, #f5f7fa);transition:margin-left .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.main-container.main-expanded{margin-left:var(--sidebar-width-collapsed)}.main-container .navbar{height:var(--navbar-height);background:var(--bg-color, #ffffff);border-bottom:1px solid var(--border-color-lighter, #ebeef5);padding:0 var(--content-padding);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:var(--z-navbar);flex-shrink:0}.main-container .page-content{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--bg-secondary, #f5f7fa)}.page-container,.center-page,.dashboard-center,.center-content{width:100%;margin:0 auto;padding:var(--content-padding)}.page-container .page-header,.center-page .page-header,.dashboard-center .page-header,.center-content .page-header{margin-bottom:var(--gap-lg);padding:var(--gap-lg);background:var(--bg-color, #ffffff);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.page-container .welcome-section,.center-page .welcome-section,.dashboard-center .welcome-section,.center-content .welcome-section{margin-bottom:var(--gap-lg);padding:var(--welcome-section-padding-y, var(--gap-lg)) var(--welcome-section-padding-x, var(--gap-lg));background:var(--bg-color, #ffffff);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.page-container .stats-overview,.page-container .stats-grid,.center-page .stats-overview,.center-page .stats-grid,.dashboard-center .stats-overview,.dashboard-center .stats-grid,.center-content .stats-overview,.center-content .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--gap-lg);margin-bottom:var(--gap-xl)}.page-container .content-section,.page-container .quick-navigation,.page-container .system-status,.center-page .content-section,.center-page .quick-navigation,.center-page .system-status,.dashboard-center .content-section,.dashboard-center .quick-navigation,.dashboard-center .system-status,.center-content .content-section,.center-content .quick-navigation,.center-content .system-status{margin-bottom:var(--gap-xl);padding:var(--gap-lg);background:var(--bg-color, #ffffff);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.page-container .content-section h3,.page-container .quick-navigation h3,.page-container .system-status h3,.center-page .content-section h3,.center-page .quick-navigation h3,.center-page .system-status h3,.dashboard-center .content-section h3,.dashboard-center .quick-navigation h3,.dashboard-center .system-status h3,.center-content .content-section h3,.center-content .quick-navigation h3,.center-content .system-status h3{margin-bottom:var(--gap-md);font-size:var(--text-lg);font-weight:600;color:var(--text-primary)}.page-container .nav-grid,.center-page .nav-grid,.dashboard-center .nav-grid,.center-content .nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--gap-md)}@media (min-width: 1536px){.page-container,.center-page,.dashboard-center,.center-content{max-width:none;padding:var(--gap-xl)}}@media (max-width: var(--breakpoint-xl)){.page-container,.center-page,.dashboard-center,.center-content{max-width:none;padding:var(--gap-lg)}.stats-overview,.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: var(--breakpoint-lg)){:root{--sidebar-width: 260px;--content-padding: var(--spacing-lg)}.main-container{margin-left:var(--sidebar-width)}.main-container.main-expanded{margin-left:var(--sidebar-width-collapsed)}.nav-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: var(--breakpoint-md)){.sidebar{transform:translate(-100%)}.sidebar.sidebar-open,.sidebar.show{transform:translate(0)}.main-container{margin-left:0!important}.main-container .navbar{padding:0 var(--content-padding-mobile)}.page-container,.center-page,.dashboard-center,.center-content{padding:var(--content-padding-mobile)}.page-container .stats-overview,.page-container .stats-grid,.center-page .stats-overview,.center-page .stats-grid,.dashboard-center .stats-overview,.dashboard-center .stats-grid,.center-content .stats-overview,.center-content .stats-grid{grid-template-columns:1fr;gap:var(--gap-md)}.page-container .nav-grid,.center-page .nav-grid,.dashboard-center .nav-grid,.center-content .nav-grid{grid-template-columns:1fr}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:var(--z-mobile-overlay);display:block}.mobile-overlay:not(.show){display:none}}@media (max-width: var(--breakpoint-xs)){:root{--content-padding-mobile: 12px;--gap-lg: 16px;--gap-md: 12px}.sidebar{width:100vw}.page-header,.welcome-section{padding:var(--gap-md);margin-bottom:var(--gap-md)}}.flex-container{display:flex;gap:var(--gap-md)}.flex-container.flex-wrap{flex-wrap:wrap}.flex-container.flex-center{align-items:center;justify-content:center}.flex-container.flex-between{justify-content:space-between}.grid-container{display:grid;gap:var(--gap-md)}.grid-container.grid-2{grid-template-columns:repeat(2,1fr)}.grid-container.grid-3{grid-template-columns:repeat(3,1fr)}.grid-container.grid-4{grid-template-columns:repeat(4,1fr)}.grid-container.grid-responsive{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.content-centered{margin:0 auto;padding:0 var(--content-padding)}.theme-dark .main-container .navbar,[data-theme=dark] .main-container .navbar{background:var(--bg-color, #1d1e1f);border-bottom-color:var(--border-color, #414243)}.theme-dark .page-container .page-header,.theme-dark .page-container .content-section,.theme-dark .center-page .page-header,.theme-dark .center-page .content-section,.theme-dark .dashboard-center .page-header,.theme-dark .dashboard-center .content-section,[data-theme=dark] .page-container .page-header,[data-theme=dark] .page-container .content-section,[data-theme=dark] .center-page .page-header,[data-theme=dark] .center-page .content-section,[data-theme=dark] .dashboard-center .page-header,[data-theme=dark] .dashboard-center .content-section{background:var(--bg-card, #262727);box-shadow:0 1px 3px rgba(0,0,0,.5)}.will-change-transform{will-change:transform}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden}.contain-layout{contain:layout}:root{--el-color-primary: var(--primary-color);--el-color-primary-light-3: var(--primary-light);--el-color-primary-light-5: var(--primary-lighter);--el-color-primary-light-7: var(--primary-extra-light);--el-color-primary-light-8: var(--primary-extra-light);--el-color-primary-light-9: var(--primary-extra-light);--el-color-primary-dark-2: var(--primary-dark);--el-color-success: var(--success-color);--el-color-success-light-3: var(--success-light);--el-color-success-light-5: var(--success-lighter);--el-color-success-light-7: var(--success-extra-light);--el-color-success-light-8: var(--success-extra-light);--el-color-success-light-9: var(--success-extra-light);--el-color-warning: var(--warning-color);--el-color-warning-light-3: var(--warning-light);--el-color-warning-light-5: var(--warning-lighter);--el-color-warning-light-7: var(--warning-extra-light);--el-color-warning-light-8: var(--warning-extra-light);--el-color-warning-light-9: var(--warning-extra-light);--el-color-danger: var(--danger-color);--el-color-danger-light-3: var(--danger-light);--el-color-danger-light-5: var(--danger-lighter);--el-color-danger-light-7: var(--danger-extra-light);--el-color-danger-light-8: var(--danger-extra-light);--el-color-danger-light-9: var(--danger-extra-light);--el-color-info: var(--info-color);--el-color-info-light-3: var(--info-light);--el-color-info-light-5: var(--info-lighter);--el-color-info-light-7: var(--info-extra-light);--el-color-info-light-8: var(--info-extra-light);--el-color-info-light-9: var(--info-extra-light);--el-text-color-primary: var(--text-primary);--el-text-color-regular: var(--text-regular);--el-text-color-secondary: var(--text-secondary);--el-text-color-placeholder: var(--text-placeholder);--el-text-color-disabled: var(--text-disabled);--el-bg-color: var(--bg-color);--el-bg-color-page: var(--bg-color-page);--el-bg-color-overlay: var(--bg-color-overlay);--el-fill-color-blank: var(--bg-card);--el-fill-color: var(--bg-tertiary);--el-fill-color-light: var(--bg-hover);--el-fill-color-lighter: var(--bg-secondary);--el-fill-color-extra-light: var(--bg-color-page);--el-border-color: var(--border-color);--el-border-color-light: var(--border-color-light);--el-border-color-lighter: var(--border-color-lighter);--el-border-color-extra-light: var(--border-color-extra-light);--el-border-color-dark: var(--border-color-dark);--el-border-radius-base: var(--radius-md);--el-border-radius-small: var(--radius-sm);--el-border-radius-round: var(--radius-full);--el-font-family: var(--font-family-base);--el-font-size-base: var(--text-base);--el-font-size-small: var(--text-sm);--el-font-size-large: var(--text-lg);--el-component-size-large: var(--input-height-lg);--el-component-size: var(--input-height-md);--el-component-size-small: var(--input-height-sm);--el-box-shadow: var(--shadow-md);--el-box-shadow-light: var(--shadow-sm);--el-box-shadow-dark: var(--shadow-lg);--el-transition-duration: var(--transition-base);--el-transition-duration-fast: var(--transition-fast);--el-card-bg-color: rgba(255, 255, 255, .7);--el-card-border-color: var(--card-border, var(--el-border-color-light));--el-card-shadow: 0 8px 32px rgba(31, 38, 135, .1)}.el-icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor;transition:all var(--transition-fast);width:1em;height:1em;font-size:inherit}.el-button .el-icon{color:inherit;margin-right:6px}.el-button .el-icon:last-child{margin-right:0}.el-button .el-icon:only-child{margin-right:0}.el-icon.icon-primary{color:var(--primary-color)}.el-icon.icon-success{color:var(--success-color)}.el-icon.icon-warning{color:var(--warning-color)}.el-icon.icon-danger{color:var(--danger-color)}.el-icon.icon-info{color:var(--info-color)}.el-icon:hover{transform:scale(1.05)}.el-button--primary .el-icon,.el-button--success .el-icon,.el-button--warning .el-icon,.el-button--danger .el-icon,.el-button--info .el-icon{color:#fff}.el-button--default .el-icon{color:var(--text-secondary)}.el-button.is-text .el-icon,.el-button.is-link .el-icon{color:var(--primary-color)}.el-button.is-disabled .el-icon{color:var(--text-disabled)}.el-button{border-radius:var(--radius-md);font-weight:500;transition:all var(--transition-base);min-height:36px;min-width:64px}.el-button--large{height:var(--button-height-lg);padding:0 var(--spacing-lg);font-size:var(--text-lg);min-height:40px;min-width:80px}.el-button--default{height:var(--button-height-md);padding:0 var(--spacing-md);font-size:var(--text-base)}.el-button--small{height:var(--button-height-sm);padding:0 var(--spacing-sm);font-size:var(--text-sm);min-height:32px;min-width:70px;font-size:var(--text-sm)!important;padding:var(--spacing-xs) 8px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-button--small .el-icon{font-size:var(--text-sm);margin-right:4px}.el-button.is-plain{background:transparent}.el-button.is-plain.el-button--primary{color:var(--primary-color);border-color:var(--primary-color)}.el-button.is-plain.el-button--primary:hover{background:var(--primary-extra-light)}.el-button.is-plain.el-button--success{color:var(--success-color);border-color:var(--success-color)}.el-button.is-plain.el-button--success:hover{background:var(--success-extra-light)}.el-button.is-plain.el-button--warning{color:var(--warning-color);border-color:var(--warning-color)}.el-button.is-plain.el-button--warning:hover{background:var(--warning-extra-light)}.el-button.is-plain.el-button--danger{color:var(--danger-color);border-color:var(--danger-color)}.el-button.is-plain.el-button--danger:hover{background:var(--danger-extra-light)}.el-button.is-plain.el-button--info{color:var(--info-color);border-color:var(--info-color)}.el-button.is-plain.el-button--info:hover{background:var(--info-extra-light)}.el-button.is-text{background:transparent;border:none;padding:var(--spacing-xs) var(--spacing-sm)}.el-button.is-text:hover{background:var(--bg-hover)}.el-button.is-link{background:transparent;border:none;padding:var(--spacing-xs) 8px;height:auto;text-decoration:underline;min-width:60px;font-size:var(--text-sm)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-button.is-link:hover{text-decoration:none}.el-button.is-link.el-button--small{min-width:70px;padding:var(--spacing-xs) 8px;font-size:var(--text-sm)!important}.el-button.is-link.el-button--small .el-icon{font-size:var(--text-sm);margin-right:4px}.el-button.is-circle{border-radius:var(--radius-full);padding:var(--spacing-sm)}.el-button.is-round{border-radius:var(--radius-2xl)}.el-button.is-disabled,.el-button:disabled{opacity:.5;cursor:not-allowed}.el-button.is-disabled:hover,.el-button:disabled:hover{transform:none}.el-button.is-loading{pointer-events:none}.el-button.is-loading .el-icon{animation:rotate 1s linear infinite}@media (max-width: 767px){.el-button .el-button{min-height:44px;padding:var(--spacing-sm) 16px}.el-button .el-button--small{min-height:40px;padding:6px 12px}.el-button .el-button--large{min-height:48px;padding:var(--spacing-md) 20px}}.el-button--primary{background-color:var(--button-primary-bg);border-color:var(--button-primary-border);color:#fff}.el-button--primary:hover{background-color:var(--button-primary-hover);border-color:var(--button-primary-hover);color:#fff}.el-button--primary:active{background-color:var(--button-primary-active);border-color:var(--button-primary-active);color:#fff}.el-button--success{background-color:var(--button-success-bg);border-color:var(--button-success-border);color:#fff}.el-button--success:hover{background-color:var(--button-success-hover);border-color:var(--button-success-hover);color:#fff}.el-button--success:active{background-color:var(--button-success-active);border-color:var(--button-success-active);color:#fff}.el-button--warning{background-color:var(--button-warning-bg);border-color:var(--button-warning-border);color:#fff}.el-button--warning:hover{background-color:var(--button-warning-hover);border-color:var(--button-warning-hover);color:#fff}.el-button--warning:active{background-color:var(--button-warning-active);border-color:var(--button-warning-active);color:#fff}.el-button--danger{background-color:var(--button-danger-bg);border-color:var(--button-danger-border);color:#fff}.el-button--danger:hover{background-color:var(--button-danger-hover);border-color:var(--button-danger-hover);color:#fff}.el-button--danger:active{background-color:var(--button-danger-active);border-color:var(--button-danger-active);color:#fff}.el-button--info{background-color:var(--button-info-bg);border-color:var(--button-info-border);color:#fff}.el-button--info:hover{background-color:var(--button-info-hover);border-color:var(--button-info-hover);color:#fff}.el-button--info:active{background-color:var(--button-info-active);border-color:var(--button-info-active);color:#fff}.el-card .el-button{box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.el-card .el-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.el-button-group .el-button{border-radius:0;margin:0}.el-button-group .el-button:first-child{border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.el-button-group .el-button:last-child{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.el-button-group .el-button:not(:first-child){margin-left:-1px}.el-button-group .el-button:hover{z-index:1}.el-button-group .el-button:focus{z-index:2}.el-table{background-color:var(--bg-card);color:var(--text-primary);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color-light)}.el-table .el-table__header-wrapper .el-table__header th{background-color:var(--bg-secondary);color:var(--text-primary);border-bottom:2px solid var(--border-color-light);font-weight:600}.el-table .el-table__header-wrapper .el-table__header th .cell{padding:var(--spacing-md)}.el-table .el-table__body-wrapper .el-table__body tr{transition:background-color var(--transition-base)}.el-table .el-table__body-wrapper .el-table__body tr:hover{background-color:var(--bg-hover)}.el-table .el-table__body-wrapper .el-table__body tr td{border-bottom:1px solid var(--border-color-lighter);color:var(--text-primary)}.el-table .el-table__body-wrapper .el-table__body tr td .cell{padding:var(--spacing-md)}.el-table.el-table--striped .el-table__body tr.el-table__row--striped td{background-color:var(--bg-tertiary)}.el-table.el-table--border{border:1px solid var(--border-color-light)}.el-table.el-table--border td,.el-table.el-table--border th{border-right:1px solid var(--border-color-lighter)}.el-table.el-table--border td:last-child,.el-table.el-table--border th:last-child{border-right:none}.el-table .el-table__empty-block{background-color:var(--bg-card)}.el-table .el-table__empty-block .el-table__empty-text{color:var(--text-secondary)}@media (max-width: 767px){.el-table{border-radius:var(--radius-md)}.el-table .el-table__header-wrapper .cell,.el-table .el-table__body-wrapper .cell{padding:var(--spacing-sm);font-size:var(--text-sm)}}.el-input .el-input__wrapper{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-base)}.el-input .el-input__wrapper:hover{border-color:var(--primary-light)}.el-input .el-input__wrapper.is-focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-extra-light)}.el-input .el-input__inner{color:var(--text-primary);font-size:var(--text-base)}.el-input .el-input__inner::-moz-placeholder{color:var(--text-placeholder)}.el-input .el-input__inner::placeholder{color:var(--text-placeholder)}.el-input.el-input--large .el-input__wrapper{height:var(--input-height-lg)}.el-input.el-input--large .el-input__inner{font-size:var(--text-lg)}.el-input.el-input--small .el-input__wrapper{height:var(--input-height-sm)}.el-input.el-input--small .el-input__inner{font-size:var(--text-sm)}.el-input.is-disabled .el-input__wrapper{background-color:var(--bg-secondary);border-color:var(--border-color-light);cursor:not-allowed}.el-input.is-disabled .el-input__inner{color:var(--text-disabled)}.el-textarea .el-textarea__inner{background-color:var(--bg-card);border-color:var(--border-color);color:var(--text-primary);border-radius:var(--radius-md)}.el-textarea .el-textarea__inner:hover{border-color:var(--primary-light)}.el-textarea .el-textarea__inner:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-extra-light)}.el-textarea .el-textarea__inner::-moz-placeholder{color:var(--text-placeholder)}.el-textarea .el-textarea__inner::placeholder{color:var(--text-placeholder)}.el-select .el-select__wrapper{background-color:var(--bg-card);border-color:var(--border-color);border-radius:var(--radius-md)}.el-select .el-select__wrapper:hover{border-color:var(--primary-light)}.el-select .el-select__wrapper.is-focused{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-extra-light)}.el-select .el-select__placeholder{color:var(--text-placeholder)}.el-select .el-select__selected-item{color:var(--text-primary)}.el-select-dropdown{background-color:var(--bg-card);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.el-select-dropdown .el-select-dropdown__item{color:var(--text-primary)}.el-select-dropdown .el-select-dropdown__item:hover{background-color:var(--bg-hover)}.el-select-dropdown .el-select-dropdown__item.is-selected{background-color:var(--bg-active);color:var(--primary-color);font-weight:500}.el-pagination .el-pager li{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:all var(--transition-base)}.el-pagination .el-pager li:hover{background-color:var(--bg-hover);border-color:var(--primary-light)}.el-pagination .el-pager li.is-active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.el-pagination .btn-prev,.el-pagination .btn-next{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm)}.el-pagination .btn-prev:hover,.el-pagination .btn-next:hover{background-color:var(--bg-hover);border-color:var(--primary-light)}.el-pagination .btn-prev:disabled,.el-pagination .btn-next:disabled{background-color:var(--bg-secondary);color:var(--text-disabled);border-color:var(--border-color-light)}.el-pagination .el-pagination__total,.el-pagination .el-pagination__jump{color:var(--text-primary)}@media (max-width: 767px){.el-pagination .el-pagination__sizes,.el-pagination .el-pagination__jump{display:none}.el-pagination .el-pager li{min-width:32px;height:32px;line-height:30px;font-size:var(--text-sm)}}.el-card{background-color:var(--bg-card);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);backdrop-filter:blur(10px);background:var(--el-card-bg-color, var(--bg-card, rgba(255, 255, 255, .7)))!important;border:1px solid var(--el-card-border-color, var(--card-border, var(--border-color)))!important;box-shadow:var(--el-card-shadow, 0 8px 32px rgba(31, 38, 135, .1))!important}.el-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.el-card .el-card__header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color-light);padding:var(--spacing-lg)}@media (max-width: 767px){.el-card .el-card__header{padding:var(--spacing-md)}}.el-card .el-card__body{padding:var(--spacing-lg);color:var(--text-primary)}@media (max-width: 767px){.el-card .el-card__body{padding:var(--spacing-md)}}.el-card.is-hover-shadow:hover{box-shadow:var(--shadow-lg)}.el-card.is-always-shadow{box-shadow:var(--shadow-md)}.el-dialog{background-color:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl)}.el-dialog .el-dialog__header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color-light);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:var(--spacing-lg)}.el-dialog .el-dialog__header .el-dialog__title{color:var(--text-primary);font-weight:600;font-size:var(--text-lg)}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:var(--text-secondary)}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover{color:var(--text-primary)}.el-dialog .el-dialog__body{padding:var(--spacing-lg);color:var(--text-primary)}@media (max-width: 767px){.el-dialog .el-dialog__body{padding:var(--spacing-md)}}.el-dialog .el-dialog__footer{padding:var(--spacing-lg);border-top:1px solid var(--border-color-light);background-color:var(--bg-tertiary);border-radius:0 0 var(--radius-xl) var(--radius-xl)}@media (max-width: 767px){.el-dialog .el-dialog__footer{padding:var(--spacing-md)}}@media (max-width: 767px){.el-dialog{margin:var(--spacing-md);width:calc(100% - var(--spacing-xl));max-width:none}}.el-overlay{background-color:var(--bg-color-overlay);backdrop-filter:blur(4px)}.el-tag{border-radius:var(--radius-sm)!important;font-weight:500;font-size:var(--text-xs);padding:var(--spacing-xs) var(--spacing-sm);line-height:1.5;transition:all var(--transition-base);border-width:1px!important;border-style:solid!important}.el-tag.el-tag--primary{background-color:var(--primary-extra-light)!important;border-color:var(--primary-light)!important;color:var(--primary-dark)!important}.el-tag.el-tag--primary:hover{background-color:var(--primary-lighter)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(91,141,239,.2)}.el-tag.el-tag--success{background-color:var(--success-extra-light)!important;border-color:var(--success-light)!important;color:var(--success-color)!important}.el-tag.el-tag--success:hover{background-color:var(--success-lighter)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(82,196,26,.2)}.el-tag.el-tag--warning{background-color:var(--warning-extra-light)!important;border-color:var(--warning-light)!important;color:var(--warning-color)!important}.el-tag.el-tag--warning:hover{background-color:var(--warning-lighter)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(230,162,60,.2)}.el-tag.el-tag--danger{background-color:var(--danger-extra-light)!important;border-color:var(--danger-light)!important;color:var(--danger-color)!important}.el-tag.el-tag--danger:hover{background-color:var(--danger-lighter)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(245,108,108,.2)}.el-tag.el-tag--info{background-color:var(--info-extra-light)!important;border-color:var(--info-light)!important;color:var(--info-color)!important}.el-tag.el-tag--info:hover{background-color:var(--info-lighter)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(144,147,153,.2)}.el-tag.el-tag--large{font-size:var(--text-sm);padding:var(--spacing-sm) var(--spacing-md)}.el-tag.el-tag--small{font-size:10px;padding:2px var(--spacing-xs)}.el-tag .el-tag__close{color:inherit;margin-left:var(--spacing-xs)}.el-tag .el-tag__close:hover{color:var(--text-primary);background-color:rgba(0,0,0,.1);border-radius:var(--radius-xs)}.el-tag.is-disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.3)}.el-tag.is-plain{background-color:transparent!important;border-color:currentColor}.el-form .el-form-item{margin-bottom:var(--spacing-lg)}.el-form .el-form-item .el-form-item__label{color:var(--text-primary);font-weight:500}.el-form .el-form-item .el-form-item__error{color:var(--danger-color);font-size:var(--text-sm)}.el-form.el-form--compact .el-form-item{margin-bottom:var(--spacing-md)}@media (max-width: 767px){.el-form .el-form-item{margin-bottom:var(--spacing-md)}.el-form .el-form-item .el-form-item__label{font-size:var(--text-sm);width:100%!important;text-align:left!important;margin-bottom:8px;padding:0!important}.el-form .el-form-item .el-form-item__content{margin-left:0!important;width:100%}}.el-message{background-color:var(--bg-card);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text-primary)}.el-message.el-message--success{border-color:var(--success-light)}.el-message.el-message--success .el-message__icon{color:var(--success-color)}.el-message.el-message--warning{border-color:var(--warning-light)}.el-message.el-message--warning .el-message__icon{color:var(--warning-color)}.el-message.el-message--error{border-color:var(--danger-light)}.el-message.el-message--error .el-message__icon{color:var(--danger-color)}.el-loading-mask{background-color:var(--bg-color-overlay);backdrop-filter:blur(2px)}.el-loading-mask .el-loading-spinner .el-loading-text{color:var(--text-primary)}.el-loading-mask .el-loading-spinner .circular{color:var(--primary-color)}[data-theme=dark] .el-popper{background-color:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .el-tooltip__popper{background-color:var(--bg-tertiary);border-color:var(--border-color)}[data-theme=dark] .el-tooltip__popper .el-tooltip__arrow:before{border-color:var(--border-color)}[data-theme=dark] .el-dropdown-menu{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .el-dropdown-menu .el-dropdown-menu__item{color:var(--text-primary)}[data-theme=dark] .el-dropdown-menu .el-dropdown-menu__item:hover{background-color:var(--bg-hover)}.el-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.el-button:focus:not(:focus-visible){outline:none}.el-table tbody tr:focus{outline:2px solid var(--primary-color);outline-offset:-2px}.el-table tbody tr:focus:not(:focus-visible){outline:none}.el-card[tabindex]:focus{outline:2px solid var(--primary-color);outline-offset:2px}.el-card[tabindex]:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){.el-button{border-width:2px}.el-button:not(.is-text):not(.is-link){border-color:currentColor}.el-table{border:2px solid var(--text-primary)}.el-table th,.el-table td{border-color:var(--text-primary)}.el-card{border-width:2px;border-color:var(--text-primary)}.el-card:hover{border-color:var(--primary-color)}}.el-table .action-buttons{display:flex;gap:var(--spacing-xs);flex-wrap:wrap}.el-table .action-buttons .el-button{min-width:60px;font-size:var(--text-sm)!important;padding:var(--spacing-xs) 8px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-table .action-buttons .el-button.el-button--small{min-width:70px;font-size:var(--text-sm)!important;padding:var(--spacing-xs) 8px!important}.el-table .action-buttons .el-button.is-link{min-width:60px;padding:var(--spacing-xs) 8px!important;font-size:var(--text-sm)!important}.el-table .action-buttons .el-button.is-link.el-button--small{min-width:70px}.el-table .action-buttons .el-button .el-icon{font-size:var(--text-sm);margin-right:4px}.el-timeline-item .footer-actions{display:flex;gap:var(--spacing-sm)}.el-timeline-item .footer-actions .action-button{font-size:var(--text-sm)!important;min-width:70px;padding:var(--spacing-xs) 8px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-timeline-item .footer-actions .action-button .el-icon{font-size:var(--text-sm);margin-right:4px}@media (prefers-reduced-motion: reduce){.el-button,.el-card,.el-table tbody tr,.el-pagination .el-pager li{transition:none}.el-button.is-loading .el-icon{animation:none}.el-button:hover,.el-card:hover{transform:none}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-action-buttons{display:flex;gap:var(--spacing-sm);align-items:center;justify-content:flex-start;flex-wrap:wrap}.table-action-buttons .el-button{margin:0!important;padding:5px 12px;font-size:var(--text-sm)}.table-action-buttons .el-button:not(:last-child){margin-right:0!important}.table-action-buttons.cell-buttons{min-height:32px}.form-footer-buttons{display:flex;justify-content:center;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg) 0;margin-top:24px;border-top:1px solid #e5e7eb}.form-footer-buttons .el-button{min-width:100px;padding:10px 24px;font-size:var(--text-sm);font-weight:500;margin:0!important}@media (max-width: var(--breakpoint-md)){.form-footer-buttons{flex-direction:column;gap:var(--spacing-md)}.form-footer-buttons .el-button{width:100%}}.card-header-buttons{display:flex;gap:var(--spacing-md);align-items:center;flex-wrap:wrap}.card-header-buttons .el-button{margin:0!important}.card-header-buttons .el-button:not(:last-child){margin-right:0!important}@media (max-width: var(--breakpoint-md)){.card-header-buttons{width:100%;justify-content:flex-start}}.list-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:var(--spacing-md);flex-wrap:wrap}.list-header-actions .left-actions,.list-header-actions .right-actions{display:flex;gap:var(--spacing-md);align-items:center;flex-wrap:wrap}.list-header-actions .left-actions .el-button,.list-header-actions .right-actions .el-button{margin:0!important}.list-header-actions .left-actions{flex:1;min-width:200px}.list-header-actions .right-actions{flex-shrink:0}@media (max-width: var(--breakpoint-md)){.list-header-actions{flex-direction:column;align-items:stretch}.list-header-actions .left-actions,.list-header-actions .right-actions{width:100%;justify-content:flex-start}}.search-bar-buttons{display:flex;gap:var(--spacing-md);align-items:center;flex-wrap:wrap}.search-bar-buttons .el-button{margin:0!important}@media (max-width: var(--breakpoint-md)){.search-bar-buttons{width:100%}.search-bar-buttons .el-button{flex:1}}.dialog-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) 0 0 0}.dialog-footer-buttons .el-button{min-width:80px;margin:0!important}@media (max-width: var(--breakpoint-md)){.dialog-footer-buttons{justify-content:center}.dialog-footer-buttons .el-button{flex:1;max-width:150px}}.drawer-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) 24px;border-top:1px solid #e5e7eb;background:#fafbfc}.drawer-footer-buttons .el-button{min-width:80px;margin:0!important}@media (max-width: var(--breakpoint-md)){.drawer-footer-buttons{justify-content:center}.drawer-footer-buttons .el-button{flex:1}}.button-group{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}.button-group .el-button{margin:0!important}.button-group.button-group-vertical{flex-direction:column;align-items:stretch}.button-group.button-group-vertical .el-button{width:100%}.floating-action-button{position:fixed;right:24px;bottom:24px;z-index:1000}.floating-action-button .el-button{width:56px;height:56px;border-radius:50%;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.15)}.floating-action-button .el-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.2)}.floating-action-button .el-button .el-icon{font-size:var(--text-2xl)}@media (max-width: var(--breakpoint-md)){.floating-action-button{right:16px;bottom:16px}.floating-action-button .el-button{width:48px;height:48px}.floating-action-button .el-button .el-icon{font-size:var(--text-xl)}}.pagination-container{display:flex;justify-content:center;align-items:center;padding:var(--spacing-lg) 0}.pagination-container :deep(.el-pagination) .el-pager li{margin:0 4px;min-width:32px;height:32px;line-height:32px;border-radius:6px}.pagination-container :deep(.el-pagination) .el-pager li.is-active{background:var(--primary-color);color:#fff}.pagination-container :deep(.el-pagination) .btn-prev,.pagination-container :deep(.el-pagination) .btn-next{min-width:32px;height:32px;line-height:32px;border-radius:6px}@media (max-width: var(--breakpoint-md)){.pagination-container{padding:var(--spacing-md) 0}.pagination-container :deep(.el-pagination) .el-pagination__sizes,.pagination-container :deep(.el-pagination) .el-pagination__jump{display:none}}.toolbar-buttons{display:flex;gap:var(--spacing-sm);align-items:center;padding:var(--spacing-md) 0;flex-wrap:wrap}.toolbar-buttons .el-button{margin:0!important}.toolbar-buttons .toolbar-divider{width:1px;height:24px;background:#e5e7eb;margin:0 4px}.el-button+.el-button{margin-left:0!important}.el-form-item__content>.el-button{margin-left:0!important}@media (max-width: var(--breakpoint-md)){.hide-on-mobile{display:none!important}.full-width-on-mobile{width:100%!important}}@media (max-width: var(--breakpoint-xs)){.hide-on-small-mobile{display:none!important}}.el-button--primary{color:#fff}.el-button--primary:hover,.el-button--primary:focus,.el-button--primary:active{color:#fff}.el-button--success{color:#fff}.el-button--success:hover,.el-button--success:focus,.el-button--success:active{color:#fff}.el-button--warning{color:#fff}.el-button--warning:hover,.el-button--warning:focus,.el-button--warning:active{color:#fff}.el-button--danger{color:#fff}.el-button--danger:hover,.el-button--danger:focus,.el-button--danger:active{color:#fff}.el-button--info{color:#fff}.el-button--info:hover,.el-button--info:focus,.el-button--info:active{color:#fff}:root{--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--spacing-4xl: 80px;--spacing-5xl: 96px;--app-gap-xs: var(--spacing-xs);--app-gap-sm: var(--spacing-sm);--app-gap: var(--spacing-md);--app-gap-lg: var(--spacing-lg);--app-gap-xl: var(--spacing-xl);--breakpoint-xs: 480px;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--primary-color: #5b8def;--primary-hover: #4a7bd8;--primary-light: #7fa8f3;--primary-lighter: #a5c4f7;--primary-extra-light: #c6e2ff;--primary-dark: #3968c7;--primary-darker: #2857b5;--success-color: #52c41a;--success-light: #73d13d;--success-lighter: #95de64;--success-extra-light: #d9f7be;--success-dark: #389e0d;--success-color-light-9: rgba(82, 196, 26, .1);--success-color-light-7: rgba(82, 196, 26, .3);--success-color-light-5: rgba(82, 196, 26, .5);--success-color-light-3: rgba(82, 196, 26, .7);--warning-color: #e6a23c;--warning-light: #ebb563;--warning-lighter: #f0c78a;--warning-extra-light: #f5dab1;--warning-dark: #b88230;--warning-color-light-9: rgba(230, 162, 60, .1);--warning-color-light-7: rgba(230, 162, 60, .3);--warning-color-light-5: rgba(230, 162, 60, .5);--warning-color-light-3: rgba(230, 162, 60, .7);--danger-color: #f56c6c;--danger-light: #f78989;--danger-lighter: #fab6b6;--danger-extra-light: #fcd3d3;--danger-dark: #c03d3e;--danger-color-light-9: rgba(245, 108, 108, .1);--danger-color-light-7: rgba(245, 108, 108, .3);--danger-color-light-5: rgba(245, 108, 108, .5);--danger-color-light-3: rgba(245, 108, 108, .7);--info-color: #909399;--info-light: #a6a9ad;--info-lighter: #c8c9cc;--info-extra-light: #dedfe0;--info-dark: #73767a;--info-color-light-9: rgba(144, 147, 153, .1);--info-color-light-7: rgba(144, 147, 153, .3);--info-color-light-5: rgba(144, 147, 153, .5);--info-color-light-3: rgba(144, 147, 153, .7);--accent-personnel: #6366F1;--accent-enrollment: #3B82F6;--accent-activity: #F59E0B;--accent-marketing: #8B5CF6;--accent-system: #06B6D4;--accent-ai: #0EA5E9;--accent-default: var(--accent-personnel);--accent-personnel-hover: #4F46E5;--accent-enrollment-hover: #2563EB;--accent-activity-hover: #D97706;--accent-marketing-hover: #7C3AED;--accent-system-hover: #0891B2;--accent-ai-hover: #0284C7;--text-primary: #2c3e50;--text-regular: #5a6c7d;--text-secondary: #8492a6;--text-tertiary: #a3b1bf;--text-placeholder: #9ca3af;--text-disabled: #dcdfe6;--text-muted: var(--text-secondary);--bg-color: #ffffff;--bg-color-page: #f7f8fa;--bg-color-overlay: rgba(255, 255, 255, .9);--bg-card: var(--bg-color);--bg-secondary: #fafbfc;--bg-tertiary: #f5f6f7;--bg-hover: #f0f2f5;--bg-active: #e8f4ff;--primary-light-bg: rgba(64, 158, 255, .1);--success-light-bg: rgba(103, 194, 58, .1);--warning-light-bg: rgba(230, 162, 60, .1);--danger-light-bg: rgba(245, 108, 108, .1);--info-light-bg: rgba(144, 147, 153, .1);--border-color: #dcdfe6;--border-color-light: #e4e7ed;--border-color-lighter: #ebeef5;--border-color-extra-light: #f2f6fc;--border-color-dark: #d3d4d6;--ai-primary-glow: rgba(91, 141, 239, .4);--ai-bubble-user-bg: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);--ai-bubble-ai-bg: var(--bg-card);--ai-bubble-ai-bg-light: #f8f9fc;--ai-bubble-ai-bg-dark: linear-gradient(135deg, #2a2d35 0%, #1e2128 100%);--ai-bubble-ai-border: var(--border-color-light);--ai-thinking-pulse: var(--primary-color);--ai-input-bg: var(--bg-card);--ai-input-shadow: var(--shadow-lg);--ai-transition-bounce: cubic-bezier(.34, 1.56, .64, 1);--ai-transition-soft: cubic-bezier(.4, 0, .2, 1);--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);--gradient-success: linear-gradient(135deg, var(--success-color) 0%, var(--success-light) 100%);--gradient-info: linear-gradient(135deg, var(--info-color) 0%, var(--info-light) 100%);--gradient-warning: linear-gradient(135deg, var(--warning-color) 0%, var(--warning-light) 100%);--gradient-danger: linear-gradient(135deg, var(--danger-color) 0%, var(--danger-light) 100%);--gradient-purple: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);--gradient-blue: linear-gradient(135deg, var(--primary-color) 0%, #36d1dc 100%);--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--text-on-secondary: var(--text-primary);--text-on-success: #ffffff;--text-on-warning: #ffffff;--text-on-danger: #ffffff;--text-on-info: #ffffff;--button-primary-bg: var(--primary-color);--button-primary-hover: var(--primary-hover);--button-primary-active: var(--primary-dark);--button-primary-border: var(--primary-color);--button-success-bg: var(--success-color);--button-success-hover: var(--success-light);--button-success-active: var(--success-color);--button-success-border: var(--success-color);--button-warning-bg: var(--warning-color);--button-warning-hover: var(--warning-light);--button-warning-active: var(--warning-color);--button-warning-border: var(--warning-color);--button-danger-bg: var(--danger-color);--button-danger-hover: var(--danger-light);--button-danger-active: var(--danger-color);--button-danger-border: var(--danger-color);--button-info-bg: var(--info-color);--button-info-hover: var(--info-light);--button-info-active: var(--info-color);--button-info-border: var(--info-color);--button-on-primary-bg: rgba(255, 255, 255, .2);--button-on-primary-border: rgba(255, 255, 255, .3);--button-on-primary-hover-bg: rgba(255, 255, 255, .3);--button-on-primary-hover-border: rgba(255, 255, 255, .5);--radius-xs: 2px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--card-bg: var(--bg-card);--card-border: var(--border-color);--card-border-hover: var(--border-focus);--card-radius: var(--radius-lg);--card-padding: var(--spacing-lg);--card-shadow: 0 4px 16px rgba(0, 0, 0, .08);--card-shadow-hover: 0 16px 32px rgba(0, 0, 0, .12);--card-backdrop-filter: blur(10px);--card-transition: all .3s cubic-bezier(.25, .46, .45, .94);--card-transition-fast: transform .2s ease-out, opacity .2s ease-out;--card-transform-hover: translateY(-6px) scale(1.015);--card-will-change: transform, box-shadow, border-color;--card-backface-visibility: hidden;--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--font-family-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--text-5xl: 48px;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--font-thin: 100;--font-extralight: 200;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--sidebar-width: 220px;--sidebar-width-collapsed: 80px;--header-height: 64px;--toolbar-height: 48px;--footer-height: 60px;--tabbar-height: 56px;--logo-size: 40px;--logo-size-small: 32px;--logo-size-large: 48px;--sidebar-font-xs: 14px;--sidebar-font-sm: 16px;--sidebar-font-base: 18px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px;--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out;--transition-slower: .5s ease-in-out;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--z-toast: 1080;--input-height-sm: 32px;--input-height-md: 40px;--input-height-lg: 48px;--button-height-sm: 32px;--button-height-md: 40px;--button-height-lg: 48px;--container-padding-mobile: var(--spacing-md);--container-padding-tablet: var(--spacing-lg);--container-padding-desktop: var(--spacing-xl);--bg-primary-light: #f8fafc;--bg-secondary-light: #f1f5f9;--bg-tertiary-light: #e2e8f0;--bg-card-light: #ffffff;--bg-hover-light: #e2e8f0;--text-primary-light: #1e293b;--text-secondary-light: #475569;--text-muted-light: #64748b;--text-disabled-light: #94a3b8;--border-color-light: rgba(99, 102, 241, .12);--border-light-light: rgba(99, 102, 241, .08);--border-focus-light: rgba(99, 102, 241, .6);--bg-primary-dark: #0f172a;--bg-secondary-dark: #1e293b;--bg-tertiary-dark: #334155;--bg-card-dark: #1e293b;--bg-hover-dark: #334155;--text-primary-dark: #f8fafc;--text-secondary-dark: #cbd5e1;--text-muted-dark: #94a3b8;--text-disabled-dark: #64748b;--border-color-dark: rgba(255, 255, 255, .08);--border-light-dark: rgba(255, 255, 255, .12);--border-focus-dark: rgba(139, 92, 246, .6);--bg-sidebar-light: #f1f5f9;--sidebar-item-bg-light: rgba(0, 0, 0, .03);--sidebar-item-border-light: rgba(0, 0, 0, .08);--sidebar-item-hover-bg-light: rgba(0, 0, 0, .05);--sidebar-item-hover-border-light: rgba(99, 102, 241, .3);--sidebar-item-active-bg-light: var(--primary-color);--sidebar-item-active-border-light: var(--primary-color);--bg-sidebar-dark: #0f172a;--sidebar-item-bg-dark: rgba(30, 41, 59, .6);--sidebar-item-border-dark: rgba(51, 65, 85, .8);--sidebar-item-hover-bg-dark: rgba(30, 41, 59, .8);--sidebar-item-hover-border-dark: rgba(99, 102, 241, .5);--sidebar-item-active-bg-dark: #6366f1;--sidebar-item-active-border-dark: #6366f1;--el-bg-color-light: var(--bg-card-light);--el-bg-color-page-light: var(--bg-secondary-light);--el-text-color-primary-light: var(--text-primary-light);--el-text-color-regular-light: var(--text-secondary-light);--el-border-color-light: var(--border-color-light);--el-bg-color-dark: var(--bg-card-dark);--el-bg-color-page-dark: var(--bg-secondary-dark);--el-text-color-primary-dark: var(--text-primary-dark);--el-text-color-regular-dark: var(--text-secondary-dark);--el-border-color-dark: var(--border-color-dark);--surface-1: var(--bg-card);--surface-2: var(--bg-secondary);--surface-3: var(--bg-tertiary);--foreground: var(--text-primary);--accent: var(--primary-color);--accent-contrast: var(--text-on-primary);--border: var(--border-color);--shadow-card: 0 4px 16px rgba(0, 0, 0, .08);--shadow-card-hover: 0 16px 32px rgba(0, 0, 0, .12);--gradient-primary-start: var(--primary-color);--gradient-primary-end: var(--primary-hover);--gradient-success-start: #66bb6a;--gradient-success-end: #4caf50;--gradient-warning-start: #ff9800;--gradient-warning-end: #ff7043;--gradient-purple-start: #8b5cf6;--gradient-purple-end: #a855f7;--glow-primary: rgba(102, 126, 234, .3);--glow-success: rgba(102, 187, 106, .3);--glow-warning: rgba(255, 152, 0, .3);--glow-purple: rgba(139, 92, 246, .3);--backdrop-blur: blur(10px);--backdrop-blur-sm: blur(5px);--border-glass: rgba(255, 255, 255, .1);--button-glass-bg: rgba(255, 255, 255, .15);--button-glass-border: rgba(255, 255, 255, .2);--button-glass-hover-bg: rgba(255, 255, 255, .25);--button-glass-hover-border: rgba(255, 255, 255, .4);--button-primary-glass-bg: rgba(255, 255, 255, .9);--tag-bg: rgba(255, 255, 255, .1);--tag-border: rgba(255, 255, 255, .1);--icon-sm: 16px;--icon-md: 40px;--icon-lg: 48px;--icon-xl: 64px;--glass-bg-light: rgba(255, 255, 255, .1);--glass-bg-medium: rgba(255, 255, 255, .15);--glass-bg-heavy: rgba(255, 255, 255, .2);--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .2);--shadow-heavy: rgba(0, 0, 0, .3);--accent-marketing-light: rgba(139, 92, 246, .1);--accent-marketing-medium: rgba(139, 92, 246, .2);--accent-marketing-heavy: rgba(139, 92, 246, .3);--accent-marketing-hover-light: rgba(167, 139, 250, .1);--accent-marketing-hover-medium: rgba(167, 139, 250, .2);--accent-marketing-hover-heavy: rgba(167, 139, 250, .3);--accent-enrollment-light: rgba(59, 130, 246, .1);--accent-enrollment-medium: rgba(59, 130, 246, .2);--accent-enrollment-heavy: rgba(59, 130, 246, .3);--accent-enrollment-hover-light: rgba(37, 99, 235, .1);--accent-enrollment-hover-medium: rgba(37, 99, 235, .2);--accent-enrollment-hover-heavy: rgba(37, 99, 235, .3);--gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);--gradient-light-glass: linear-gradient(135deg, rgba(255, 255, 255, .9) 0%, rgba(248, 250, 252, .8) 100%);--gradient-accent-hover: linear-gradient(135deg, rgba(139, 92, 246, .2) 0%, rgba(124, 58, 237, .15) 100%);--gradient-purple: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--gradient-purple-hover: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);--gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--gradient-danger-hover: linear-gradient(135deg, #f87171 0%, #ef4444 100%);--size-6xl: 160px;--size-7xl: 192px;--size-8xl: 224px;--scale-small: .9;--scale-medium: 1.05;--scale-large: 1.1;--scale-hover: 1.1;--warning-color-dark: #d97706;--warning-color-light: #fef3c7;--warning-color-lighter: #fde68a;--warning-color-glow: rgba(245, 158, 11, .3);--shadow-color: rgba(0, 0, 0, .2);--shadow-inner: rgba(0, 0, 0, .1);--bg-overlay: rgba(255, 255, 255, .95);--bg-overlay-dark: rgba(0, 0, 0, .5);--border-width-base: 1px;--border-width-sm: 2px;--border-width-md: 3px;--radius-xl: 12px;--radius-2xl: 16px;--radius-3xl: 24px;--game-transition-fast: .2s;--game-transition-normal: .3s;--game-transition-slow: .5s;--animation-blocks-primary: #4CAF50;--animation-blocks-secondary: #2196F3;--animation-blocks-accent: #FF9800;--animation-blocks-shadow: rgba(76, 175, 80, .3);--animation-gsap-primary: #2196F3;--animation-gsap-secondary: #4CAF50;--animation-gsap-accent: #F44336;--animation-gsap-shadow: rgba(33, 150, 243, .3);--animation-particle-primary: #FF6B6B;--animation-particle-secondary: #4ECDC4;--animation-particle-accent: #45B7D1;--animation-particle-shadow: rgba(255, 107, 107, .3);--animation-matrix-primary: #FF006E;--animation-matrix-secondary: #FB5607;--animation-matrix-accent: #FFBE0B;--animation-matrix-shadow: rgba(255, 0, 110, .3);--animation-helix-primary: #FF006E;--animation-helix-secondary: #FB5607;--animation-helix-accent: #8338EC;--animation-helix-shadow: rgba(255, 0, 110, .3);--animation-cube-primary: #FF006E;--animation-cube-secondary: #FB5607;--animation-cube-accent: #3A86FF;--animation-cube-shadow: rgba(255, 0, 110, .3);--animation-liquid-primary: #FF006E;--animation-liquid-secondary: #FB5607;--animation-liquid-accent: #06FFB4;--animation-liquid-shadow: rgba(255, 0, 110, .3);--animation-neon-primary: #00ffff;--animation-neon-secondary: #ff00ff;--animation-neon-accent: #ffff00;--animation-neon-shadow: rgba(0, 255, 255, .5);--animation-light-ripple-primary: #6366f1;--animation-light-ripple-secondary: #06b6d4;--animation-light-ripple-accent: #f59e0b;--animation-light-ripple-shadow: rgba(99, 102, 241, .3);--animation-dark-starfield-primary: #a855f7;--animation-dark-starfield-secondary: #06b6d4;--animation-dark-starfield-accent: #ef4444;--animation-dark-starfield-shadow: rgba(168, 85, 247, .3);--animation-enter-duration: .8s;--animation-leave-duration: .6s;--animation-easing-enter: cubic-bezier(.23, 1, .32, 1);--animation-easing-leave: cubic-bezier(.55, .055, .675, .19);--animation-shadow-blur: 40px;--animation-z-index: 9999;--game-bedroom-primary: #ffb6c1;--game-kitchen-primary: #ffa500;--game-living-room-primary: #87ceeb;--game-bathroom-primary: #98fb98;--game-primary-pink: #ff69b4;--game-primary-pink-dark: #ff1493;--game-primary-pink-light: #ffb6c1;--game-accent-orange: #ff9800;--game-accent-orange-dark: #e65100;--game-bg-primary: linear-gradient(135deg, #ffe4f3 0%, #ffd9f0 100%);--game-bg-secondary: linear-gradient(135deg, var(--bg-white), #ffe4f3);--game-bg-tip: #fce4ec;--game-text-primary: #c2185b;--game-text-secondary: #880e4f;--game-text-accent: #ec407a;--game-star-gold: #ffd700;--game-border-light: #ccc}html[data-theme=light],html[data-theme=theme-light],:root[data-theme=light],.theme-light{--bg-primary: var(--bg-primary-light);--bg-secondary: var(--bg-secondary-light);--bg-tertiary: var(--bg-tertiary-light);--bg-card: var(--bg-card-light);--bg-hover: var(--bg-hover-light);--ai-bubble-ai-bg: #f4f6fb;--text-primary: var(--text-primary-light);--text-regular: var(--text-secondary-light);--text-secondary: var(--text-muted-light);--text-placeholder: var(--text-disabled-light);--border-color: var(--border-color-light);--border-light: var(--border-light-light);--border-focus: var(--border-focus-light);--bg-sidebar: var(--bg-sidebar-light);--sidebar-item-bg: var(--sidebar-item-bg-light);--sidebar-item-border: var(--sidebar-item-border-light);--sidebar-item-hover-bg: var(--sidebar-item-hover-bg-light);--sidebar-item-hover-border: var(--sidebar-item-hover-border-light);--sidebar-item-active-bg: var(--sidebar-item-active-bg-light);--sidebar-item-active-border: var(--sidebar-item-active-border-light);--el-bg-color: var(--el-bg-color-light);--el-bg-color-page: var(--el-bg-color-page-light);--el-text-color-primary: var(--el-text-color-primary-light);--el-text-color-regular: var(--el-text-color-regular-light);--el-border-color: var(--el-border-color-light)}html[data-theme=dark],html[data-theme=theme-dark],:root[data-theme=dark],.theme-dark{--text-primary: #d1d5db;--text-regular: #9ca3af;--text-secondary: #6b7280;--text-placeholder: #4b5563;--text-disabled: #374151;--primary-color: #8b5cf6;--primary-hover: #7c3aed;--primary-light: #a78bfa;--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--text-on-secondary: var(--text-primary);--button-on-primary-bg: rgba(255, 255, 255, .15);--button-on-primary-border: rgba(255, 255, 255, .25);--button-on-primary-hover-bg: rgba(255, 255, 255, .25);--button-on-primary-hover-border: rgba(255, 255, 255, .4);--bg-color: #1d1e1f;--bg-color-page: #141414;--bg-color-overlay: rgba(29, 30, 31, .9);--bg-card: #262727;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--bg-hover: #2f3033;--bg-active: #3c4043;--ai-bubble-ai-bg: linear-gradient(135deg, rgba(139, 92, 246, .08) 0%, rgba(99, 102, 241, .04) 100%);--ai-bubble-ai-border: rgba(139, 92, 246, .15);--border-color: rgba(255, 255, 255, .08);--border-color-light: rgba(255, 255, 255, .06);--border-color-lighter: rgba(255, 255, 255, .04);--border-color-extra-light: rgba(255, 255, 255, .02);--border-color-dark: rgba(255, 255, 255, .12);--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .4), 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .2);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 10px 10px -5px rgba(0, 0, 0, .15);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .6);--card-shadow: 0 4px 16px rgba(0, 0, 0, .3);--card-shadow-hover: 0 20px 40px rgba(0, 0, 0, .4);--card-glow-color: rgba(255, 255, 255, .05);--bg-primary: var(--bg-primary-dark);--bg-secondary: var(--bg-secondary-dark);--bg-tertiary: var(--bg-tertiary-dark);--bg-card: var(--bg-card-dark);--bg-hover: var(--bg-hover-dark);--text-primary: var(--text-primary-dark);--text-regular: var(--text-secondary-dark);--text-secondary: var(--text-muted-dark);--text-placeholder: var(--text-disabled-dark);--border-color: var(--border-color-dark);--border-light: var(--border-light-dark);--border-focus: var(--border-focus-dark);--bg-sidebar: var(--bg-sidebar-dark);--sidebar-item-bg: var(--sidebar-item-bg-dark);--sidebar-item-border: var(--sidebar-item-border-dark);--sidebar-item-hover-bg: var(--sidebar-item-hover-bg-dark);--sidebar-item-hover-border: var(--sidebar-item-hover-border-dark);--sidebar-item-active-bg: var(--sidebar-item-active-bg-dark);--sidebar-item-active-border: var(--sidebar-item-active-border-dark);--el-bg-color: var(--el-bg-color-dark);--el-bg-color-page: var(--el-bg-color-page-dark);--el-text-color-primary: var(--el-text-color-primary-dark);--el-text-color-regular: var(--el-text-color-regular-dark);--el-border-color: var(--el-border-color-dark)}@media (prefers-reduced-motion: reduce){:root{--transition-fast: 0ms;--transition-base: 0ms;--transition-slow: 0ms;--transition-slower: 0ms}}@media (prefers-contrast: high){:root{--border-color: #000000;--border-color-light: #333333;--text-primary: #000000}html[data-theme=dark],:root[data-theme=dark]{--border-color: #ffffff;--border-color-light: #cccccc;--text-primary: #ffffff}}.m-0{margin:0}.m-xs{margin:var(--spacing-xs)}.m-sm{margin:var(--spacing-sm)}.m-md{margin:var(--spacing-md)}.m-lg{margin:var(--spacing-lg)}.m-xl{margin:var(--spacing-xl)}.p-0{padding:0}.p-xs{padding:var(--spacing-xs)}.p-sm{padding:var(--spacing-sm)}.p-md{padding:var(--spacing-md)}.p-lg{padding:var(--spacing-lg)}.p-xl{padding:var(--spacing-xl)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.bg-card{background-color:var(--bg-card)}.bg-secondary{background-color:var(--bg-secondary)}.bg-hover{background-color:var(--bg-hover)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.theme-workbench[data-center=personnel],body.theme-workbench[data-center=personnel]{--primary-color: var(--accent-personnel);--primary-hover: var(--accent-personnel-hover)}.theme-workbench[data-center=enrollment],body.theme-workbench[data-center=enrollment]{--primary-color: var(--accent-enrollment);--primary-hover: var(--accent-enrollment-hover)}.theme-workbench[data-center=activity],body.theme-workbench[data-center=activity]{--primary-color: var(--accent-activity);--primary-hover: var(--accent-activity-hover)}.theme-workbench[data-center=marketing],body.theme-workbench[data-center=marketing]{--primary-color: var(--accent-marketing);--primary-hover: var(--accent-marketing-hover)}.theme-workbench[data-center=system],body.theme-workbench[data-center=system]{--primary-color: var(--accent-system);--primary-hover: var(--accent-system-hover)}.theme-workbench[data-center=ai],body.theme-workbench[data-center=ai]{--primary-color: var(--accent-ai);--primary-hover: var(--accent-ai-hover)}html[data-theme=dark] .van-tabbar-item--active,html[data-theme=dark] .van-tabbar-item.van-tabbar-item--active,html[data-theme=dark] .van-tabbar-item--active .van-tabbar-item__wrapper,html[data-theme=dark] .van-tabbar-item--active .van-tabbar-item__icon,html[data-theme=dark] .van-tabbar-item--active .van-tabbar-item__text,html[data-theme=dark] .van-tabbar-item--active .van-tabbar-item__icon-wrapper,html[data-theme=dark] .van-tabbar-item--active .van-tabbar-item__badge-wrapper,html[data-theme=dark] .van-tabbar-item__wrapper,html[data-theme=dark] .van-tabbar-item.van-tabbar-item--active *{background:transparent!important;background-color:transparent!important}.clickable,button,a,[role=button],[onclick],.interactive{cursor:pointer}.clickable:focus-visible,button:focus-visible,a:focus-visible,[role=button]:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:var(--radius-sm)}.clickable:focus,button:focus,a:focus,[role=button]:focus{outline:none}.clickable{transition:background-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.clickable:hover{opacity:.9}.clickable:active{transform:scale(.98)}@media (hover: none) and (pointer: coarse){.clickable:active,button:active,a:active,[role=button]:active{opacity:.7;transform:scale(.95);transition:transform .1s ease-out}}.unified-tag{display:inline-flex;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-xs);font-weight:500;line-height:1.5;border-radius:var(--radius-sm);border:1px solid;transition:all var(--transition-base);white-space:nowrap}.unified-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.unified-tag:active{transform:translateY(0)}.unified-tag.unified-tag--urgent{background:#fee2e2;color:#dc2626;border-color:#fecaca}.unified-tag.unified-tag--urgent:hover{background:#fecaca;box-shadow:0 2px 4px rgba(220,38,38,.2)}.unified-tag.unified-tag--high{background:#fef3c7;color:#d97706;border-color:#fde68a}.unified-tag.unified-tag--high:hover{background:#fde68a;box-shadow:0 2px 4px rgba(217,119,6,.2)}.unified-tag.unified-tag--medium{background:#dbeafe;color:#2563eb;border-color:#bfdbfe}.unified-tag.unified-tag--medium:hover{background:#bfdbfe;box-shadow:0 2px 4px rgba(37,99,235,.2)}.unified-tag.unified-tag--low{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.unified-tag.unified-tag--low:hover{background:#e5e7eb;box-shadow:0 2px 4px rgba(107,114,128,.2)}.unified-tag.unified-tag--pending{background:#fef3c7;color:#d97706;border-color:#fde68a}.unified-tag.unified-tag--pending:hover{background:#fde68a;box-shadow:0 2px 4px rgba(217,119,6,.2)}.unified-tag.unified-tag--in-progress{background:#dbeafe;color:#2563eb;border-color:#bfdbfe}.unified-tag.unified-tag--in-progress:hover{background:#bfdbfe;box-shadow:0 2px 4px rgba(37,99,235,.2)}.unified-tag.unified-tag--completed{background:#d1fae5;color:#059669;border-color:#a7f3d0}.unified-tag.unified-tag--completed:hover{background:#a7f3d0;box-shadow:0 2px 4px rgba(5,150,105,.2)}.unified-tag.unified-tag--cancelled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.unified-tag.unified-tag--cancelled:hover{background:#e5e7eb;box-shadow:0 2px 4px rgba(156,163,175,.2)}.unified-tag.unified-tag--active{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.unified-tag.unified-tag--active:hover{background:#bbf7d0;box-shadow:0 2px 4px rgba(22,163,74,.2)}.unified-tag.unified-tag--inactive{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.unified-tag.unified-tag--inactive:hover{background:#e5e7eb;box-shadow:0 2px 4px rgba(107,114,128,.2)}.unified-tag.unified-tag--blocked{background:#fee2e2;color:#dc2626;border-color:#fecaca}.unified-tag.unified-tag--blocked:hover{background:#fecaca;box-shadow:0 2px 4px rgba(220,38,38,.2)}.unified-tag.unified-tag--sm{padding:2px 6px;font-size:11px}.unified-tag.unified-tag--md{padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-xs)}.unified-tag.unified-tag--lg{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-sm)}.unified-tag.unified-tag--removable{padding-right:var(--spacing-xs)}.unified-tag.unified-tag--removable .unified-tag__close{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:var(--spacing-xs);border-radius:50%;cursor:pointer;transition:all var(--transition-fast)}.unified-tag.unified-tag--removable .unified-tag__close:hover{background:rgba(0,0,0,.1)}.unified-tag.unified-tag--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.unified-tag.unified-tag--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.unified-tag.unified-tag--clickable:active{transform:translateY(0)}.unified-tag .unified-tag__icon{display:inline-flex;align-items:center;margin-right:var(--spacing-xs);font-size:1em}.unified-tag.unified-tag--rounded{border-radius:9999px}@media (prefers-color-scheme: dark){.unified-tag.unified-tag--urgent{background:rgba(220,38,38,.2);color:#fca5a5;border-color:rgba(220,38,38,.3)}.unified-tag.unified-tag--urgent:hover{background:rgba(220,38,38,.3)}.unified-tag.unified-tag--high{background:rgba(217,119,6,.2);color:#fbbf24;border-color:rgba(217,119,6,.3)}.unified-tag.unified-tag--high:hover{background:rgba(217,119,6,.3)}.unified-tag.unified-tag--medium{background:rgba(37,99,235,.2);color:#60a5fa;border-color:rgba(37,99,235,.3)}.unified-tag.unified-tag--medium:hover{background:rgba(37,99,235,.3)}.unified-tag.unified-tag--low{background:rgba(107,114,128,.2);color:#9ca3af;border-color:rgba(107,114,128,.3)}.unified-tag.unified-tag--low:hover{background:rgba(107,114,128,.3)}.unified-tag.unified-tag--pending{background:rgba(217,119,6,.2);color:#fbbf24;border-color:rgba(217,119,6,.3)}.unified-tag.unified-tag--pending:hover{background:rgba(217,119,6,.3)}.unified-tag.unified-tag--in-progress{background:rgba(37,99,235,.2);color:#60a5fa;border-color:rgba(37,99,235,.3)}.unified-tag.unified-tag--in-progress:hover{background:rgba(37,99,235,.3)}.unified-tag.unified-tag--completed{background:rgba(5,150,105,.2);color:#34d399;border-color:rgba(5,150,105,.3)}.unified-tag.unified-tag--completed:hover{background:rgba(5,150,105,.3)}.unified-tag.unified-tag--cancelled{background:rgba(156,163,175,.2);color:#9ca3af;border-color:rgba(156,163,175,.3)}.unified-tag.unified-tag--cancelled:hover{background:rgba(156,163,175,.3)}.unified-tag.unified-tag--active{background:rgba(22,163,74,.2);color:#4ade80;border-color:rgba(22,163,74,.3)}.unified-tag.unified-tag--active:hover{background:rgba(22,163,74,.3)}.unified-tag.unified-tag--inactive{background:rgba(107,114,128,.2);color:#9ca3af;border-color:rgba(107,114,128,.3)}.unified-tag.unified-tag--inactive:hover{background:rgba(107,114,128,.3)}.unified-tag.unified-tag--blocked{background:rgba(220,38,38,.2);color:#fca5a5;border-color:rgba(220,38,38,.3)}.unified-tag.unified-tag--blocked:hover{background:rgba(220,38,38,.3)}}.theme-dark .unified-tag.unified-tag--urgent,[data-theme=dark] .unified-tag.unified-tag--urgent{background:rgba(248,113,113,.2);color:#fca5a5;border-color:rgba(248,113,113,.3)}.theme-dark .unified-tag.unified-tag--urgent:hover,[data-theme=dark] .unified-tag.unified-tag--urgent:hover{background:rgba(248,113,113,.3)}.theme-dark .unified-tag.unified-tag--high,[data-theme=dark] .unified-tag.unified-tag--high{background:rgba(251,191,36,.2);color:#fbbf24;border-color:rgba(251,191,36,.3)}.theme-dark .unified-tag.unified-tag--high:hover,[data-theme=dark] .unified-tag.unified-tag--high:hover{background:rgba(251,191,36,.3)}.theme-dark .unified-tag.unified-tag--medium,[data-theme=dark] .unified-tag.unified-tag--medium{background:rgba(139,92,246,.2);color:#a78bfa;border-color:rgba(139,92,246,.3)}.theme-dark .unified-tag.unified-tag--medium:hover,[data-theme=dark] .unified-tag.unified-tag--medium:hover{background:rgba(139,92,246,.3)}.theme-dark .unified-tag.unified-tag--low,[data-theme=dark] .unified-tag.unified-tag--low{background:rgba(156,163,175,.2);color:#9ca3af;border-color:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--low:hover,[data-theme=dark] .unified-tag.unified-tag--low:hover{background:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--pending,[data-theme=dark] .unified-tag.unified-tag--pending{background:rgba(251,191,36,.2);color:#fbbf24;border-color:rgba(251,191,36,.3)}.theme-dark .unified-tag.unified-tag--pending:hover,[data-theme=dark] .unified-tag.unified-tag--pending:hover{background:rgba(251,191,36,.3)}.theme-dark .unified-tag.unified-tag--in-progress,[data-theme=dark] .unified-tag.unified-tag--in-progress{background:rgba(139,92,246,.2);color:#a78bfa;border-color:rgba(139,92,246,.3)}.theme-dark .unified-tag.unified-tag--in-progress:hover,[data-theme=dark] .unified-tag.unified-tag--in-progress:hover{background:rgba(139,92,246,.3)}.theme-dark .unified-tag.unified-tag--completed,[data-theme=dark] .unified-tag.unified-tag--completed{background:rgba(74,222,128,.2);color:#4ade80;border-color:rgba(74,222,128,.3)}.theme-dark .unified-tag.unified-tag--completed:hover,[data-theme=dark] .unified-tag.unified-tag--completed:hover{background:rgba(74,222,128,.3)}.theme-dark .unified-tag.unified-tag--cancelled,[data-theme=dark] .unified-tag.unified-tag--cancelled{background:rgba(156,163,175,.2);color:#9ca3af;border-color:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--cancelled:hover,[data-theme=dark] .unified-tag.unified-tag--cancelled:hover{background:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--active,[data-theme=dark] .unified-tag.unified-tag--active{background:rgba(74,222,128,.2);color:#4ade80;border-color:rgba(74,222,128,.3)}.theme-dark .unified-tag.unified-tag--active:hover,[data-theme=dark] .unified-tag.unified-tag--active:hover{background:rgba(74,222,128,.3)}.theme-dark .unified-tag.unified-tag--inactive,[data-theme=dark] .unified-tag.unified-tag--inactive{background:rgba(156,163,175,.2);color:#9ca3af;border-color:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--inactive:hover,[data-theme=dark] .unified-tag.unified-tag--inactive:hover{background:rgba(156,163,175,.3)}.theme-dark .unified-tag.unified-tag--blocked,[data-theme=dark] .unified-tag.unified-tag--blocked{background:rgba(248,113,113,.2);color:#fca5a5;border-color:rgba(248,113,113,.3)}.theme-dark .unified-tag.unified-tag--blocked:hover,[data-theme=dark] .unified-tag.unified-tag--blocked:hover{background:rgba(248,113,113,.3)}.table-actions{display:flex;align-items:center;justify-content:center;gap:var(--spacing-xs)}.table-actions .el-button{margin:0!important;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-sm);border-radius:var(--radius-sm);transition:all var(--transition-base);border:none;background:transparent}.table-actions .el-button.el-button--primary.is-link{color:var(--primary-color);font-weight:500}.table-actions .el-button.el-button--primary.is-link:hover{color:var(--primary-hover);background:var(--primary-light-bg)}.table-actions .el-button.el-button--primary.is-link:active{color:var(--primary-active)}.table-actions .el-button.el-button--danger.is-link{color:var(--danger-color);font-weight:500}.table-actions .el-button.el-button--danger.is-link:hover{color:var(--danger-dark);background:var(--danger-light-bg)}.table-actions .el-button.el-button--danger.is-link:active{color:var(--danger-dark)}.table-actions .el-button.el-button--success.is-link{color:var(--success-color);font-weight:500}.table-actions .el-button.el-button--success.is-link:hover{color:var(--success-dark);background:var(--success-light-bg)}.table-actions .el-button.el-button--warning.is-link{color:var(--warning-color);font-weight:500}.table-actions .el-button.el-button--warning.is-link:hover{color:var(--warning-dark);background:var(--warning-light-bg)}.table-actions .el-button.el-button--info.is-link{color:var(--info-color);font-weight:500}.table-actions .el-button.el-button--info.is-link:hover{color:var(--info-dark);background:var(--info-light-bg)}.table-actions .el-button.is-disabled{color:var(--text-disabled)!important;cursor:not-allowed;background:transparent!important}.table-actions .el-button.is-disabled:hover{background:transparent!important}.table-actions .el-divider--vertical{margin:0 var(--spacing-xs);height:16px;border-color:var(--border-color)}.button-group{display:flex;align-items:center;gap:var(--spacing-xs)}.button-group.button-group--primary .el-button{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.button-group.button-group--primary .el-button:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.button-group.button-group--primary .el-button:active{background:var(--primary-active);border-color:var(--primary-active)}.button-group.button-group--danger .el-button{background:var(--danger-color);color:#fff;border-color:var(--danger-color)}.button-group.button-group--danger .el-button:hover{background:var(--danger-dark);border-color:var(--danger-dark)}.button-group.button-group--ghost .el-button{background:transparent;border-color:var(--border-color);color:var(--text-primary)}.button-group.button-group--ghost .el-button:hover{background:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.button-group.button-group--solid .el-button:not(.is-link){background:var(--primary-color);color:#fff;border:none}.button-group.button-group--solid .el-button:not(.is-link):hover{background:var(--primary-hover)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:transparent;cursor:pointer;transition:all var(--transition-base);color:var(--text-secondary)}.icon-button:hover{background:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.icon-button:active{transform:translateY(0)}.icon-button.is-disabled{opacity:.5;cursor:not-allowed}.icon-button.is-disabled:hover{background:transparent;border-color:var(--border-color);color:var(--text-secondary);transform:none;box-shadow:none}.icon-button.icon-button--sm{width:24px;height:24px;font-size:var(--text-xs)}.icon-button.icon-button--md{width:32px;height:32px;font-size:var(--text-sm)}.icon-button.icon-button--lg{width:40px;height:40px;font-size:var(--text-base)}.icon-button.icon-button--primary{color:var(--primary-color);border-color:var(--primary-color)}.icon-button.icon-button--primary:hover{background:var(--primary-color);color:#fff}.icon-button.icon-button--danger{color:var(--danger-color);border-color:var(--danger-color)}.icon-button.icon-button--danger:hover{background:var(--danger-color);color:#fff}.icon-button.icon-button--success{color:var(--success-color);border-color:var(--success-color)}.icon-button.icon-button--success:hover{background:var(--success-color);color:#fff}.action-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:var(--bg-card);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg)}.action-bar__left{display:flex;align-items:center;gap:var(--spacing-sm);flex:1}.action-bar__right{display:flex;align-items:center;gap:var(--spacing-sm)}.action-bar__title{margin:0;font-size:var(--text-lg);font-weight:600;color:var(--text-primary)}@media (max-width: var(--breakpoint-md)){.action-bar{flex-direction:column;align-items:stretch}.action-bar__left,.action-bar__right{width:100%;justify-content:space-between}}.toolbar{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);background:var(--bg-secondary);border-radius:var(--radius-md)}.toolbar .el-button{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-sm);transition:all var(--transition-base)}.toolbar .el-button:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-light-bg)}.toolbar .el-button.is-active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.toolbar .toolbar-divider{width:1px;height:20px;background:var(--border-color);margin:0 var(--spacing-xs)}.fab{position:fixed;bottom:var(--spacing-2xl);right:var(--spacing-2xl);width:56px;height:56px;border-radius:50%;background:var(--primary-color);color:#fff;border:none;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;transition:all var(--transition-base);z-index:1000;display:flex;align-items:center;justify-content:center;font-size:var(--text-2xl)}.fab:hover{background:var(--primary-hover);box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-2px)}.fab:active{transform:translateY(0)}.fab.fab--sm{width:40px;height:40px;font-size:var(--text-lg);bottom:var(--spacing-xl);right:var(--spacing-xl)}.fab.fab--lg{width:64px;height:64px;font-size:var(--text-3xl)}.fab.fab--extended{width:auto;min-width:120px;padding:0 var(--spacing-lg);border-radius:28px}.fab.fab--extended .fab__label{margin-left:var(--spacing-sm);font-size:var(--text-sm);font-weight:500}@media (max-width: var(--breakpoint-md)){.table-actions{flex-direction:column;gap:var(--spacing-xs)}.table-actions .el-button{width:100%;justify-content:center}.table-actions .el-divider--vertical{display:none}.button-group{flex-wrap:wrap}.button-group .el-button{flex:1;min-width:80px}.toolbar{flex-wrap:wrap}.toolbar .el-button{flex:1;min-width:60px}.fab{bottom:var(--spacing-xl);right:var(--spacing-md)}.fab.fab--sm{bottom:var(--spacing-lg);right:var(--spacing-lg)}}@media (max-width: var(--breakpoint-xs)){.table-actions .el-button{font-size:var(--text-xs);padding:var(--spacing-xs) 8px}.button-group{gap:var(--spacing-xs)}.button-group .el-button{font-size:var(--text-xs);padding:var(--spacing-xs) 8px}}@media print{.table-actions,.button-group,.toolbar,.fab,.icon-button{display:none!important}}@media (prefers-color-scheme: dark){.table-actions .el-button.el-button--primary.is-link:hover{background:rgba(91,141,239,.15)}.table-actions .el-button.el-button--danger.is-link:hover{background:rgba(220,38,38,.15)}.button-group.button-group--ghost .el-button:hover{background:rgba(255,255,255,.05)}.icon-button:hover{background:rgba(255,255,255,.1)}.action-bar{background:var(--bg-card);border-color:var(--border-color)}.toolbar{background:var(--bg-secondary)}}.ai-glass-card{background:var(--bg-card);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--border-color-light);box-shadow:0 8px 32px rgba(31,38,135,.05),inset 0 1px rgba(255,255,255,.1)}.theme-dark .ai-glass-card,[data-theme=dark] .ai-glass-card{background:rgba(30,41,59,.7);border:1px solid rgba(255,255,255,.05)}.ai-glass-light{background:rgba(255,255,255,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.ai-glow-primary{box-shadow:0 0 20px rgba(99,102,241,.3),0 0 40px rgba(99,102,241,.1)}.ai-glow-primary:hover{box-shadow:0 0 30px rgba(99,102,241,.4),0 0 60px rgba(99,102,241,.2)}.ai-glow-success{box-shadow:0 0 20px rgba(34,197,94,.3),0 0 40px rgba(34,197,94,.1)}.ai-glow-warning{box-shadow:0 0 20px rgba(251,191,36,.3),0 0 40px rgba(251,191,36,.1)}.ai-glow-danger{box-shadow:0 0 20px rgba(239,68,68,.3),0 0 40px rgba(239,68,68,.1)}.ai-gradient-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.ai-gradient-secondary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.ai-gradient-success{background:linear-gradient(135deg,#34d399 0%,#10b981 100%)}.ai-gradient-mesh{background:radial-gradient(at 0% 0%,rgba(99,102,241,.15) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(139,92,246,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(34,197,94,.1) 0px,transparent 50%),radial-gradient(at 0% 100%,rgba(251,191,36,.1) 0px,transparent 50%);background-size:100% 100%}.ai-message-user{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:var(--spacing-sm) var(--spacing-md);border-radius:18px 18px 4px;box-shadow:0 2px 8px rgba(99,102,241,.25);position:relative}.ai-message-user:before{content:"";position:absolute;bottom:0;right:-8px;width:0;height:0;border-left:8px solid var(--primary-dark);border-bottom:8px solid transparent}.ai-message-user:hover{box-shadow:0 4px 16px rgba(99,102,241,.35);transform:translateY(-1px);transition:all .2s ease-out}.ai-message-assistant{background:var(--bg-card);color:var(--text-primary);padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative}.ai-message-assistant:before{content:"";position:absolute;bottom:0;left:-8px;width:0;height:0;border-right:8px solid var(--border-color);border-bottom:8px solid transparent}.ai-message-assistant:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--primary-color);transition:all .2s ease-out}.ai-message-system{background:var(--bg-secondary);color:var(--text-secondary);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);text-align:center;font-size:var(--text-xs);border:1px dashed var(--border-color)}.ai-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-3xl);text-align:center;min-height:400px}.ai-empty-state__illustration{width:200px;height:200px;margin-bottom:var(--spacing-xl);opacity:.8;animation:float 3s ease-in-out infinite}.ai-empty-state__illustration svg{width:100%;height:100%}.ai-empty-state__title{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.ai-empty-state__description{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--spacing-xl);max-width:400px;line-height:1.6}.ai-empty-state__actions{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;max-width:320px}.ai-empty-state__button{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;transition:all .2s ease-out;text-align:left}.ai-empty-state__button:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translate(4px);box-shadow:0 4px 12px rgba(99,102,241,.2)}.ai-skeleton,.ai-message-skeleton__line,.ai-message-skeleton__avatar{background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--bg-tertiary) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.ai-message-skeleton{display:flex;gap:var(--spacing-sm);padding:var(--spacing-md);animation:pulse-fade 1.5s ease-in-out infinite}.ai-message-skeleton__avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.ai-message-skeleton__content{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs)}.ai-message-skeleton__line{height:12px;border-radius:6px}.ai-message-skeleton__line--short{width:40%}.ai-message-skeleton__line--medium{width:70%}.ai-message-skeleton__line--long{width:100%}@keyframes pulse-fade{0%,to{opacity:1}50%{opacity:.6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-float{animation:float 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 20px rgba(99,102,241,.4)}50%{opacity:.8;box-shadow:0 0 40px rgba(99,102,241,.2)}}.ai-pulse{animation:pulse-glow 2s ease-in-out infinite}.ai-typing-indicator{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm)}.ai-typing-indicator__dot{width:8px;height:8px;border-radius:50%;background:var(--primary-color);animation:typing-bounce 1.4s ease-in-out infinite}.ai-typing-indicator__dot:nth-child(1){animation-delay:0s}.ai-typing-indicator__dot:nth-child(2){animation-delay:.2s}.ai-typing-indicator__dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}@media (max-width: var(--breakpoint-md)){.ai-empty-state{padding:var(--spacing-xl);min-height:300px}.ai-empty-state__illustration{width:150px;height:150px}.ai-empty-state__title{font-size:var(--text-lg)}.ai-empty-state__description{font-size:var(--text-sm)}.ai-empty-state__button{padding:var(--spacing-sm);font-size:var(--text-xs)}.ai-message-user,.ai-message-assistant{padding:var(--spacing-xs) var(--spacing-sm);border-radius:14px 14px 4px}}[data-theme=dark] .ai-message-user,.theme-dark .ai-message-user{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}[data-theme=dark] .ai-message-assistant,.theme-dark .ai-message-assistant{background:rgba(51,65,85,.8);border-color:rgba(99,102,241,.3)}[data-theme=dark] .ai-message-assistant:hover,.theme-dark .ai-message-assistant:hover{border-color:var(--primary-color);background:rgba(51,65,85,.9)}[data-theme=dark] .ai-glass-card,.theme-dark .ai-glass-card{background:rgba(30,41,59,.8);border:1px solid rgba(255,255,255,.1)}@media print{.ai-empty-state,.ai-message-skeleton,.ai-typing-indicator{display:none!important}.ai-message-user,.ai-message-assistant{box-shadow:none;border:1px solid #ddd}}:root.theme-light{--muted-foreground: var(--text-secondary) !important;--text-muted: var(--text-secondary) !important;--sidebar-text: var(--text-secondary) !important;--text-secondary: var(--text-secondary) !important}.sidebar .nav-item,.sidebar .nav-item .center-item,.sidebar .nav-item .nav-text,.sidebar .nav-item .nav-icon{color:var(--sidebar-text, var(--text-secondary))!important}.sidebar span:not(.logo):not(.brand),.sidebar div:not(.logo):not(.brand),.sidebar a:not(.logo):not(.brand){color:var(--sidebar-text, var(--text-secondary))!important}.sidebar .nav-item:hover .nav-text,.sidebar .nav-item:hover .nav-icon,.sidebar .nav-item:hover .center-item{color:var(--sidebar-text-hover, #333333)!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .center-item,.sidebar .nav-item.router-link-active .nav-text,.sidebar .nav-item.router-link-active .nav-icon,.sidebar .nav-item.router-link-active .center-item{color:#fff!important}html.theme-light .sidebar .nav-text,html.theme-light .sidebar .nav-icon,html.theme-light .sidebar .center-item{color:var(--sidebar-text, var(--text-secondary))!important}.theme-light .sidebar *[class*=nav-],.theme-light .sidebar *[class*=text-],.theme-light .sidebar *[class*=item-]{color:inherit!important}.app-header{height:var(--header-height, 64px);background:var(--header-bg, var(--bg-card));backdrop-filter:var(--header-backdrop, blur(10px));border-bottom:var(--border-width-base) solid var(--header-border, var(--border-color));display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-sm) var(--header-padding-x, var(--spacing-xl));position:sticky;top:0;z-index:var(--z-header, 100);transition:var(--transition-base);box-shadow:var(--shadow-xs)}.header-section{display:flex;align-items:center;gap:var(--header-section-gap, var(--spacing-md))}.header-left{flex:1}.header-right{display:flex;align-items:center;gap:var(--header-right-gap, var(--spacing-sm))}.header-icon-btn,.header-action-btn{display:inline-flex;align-items:center;justify-content:center;height:var(--header-btn-height, 40px);padding:0 var(--header-btn-padding-x, var(--spacing-sm));border:var(--border-width-base) solid var(--header-btn-border, transparent);border-radius:var(--header-btn-radius, var(--radius-md));background:var(--header-btn-bg, var(--bg-card));color:var(--header-btn-color, var(--text-primary));font-size:var(--header-btn-font-size, var(--text-sm));font-weight:var(--header-btn-font-weight, var(--font-medium));cursor:pointer;transition:var(--transition-base);position:relative;overflow:hidden;text-decoration:none;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:var(--shadow-sm)}.header-icon-btn:hover,.header-action-btn:hover{background:var(--header-btn-hover-bg, var(--bg-hover));color:var(--header-btn-hover-color, var(--primary-color));border-color:var(--header-btn-hover-border, var(--primary-color));transform:var(--header-btn-hover-transform, translateY(-1px));box-shadow:var(--shadow-md)}.header-icon-btn:active,.header-action-btn:active{transform:var(--header-btn-active-transform, translateY(0) scale(.98))}.header-icon-btn:focus-visible,.header-action-btn:focus-visible{outline:2px solid var(--header-btn-focus-outline, var(--primary-color));outline-offset:2px}.header-icon-btn .unified-icon,.header-action-btn .unified-icon{transition:var(--transition-fast)}.header-action-btn{gap:var(--header-action-btn-gap, var(--spacing-xs));min-width:var(--header-action-btn-min-width, auto)}.header-action-btn .btn-label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--header-btn-label-color, var(--text-secondary));white-space:nowrap;transition:var(--transition-fast)}.header-action-btn .unified-icon{color:var(--header-icon-color, var(--text-secondary));transition:var(--transition-fast)}.header-action-btn:not(:has(.btn-label)) .unified-icon{color:var(--text-primary)}.header-action-btn:hover .btn-label,.header-action-btn:hover .unified-icon{color:var(--header-btn-hover-color, var(--primary-color))}.header-action-btn.theme-btn .unified-icon{color:var(--primary-color)}.user-profile{display:flex;align-items:center;gap:var(--user-profile-gap, var(--spacing-sm));padding:var(--user-profile-padding, var(--spacing-xs) var(--spacing-sm));background:var(--user-profile-bg, var(--bg-card));border:var(--border-width-base) solid var(--user-profile-border, var(--border-color));border-radius:var(--user-profile-radius, var(--radius-xl));height:var(--user-profile-height, 40px);transition:var(--transition-base);cursor:pointer}.user-profile:hover{background:var(--user-profile-hover-bg, var(--bg-hover));border-color:var(--user-profile-hover-border, var(--primary-color));transform:var(--user-profile-hover-transform, translateY(-1px));box-shadow:var(--shadow-sm)}.user-avatar{width:var(--user-avatar-size, 32px);height:var(--user-avatar-size, 32px);border-radius:var(--radius-full);background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:var(--text-on-primary);font-weight:var(--font-semibold);font-size:var(--text-sm);transition:var(--transition-fast);box-shadow:var(--shadow-sm)}.user-avatar:hover{transform:var(--user-avatar-hover-transform, scale(1.05));box-shadow:var(--shadow-md)}.user-details{display:flex;flex-direction:column;gap:2px}.user-details .user-name{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);line-height:1.2;white-space:nowrap}.breadcrumb-nav{margin-left:var(--breadcrumb-nav-margin-left, var(--spacing-md))}.breadcrumb-nav :deep(.el-breadcrumb__item) .el-breadcrumb__inner{color:var(--breadcrumb-color, var(--text-secondary));font-size:var(--breadcrumb-font-size, var(--text-sm));font-weight:var(--font-medium)}.breadcrumb-nav :deep(.el-breadcrumb__item) .el-breadcrumb__inner:hover{color:var(--breadcrumb-hover-color, var(--primary-color))}.breadcrumb-nav :deep(.el-breadcrumb__item):last-child .el-breadcrumb__inner{color:var(--breadcrumb-active-color, var(--text-primary));font-weight:var(--font-semibold)}.theme-dropdown{position:absolute;top:calc(100% + var(--spacing-sm));right:0;min-width:var(--dropdown-width, 200px);background:var(--bg-card);border:var(--border-width-base) solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--spacing-xs);z-index:var(--z-dropdown, 1000);backdrop-filter:blur(10px)}.theme-option{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast)}.theme-option:hover{background:var(--bg-hover)}.theme-option:hover .theme-icon .unified-icon{transform:scale(1.1);filter:brightness(1.2)}.theme-option.active{background:var(--primary-light-bg);color:var(--primary-color)}.theme-option.active .theme-icon .unified-icon{color:var(--primary-color)!important;transform:scale(1.1)}.theme-icon{width:var(--spacing-2xl);height:var(--spacing-2xl);display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme-icon .unified-icon{transition:all var(--transition-fast);color:var(--theme-icon-color, currentColor)!important}.theme-preview{width:var(--spacing-3xl);height:var(--spacing-3xl);border-radius:var(--radius-sm);border:var(--border-width-base) solid var(--border-color-light)}.theme-name{font-size:var(--text-sm);font-weight:var(--font-medium)}.ai-avatar{width:var(--icon-size);height:var(--icon-size);border-radius:var(--radius-full);background:var(--gradient-primary);color:var(--text-on-primary);font-weight:var(--font-semibold);font-size:var(--text-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-sm);position:relative}.ai-avatar:hover{transform:scale(1.05);box-shadow:var(--shadow-md)}.ai-avatar.active{background:var(--gradient-success)}.ai-avatar .ai-text{font-size:var(--text-base);font-weight:700;letter-spacing:.5px;line-height:1}.status-dot{width:var(--status-dot-size, 6px);height:var(--status-dot-size, 6px);border-radius:var(--radius-full);background:var(--success-color);margin-left:var(--spacing-xs);transition:var(--transition-base);box-shadow:0 0 0 2px var(--bg-card)}.status-dot.active{animation:pulse 2s infinite;box-shadow:0 0 var(--spacing-sm) var(--success-color)}.status-dot.idle{background:var(--info-color)}.status-dot.error{background:var(--danger-color);animation:blink 1s infinite}.logo-section{display:flex;align-items:center;gap:var(--spacing-sm);margin-right:var(--spacing-md)}.logo-icon,.ai-avatar{width:var(--logo-size, 40px);height:var(--logo-size, 40px);border-radius:var(--radius-full);background:var(--gradient-primary);color:var(--text-on-primary);font-weight:var(--font-semibold, 600);font-size:var(--text-sm, 14px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-sm);position:relative}.logo-icon:hover,.ai-avatar:hover{transform:var(--logo-hover-transform, scale(1.05));box-shadow:var(--shadow-md)}.logo-icon.active,.ai-avatar.active{background:var(--gradient-success)}.logo-icon .logo-image,.ai-avatar .logo-image{width:32px;height:32px;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}.logo-text{font-size:var(--logo-text-size, var(--text-lg, 18px));font-weight:var(--logo-text-weight, var(--font-bold, 700));color:var(--logo-text-color, var(--text-primary));line-height:var(--logo-text-line-height, 1.2);white-space:nowrap}.logout-btn{color:var(--danger-color);border-color:var(--danger-color-alpha, rgba(220, 38, 38, .2));background:var(--danger-color-alpha-bg, rgba(220, 38, 38, .08))}.logout-btn .btn-label{color:var(--danger-color);font-weight:var(--font-semibold)}.logout-btn .unified-icon{color:var(--danger-color)}.logout-btn:hover{background:var(--danger-color);color:var(--text-on-primary);border-color:var(--danger-color);box-shadow:0 4px 12px rgba(220,38,38,.3);transform:translateY(-2px)}.logout-btn:hover .btn-label,.logout-btn:hover .unified-icon{color:var(--text-on-primary)}.logout-btn:active{transform:translateY(0)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:.3}}@media (max-width: var(--breakpoint-md)){.app-header{padding:0 var(--spacing-md);height:56px}.header-right{gap:var(--spacing-xs)}.header-action-btn .btn-label,.user-details,.breadcrumb-nav{display:none}.logo-section{margin-right:var(--spacing-sm)}.logo-text{font-size:var(--text-base)}}[data-theme=dark] .app-header{background:var(--bg-card);border-bottom-color:var(--border-color)}[data-theme=dark] .user-profile,[data-theme=dark] .theme-dropdown{background:var(--bg-card);border-color:var(--border-color)}.sidebar{position:fixed;top:var(--header-height, 64px);left:0;height:calc(100vh - var(--header-height, 64px));width:var(--sidebar-width, 260px);background:var(--sidebar-bg, var(--bg-card));border-right:var(--border-width-base) solid var(--sidebar-border, var(--border-color));transition:var(--transition-base);z-index:var(--z-sidebar, 1020);overflow:hidden;display:flex;flex-direction:column;contain:layout style}.sidebar.collapsed{width:var(--sidebar-width-collapsed, 80px)}.sidebar::-webkit-scrollbar{width:var(--border-width-base)}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:0}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--border-color-dark)}.sidebar-header{padding:var(--sidebar-header-padding, var(--spacing-lg));border-bottom:var(--border-width-base) solid var(--sidebar-border, var(--border-color));display:flex;align-items:center;justify-content:space-between;height:var(--sidebar-header-height, 64px);flex-shrink:0}.sidebar-logo{display:flex;align-items:center;gap:var(--spacing-md);flex:1}.sidebar-logo .logo-icon{width:var(--sidebar-logo-size, 48px);height:var(--sidebar-logo-size, 48px);border-radius:var(--radius-md);background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:var(--text-on-primary);font-weight:var(--font-bold);font-size:var(--text-sm);box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.sidebar-logo .logo-icon:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.sidebar-logo .logo-icon .logo-image{width:var(--icon-xl, 64px);height:var(--icon-xl, 64px);border-radius:var(--radius-md);-o-object-fit:cover;object-fit:cover;transition:var(--transition-fast)}.sidebar-logo .logo-text{font-size:var(--sidebar-font-base, 18px);font-weight:var(--font-bold);color:var(--text-primary);transition:var(--transition-fast)}.collapsed .sidebar-logo .logo-text{opacity:0;visibility:hidden}.logo-icon{width:var(--icon-xl, 64px);height:var(--icon-xl, 64px);border-radius:var(--radius-full);background:var(--gradient-primary, linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:all var(--transition-fast);color:var(--text-on-primary)}.logo-icon:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.logo-icon .logo-image{width:var(--icon-xl, 64px);height:var(--icon-xl, 64px);border-radius:var(--radius-full);-o-object-fit:cover;object-fit:cover}.sidebar-toggle{width:var(--sidebar-toggle-size, 32px);height:var(--sidebar-toggle-size, 32px);border:none;background:transparent;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-fast);color:var(--text-secondary)}.sidebar-toggle:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-menu{flex:1;padding:var(--sidebar-menu-padding, var(--spacing-md));overflow-y:auto;overflow-x:hidden}.menu-group{margin-bottom:var(--sidebar-group-spacing, var(--spacing-lg))}.menu-group .group-title{font-size:var(--sidebar-font-xs, 14px);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-xs);text-align:left}.collapsed .menu-group .group-title{text-align:center;padding:var(--spacing-xs)}.menu-item{display:flex;align-items:center;gap:var(--menu-item-gap, var(--spacing-sm));padding:var(--menu-item-padding, var(--spacing-sm) var(--spacing-md));margin:var(--menu-item-margin, 0 0 var(--spacing-xs) 0);border-radius:var(--menu-item-radius, var(--radius-lg));color:var(--menu-item-color, var(--text-primary));text-decoration:none;cursor:pointer;transition:var(--transition-fast);position:relative;overflow:hidden;font-size:var(--sidebar-font-sm, 16px);will-change:transform}.menu-item:hover{background:var(--menu-item-hover-bg, var(--bg-hover));color:var(--menu-item-hover-color, var(--primary-color));transform:translate(4px)}.menu-item.active{background:var(--menu-item-active-bg, var(--primary-color));color:var(--menu-item-active-color, var(--text-on-primary));box-shadow:var(--shadow-sm)}.menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--menu-item-active-indicator, 3px);background:var(--menu-item-active-indicator-bg, var(--text-on-primary));border-radius:0 var(--radius-sm) var(--radius-sm) 0}.collapsed .menu-item{justify-content:center;padding:var(--spacing-md);gap:0}.menu-icon{width:var(--menu-icon-size, 20px);height:var(--menu-icon-size, 20px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.collapsed .menu-icon{width:var(--menu-icon-size-collapsed, 24px);height:var(--menu-icon-size-collapsed, 24px)}.menu-content{flex:1;min-width:0}.menu-content .menu-title{font-size:var(--sidebar-font-sm, 16px);font-weight:var(--font-medium);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collapsed .menu-content .menu-title{display:none}.menu-content .menu-badge{font-size:var(--sidebar-font-xs, 14px);padding:var(--spacing-xs) var(--spacing-sm);background:var(--danger-color);color:var(--text-on-primary);border-radius:var(--radius-full);margin-left:var(--spacing-sm)}.collapsed .menu-content .menu-badge{position:absolute;top:var(--spacing-xs);right:var(--spacing-xs);margin:0}.submenu{padding-left:var(--submenu-padding, var(--spacing-3xl));margin-top:var(--submenu-margin, var(--spacing-xs))}.collapsed .submenu{display:none}.submenu-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);margin:0 0 var(--spacing-xs) 0;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;cursor:pointer;transition:var(--transition-fast);font-size:var(--text-sm)}.submenu-item:hover{background:var(--bg-hover);color:var(--text-primary)}.submenu-item.active{background:var(--primary-light-bg);color:var(--primary-color)}.sidebar-footer{padding:var(--sidebar-footer-padding, var(--spacing-lg));border-top:var(--border-width-base) solid var(--sidebar-border, var(--border-color));flex-shrink:0}.collapsed .sidebar-footer{padding:var(--spacing-md)}.user-info{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast)}.user-info:hover{background:var(--bg-hover)}.collapsed .user-info{justify-content:center;gap:0}.user-avatar-small{width:var(--user-avatar-small-size, 32px);height:var(--user-avatar-small-size, 32px);border-radius:var(--radius-full);background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:var(--text-on-primary);font-weight:var(--font-semibold);font-size:var(--text-sm)}.user-details{flex:1;min-width:0}.user-details .user-name{font-size:var(--sidebar-font-sm, 16px);font-weight:var(--font-medium);color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collapsed .user-details .user-name{display:none}.user-details .user-role{font-size:var(--sidebar-font-xs, 14px);color:var(--text-muted);margin-top:2px}.collapsed .user-details .user-role{display:none}.sidebar-style-modern{background:var(--bg-card);border-right:var(--border-width-base) solid var(--border-color);box-shadow:var(--shadow-sm)}.sidebar-style-modern .menu-item{border:var(--border-width-base) solid transparent;margin:var(--spacing-xs)}.sidebar-style-modern .menu-item:hover{background:var(--bg-hover);border-color:var(--border-color);transform:translate(var(--spacing-xs));box-shadow:var(--shadow-xs)}.sidebar-style-modern .menu-item.active{background:var(--gradient-primary);color:var(--text-on-primary);border-color:transparent;box-shadow:var(--shadow-md)}.sidebar-style-modern .submenu{background:var(--bg-hover);border-radius:var(--radius-md);margin:var(--spacing-xs);padding:var(--spacing-xs)}.sidebar-style-glass{background:var(--glass-bg-medium);backdrop-filter:blur(20px);border-right:var(--border-width-base) solid var(--glass-border)}.sidebar-style-glass .menu-item{background:var(--glass-bg-light);border:var(--border-width-base) solid var(--glass-border);backdrop-filter:blur(10px);margin:var(--spacing-xs)}.sidebar-style-glass .menu-item:hover{background:var(--glass-bg-heavy);border-color:var(--glass-border);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.sidebar-style-glass .menu-item.active{background:var(--glass-bg-heavy);border-color:var(--primary-color);box-shadow:var(--shadow-lg)}@media (max-width: var(--breakpoint-md)){.sidebar{width:var(--sidebar-width-mobile, 280px);transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:0}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--black-alpha-50);z-index:var(--z-sidebar-overlay, 1010);opacity:0;visibility:hidden;transition:var(--transition-base)}.mobile-overlay.active{opacity:1;visibility:visible}}[data-theme=dark] .sidebar{background:var(--bg-card);border-right-color:var(--border-color)}[data-theme=dark] .sidebar-header{border-bottom-color:var(--border-color)}[data-theme=dark] .sidebar-footer{border-top-color:var(--border-color)}[data-theme=dark] .menu-item:hover{background:var(--bg-hover)}[data-theme=dark] .menu-item.active{background:var(--primary-color)}[data-theme=dark] .sidebar-style-modern{background:var(--bg-card);border-right-color:var(--border-color)}[data-theme=dark] .sidebar-style-glass{background:var(--glass-bg-medium-dark);border-right-color:var(--glass-border-dark)}.cds-grid{display:grid;grid-template-columns:repeat(16,1fr);gap:var(--spacing-md, 16px);width:100%;max-width:1584px;margin:0 auto;padding:0 var(--spacing-lg, 24px)}.cds-grid.cds-grid--condensed{gap:var(--spacing-sm, 8px);padding:0 var(--spacing-sm, 8px)}.cds-grid.cds-grid--narrow{gap:var(--spacing-xs, 4px);padding:0 var(--spacing-xs, 4px)}.cds-grid.cds-grid--full-width{max-width:none}.cds-grid.cds-grid--no-padding{padding:0}.cds-row{display:contents}[class*=cds-col]{min-width:0;word-wrap:break-word}.cds-col-1{grid-column:span 1}.cds-col-2{grid-column:span 2}.cds-col-3{grid-column:span 3}.cds-col-4{grid-column:span 4}.cds-col-5{grid-column:span 5}.cds-col-6{grid-column:span 6}.cds-col-7{grid-column:span 7}.cds-col-8{grid-column:span 8}.cds-col-9{grid-column:span 9}.cds-col-10{grid-column:span 10}.cds-col-11{grid-column:span 11}.cds-col-12{grid-column:span 12}.cds-col-13{grid-column:span 13}.cds-col-14{grid-column:span 14}.cds-col-15{grid-column:span 15}.cds-col-16{grid-column:span 16}@media (min-width: 320px){.cds-col-sm-1{grid-column:span 1}.cds-col-sm-2{grid-column:span 2}.cds-col-sm-3{grid-column:span 3}.cds-col-sm-4{grid-column:span 4}.cds-col-sm-5{grid-column:span 5}.cds-col-sm-6{grid-column:span 6}.cds-col-sm-7{grid-column:span 7}.cds-col-sm-8{grid-column:span 8}.cds-col-sm-9{grid-column:span 9}.cds-col-sm-10{grid-column:span 10}.cds-col-sm-11{grid-column:span 11}.cds-col-sm-12{grid-column:span 12}.cds-col-sm-13{grid-column:span 13}.cds-col-sm-14{grid-column:span 14}.cds-col-sm-15{grid-column:span 15}.cds-col-sm-16{grid-column:span 16}.cds-offset-sm-0{grid-column-start:1}.cds-offset-sm-1{grid-column-start:2}.cds-offset-sm-2{grid-column-start:3}.cds-offset-sm-3{grid-column-start:4}.cds-offset-sm-4{grid-column-start:5}.cds-offset-sm-5{grid-column-start:6}.cds-offset-sm-6{grid-column-start:7}.cds-offset-sm-7{grid-column-start:8}.cds-offset-sm-8{grid-column-start:9}.cds-offset-sm-9{grid-column-start:10}.cds-offset-sm-10{grid-column-start:11}.cds-offset-sm-11{grid-column-start:12}.cds-offset-sm-12{grid-column-start:13}.cds-offset-sm-13{grid-column-start:14}.cds-offset-sm-14{grid-column-start:15}.cds-offset-sm-15{grid-column-start:16}}@media (min-width: 672px){.cds-col-md-1{grid-column:span 1}.cds-col-md-2{grid-column:span 2}.cds-col-md-3{grid-column:span 3}.cds-col-md-4{grid-column:span 4}.cds-col-md-5{grid-column:span 5}.cds-col-md-6{grid-column:span 6}.cds-col-md-7{grid-column:span 7}.cds-col-md-8{grid-column:span 8}.cds-col-md-9{grid-column:span 9}.cds-col-md-10{grid-column:span 10}.cds-col-md-11{grid-column:span 11}.cds-col-md-12{grid-column:span 12}.cds-col-md-13{grid-column:span 13}.cds-col-md-14{grid-column:span 14}.cds-col-md-15{grid-column:span 15}.cds-col-md-16{grid-column:span 16}.cds-offset-md-0{grid-column-start:1}.cds-offset-md-1{grid-column-start:2}.cds-offset-md-2{grid-column-start:3}.cds-offset-md-3{grid-column-start:4}.cds-offset-md-4{grid-column-start:5}.cds-offset-md-5{grid-column-start:6}.cds-offset-md-6{grid-column-start:7}.cds-offset-md-7{grid-column-start:8}.cds-offset-md-8{grid-column-start:9}.cds-offset-md-9{grid-column-start:10}.cds-offset-md-10{grid-column-start:11}.cds-offset-md-11{grid-column-start:12}.cds-offset-md-12{grid-column-start:13}.cds-offset-md-13{grid-column-start:14}.cds-offset-md-14{grid-column-start:15}.cds-offset-md-15{grid-column-start:16}}@media (min-width: 1056px){.cds-col-lg-1{grid-column:span 1}.cds-col-lg-2{grid-column:span 2}.cds-col-lg-3{grid-column:span 3}.cds-col-lg-4{grid-column:span 4}.cds-col-lg-5{grid-column:span 5}.cds-col-lg-6{grid-column:span 6}.cds-col-lg-7{grid-column:span 7}.cds-col-lg-8{grid-column:span 8}.cds-col-lg-9{grid-column:span 9}.cds-col-lg-10{grid-column:span 10}.cds-col-lg-11{grid-column:span 11}.cds-col-lg-12{grid-column:span 12}.cds-col-lg-13{grid-column:span 13}.cds-col-lg-14{grid-column:span 14}.cds-col-lg-15{grid-column:span 15}.cds-col-lg-16{grid-column:span 16}.cds-offset-lg-0{grid-column-start:1}.cds-offset-lg-1{grid-column-start:2}.cds-offset-lg-2{grid-column-start:3}.cds-offset-lg-3{grid-column-start:4}.cds-offset-lg-4{grid-column-start:5}.cds-offset-lg-5{grid-column-start:6}.cds-offset-lg-6{grid-column-start:7}.cds-offset-lg-7{grid-column-start:8}.cds-offset-lg-8{grid-column-start:9}.cds-offset-lg-9{grid-column-start:10}.cds-offset-lg-10{grid-column-start:11}.cds-offset-lg-11{grid-column-start:12}.cds-offset-lg-12{grid-column-start:13}.cds-offset-lg-13{grid-column-start:14}.cds-offset-lg-14{grid-column-start:15}.cds-offset-lg-15{grid-column-start:16}}@media (min-width: 1312px){.cds-col-xlg-1{grid-column:span 1}.cds-col-xlg-2{grid-column:span 2}.cds-col-xlg-3{grid-column:span 3}.cds-col-xlg-4{grid-column:span 4}.cds-col-xlg-5{grid-column:span 5}.cds-col-xlg-6{grid-column:span 6}.cds-col-xlg-7{grid-column:span 7}.cds-col-xlg-8{grid-column:span 8}.cds-col-xlg-9{grid-column:span 9}.cds-col-xlg-10{grid-column:span 10}.cds-col-xlg-11{grid-column:span 11}.cds-col-xlg-12{grid-column:span 12}.cds-col-xlg-13{grid-column:span 13}.cds-col-xlg-14{grid-column:span 14}.cds-col-xlg-15{grid-column:span 15}.cds-col-xlg-16{grid-column:span 16}.cds-offset-xlg-0{grid-column-start:1}.cds-offset-xlg-1{grid-column-start:2}.cds-offset-xlg-2{grid-column-start:3}.cds-offset-xlg-3{grid-column-start:4}.cds-offset-xlg-4{grid-column-start:5}.cds-offset-xlg-5{grid-column-start:6}.cds-offset-xlg-6{grid-column-start:7}.cds-offset-xlg-7{grid-column-start:8}.cds-offset-xlg-8{grid-column-start:9}.cds-offset-xlg-9{grid-column-start:10}.cds-offset-xlg-10{grid-column-start:11}.cds-offset-xlg-11{grid-column-start:12}.cds-offset-xlg-12{grid-column-start:13}.cds-offset-xlg-13{grid-column-start:14}.cds-offset-xlg-14{grid-column-start:15}.cds-offset-xlg-15{grid-column-start:16}}@media (min-width: 1584px){.cds-col-max-1{grid-column:span 1}.cds-col-max-2{grid-column:span 2}.cds-col-max-3{grid-column:span 3}.cds-col-max-4{grid-column:span 4}.cds-col-max-5{grid-column:span 5}.cds-col-max-6{grid-column:span 6}.cds-col-max-7{grid-column:span 7}.cds-col-max-8{grid-column:span 8}.cds-col-max-9{grid-column:span 9}.cds-col-max-10{grid-column:span 10}.cds-col-max-11{grid-column:span 11}.cds-col-max-12{grid-column:span 12}.cds-col-max-13{grid-column:span 13}.cds-col-max-14{grid-column:span 14}.cds-col-max-15{grid-column:span 15}.cds-col-max-16{grid-column:span 16}.cds-offset-max-0{grid-column-start:1}.cds-offset-max-1{grid-column-start:2}.cds-offset-max-2{grid-column-start:3}.cds-offset-max-3{grid-column-start:4}.cds-offset-max-4{grid-column-start:5}.cds-offset-max-5{grid-column-start:6}.cds-offset-max-6{grid-column-start:7}.cds-offset-max-7{grid-column-start:8}.cds-offset-max-8{grid-column-start:9}.cds-offset-max-9{grid-column-start:10}.cds-offset-max-10{grid-column-start:11}.cds-offset-max-11{grid-column-start:12}.cds-offset-max-12{grid-column-start:13}.cds-offset-max-13{grid-column-start:14}.cds-offset-max-14{grid-column-start:15}.cds-offset-max-15{grid-column-start:16}}.cds-col-hidden{display:none}@media (min-width: 320px){.cds-col-sm-hidden{display:none}}@media (min-width: 672px){.cds-col-md-hidden{display:none}}@media (min-width: 1056px){.cds-col-lg-hidden{display:none}}@media (min-width: 1312px){.cds-col-xlg-hidden{display:none}}@media (min-width: 1584px){.cds-col-max-hidden{display:none}}.cds-col-auto{grid-column:auto}.cds-col-fill{grid-column:1/-1}.cds-grid--debug{position:relative}.cds-grid--debug:before{content:"";position:absolute;top:0;left:32px;right:32px;bottom:0;background-image:repeating-linear-gradient(to right,rgba(255,0,0,.1) 0,rgba(255,0,0,.1) calc(6.25% - 32px),transparent calc(6.25% - 32px),transparent 6.25%);pointer-events:none;z-index:9999}@media (max-width: 319px){.cds-hidden-xs{display:none!important}}@media (max-width: 671px){.cds-hidden-sm{display:none!important}}@media (max-width: 1055px){.cds-hidden-md{display:none!important}}@media (max-width: 1311px){.cds-hidden-lg{display:none!important}}@media (max-width: 1583px){.cds-hidden-xlg{display:none!important}}.stats-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:var(--spacing-xl)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stats-grid{display:grid;gap:var(--spacing-md);grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:var(--spacing-lg)}}@media (min-width: var(--breakpoint-xl)){.stats-grid{display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--spacing-lg);position:relative;overflow:hidden;min-height:120px;transition:all var(--transition-base);cursor:pointer}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-focus)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover:before{transform:scaleX(1)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover .stat-icon{transform:scale(1.05)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover .stat-card-bg{transform:translate(20%,-20%) scale(1.1);opacity:.08}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info).loading .stat-content{opacity:.6;pointer-events:none}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info).loading .stat-value{background:var(--bg-light);border-radius:var(--radius-sm);color:transparent;animation:pulse 1.5s ease-in-out infinite}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){padding:var(--spacing-md);min-height:100px}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover{transform:translateY(-2px)}}@media (min-width: var(--breakpoint-md)) and (max-width: calc(var(--breakpoint-lg) - 1px)){.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){padding:var(--spacing-lg);min-height:110px}}@media (min-width: var(--breakpoint-xl)){.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){padding:var(--spacing-xl);min-height:140px}}.stat-content{display:flex;align-items:center;gap:var(--spacing-lg);position:relative;z-index:2;height:100%}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-content{gap:var(--spacing-md)}}@media (min-width: var(--breakpoint-xl)){.stat-content{gap:var(--spacing-xl)}}.stat-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-lg);transition:all var(--transition-base);flex-shrink:0}.stat-icon--primary{background:linear-gradient(135deg,var(--primary-extra-light),var(--primary-lighter));color:var(--primary-color)}.stat-icon--students,.stat-icon--success{background:linear-gradient(135deg,var(--success-extra-light),var(--success-lighter));color:var(--success-color)}.stat-icon--campuses,.stat-icon--classes,.stat-icon--info{background:linear-gradient(135deg,var(--info-extra-light),var(--info-lighter));color:var(--info-color)}.stat-icon--users,.stat-icon--teachers,.stat-icon--warning{background:linear-gradient(135deg,var(--warning-extra-light),var(--warning-lighter));color:var(--warning-color)}.stat-icon--activities,.stat-icon--events,.stat-icon--danger{background:linear-gradient(135deg,var(--danger-extra-light),var(--danger-lighter));color:var(--danger-color)}.stat-icon--purple{background:linear-gradient(135deg,#f3e8ff,#ddd6fe);color:#8b5cf6}.stat-icon--indigo{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#6366f1}.stat-icon--pink{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#ec4899}.stat-icon--teal{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);color:#14b8a6}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-icon{width:48px;height:48px}}@media (min-width: var(--breakpoint-xl)){.stat-icon{width:64px;height:64px}}.stat-info{flex:1;min-width:0}.stat-info .stat-label{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--spacing-xs);font-weight:var(--font-medium);line-height:var(--leading-tight);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-info .stat-label{font-size:var(--text-xs)}}@media (min-width: var(--breakpoint-xl)){.stat-info .stat-label{font-size:var(--text-base)}}.stat-info .stat-value{font-size:var(--text-2xl);font-weight:var(--font-extrabold);color:var(--text-primary);margin-bottom:var(--spacing-xs);line-height:var(--leading-none)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-info .stat-value{font-size:var(--text-xl);font-weight:var(--font-bold)}}@media (min-width: var(--breakpoint-xl)){.stat-info .stat-value{font-size:var(--text-3xl)}}.stat-info .stat-description{font-size:var(--text-xs);color:var(--text-placeholder);line-height:var(--leading-tight);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-info .stat-description{display:none}}@media (min-width: var(--breakpoint-md)){.stat-info .stat-description{display:block}}.stat-trend{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--text-xs);font-weight:var(--font-semibold);margin-top:var(--spacing-xs)}.stat-trend .trend-icon{font-size:var(--text-sm);line-height:1}.stat-trend .trend-text{line-height:1}.stat-trend.trend-up,.stat-trend--positive{color:var(--success-color)}.stat-trend.trend-down,.stat-trend--negative{color:var(--danger-color)}.stat-trend.trend-stable,.stat-trend--neutral{color:var(--text-secondary)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-trend{font-size:10px;gap:2px}.stat-trend .trend-icon{font-size:var(--text-xs)}}.stat-card-bg{position:absolute;top:0;right:0;width:80px;height:80px;border-radius:var(--radius-full);opacity:.04;transform:translate(25%,-25%);transition:all var(--transition-slow);pointer-events:none}.stat-card-bg.bg-primary{background:var(--primary-color)}.stat-card-bg.bg-students,.stat-card-bg.bg-success{background:var(--success-color)}.stat-card-bg.bg-campuses,.stat-card-bg.bg-classes,.stat-card-bg.bg-info{background:var(--info-color)}.stat-card-bg.bg-users,.stat-card-bg.bg-teachers,.stat-card-bg.bg-warning{background:var(--warning-color)}.stat-card-bg.bg-activities,.stat-card-bg.bg-events,.stat-card-bg.bg-danger{background:var(--danger-color)}.stat-card-bg.bg-purple{background:#8b5cf6}.stat-card-bg.bg-indigo{background:#6366f1}.stat-card-bg.bg-pink{background:#ec4899}.stat-card-bg.bg-teal{background:#14b8a6}@media (max-width: calc(var(--breakpoint-md) - 1px)){.stat-card-bg{width:60px;height:60px;transform:translate(20%,-20%)}}@media (min-width: var(--breakpoint-xl)){.stat-card-bg{width:100px;height:100px;transform:translate(30%,-30%)}}.stat-card--compact{padding:var(--spacing-md);min-height:80px}.stat-card--compact .stat-content{gap:var(--spacing-md)}.stat-card--compact .stat-icon{width:40px;height:40px}.stat-card--compact .stat-info .stat-value{font-size:var(--text-lg);margin-bottom:0}.stat-card--compact .stat-info .stat-label{font-size:var(--text-xs);margin-bottom:2px}.stat-card--compact .stat-card-bg{width:50px;height:50px}.stat-card--large{padding:var(--spacing-xl);min-height:160px}.stat-card--large .stat-icon{width:72px;height:72px}.stat-card--large .stat-info .stat-value{font-size:var(--text-4xl)}.stat-card--large .stat-info .stat-label{font-size:var(--text-base)}.stat-card--large .stat-card-bg{width:120px;height:120px}.stat-card--vertical .stat-content{flex-direction:column;text-align:center;gap:var(--spacing-md)}.stat-card--vertical .stat-info{flex:none}.stat-card--vertical .stat-info .stat-label,.stat-card--vertical .stat-info .stat-description{text-align:center}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.8}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.stat-value--animated{animation:countUp .6s ease-out}.stat-card[role=button]:focus{outline:2px solid var(--primary-color);outline-offset:2px}.stat-card[role=button]:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){.stat-card{border-width:2px;border-color:var(--text-primary)}.stat-card:hover{border-color:var(--primary-color)}.stat-icon{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.stat-card,.stat-icon,.stat-card-bg{transition:none}.stat-card:hover{transform:none}.stat-value--animated{animation:none}}.card,.table-card,.activities-card,.chart-card,.data-card,.filter-card,.overview-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);overflow:hidden;margin-bottom:var(--spacing-lg)}.card:hover,.table-card:hover,.activities-card:hover,.chart-card:hover,.data-card:hover,.filter-card:hover,.overview-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-color)}.card .card-header,.table-card .card-header,.activities-card .card-header,.chart-card .card-header,.data-card .card-header,.filter-card .card-header,.overview-card .card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color-lighter);background:var(--bg-tertiary);display:flex;justify-content:space-between;align-items:center}.card .card-header .card-title,.table-card .card-header .card-title,.activities-card .card-header .card-title,.chart-card .card-header .card-title,.data-card .card-header .card-title,.filter-card .card-header .card-title,.overview-card .card-header .card-title{margin:0;font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight)}.card .card-header .card-title.with-icon,.table-card .card-header .card-title.with-icon,.activities-card .card-header .card-title.with-icon,.chart-card .card-header .card-title.with-icon,.data-card .card-header .card-title.with-icon,.filter-card .card-header .card-title.with-icon,.overview-card .card-header .card-title.with-icon{display:flex;align-items:center;gap:var(--spacing-sm)}.card .card-header .card-title.with-icon .card-icon,.table-card .card-header .card-title.with-icon .card-icon,.activities-card .card-header .card-title.with-icon .card-icon,.chart-card .card-header .card-title.with-icon .card-icon,.data-card .card-header .card-title.with-icon .card-icon,.filter-card .card-header .card-title.with-icon .card-icon,.overview-card .card-header .card-title.with-icon .card-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--primary-color)}.card .card-header .card-subtitle,.table-card .card-header .card-subtitle,.activities-card .card-header .card-subtitle,.chart-card .card-header .card-subtitle,.data-card .card-header .card-subtitle,.filter-card .card-header .card-subtitle,.overview-card .card-header .card-subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--spacing-xs);line-height:var(--leading-normal)}.card .card-header .card-actions,.table-card .card-header .card-actions,.activities-card .card-header .card-actions,.chart-card .card-header .card-actions,.data-card .card-header .card-actions,.filter-card .card-header .card-actions,.overview-card .card-header .card-actions{display:flex;align-items:center;gap:var(--spacing-sm)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card .card-header,.table-card .card-header,.activities-card .card-header,.chart-card .card-header,.data-card .card-header,.filter-card .card-header,.overview-card .card-header{padding:var(--spacing-md);flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}.card .card-header .card-actions,.table-card .card-header .card-actions,.activities-card .card-header .card-actions,.chart-card .card-header .card-actions,.data-card .card-header .card-actions,.filter-card .card-header .card-actions,.overview-card .card-header .card-actions{justify-content:flex-end}}.card .card-body,.table-card .card-body,.activities-card .card-body,.chart-card .card-body,.data-card .card-body,.filter-card .card-body,.overview-card .card-body{padding:var(--spacing-lg)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card .card-body,.table-card .card-body,.activities-card .card-body,.chart-card .card-body,.data-card .card-body,.filter-card .card-body,.overview-card .card-body{padding:var(--spacing-md)}}.card .card-footer,.table-card .card-footer,.activities-card .card-footer,.chart-card .card-footer,.data-card .card-footer,.filter-card .card-footer,.overview-card .card-footer{padding:var(--spacing-lg);border-top:1px solid var(--border-color-lighter);background:var(--bg-tertiary);display:flex;justify-content:space-between;align-items:center}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card .card-footer,.table-card .card-footer,.activities-card .card-footer,.chart-card .card-footer,.data-card .card-footer,.filter-card .card-footer,.overview-card .card-footer{padding:var(--spacing-md);flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card,.table-card,.activities-card,.chart-card,.data-card,.filter-card,.overview-card{margin-bottom:var(--spacing-md);border-radius:var(--radius-md)}.card:hover,.table-card:hover,.activities-card:hover,.chart-card:hover,.data-card:hover,.filter-card:hover,.overview-card:hover{transform:none}.card .card-header,.table-card .card-header,.activities-card .card-header,.chart-card .card-header,.data-card .card-header,.filter-card .card-header,.overview-card .card-header,.card .card-body,.table-card .card-body,.activities-card .card-body,.chart-card .card-body,.data-card .card-body,.filter-card .card-body,.overview-card .card-body,.card .card-footer,.table-card .card-footer,.activities-card .card-footer,.chart-card .card-footer,.data-card .card-footer,.filter-card .card-footer,.overview-card .card-footer{padding:var(--spacing-md) var(--spacing-sm)}}.card--primary{border-left:4px solid var(--primary-color)}.card--primary .card-header{background:linear-gradient(135deg,var(--primary-extra-light),transparent)}.card--success{border-left:4px solid var(--success-color)}.card--success .card-header{background:linear-gradient(135deg,var(--success-extra-light),transparent)}.card--warning{border-left:4px solid var(--warning-color)}.card--warning .card-header{background:linear-gradient(135deg,var(--warning-extra-light),transparent)}.card--danger{border-left:4px solid var(--danger-color)}.card--danger .card-header{background:linear-gradient(135deg,var(--danger-extra-light),transparent)}.card--info{border-left:4px solid var(--info-color)}.card--info .card-header{background:linear-gradient(135deg,var(--info-extra-light),transparent)}.card--borderless{border:none;box-shadow:var(--shadow-sm)}.card--flat{box-shadow:none;border:1px solid var(--border-color-light)}.card--compact .card-header,.card--compact .card-body,.card--compact .card-footer{padding:var(--spacing-md)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card--compact .card-header,.card--compact .card-body,.card--compact .card-footer{padding:var(--spacing-sm)}}.card--large .card-header,.card--large .card-body,.card--large .card-footer{padding:var(--spacing-xl)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.card--large .card-header,.card--large .card-body,.card--large .card-footer{padding:var(--spacing-lg)}}.overview-card .card-header .header-content{display:flex;align-items:center;gap:var(--spacing-md)}.overview-card .card-header .header-content .header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--primary-extra-light);color:var(--primary-color)}.overview-card .card-header .header-content .header-info h3{margin:0;font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight)}.overview-card .card-header .header-content .header-info .header-subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:2px;display:block}.overview-card.enrollment-overview .header-icon{background:linear-gradient(135deg,var(--success-extra-light),var(--success-light));color:var(--success-color)}.overview-card.activity-overview .header-icon{background:linear-gradient(135deg,var(--info-extra-light),var(--info-light));color:var(--info-color)}.filter-card{margin-bottom:var(--spacing-xl)}.filter-card .filter-form{gap:var(--spacing-md);align-items:flex-end;display:flex;flex-direction:column}@media (min-width: var(--breakpoint-md)){.filter-card .filter-form{flex-direction:row}}.filter-card .filter-form .filter-group{display:grid;gap:var(--spacing-sm);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));flex:1}.filter-card .filter-form .filter-actions{display:flex;align-items:center;gap:var(--spacing-sm);flex-shrink:0}@media (max-width: calc(var(--breakpoint-md) - 1px)){.filter-card .filter-form .filter-actions{width:100%;justify-content:stretch}.filter-card .filter-form .filter-actions .el-button{flex:1}}.data-card .data-content{padding:var(--spacing-lg)}.data-card .data-content .data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md)}.data-card .data-content .data-header .data-title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.data-card .data-content .data-header .data-actions{display:flex;align-items:center;gap:var(--spacing-sm)}.data-card .data-content .data-body{margin-bottom:var(--spacing-md)}.data-card .data-content .data-footer{padding-top:var(--spacing-md);border-top:1px solid var(--border-color-lighter);display:flex;justify-content:space-between;align-items:center}.data-card .data-content .data-footer .data-meta{font-size:var(--text-sm);color:var(--text-secondary)}.chart-card .chart-container{min-height:320px;position:relative;padding:var(--spacing-md);background:var(--bg-tertiary);border-radius:var(--radius-md)}.chart-card .chart-container .chart{width:100%;height:320px;border-radius:var(--radius-sm)}.chart-card .chart-container .chart-loading{display:flex;align-items:center;justify-content:center;min-height:320px}.chart-card .chart-container .chart-loading .el-skeleton{width:100%}.chart-card .chart-container .chart-content{height:100%;border-radius:var(--radius-sm);overflow:hidden}@media (max-width: calc(var(--breakpoint-md) - 1px)){.chart-card .chart-container{min-height:280px;padding:var(--spacing-sm)}.chart-card .chart-container .chart{height:280px}.chart-card .chart-container .chart-loading{min-height:280px}}.table-card .table-content .table-header,.activities-card .table-content .table-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg);border-bottom:1px solid var(--border-color-lighter)}.table-card .table-content .table-header .table-title,.activities-card .table-content .table-header .table-title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0;display:flex;align-items:center;gap:var(--spacing-sm)}.table-card .table-content .table-header .table-title:before,.activities-card .table-content .table-header .table-title:before{content:"";width:4px;height:20px;background:var(--gradient-primary);border-radius:2px}.table-card .table-content .table-header .table-actions,.activities-card .table-content .table-header .table-actions{display:flex;align-items:center;gap:var(--spacing-sm)}.table-card .table-content .table-body,.activities-card .table-content .table-body{padding:0}.table-card .table-content .table-body .el-table,.activities-card .table-content .table-body .el-table{border-radius:0}.table-card .table-content .table-body .el-table:deep(.el-table__header),.activities-card .table-content .table-body .el-table:deep(.el-table__header){background:var(--bg-tertiary)}.table-card .table-content .table-body .el-table:deep(.el-table__row),.activities-card .table-content .table-body .el-table:deep(.el-table__row){transition:background-color var(--transition-base)}.table-card .table-content .table-body .el-table:deep(.el-table__row):hover,.activities-card .table-content .table-body .el-table:deep(.el-table__row):hover{background:var(--bg-tertiary)}.activities-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.card[tabindex]:focus,[tabindex].overview-card:focus,[tabindex].filter-card:focus,[tabindex].data-card:focus,[tabindex].chart-card:focus,[tabindex].table-card:focus,[tabindex].activities-card:focus{outline:2px solid var(--primary-color);outline-offset:2px}.card[tabindex]:focus:not(:focus-visible),[tabindex].overview-card:focus:not(:focus-visible),[tabindex].filter-card:focus:not(:focus-visible),[tabindex].data-card:focus:not(:focus-visible),[tabindex].chart-card:focus:not(:focus-visible),[tabindex].table-card:focus:not(:focus-visible),[tabindex].activities-card:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){.card,.overview-card,.filter-card,.data-card,.chart-card,.table-card,.activities-card{border-width:2px;border-color:var(--text-primary)}.card:hover,.overview-card:hover,.filter-card:hover,.data-card:hover,.chart-card:hover,.table-card:hover,.activities-card:hover{border-color:var(--primary-color)}}@media (prefers-reduced-motion: reduce){.card,.overview-card,.filter-card,.data-card,.chart-card,.table-card,.activities-card{transition:none}.card:hover,.overview-card:hover,.filter-card:hover,.data-card:hover,.chart-card:hover,.table-card:hover,.activities-card:hover{transform:none}}.stats-grid-unified{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-xl);width:100%}@media (max-width: var(--breakpoint-xl)){.stats-grid-unified{grid-template-columns:repeat(3,1fr)}}@media (max-width: var(--breakpoint-lg)){.stats-grid-unified{grid-template-columns:repeat(2,1fr)}}@media (max-width: var(--breakpoint-md)){.stats-grid-unified{grid-template-columns:1fr;gap:var(--spacing-md)}}.charts-grid-unified{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-lg);width:100%}@media (max-width: var(--breakpoint-lg)){.charts-grid-unified{grid-template-columns:1fr}}@media (max-width: var(--breakpoint-md)){.charts-grid-unified{gap:var(--spacing-md)}}.actions-grid-unified{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--spacing-lg);width:100%}@media (max-width: var(--breakpoint-md)){.actions-grid-unified{grid-template-columns:1fr;gap:var(--spacing-md)}}.center-overview-grid-unified{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--spacing-lg);width:100%}@media (max-width: 1399px){.center-overview-grid-unified{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1099px){.center-overview-grid-unified{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 799px){.center-overview-grid-unified{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 499px){.center-overview-grid-unified{grid-template-columns:1fr}}.dashboard-grid-unified{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-lg);width:100%}@media (max-width: 1199px){.dashboard-grid-unified{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 899px){.dashboard-grid-unified{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 599px){.dashboard-grid-unified{grid-template-columns:1fr}}.table{width:100%;border-collapse:collapse;margin-bottom:var(--spacing-lg);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow-sm)}.table thead{background:var(--bg-tertiary)}.table thead th{padding:var(--spacing-md) var(--spacing-lg);text-align:left;font-weight:var(--font-semibold);color:var(--text-primary);border-bottom:2px solid var(--border-color-light);white-space:nowrap;font-size:var(--text-sm);line-height:var(--leading-tight)}.table thead th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color var(--transition-base)}.table thead th.sortable:hover,.table thead th.sortable.sorted{color:var(--primary-color)}.table thead th.sortable.sorted:after{content:"↑";margin-left:var(--spacing-xs)}.table thead th.sortable.sorted.desc:after{content:"↓"}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table thead th{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-xs)}}.table tbody tr{transition:background-color var(--transition-base)}.table tbody tr:hover{background:var(--bg-tertiary)}.table tbody tr:not(:last-child){border-bottom:1px solid var(--border-color-lighter)}.table tbody tr.selected{background:var(--primary-extra-light)}.table tbody tr.selected:hover{background:var(--primary-lighter)}.table tbody tr.disabled{opacity:.5;pointer-events:none}.table tbody td{padding:var(--spacing-md) var(--spacing-lg);color:var(--text-primary);font-size:var(--text-sm);line-height:var(--leading-normal);vertical-align:middle}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table tbody td{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-xs)}}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table{border-radius:var(--radius-md)}}.table--compact thead th,.table--compact tbody td{padding:var(--spacing-sm) var(--spacing-md)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table--compact thead th,.table--compact tbody td{padding:var(--spacing-xs) var(--spacing-sm)}}.table--large thead th,.table--large tbody td{padding:var(--spacing-lg) var(--spacing-xl)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table--large thead th,.table--large tbody td{padding:var(--spacing-md) var(--spacing-lg)}}.table--bordered{border:1px solid var(--border-color-light)}.table--bordered th,.table--bordered td{border-right:1px solid var(--border-color-lighter)}.table--bordered th:last-child,.table--bordered td:last-child{border-right:none}.table--striped tbody tr:nth-child(odd){background:var(--bg-light)}.table--striped tbody tr:nth-child(odd):hover{background:var(--bg-tertiary)}.table--striped tbody tr:nth-child(odd).selected{background:var(--primary-extra-light)}.table--striped tbody tr:nth-child(odd).selected:hover{background:var(--primary-lighter)}.table--borderless thead th,.table--borderless tbody tr{border-bottom:none}.table-container{width:100%;overflow-x:auto;margin-bottom:var(--spacing-lg);border-radius:var(--radius-lg)}.table-container .table{margin-bottom:0;min-width:600px}.w-5{width:5%}.w-10{width:10%}.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-35{width:35%}.w-40{width:40%}.w-45{width:45%}.w-50{width:50%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.text-left{text-align:left}.text-right{text-align:right}.table-actions,.action-buttons{display:flex;align-items:center;gap:var(--spacing-xs);justify-content:flex-start;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content}.table-actions .el-button,.action-buttons .el-button{margin:0;min-width:48px}@media (max-width: calc(var(--breakpoint-md) - 1px)){.table-actions,.action-buttons{gap:2px;flex-direction:column;align-items:stretch}.table-actions .el-button,.action-buttons .el-button{margin:0;width:100%;min-width:unset}}.table-status{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:1;white-space:nowrap}.table-status:before{content:"";width:6px;height:6px;border-radius:var(--radius-full);flex-shrink:0}.table-status--success{background:var(--success-extra-light);color:var(--success-color)}.table-status--success:before{background:var(--success-color)}.table-status--warning{background:var(--warning-extra-light);color:var(--warning-color)}.table-status--warning:before{background:var(--warning-color)}.table-status--danger{background:var(--danger-extra-light);color:var(--danger-color)}.table-status--danger:before{background:var(--danger-color)}.table-status--info{background:var(--info-extra-light);color:var(--info-color)}.table-status--info:before{background:var(--info-color)}.table-status--primary{background:var(--primary-extra-light);color:var(--primary-color)}.table-status--primary:before{background:var(--primary-color)}.table-status--default{background:var(--bg-light);color:var(--text-secondary)}.table-status--default:before{background:var(--text-placeholder)}.el-table{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color-light)}.el-table .el-table__header{background:var(--bg-tertiary)}.el-table .el-table__header th{background:transparent;border-bottom:2px solid var(--border-color-light);color:var(--text-primary);font-weight:var(--font-semibold);font-size:var(--text-sm)}.el-table .el-table__header th .cell{padding:0 var(--spacing-md);line-height:var(--leading-tight)}.el-table .el-table__body tr:hover{background:var(--bg-tertiary)}.el-table .el-table__body td{border-bottom:1px solid var(--border-color-lighter);color:var(--text-primary);font-size:var(--text-sm)}.el-table .el-table__body td .cell{padding:0 var(--spacing-md);line-height:var(--leading-normal)}.el-table .el-table__body td .cell:has(.activity-actions,.table-actions,.action-buttons,.el-button){overflow:visible;white-space:normal}.el-table .el-table__body td .cell .activity-actions,.el-table .el-table__body td .cell .table-actions,.el-table .el-table__body td .cell .action-buttons{display:flex;gap:var(--spacing-xs);flex-wrap:nowrap;align-items:center;justify-content:flex-start}.el-table .el-table__body td .cell .el-button{white-space:nowrap;flex-shrink:0}.el-table .el-table__empty-block{background:var(--bg-card)}.el-table .el-table__empty-block .el-table__empty-text{color:var(--text-placeholder)}.el-table .el-table__fixed,.el-table .el-table__fixed-right{box-shadow:var(--shadow-md)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.el-table{border-radius:var(--radius-md)}.el-table .el-table__header th .cell,.el-table .el-table__body td .cell{padding:0 var(--spacing-sm);font-size:var(--text-xs)}}.el-pagination{display:flex;align-items:center;justify-content:center;padding:var(--spacing-lg) 0;background:var(--bg-card);border-radius:var(--radius-md);margin-top:var(--spacing-md)}.el-pagination .el-pagination__total{color:var(--text-secondary);font-size:var(--text-sm)}.el-pagination .el-pager li{background:transparent;border-radius:var(--radius-sm);margin:0 2px;transition:all var(--transition-base)}.el-pagination .el-pager li:hover{background:var(--bg-tertiary)}.el-pagination .el-pager li.is-active{background:var(--primary-color);color:#fff}.el-pagination .btn-prev,.el-pagination .btn-next{background:transparent;border-radius:var(--radius-sm)}.el-pagination .btn-prev:hover,.el-pagination .btn-next:hover{background:var(--bg-tertiary)}.el-pagination .btn-prev:disabled,.el-pagination .btn-next:disabled{color:var(--text-disabled)}@media (max-width: calc(var(--breakpoint-md) - 1px)){.el-pagination{padding:var(--spacing-md) 0}.el-pagination .el-pagination__total,.el-pagination .el-pagination__sizes{display:none}}.table tbody tr:focus{outline:2px solid var(--primary-color);outline-offset:-2px}.table tbody tr:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){.table{border:2px solid var(--text-primary)}.table th,.table td{border-color:var(--text-primary)}.table-status{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.table tbody tr,.el-table .el-table__body tr,.el-pagination .el-pager li{transition:none}}.form{margin-bottom:var(--spacing-lg)}.form .form-item{margin-bottom:var(--spacing-md)}.form .form-item:last-child{margin-bottom:0}.form .form-label{display:block;margin-bottom:var(--spacing-xs);font-weight:var(--font-weight-medium);color:var(--text-primary);font-size:var(--font-size-base)}.form .form-required{color:var(--danger-color);margin-left:var(--spacing-xs)}.form .form-control{display:block;width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-base);line-height:1.5;color:var(--text-regular);background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:border-color var(--transition-time) var(--transition-timing),box-shadow var(--transition-time) var(--transition-timing)}.form .form-control:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb, 36, 99, 235),.1)}.form .form-control:disabled,.form .form-control[readonly]{background-color:var(--bg-secondary);opacity:.7;cursor:not-allowed}.form .form-control::-moz-placeholder{color:var(--text-placeholder)}.form .form-control::placeholder{color:var(--text-placeholder)}.form .form-help{margin-top:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--text-secondary)}.form .form-error{margin-top:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--danger-color)}.form.is-valid .form-control{border-color:var(--success-color)}.form.is-invalid .form-control{border-color:var(--danger-color)}.form.form-inline{display:flex;flex-wrap:wrap;align-items:flex-end}.form.form-inline .form-item{margin-right:var(--spacing-md);margin-bottom:var(--spacing-md)}.form .form-group{margin-bottom:var(--spacing-lg)}.form .form-group .form-group-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-xs);border-bottom:1px solid var(--border-color-light)}.form .form-actions{display:flex;justify-content:flex-end;margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px solid var(--border-color-light);gap:var(--spacing-sm)}.checkbox,.radio{display:flex;align-items:center;position:relative;padding-left:1.5rem;margin-bottom:var(--spacing-sm);cursor:pointer}.checkbox input,.radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox input:checked~.checkmark,.radio input:checked~.checkmark{background-color:var(--primary-color);border-color:var(--primary-color)}.checkbox input:checked~.checkmark:after,.radio input:checked~.checkmark:after{display:block}.checkbox input:disabled~.checkmark,.radio input:disabled~.checkmark{background-color:var(--bg-secondary);border-color:var(--border-color);cursor:not-allowed}.checkbox .checkmark,.radio .checkmark{position:absolute;top:.2rem;left:0;height:1rem;width:1rem;background-color:var(--bg-primary);border:1px solid var(--border-color);transition:all var(--transition-time) var(--transition-timing)}.checkbox .checkmark:after,.radio .checkmark:after{content:"";position:absolute;display:none}.checkbox:hover input~.checkmark,.radio:hover input~.checkmark{border-color:var(--primary-color)}.checkbox .checkmark{border-radius:var(--border-radius-sm)}.checkbox .checkmark:after{left:.3rem;top:.1rem;width:.3rem;height:.6rem;border:solid var(--border-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.radio .checkmark{border-radius:50%}.radio .checkmark:after{top:.3rem;left:.3rem;width:.4rem;height:.4rem;border-radius:50%;background:white}.settings-form .form-section{background:var(--bg-tertiary);padding:var(--spacing-lg);border-radius:var(--radius-md);border:1px solid var(--border-color-light);margin-bottom:var(--spacing-lg)}.settings-form .form-section:hover{border-color:var(--border-color)}.settings-form .form-section .section-title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:2px solid var(--border-color-light)}.settings-form .form-section .section-title:before{content:"";display:inline-block;width:4px;height:20px;background:var(--gradient-primary);border-radius:2px;margin-right:var(--spacing-sm);vertical-align:middle}.search-form{background:var(--bg-card);padding:var(--spacing-lg);border-radius:var(--radius-lg);border:1px solid var(--border-color-light);margin-bottom:var(--spacing-xl)}.search-form .search-actions{display:flex;align-items:center;gap:var(--spacing-sm)}@media (max-width: var(--breakpoint-md)){.search-form .search-actions{width:100%}.search-form .search-actions .el-button{flex:1}}.form-skeleton .skeleton-section{padding:var(--spacing-lg);background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}.form-skeleton .skeleton-section .skeleton-title{width:30%;height:20px;margin-bottom:var(--spacing-md);border-radius:var(--radius-sm);background:var(--bg-hover)}.form-skeleton .skeleton-section .skeleton-field{margin-bottom:var(--spacing-lg)}.form-skeleton .skeleton-section .skeleton-field .skeleton-label{width:25%;height:16px;margin-bottom:var(--spacing-sm);border-radius:var(--radius-sm);background:var(--bg-hover)}.form-skeleton .skeleton-section .skeleton-field .skeleton-input{width:70%;height:40px;border-radius:var(--radius-md);background:var(--bg-hover)}.el-table{--el-table-border-color: var(--border-color-light);--el-table-header-bg-color: var(--bg-color-page);--el-table-row-hover-bg-color: var(--bg-color-light);--el-table-current-row-bg-color: var(--primary-color-light);--el-table-header-text-color: var(--text-color-primary);--el-table-text-color: var(--text-color-regular)}.el-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.el-table-wrapper::-webkit-scrollbar{height:6px}.el-table-wrapper::-webkit-scrollbar-track{background:var(--bg-color-page);border-radius:3px}.el-table-wrapper::-webkit-scrollbar-thumb{background:var(--border-color-dark);border-radius:3px}.el-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--text-color-placeholder)}.el-table .el-table__header-wrapper .el-table__header th{background-color:var(--bg-color-page)!important;color:var(--text-color-primary)!important;font-weight:600;font-size:var(--text-sm);border-bottom:2px solid var(--border-color-light);padding:var(--spacing-md) 8px}@media (max-width: 575px){.el-table .el-table__header-wrapper .el-table__header th{padding:var(--spacing-sm) 4px;font-size:var(--text-xs)}}.el-table .el-table__header-wrapper .el-table__header th .caret-wrapper .sort-caret{border-color:var(--primary-color)}.el-table .el-table__header-wrapper .el-table__header th .cell .unified-icon{margin-right:4px;vertical-align:middle}.el-table .el-table__body-wrapper .el-table__body tr{transition:all .2s ease}.el-table .el-table__body-wrapper .el-table__body tr:hover{background-color:var(--bg-color-light)!important}.el-table .el-table__body-wrapper .el-table__body tr.current-row{background-color:var(--primary-color-light)!important}.el-table .el-table__body-wrapper .el-table__body tr td{padding:var(--spacing-md) 8px;border-bottom:1px solid var(--border-color-extra-light)}@media (max-width: 575px){.el-table .el-table__body-wrapper .el-table__body tr td{padding:var(--spacing-sm) 4px;font-size:var(--text-sm)}}.el-table .el-table__body-wrapper .el-table__body tr td .cell{word-wrap:break-word;word-break:break-word;line-height:1.5}.el-table .el-table__body-wrapper .el-table__body tr td .cell .el-tag,.el-table .el-table__body-wrapper .el-table__body tr td .cell .el-button,.el-table .el-table__body-wrapper .el-table__body tr td .cell .unified-icon{flex-shrink:0}.el-table .el-table__body-wrapper .el-table__body tr td .cell .el-button-group{display:flex;gap:var(--spacing-xs);flex-wrap:wrap}@media (max-width: 575px){.el-table .el-table__body-wrapper .el-table__body tr td .cell .el-button-group{flex-direction:column;gap:2px}}.el-table .el-table__empty-block{padding:40px 20px}.el-table .el-table__empty-block .el-table__empty-text{color:var(--text-color-placeholder);font-size:var(--text-sm)}.el-table .el-table__empty-block .el-table__empty-text .unified-icon{font-size:var(--text-5xl);margin-bottom:12px;color:var(--text-color-placeholder)}.el-table .el-loading-mask{background-color:rgba(255,255,255,.7)}@media (max-width: 575px){.el-table .el-loading-mask{background-color:rgba(255,255,255,.9)}}.el-pagination{margin-top:20px;justify-content:center;flex-wrap:wrap;gap:var(--spacing-sm)}@media (max-width: 575px){.el-pagination{margin-top:16px}.el-pagination .el-pagination__sizes,.el-pagination .el-pagination__jump{display:none}.el-pagination .el-pager li{min-width:32px;height:32px;line-height:32px;font-size:var(--text-xs)}.el-pagination .btn-prev,.el-pagination .btn-next{min-width:32px;height:32px}}.list-container{background:var(--bg-color);border-radius:var(--border-radius-base);border:1px solid var(--border-color-light);overflow:hidden}.list-container .list-header{padding:var(--spacing-md) 20px;background:var(--bg-color-page);border-bottom:1px solid var(--border-color-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}@media (max-width: 575px){.list-container .list-header{padding:var(--spacing-md) 16px;flex-direction:column;align-items:stretch}}.list-container .list-header .list-title{font-size:var(--text-lg);font-weight:600;color:var(--text-color-primary);margin:0;display:flex;align-items:center;gap:var(--spacing-sm)}.list-container .list-header .list-title .unified-icon{color:var(--primary-color)}@media (max-width: 575px){.list-container .list-header .list-title{font-size:var(--text-base)}}.list-container .list-header .list-actions{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}@media (max-width: 575px){.list-container .list-header .list-actions{justify-content:stretch}.list-container .list-header .list-actions .el-button{flex:1;min-width:0}}.list-container .list-content{padding:var(--spacing-lg)}@media (max-width: 575px){.list-container .list-content{padding:var(--spacing-md)}}.list-container .list-footer{padding:var(--spacing-md) 20px;background:var(--bg-color-page);border-top:1px solid var(--border-color-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}@media (max-width: 575px){.list-container .list-footer{padding:var(--spacing-md) 16px;flex-direction:column;align-items:stretch}}.list-container .list-footer .list-info{color:var(--text-color-regular);font-size:var(--text-sm)}@media (max-width: 575px){.list-container .list-footer .list-info{text-align:center}}.card-list{display:grid;gap:var(--spacing-md)}.card-list.cols-1{grid-template-columns:1fr}.card-list.cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 767px){.card-list.cols-2{grid-template-columns:1fr}}.card-list.cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 991px){.card-list.cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.card-list.cols-3{grid-template-columns:1fr}}.card-list.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1199px){.card-list.cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.card-list.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.card-list.cols-4{grid-template-columns:1fr}}.card-list .card-item{background:var(--bg-color);border:1px solid var(--border-color-light);border-radius:var(--border-radius-base);padding:var(--spacing-md);transition:all .3s ease;cursor:pointer}.card-list .card-item:hover{border-color:var(--primary-color);box-shadow:0 2px 12px rgba(0,0,0,.1);transform:translateY(-2px)}@media (max-width: 575px){.card-list .card-item{padding:var(--spacing-md)}}.card-list .card-item .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.card-list .card-item .card-header .card-title{font-size:var(--text-base);font-weight:600;color:var(--text-color-primary);margin:0 8px 0 0;flex:1}@media (max-width: 575px){.card-list .card-item .card-header .card-title{font-size:var(--text-sm)}}.card-list .card-item .card-header .card-actions{display:flex;gap:var(--spacing-xs);flex-shrink:0}.card-list .card-item .card-content{color:var(--text-color-regular);font-size:var(--text-sm);line-height:1.5}@media (max-width: 575px){.card-list .card-item .card-content{font-size:var(--text-sm)}}.card-list .card-item .card-footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color-extra-light);display:flex;justify-content:space-between;align-items:center;font-size:var(--text-xs);color:var(--text-color-placeholder)}@media (max-width: 575px){.card-list .card-item .card-footer{flex-direction:column;align-items:flex-start;gap:var(--spacing-xs)}}.data-table-container .table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:var(--spacing-md)}@media (max-width: 575px){.data-table-container .table-toolbar{flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}}.data-table-container .table-toolbar .toolbar-left{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}@media (max-width: 575px){.data-table-container .table-toolbar .toolbar-left{justify-content:stretch}.data-table-container .table-toolbar .toolbar-left .el-button{flex:1;min-width:0}}.data-table-container .table-toolbar .toolbar-right{display:flex;gap:var(--spacing-sm);align-items:center}@media (max-width: 575px){.data-table-container .table-toolbar .toolbar-right{justify-content:stretch;width:100%}.data-table-container .table-toolbar .toolbar-right .el-input{flex:1}}.data-table-container .table-wrapper{background:var(--bg-color);border-radius:var(--border-radius-base);border:1px solid var(--border-color-light);overflow:hidden}.data-table-container .table-wrapper .el-table,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__header th,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__header td,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__body th,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__body td,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__header th,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__header td,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__body th,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__body td{border:none}.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__header th,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__body th,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__header th,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__body th{border-bottom:1px solid var(--border-color-light)}.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__header tr td,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__body tr td,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__header tr td,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__body tr td{border-bottom:1px solid var(--border-color-extra-light)}.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__header tr td:last-child,.data-table-container .table-wrapper .el-table .el-table__header-wrapper .el-table__body tr td:last-child,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__header tr td:last-child,.data-table-container .table-wrapper .el-table .el-table__body-wrapper .el-table__body tr td:last-child{border-bottom:none}.list-item{background:var(--bg-color);border:1px solid var(--border-color-light);border-radius:var(--border-radius-base);padding:var(--spacing-md);margin-bottom:12px;transition:all .3s ease;display:flex;align-items:center;gap:var(--spacing-md)}.list-item:hover{border-color:var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,.1)}.list-item:last-child{margin-bottom:0}@media (max-width: 575px){.list-item{flex-direction:column;align-items:flex-start;padding:var(--spacing-md)}}.list-item .list-item-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-color-light);border-radius:var(--border-radius-base)}.list-item .list-item-icon .unified-icon{font-size:var(--text-xl);color:var(--primary-color)}.list-item .list-item-content{flex:1;min-width:0}.list-item .list-item-content .list-item-title{font-size:var(--text-base);font-weight:600;color:var(--text-color-primary);margin:0 0 4px}@media (max-width: 575px){.list-item .list-item-content .list-item-title{font-size:var(--text-sm)}}.list-item .list-item-content .list-item-description{color:var(--text-color-regular);font-size:var(--text-sm);line-height:1.5;margin:0}@media (max-width: 575px){.list-item .list-item-content .list-item-description{font-size:var(--text-sm)}}.list-item .list-item-actions{flex-shrink:0;display:flex;gap:var(--spacing-sm)}@media (max-width: 575px){.list-item .list-item-actions{width:100%;justify-content:flex-end;margin-top:8px}}.search-filter-bar{background:var(--bg-color-page);border:1px solid var(--border-color-light);border-radius:var(--border-radius-base);padding:var(--spacing-md);margin-bottom:16px}@media (max-width: 575px){.search-filter-bar{padding:var(--spacing-md)}}.search-filter-bar .filter-row{display:flex;gap:var(--spacing-md);align-items:center;flex-wrap:wrap}@media (max-width: 575px){.search-filter-bar .filter-row{flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}}.search-filter-bar .filter-row .filter-item{display:flex;align-items:center;gap:var(--spacing-sm);min-width:0}@media (max-width: 575px){.search-filter-bar .filter-row .filter-item{flex-direction:column;align-items:stretch}.search-filter-bar .filter-row .filter-item .el-input,.search-filter-bar .filter-row .filter-item .el-select,.search-filter-bar .filter-row .filter-item .el-date-picker{width:100%}}.search-filter-bar .filter-row .filter-item .filter-label{font-size:var(--text-sm);color:var(--text-color-regular);white-space:nowrap}@media (max-width: 575px){.search-filter-bar .filter-row .filter-item .filter-label{font-size:var(--text-xs)}}.search-filter-bar .filter-row .filter-actions{display:flex;gap:var(--spacing-sm);margin-left:auto}@media (max-width: 575px){.search-filter-bar .filter-row .filter-actions{margin-left:0;justify-content:stretch}.search-filter-bar .filter-row .filter-actions .el-button{flex:1}}.dark .el-table{--el-table-border-color: var(--border-color-dark);--el-table-header-bg-color: var(--bg-color-darker);--el-table-row-hover-bg-color: var(--bg-color-dark);--el-table-current-row-bg-color: rgba(var(--primary-color-rgb), .2);--el-table-header-text-color: var(--text-color-primary);--el-table-text-color: var(--text-color-secondary)}.dark .el-table .el-table__empty-block .el-table__empty-text{color:var(--text-color-placeholder)}.dark .el-table .el-loading-mask{background-color:rgba(0,0,0,.7)}.dark .card-list .card-item:hover{box-shadow:0 2px 12px rgba(0,0,0,.3)}.dark .list-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-break{word-wrap:break-word;word-break:break-word}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-gap-8{gap:var(--spacing-sm)}.flex-gap-12,.flex-gap-16{gap:var(--spacing-md)}@media (max-width: 575px){.hidden-xs{display:none!important}}@media (max-width: 767px){.hidden-sm{display:none!important}}@media (max-width: 991px){.hidden-md{display:none!important}}@media (max-width: 1199px){.hidden-lg{display:none!important}}.mobile-only{display:none!important}@media (max-width: 575px){.mobile-only{display:block!important}}@media (max-width: 575px){.desktop-only{display:none!important}}:root{--primary-color: #7c7ff5;--primary-light: #9a9dfa;--primary-dark: #5a5dc7;--primary-gradient: linear-gradient(135deg, #7c7ff5 0%, #9a9dfa 100%);--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success-color: #10b981;--success-bg: #dcfce7;--warning-color: #f59e0b;--warning-bg: #fef3c7;--danger-color: #ef4444;--danger-bg: #fee2e2;--info-color: #06b6d4;--info-bg: #dbeafe;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-2xl: 24px;--spacing-3xl: 32px;--spacing-4xl: 40px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .07);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .12);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--header-height: 64px;--content-max-width: 1400px}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gray-800);background:var(--gray-50)}.app-container{min-height:100vh;display:flex;background:var(--gray-50)}.app-container.theme-light{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--text-primary: #1f2937;--text-secondary: #6b7280;--border-color: #e5e7eb}.sidebar{width:var(--sidebar-width);background:white;border-right:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.sidebar.collapsed{width:var(--sidebar-collapsed-width)}.sidebar.collapsed .logo-text,.sidebar.collapsed .nav-desc,.sidebar.collapsed .user-details{display:none}.sidebar.collapsed .nav-item{justify-content:center}.sidebar.collapsed .nav-item .nav-content{display:none}.sidebar .user-section{padding:var(--spacing-lg);border-top:1px solid var(--gray-200);background:var(--gray-50)}.sidebar .user-section .user-info{display:flex;align-items:center;gap:var(--spacing-md)}.sidebar .user-section .user-info .user-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-base);flex-shrink:0}.sidebar .user-section .user-info .user-details{flex:1;min-width:0}.sidebar .user-section .user-info .user-details .user-name{font-size:var(--text-sm);font-weight:600;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .user-section .user-info .user-details .user-role{font-size:var(--text-xs);color:var(--gray-500);margin-top:2px}.main-container{flex:1;margin-left:0;display:flex;flex-direction:column;background:var(--gray-50);min-width:0;transition:margin-left var(--transition-base)}.main-container.main-expanded{margin-left:0}.main-container .navbar{height:var(--header-height);background:white;border-bottom:1px solid var(--gray-200);padding:0 var(--spacing-2xl);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-xs)}.main-container .navbar .navbar-left{flex:1}.main-container .navbar .navbar-left .el-breadcrumb{font-size:var(--text-sm)}.main-container .navbar .navbar-left .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner{color:var(--gray-600)}.main-container .navbar .navbar-left .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner:hover{color:var(--primary-color)}.main-container .navbar .navbar-left .el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner{color:var(--gray-800);font-weight:500}.main-container .navbar .navbar-right{display:flex;align-items:center;gap:var(--spacing-md)}.main-container .navbar .navbar-right .header-action-btn{width:36px;height:36px;border-radius:var(--radius-md);background:var(--gray-100);border:none;color:var(--gray-600);cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center}.main-container .navbar .navbar-right .header-action-btn:hover{background:var(--gray-200);color:var(--gray-800)}.main-container .navbar .navbar-right .header-action-btn:active{transform:scale(.95)}.main-container .page-content{flex:1;padding:var(--spacing-2xl);overflow-y:auto}.main-container .page-content>*{max-width:100%;margin:0;width:100%}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){background:white;border-radius:var(--radius-lg);padding:var(--spacing-xl);border:1px solid var(--gray-200);transition:all var(--transition-base);height:100%;min-height:120px}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--primary-color)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-main{display:flex;align-items:baseline;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-main .stat-value{font-size:var(--text-4xl);font-weight:700;color:var(--gray-900);line-height:1}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-main .stat-unit{font-size:var(--text-sm);color:var(--gray-500);font-weight:500}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-footer{display:flex;justify-content:space-between;align-items:center}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-footer .stat-title{font-size:var(--text-sm);color:var(--gray-600);font-weight:500}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-footer .stat-trend{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:2px 8px;border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-footer .stat-trend.positive{background:var(--success-bg);color:var(--success-color)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-footer .stat-trend.negative{background:var(--danger-bg);color:var(--danger-color)}.chart-container{background:white;border-radius:var(--radius-lg);padding:var(--spacing-2xl);border:1px solid var(--gray-200);min-height:400px}.chart-container .chart-header{margin-bottom:var(--spacing-xl);display:flex;justify-content:space-between;align-items:flex-start}.chart-container .chart-header .chart-info .chart-title{font-size:var(--text-base);font-weight:600;color:var(--gray-900);margin-bottom:4px}.chart-container .chart-header .chart-info .chart-subtitle{font-size:var(--text-sm);color:var(--gray-500)}.chart-container .chart-header .chart-actions{display:flex;gap:var(--spacing-sm)}.chart-container .chart-header .chart-actions button{padding:6px 12px;border-radius:var(--radius-md);border:1px solid var(--gray-300);background:white;color:var(--gray-600);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast)}.chart-container .chart-header .chart-actions button:hover{background:var(--gray-50);border-color:var(--primary-color);color:var(--primary-color)}@media (max-width: 1400px){.stats-section .cds-col-lg-4{width:50%}}@media (max-width: var(--breakpoint-lg)){:root{--sidebar-width: 240px}.main-container .navbar{padding:0 var(--spacing-lg)}.main-container .page-content{padding:var(--spacing-lg)}}@media (max-width: var(--breakpoint-md)){.sidebar{position:fixed;left:0;top:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform var(--transition-base)}.sidebar.show{transform:translate(0)}.main-container{margin-left:0!important}.main-container .navbar-right .user-info{display:none}.stats-section .cds-col-lg-4{width:100%}.charts-grid,.actions-grid{grid-template-columns:1fr!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.page-content>*{animation:fadeIn .3s ease-out}.nav-item{animation:slideInLeft .3s ease-out;animation-fill-mode:both}.nav-item:nth-child(1){animation-delay:.05s}.nav-item:nth-child(2){animation-delay:.1s}.nav-item:nth-child(3){animation-delay:.15s}.nav-item:nth-child(4){animation-delay:.2s}.nav-item:nth-child(5){animation-delay:.25s}.nav-item:nth-child(6){animation-delay:.3s}.nav-item:nth-child(7){animation-delay:.35s}.nav-item:nth-child(8){animation-delay:.4s}.nav-item:nth-child(9){animation-delay:.45s}.nav-item:nth-child(10){animation-delay:.5s}.text-primary{color:var(--primary-color)!important}.text-success{color:var(--success-color)!important}.text-warning{color:var(--warning-color)!important}.text-danger{color:var(--danger-color)!important}.text-info{color:var(--info-color)!important}.bg-primary{background:var(--primary-color)!important}.bg-success{background:var(--success-bg)!important}.bg-warning{background:var(--warning-bg)!important}.bg-danger{background:var(--danger-bg)!important}.bg-info{background:var(--info-bg)!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-xl{border-radius:var(--radius-xl)!important}.rounded-full{border-radius:var(--radius-full)!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow-md{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.shadow-xl{box-shadow:var(--shadow-xl)!important}.app-container{display:flex;height:100vh;overflow:hidden;position:relative;background-color:var(--bg-secondary, #f5f7fa)}.sidebar{position:fixed;top:var(--header-height, 64px);left:0;height:calc(100vh - var(--header-height, 64px));width:var(--sidebar-width, 240px);background:var(--sidebar-bg, #ffffff);border-right:1px solid var(--border-color, #e5e7eb);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto;overflow-x:hidden}.sidebar.collapsed{width:var(--sidebar-width-collapsed, 64px)}.sidebar.collapsed .logo-text,.sidebar.collapsed .nav-content,.sidebar.collapsed .user-details{display:none}.sidebar.collapsed .nav-item{justify-content:center;padding:var(--spacing-md)}.sidebar.collapsed .nav-item .nav-icon{margin:0}.main-container{flex:1;display:flex;flex-direction:column;margin-left:var(--sidebar-width, 240px);transition:margin-left .3s cubic-bezier(.4,0,.2,1);min-height:100vh;background:var(--bg-secondary, #f5f7fa);position:relative;overflow:hidden}.main-container.main-expanded{margin-left:var(--sidebar-width-collapsed, 64px)}.main-container .navbar{height:var(--header-height, 64px);background:var(--bg-color, #ffffff);border-bottom:1px solid var(--border-color-lighter, #ebeef5);display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 4px rgba(0,0,0,.08);position:sticky;top:0;z-index:100;flex-shrink:0}.main-container .page-content{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--bg-secondary, #f5f7fa);position:relative}.main-container .page-content>*{max-width:var(--container-2xl, 1536px);margin:0 auto;padding:var(--spacing-lg);width:100%}.main-container .page-content>*.page-container,.main-container .page-content>*.center-page{padding:var(--spacing-lg)}.main-container .page-content>* .el-card{margin-bottom:20px}.main-container .page-content>* .el-card:last-child{margin-bottom:0}@media screen and (max-width: 1280px){.main-container .page-content>*{max-width:100%;padding:var(--spacing-lg)}}@media screen and (max-width: 1024px){.sidebar{width:var(--sidebar-width, 260px)}.sidebar.collapsed{width:var(--sidebar-width-collapsed, 64px)}.main-container{margin-left:var(--sidebar-width, 260px)}.main-container.main-expanded{margin-left:var(--sidebar-width-collapsed, 64px)}.main-container .navbar{padding:0 20px}.main-container .page-content>*{padding:var(--spacing-md)}}@media screen and (max-width: 768px){.sidebar{position:fixed;transform:translate(-100%);z-index:1050;width:var(--sidebar-width, 240px)!important}.sidebar.sidebar-open,.sidebar.show{transform:translate(0)}.sidebar.collapsed{transform:translate(-100%)}.main-container,.main-container.main-expanded{margin-left:0!important}.main-container .navbar{padding:0 16px}.main-container .page-content>*{padding:var(--spacing-md);max-width:100%}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1040;display:block}}.center-page{display:flex;flex-direction:column;height:100%}.center-page .center-header{flex-shrink:0;padding:var(--spacing-lg) 24px;background:var(--bg-color, #ffffff);border-bottom:1px solid var(--border-color-lighter, #ebeef5)}.center-page .center-content{flex:1;overflow-y:auto;padding:var(--spacing-lg)}.center-page .center-content .grid-container{display:grid;gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width: var(--breakpoint-md)){.center-page .center-content .grid-container{grid-template-columns:1fr;gap:var(--spacing-md)}}.dashboard-container .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-lg);margin-bottom:24px}@media (max-width: var(--breakpoint-md)){.dashboard-container .stats-cards{grid-template-columns:1fr;gap:var(--spacing-md)}}.dashboard-container .charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--spacing-lg)}@media (max-width: var(--breakpoint-md)){.dashboard-container .charts-row{grid-template-columns:1fr}}.theme-dark .sidebar,[data-theme=dark] .sidebar{background:var(--bg-primary, #1d1e1f);border-right-color:var(--border-color, #414243)}.theme-dark .main-container,[data-theme=dark] .main-container{background:var(--bg-secondary, #141414)}.theme-dark .main-container .navbar,[data-theme=dark] .main-container .navbar{background:var(--bg-color, #1d1e1f);border-bottom-color:var(--border-color, #414243);box-shadow:0 1px 4px rgba(0,0,0,.3)}.theme-dark .main-container .page-content,[data-theme=dark] .main-container .page-content{background:var(--bg-secondary, #141414)}.overflow-guard{max-width:100%;overflow-x:hidden;word-wrap:break-word}.content-center{max-width:var(--container-xl, 1280px);margin:0 auto;padding:0 24px}@media (max-width: var(--breakpoint-md)){.content-center{padding:0 16px}}.container-fluid{width:100%;padding:0 24px}@media (max-width: var(--breakpoint-md)){.container-fluid{padding:0 16px}}.smooth-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.z-index-management{--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-sidebar: 1050;--z-modal: 1060;--z-popover: 1070;--z-tooltip: 1080;--z-notification: 1090}.app-container{display:flex;flex-direction:column;height:100vh;width:100%}.main-layout-area{display:flex;min-height:calc(100vh - var(--header-height, 64px));height:calc(100vh - var(--header-height, 64px));margin-top:var(--header-height, 64px);background:var(--bg-color-page, #f7f9fc)}.sidebar-slot{width:var(--sidebar-width, 280px);flex-shrink:0;background:var(--sidebar-bg, #f5f7fb);border-right:1px solid var(--border-color, #e5e7eb);padding:8px 0;min-height:calc(100vh - var(--header-height, 64px))}.sidebar{position:fixed;top:var(--header-height, 64px);left:0;height:calc(100vh - var(--header-height, 64px));width:var(--sidebar-width, 260px);background:var(--sidebar-bg, #f7f9fc);border-right:1px solid var(--border-color, #e5e7eb);padding:12px 10px;overflow-y:auto;z-index:var(--z-sidebar, 1020)}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;color:var(--text-primary, #303133);background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.06);text-decoration:none;transition:all .2s ease}.nav-item:hover{background:linear-gradient(90deg,rgba(99,102,241,.12),rgba(99,102,241,.06));transform:translate(2px)}.nav-item.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 6px 16px rgba(99,102,241,.35)}.nav-item.active .nav-text,.nav-item.active .nav-icon{color:#fff!important}.nav-icon{color:var(--text-secondary, #606266);font-size:18px}.nav-text{font-size:15px;font-weight:600}.sidebar-category{margin:4px 0}.category-title{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;font-weight:600;color:var(--text-primary, #303133);cursor:pointer;transition:all .2s ease}.category-title:hover{background:#eef2ff}.category-items{margin-left:12px;display:flex;flex-direction:column;gap:6px}.content-slot{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto;overflow-x:hidden;background:var(--bg-color, #ffffff)}.app-header{position:fixed;top:0;left:0;right:0;height:var(--header-height, 64px);display:flex;align-items:center;padding:0 16px;background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e5e7eb);z-index:var(--z-header, 1030)}.el-dialog{--dialog-form-error-offset: 60px}.el-dialog .el-dialog__body{padding-bottom:calc(var(--spacing-lg) + var(--dialog-form-error-offset))}.el-form-item__error{position:absolute;top:100%;left:0;padding-top:4px;line-height:1.4;white-space:normal;z-index:10}.el-dialog__body .el-form-item__error{padding-bottom:var(--spacing-md)}@media (max-width: 768px){.el-dialog{--dialog-form-error-offset: 80px}.el-dialog .el-dialog__body{padding:var(--spacing-md);padding-bottom:calc(var(--spacing-lg) + var(--dialog-form-error-offset))}.el-dialog .el-form-item{margin-bottom:var(--spacing-lg)}.el-dialog .el-form-item__error{font-size:12px;padding-top:2px}}.el-drawer .el-drawer__body{padding-bottom:calc(var(--spacing-xl) + 60px)}.el-drawer .el-form-item__error{padding-bottom:var(--spacing-sm)}.el-card .el-form-item__error{position:relative;top:auto;left:auto;padding-top:4px}.el-row .el-col .el-form-item__error,.el-form--inline .el-form-item__error{position:relative;top:auto;left:auto}.el-steps+.el-form .el-form-item__error,.el-steps~.el-form .el-form-item__error{position:relative;top:auto;left:auto;margin-top:4px}.el-theme-dark .el-form-item__error,.theme-dark .el-form-item__error{color:var(--el-color-danger-light-8);background:rgba(245,108,108,.1);padding:4px 8px;border-radius:4px}.el-form-item.is-error .el-input__wrapper,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-select .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-form-item.is-error .el-input__wrapper:focus,.el-form-item.is-error .el-textarea__inner:focus,.el-form-item.is-error .el-select .el-input__wrapper:focus{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-dialog.el-dialog--center .el-form-item__error{text-align:left}.el-form-item__error{position:absolute;top:100%;left:0;padding-top:4px;color:var(--el-color-danger);font-size:12px;line-height:1.4;white-space:normal;z-index:10}.el-dialog .el-form-item__error{position:absolute}.el-form-item{min-height:calc(var(--size-form-height) + 24px)}.teacher-page-container{padding:var(--spacing-xl);max-width:var(--breakpoint-2xl);margin:0 auto;min-height:calc(100vh - var(--header-height))}.teacher-page-header{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color-lighter)}.teacher-page-header .page-title{font-size:var(--text-2xl);font-weight:600;color:var(--text-primary);margin:0 0 var(--spacing-sm) 0;line-height:var(--leading-relaxed);display:flex;align-items:center;gap:var(--spacing-sm)}.teacher-page-header .page-title:before{content:"";display:inline-block;width:var(--spacing-sm);height:var(--spacing-xl);background:linear-gradient(180deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:var(--spacing-sm)}.teacher-page-header .page-description{font-size:var(--text-base);color:var(--text-secondary);margin:0;padding-left:var(--spacing-xl);line-height:var(--leading-relaxed)}.teacher-card-container{background:var(--bg-card);border:1px solid var(--border-color-lighter);border-radius:var(--radius-xl);padding:var(--spacing-xl) var(--spacing-lg);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.teacher-card-container:hover{box-shadow:var(--shadow-md)}.teacher-card-container:last-child{margin-bottom:0}.teacher-filter-section{background:var(--bg-card);border:1px solid var(--border-color-lighter);border-radius:var(--radius-xl);padding:var(--spacing-lg) var(--spacing-md);margin-bottom:var(--spacing-xl);box-shadow:var(--shadow-sm)}.teacher-filter-section :deep(.el-form-item){margin-bottom:var(--spacing-md)}.teacher-filter-section :deep(.el-form-item__label){font-weight:500;color:var(--text-primary);line-height:var(--leading-relaxed)}.teacher-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}@media (max-width: var(--breakpoint-xl)){.teacher-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: var(--breakpoint-md)){.teacher-stats-grid{grid-template-columns:1fr;gap:var(--spacing-md)}}.teacher-content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}@media (max-width: var(--breakpoint-xl)){.teacher-content-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: var(--breakpoint-md)){.teacher-content-grid{grid-template-columns:1fr;gap:var(--spacing-md)}}.teacher-table-container{background:var(--bg-card);border:1px solid var(--border-color-lighter);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--spacing-lg)}.teacher-table-container :deep(.el-table){border-radius:var(--radius-lg);overflow:hidden}.teacher-table-container :deep(.el-table):before{display:none}.teacher-table-container :deep(.el-table) .el-table__header-wrapper th{background:var(--el-fill-color-light);color:var(--text-primary);font-weight:600;font-size:var(--text-sm);padding:var(--spacing-md) var(--spacing-sm);line-height:var(--leading-relaxed)}.teacher-table-container :deep(.el-table) .el-table__row{transition:all var(--transition-base)}.teacher-table-container :deep(.el-table) .el-table__row:hover{background:var(--el-fill-color-light)!important}.teacher-table-container :deep(.el-table) .el-table__cell{padding:var(--spacing-md) var(--spacing-sm);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.teacher-pagination-container{display:flex;justify-content:center;margin-top:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid var(--border-color-lighter)}.teacher-pagination-container :deep(.el-pagination) .el-pager li{font-size:var(--text-sm);font-weight:500}.teacher-pagination-container :deep(.el-pagination) .el-pagination__total{font-size:var(--text-sm);color:var(--text-secondary)}.teacher-empty-state{padding:var(--spacing-3xl) var(--spacing-xl);text-align:center}.teacher-empty-state :deep(.el-empty) .el-empty__description{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--leading-relaxed)}.teacher-dialog :deep(.el-dialog){border-radius:var(--radius-xl)}.teacher-dialog :deep(.el-dialog) .el-dialog__header{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color-lighter)}.teacher-dialog :deep(.el-dialog) .el-dialog__header .el-dialog__title{font-size:var(--text-lg);font-weight:600;color:var(--text-primary);line-height:var(--leading-relaxed)}.teacher-dialog :deep(.el-dialog) .el-dialog__body{padding:var(--spacing-xl)}.teacher-dialog :deep(.el-dialog) .el-dialog__footer{padding:var(--spacing-lg) var(--spacing-xl);border-top:1px solid var(--border-color-lighter)}.teacher-drawer :deep(.el-drawer) .el-drawer__header{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color-lighter);margin-bottom:0}.teacher-drawer :deep(.el-drawer) .el-drawer__header .el-drawer__title{font-size:var(--text-lg);font-weight:600;color:var(--text-primary);line-height:var(--leading-relaxed)}.teacher-drawer :deep(.el-drawer) .el-drawer__body{padding:var(--spacing-xl)}.teacher-button-group{display:flex;gap:var(--spacing-sm)}.teacher-button-group.center{justify-content:center}.teacher-button-group.right{justify-content:flex-end}.teacher-button-group :deep(.el-button){font-size:var(--text-sm);font-weight:500;border-radius:var(--radius-md);padding:var(--spacing-sm) var(--spacing-md);line-height:var(--leading-relaxed);transition:all var(--transition-base)}.teacher-button-group :deep(.el-button):hover{transform:translateY(-1px)}.teacher-tag-group{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.teacher-tag-group :deep(.el-tag){font-size:var(--text-sm);font-weight:500;border-radius:var(--radius-md);padding:var(--spacing-xs) var(--spacing-sm);line-height:var(--leading-relaxed)}.teacher-form-item{margin-bottom:var(--spacing-lg)}.teacher-form-item:last-child{margin-bottom:0}.teacher-form-item :deep(.el-form-item__label){font-size:var(--text-sm);font-weight:500;color:var(--text-primary);line-height:var(--leading-relaxed);padding-bottom:var(--spacing-xs)}.teacher-form-item :deep(.el-input__inner){font-size:var(--text-base);line-height:var(--leading-relaxed);border-radius:var(--radius-md)}.teacher-form-item :deep(.el-textarea__inner){font-size:var(--text-base);line-height:var(--leading-relaxed);border-radius:var(--radius-md)}.teacher-timeline{padding:var(--spacing-md) 0}.teacher-timeline :deep(.el-timeline-item){padding-bottom:var(--spacing-lg)}.teacher-timeline :deep(.el-timeline-item) .el-timeline-item__timestamp{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed)}.teacher-list-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg);background:var(--bg-card);border:1px solid var(--border-color-lighter);border-radius:var(--radius-lg);margin-bottom:var(--spacing-md);transition:all var(--transition-base)}.teacher-list-item:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.teacher-list-item:last-child{margin-bottom:0}.teacher-list-item .item-icon{width:44px;height:44px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary-light-bg);color:var(--primary-color)}.teacher-list-item .item-content{flex:1;min-width:0}.teacher-list-item .item-content .item-title{font-size:var(--text-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--spacing-xs) 0;line-height:var(--leading-relaxed)}.teacher-list-item .item-content .item-description{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:var(--leading-relaxed);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.teacher-list-item .item-action{flex-shrink:0}@media (max-width: var(--breakpoint-md)){.teacher-page-container,.teacher-card-container,.teacher-filter-section{padding:var(--spacing-md)}.teacher-stats-grid,.teacher-content-grid{gap:var(--spacing-md)}.teacher-page-header .page-title{font-size:var(--text-xl)}.teacher-page-header .page-description{font-size:var(--text-sm);padding-left:0}}@media (max-width: var(--breakpoint-sm)){.teacher-button-group{flex-direction:column}.teacher-button-group :deep(.el-button){width:100%}}.text-teacher-primary{color:var(--text-primary);line-height:var(--leading-relaxed)}.text-teacher-secondary{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.bg-teacher-hover{background:var(--bg-hover)}.teacher-loading-overlay{display:flex;align-items:center;justify-content:center;min-height:400px;padding:var(--spacing-3xl)}.admin-page{min-height:100vh;padding:var(--spacing-lg);background:var(--bg-color-page)}@media (max-width: var(--breakpoint-md)){.admin-page{padding:var(--spacing-md)}}@media (max-width: var(--breakpoint-sm)){.admin-page{padding:var(--spacing-sm)}}.admin-container{width:100%;max-width:var(--container-xl);margin:0 auto;padding:0 var(--spacing-lg)}@media (max-width: var(--breakpoint-lg)){.admin-container{padding:0 var(--spacing-md)}}@media (max-width: var(--breakpoint-sm)){.admin-container{padding:0 var(--spacing-sm)}}.admin-card{background:var(--bg-card);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.admin-card:hover{box-shadow:var(--shadow-md)}.admin-card__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:var(--spacing-md);margin-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color-lighter)}@media (max-width: var(--breakpoint-md)){.admin-card__header{flex-direction:column;gap:var(--spacing-md);align-items:flex-start}}.admin-card__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.admin-card__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--spacing-xs)}.admin-card__actions{display:flex;gap:var(--spacing-sm);align-items:center}.admin-card__body{padding:var(--spacing-md) 0}.admin-card__footer{padding-top:var(--spacing-md);margin-top:var(--spacing-md);border-top:1px solid var(--border-color-lighter)}.admin-card--compact{padding:var(--spacing-md)}.admin-card--large{padding:var(--spacing-2xl)}.admin-card--borderless{border:none;box-shadow:none}.admin-card--stat{text-align:center;padding:var(--spacing-xl)}.admin-card--stat .admin-card__title{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--spacing-sm)}.admin-card--stat .admin-card__value{font-size:var(--text-3xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--spacing-xs)}.admin-card--stat .admin-card__change{font-size:var(--text-sm);font-weight:var(--font-medium)}.admin-card--stat .admin-card__change--positive{color:var(--success-color)}.admin-card--stat .admin-card__change--negative{color:var(--danger-color)}.admin-list{background:var(--bg-card);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);overflow:hidden}.admin-list__header{padding:var(--spacing-lg) var(--spacing-xl);background:var(--bg-tertiary);border-bottom:1px solid var(--border-color-light);display:flex;justify-content:space-between;align-items:center}@media (max-width: var(--breakpoint-md)){.admin-list__header{flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-md)}}.admin-list__title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary)}.admin-list__actions{display:flex;gap:var(--spacing-sm)}.admin-list__item{padding:var(--spacing-md) var(--spacing-xl);border-bottom:1px solid var(--border-color-lighter);transition:background var(--transition-base);display:flex;align-items:center;gap:var(--spacing-md)}.admin-list__item:last-child{border-bottom:none}.admin-list__item:hover{background:var(--bg-hover)}@media (max-width: var(--breakpoint-md)){.admin-list__item{padding:var(--spacing-md);flex-direction:column;align-items:flex-start}}.admin-list__item-content{flex:1;min-width:0}.admin-list__item-title{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--text-primary);margin-bottom:var(--spacing-xs)}.admin-list__item-description{font-size:var(--text-sm);color:var(--text-secondary)}.admin-list__item-meta{display:flex;gap:var(--spacing-md);align-items:center;flex-shrink:0}@media (max-width: var(--breakpoint-md)){.admin-list__item-meta{width:100%;justify-content:flex-start;margin-top:var(--spacing-sm)}}.admin-list__footer{padding:var(--spacing-lg) var(--spacing-xl);border-top:1px solid var(--border-color-lighter);display:flex;justify-content:space-between;align-items:center}@media (max-width: var(--breakpoint-md)){.admin-list__footer{flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-md)}}.admin-table{width:100%;border-collapse:collapse;background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color-light)}.admin-table thead{background:var(--bg-tertiary)}.admin-table thead th{padding:var(--spacing-md) var(--spacing-lg);text-align:left;font-weight:var(--font-semibold);font-size:var(--text-sm);color:var(--text-primary);border-bottom:2px solid var(--border-color-light);white-space:nowrap}@media (max-width: var(--breakpoint-md)){.admin-table thead th{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-xs)}}.admin-table tbody tr{border-bottom:1px solid var(--border-color-lighter);transition:background var(--transition-base)}.admin-table tbody tr:last-child{border-bottom:none}.admin-table tbody tr:hover{background:var(--bg-hover)}.admin-table tbody tr td{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--text-sm);color:var(--text-primary)}@media (max-width: var(--breakpoint-md)){.admin-table tbody tr td{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-xs)}}.admin-table--compact thead th,.admin-table--compact tbody td{padding:var(--spacing-sm) var(--spacing-md)}.admin-table--borderless{border:none}.admin-table--borderless thead th{border-bottom:1px solid var(--border-color-light)}.admin-table--borderless tbody tr{border-bottom:none}.admin-tag{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:1;white-space:nowrap;transition:all var(--transition-base);min-width:60px;justify-content:center}.admin-tag--default{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color-light)}.admin-tag--primary{background:var(--primary-extra-light);color:var(--primary-color);border:1px solid var(--primary-color)}.admin-tag--success{background:var(--success-extra-light);color:var(--success-color);border:1px solid var(--success-color)}.admin-tag--warning{background:var(--warning-extra-light);color:var(--warning-color);border:1px solid var(--warning-color)}.admin-tag--danger{background:var(--danger-extra-light);color:var(--danger-color);border:1px solid var(--danger-color)}.admin-tag--info{background:var(--info-extra-light);color:var(--info-color);border:1px solid var(--info-color)}.admin-tag__close{cursor:pointer;opacity:.6;transition:opacity var(--transition-base)}.admin-tag__close:hover{opacity:1}.admin-button-group{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}.admin-button-group--horizontal{flex-direction:row}.admin-button-group--vertical{flex-direction:column;align-items:stretch}.admin-button-group--vertical .el-button{width:100%}.admin-button-group--table-actions{gap:var(--spacing-xs)}.admin-button-group--table-actions .el-button{margin:0!important;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-xs);min-width:32px}.admin-button-group--form{justify-content:center;padding:var(--spacing-lg) 0;margin-top:var(--spacing-lg);border-top:1px solid var(--border-color-lighter)}.admin-button-group--form .el-button{min-width:100px;padding:var(--spacing-sm) var(--spacing-xl)}@media (max-width: var(--breakpoint-md)){.admin-button-group--form{flex-direction:column}.admin-button-group--form .el-button{width:100%}}.admin-button-group--card-header{margin-left:auto}.admin-button-group--dialog{justify-content:flex-end;padding:var(--spacing-md) 0 0 0}.admin-button-group--dialog .el-button{min-width:80px}@media (max-width: var(--breakpoint-md)){.admin-button-group--dialog{justify-content:center}.admin-button-group--dialog .el-button{flex:1;max-width:150px}}.admin-form{max-width:800px;margin:0 auto}.admin-form__group{margin-bottom:var(--spacing-xl)}.admin-form__group--inline{display:flex;gap:var(--spacing-lg);align-items:flex-end;flex-wrap:wrap}.admin-form__group--inline .el-form-item{margin-bottom:0;flex:1;min-width:200px}.admin-form__section-title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--border-color-light)}.admin-form__help-text{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--spacing-xs)}.admin-form :deep(.el-form-item__label){font-weight:var(--font-medium);color:var(--text-primary);font-size:var(--text-sm);width:120px!important}.admin-form :deep(.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::before){color:var(--danger-color);margin-right:var(--spacing-xs)}.admin-form :deep(.el-form-item__error){font-size:var(--text-xs);color:var(--danger-color);margin-top:var(--spacing-xs)}.admin-search-bar{display:flex;gap:var(--spacing-md);align-items:center;padding:var(--spacing-md) var(--spacing-xl);background:var(--bg-tertiary);border-radius:var(--radius-lg);margin-bottom:var(--spacing-lg);flex-wrap:wrap}@media (max-width: var(--breakpoint-md)){.admin-search-bar{padding:var(--spacing-md)}}.admin-search-bar__input{flex:1;min-width:200px}@media (max-width: var(--breakpoint-md)){.admin-search-bar__input{width:100%;min-width:unset}}.admin-search-bar__filters{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}@media (max-width: var(--breakpoint-md)){.admin-search-bar__filters{width:100%}}.admin-search-bar__actions{display:flex;gap:var(--spacing-sm);align-items:center}@media (max-width: var(--breakpoint-md)){.admin-search-bar__actions{width:100%}.admin-search-bar__actions .el-button{flex:1}}.admin-pagination{display:flex;justify-content:center;align-items:center;padding:var(--spacing-lg) 0}.admin-pagination :deep(.el-pagination) .el-pager li{margin:0 var(--spacing-xs);min-width:32px;height:32px;line-height:32px;border-radius:var(--radius-sm);font-size:var(--text-sm);transition:all var(--transition-base)}.admin-pagination :deep(.el-pagination) .el-pager li:hover{background:var(--bg-hover)}.admin-pagination :deep(.el-pagination) .el-pager li.is-active{background:var(--primary-color);color:var(--text-on-primary)}.admin-pagination :deep(.el-pagination) .btn-prev,.admin-pagination :deep(.el-pagination) .btn-next{min-width:32px;height:32px;line-height:32px;border-radius:var(--radius-sm);transition:all var(--transition-base)}.admin-pagination :deep(.el-pagination) .btn-prev:hover,.admin-pagination :deep(.el-pagination) .btn-next:hover{background:var(--bg-hover)}.admin-pagination :deep(.el-pagination) .btn-prev:disabled,.admin-pagination :deep(.el-pagination) .btn-next:disabled{color:var(--text-disabled);cursor:not-allowed}@media (max-width: var(--breakpoint-md)){.admin-pagination :deep(.el-pagination) .el-pagination__sizes,.admin-pagination :deep(.el-pagination) .el-pagination__jump{display:none}}.admin-status{display:inline-flex;align-items:center;gap:var(--spacing-sm);font-size:var(--text-sm);font-weight:var(--font-medium)}.admin-status__dot{width:8px;height:8px;border-radius:var(--radius-full);flex-shrink:0}.admin-status__dot--online{background:var(--success-color);box-shadow:0 0 0 2px var(--success-extra-light)}.admin-status__dot--offline{background:var(--text-disabled)}.admin-status__dot--busy{background:var(--danger-color);box-shadow:0 0 0 2px var(--danger-extra-light)}.admin-status__dot--away{background:var(--warning-color);box-shadow:0 0 0 2px var(--warning-extra-light)}.admin-status__text{color:var(--text-primary)}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-3xl);text-align:center}.admin-empty-state__icon{font-size:64px;color:var(--text-placeholder);margin-bottom:var(--spacing-lg)}.admin-empty-state__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.admin-empty-state__description{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--spacing-lg);max-width:400px}.admin-empty-state__actions{display:flex;gap:var(--spacing-sm)}.admin-loading{display:flex;align-items:center;justify-content:center;padding:var(--spacing-3xl)}.admin-loading__spinner{width:40px;height:40px;border:3px solid var(--border-color-light);border-top-color:var(--primary-color);border-radius:var(--radius-full);animation:admin-spin .8s linear infinite}.admin-loading__text{margin-left:var(--spacing-md);color:var(--text-secondary);font-size:var(--text-sm)}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-tooltip :deep(.el-tooltip__popper){background:var(--text-primary);color:var(--bg-card);border-radius:var(--radius-sm);padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-xs);max-width:300px}@media (max-width: var(--breakpoint-md)){.admin-hide-mobile{display:none!important}}@media (min-width: var(--breakpoint-md1)){.admin-hide-desktop{display:none!important}}.admin-text-left{text-align:left}.admin-text-center{text-align:center}.admin-text-right{text-align:right}.admin-mt-sm{margin-top:var(--spacing-sm)}.admin-mt-md{margin-top:var(--spacing-md)}.admin-mt-lg{margin-top:var(--spacing-lg)}.admin-mb-sm{margin-bottom:var(--spacing-sm)}.admin-mb-md{margin-bottom:var(--spacing-md)}.admin-mb-lg{margin-bottom:var(--spacing-lg)}.el-button.el-button--small{padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--text-xs);height:28px}.el-button.el-button--default{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-sm);height:32px}.el-button.el-button--large{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--text-base);height:40px}.el-input.el-input--small .el-input__inner{height:28px;line-height:28px}.el-input.el-input--default .el-input__inner{height:32px;line-height:32px}.el-input.el-input--large .el-input__inner{height:40px;line-height:40px}.el-select{width:100%}.el-dialog{border-radius:var(--radius-lg);overflow:hidden}.el-dialog .el-dialog__header{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color-light)}.el-dialog .el-dialog__body{padding:var(--spacing-xl)}.el-dialog .el-dialog__footer{padding:var(--spacing-lg) var(--spacing-xl);border-top:1px solid var(--border-color-light)}.el-drawer .el-drawer__header{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color-light);margin-bottom:0}.el-drawer .el-drawer__body{padding:var(--spacing-xl)}@media print{.admin-page{background:white}.admin-card{box-shadow:none;border:1px solid #ddd;page-break-inside:avoid}.admin-button-group,.admin-search-bar,.admin-pagination{display:none}}@media (prefers-reduced-motion: reduce){.admin-card,.admin-list__item,.admin-table tbody tr,.admin-tag,.el-button{transition:none}.admin-loading__spinner{animation:none}}@media (prefers-contrast: high){.admin-card,.admin-list,.admin-table{border:2px solid var(--text-primary)}.admin-tag{border:2px solid currentColor}}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}html[data-theme=dark] .admin-card,html[data-theme=dark] .admin-list{background:var(--bg-card-dark);border-color:var(--border-color-dark)}html[data-theme=dark] .admin-list__header{background:var(--bg-secondary-dark);border-color:var(--border-color-dark)}html[data-theme=dark] .admin-list__item{border-color:var(--border-color-dark)}html[data-theme=dark] .admin-list__item:hover{background:var(--bg-hover-dark)}html[data-theme=dark] .admin-table{background:var(--bg-card-dark);border-color:var(--border-color-dark)}html[data-theme=dark] .admin-table thead{background:var(--bg-secondary-dark)}html[data-theme=dark] .admin-table thead th,html[data-theme=dark] .admin-table tbody tr{border-color:var(--border-color-dark)}html[data-theme=dark] .admin-table tbody tr:hover{background:var(--bg-hover-dark)}html[data-theme=dark] .admin-search-bar{background:var(--bg-secondary-dark)}html[data-theme=dark] .admin-empty-state__icon,html[data-theme=dark] .admin-status__dot--offline{color:var(--text-disabled-dark)}:root,:root.theme-dark{--primary-color: #6366f1;--primary-hover: #4f46e5;--primary-light: #a5b4fc;--primary-color-dark: #4338ca;--secondary-color: #06b6d4;--accent-color: #f59e0b;--danger-color: #f87171;--warning-color: #fbbf24;--info-color: #38bdf8;--success-color: #34d399;--success-color-rgb: 52, 211, 153;--warning-color-rgb: 251, 191, 36;--danger-color-rgb: 248, 113, 113;--info-color-rgb: 56, 189, 248;--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--button-on-primary-bg: rgba(255, 255, 255, .2);--button-on-primary-border: rgba(255, 255, 255, .3);--button-on-primary-hover-bg: rgba(255, 255, 255, .3);--button-on-primary-hover-border: rgba(255, 255, 255, .5);--primary-light-bg: rgba(99, 102, 241, .15);--success-light-bg: rgba(52, 211, 153, .15);--warning-light-bg: rgba(251, 191, 36, .15);--danger-light-bg: rgba(248, 113, 113, .15);--info-light-bg: rgba(56, 189, 248, .15);--primary-bg: rgba(99, 102, 241, .18);--success-bg: rgba(52, 211, 153, .18);--warning-bg: rgba(251, 191, 36, .18);--danger-bg: rgba(248, 113, 113, .18);--info-bg: rgba(56, 189, 248, .18);--bg-primary: #0c0a1a;--bg-secondary: #1a1625;--bg-tertiary: #2d2438;--bg-card: #1a1625;--bg-hover: #2d2438;--bg-color: #1a1625;--bg-color-hover: #2d2438;--text-primary: #d1d5db !important;--text-secondary: #9ca3af !important;--text-muted: #6b7280 !important;--text-disabled: #374151 !important;--text-tertiary: #6b7280 !important;--border-color: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .12);--border-focus: rgba(99, 102, 241, .6);--border-color-light: rgba(255, 255, 255, .12);--el-border-color: var(--border-color);--el-border-color-light: var(--border-color-light);--el-border-color-lighter: rgba(255, 255, 255, .05);--el-border-color-extra-light: rgba(255, 255, 255, .03);--el-border-color-dark: rgba(255, 255, 255, .15);--el-border-color-darker: rgba(255, 255, 255, .18);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .4);--shadow-md: 0 4px 8px -2px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 20px -4px rgba(0, 0, 0, .6);--shadow-xl: 0 24px 32px -8px rgba(0, 0, 0, .7);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .35s cubic-bezier(.4, 0, .2, 1);--transition-slow: .6s cubic-bezier(.4, 0, .2, 1);--table-column-selection: 55px;--table-column-index: 50px;--table-column-sm: 100px;--table-column-md: 120px;--table-column-lg: 180px;--table-column-xl: 200px;--dialog-width-sm: 500px;--dialog-width-md: 600px;--dialog-width-lg: 700px;--form-label-width: 100px;--row-gutter: 10px;--transform-hover-sm: translateY(-3px);--transform-hover-md: translateY(-6px);--transform-slide: translateX(6px);--transform-active: translateY(0);--position-offset-sm: -4px;--position-offset-md: -8px;--spacing-3xl: 4rem;--spacing-4xl: 5rem;--spacing-5xl: 6rem;--app-gap-lg: var(--spacing-xl);--sidebar-bg: #0c0a1a;--sidebar-border: #1a1625;--sidebar-text: #d1d5db;--sidebar-text-hover: #e2e8f0;--sidebar-item-hover: rgba(99, 102, 241, .12);--sidebar-item-active: var(--primary-color);--sidebar-item-active-text: #ffffff;--sidebar-shadow: 0 4px 12px rgba(0, 0, 0, .3);--button-primary-bg: var(--primary-color);--button-primary-hover: var(--primary-hover);--button-primary-active: var(--primary-color-dark);--button-primary-border: var(--primary-color);--button-success-bg: var(--success-color);--button-success-hover: var(--success-color);--button-success-active: var(--success-color);--button-success-border: var(--success-color);--button-warning-bg: var(--warning-color);--button-warning-hover: var(--warning-color);--button-warning-active: var(--warning-color);--button-warning-border: var(--warning-color);--button-danger-bg: var(--danger-color);--button-danger-hover: var(--danger-color);--button-danger-active: var(--danger-color);--button-danger-border: var(--danger-color);--button-info-bg: var(--info-color);--button-info-hover: var(--info-color);--button-info-active: var(--info-color);--button-info-border: var(--info-color);--scrollbar-track: #1a1625;--scrollbar-thumb: #374151;--scrollbar-thumb-hover: #4b5563}:root.theme-light{--primary-color: #6366f1;--primary-color-rgb: 99, 102, 241;--primary-hover: #4f46e5;--primary-light: #a5b4fc;--primary-lighter: #c7d2fe;--primary-extra-light: #e0e7ff;--primary-dark: #4338ca;--secondary-color: #06b6d4;--accent-color: #f59e0b;--danger-color: #ef4444;--warning-color: #f97316;--info-color: #06b6d4;--success-color: #10b981;--success-light: #34d399;--success-lighter: #6ee7b7;--success-extra-light: #d1fae5;--success-color-rgb: 16, 185, 129;--warning-light: #fb923c;--warning-lighter: #fdba74;--warning-extra-light: #fed7aa;--warning-color-rgb: 249, 115, 22;--danger-light: #f87171;--danger-lighter: #fca5a5;--danger-extra-light: #fecaca;--danger-color-rgb: 239, 68, 68;--info-light: #22d3ee;--info-lighter: #67e8f9;--info-extra-light: #cffafe;--info-color-rgb: 6, 182, 212;--primary-light-bg: rgba(0, 123, 255, .1);--success-light-bg: rgba(16, 185, 129, .1);--warning-light-bg: rgba(249, 115, 22, .1);--danger-light-bg: rgba(239, 68, 68, .1);--info-light-bg: rgba(6, 182, 212, .1);--bg-primary: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--bg-secondary: #ffffff;--bg-tertiary: #f8fafc;--bg-card: rgba(255, 255, 255, .95);--bg-hover: #f1f5f9;--bg-accent: rgba(0, 123, 255, .04);--bg-subtle: #f8fafc;--bg-gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);--bg-gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--bg-gradient-success: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--bg-gradient-warning: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-disabled: #cccccc;--border-color: rgba(0, 0, 0, .08);--border: rgba(0, 0, 0, .08);--border-light: rgba(0, 0, 0, .12);--border-focus: rgba(99, 102, 241, .6);--border-accent: rgba(99, 102, 241, .6);--border-subtle: rgba(0, 0, 0, .04);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-xl: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-colored: 0 4px 14px 0 rgba(59, 130, 246, .1);--shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .04);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out;--table-column-selection: 55px;--table-column-index: 50px;--table-column-sm: 100px;--table-column-md: 120px;--table-column-lg: 180px;--table-column-xl: 200px;--dialog-width-sm: 500px;--dialog-width-md: 600px;--dialog-width-lg: 700px;--form-label-width: 100px;--row-gutter: 10px;--transform-hover-sm: translateY(-2px);--transform-hover-md: translateY(-4px);--transform-slide: translateX(4px);--transform-active: translateY(0);--position-offset-sm: -4px;--position-offset-md: -8px;--spacing-3xl: 4rem;--spacing-4xl: 5rem;--spacing-5xl: 6rem;--app-gap-lg: var(--spacing-xl);--sidebar-bg: #ffffff;--sidebar-border: #dee2e6;--sidebar-text: #666666;--sidebar-text-hover: #333333;--sidebar-item-hover: #f8f9fa;--sidebar-item-active: var(--primary-color);--sidebar-item-active-text: #ffffff;--sidebar-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);--button-primary-bg: var(--primary-color);--button-primary-hover: var(--primary-hover);--button-primary-active: var(--primary-dark);--button-primary-border: var(--primary-color);--button-success-bg: var(--success-color);--button-success-hover: var(--success-light);--button-success-active: var(--success-color);--button-success-border: var(--success-color);--button-warning-bg: var(--warning-color);--button-warning-hover: var(--warning-light);--button-warning-active: var(--warning-color);--button-warning-border: var(--warning-color);--button-danger-bg: var(--danger-color);--button-danger-hover: var(--danger-light);--button-danger-active: var(--danger-color);--button-danger-border: var(--danger-color);--button-info-bg: var(--info-color);--button-info-hover: var(--info-light);--button-info-active: var(--info-color);--button-info-border: var(--info-color);--muted-foreground: #666666;--text-muted: #666666;--glass-effect: backdrop-filter: blur(8px);--gradient-primary: var(--primary-color);--gradient-success: #10b981;--gradient-warning: #f97316;--gradient-danger: #ef4444;--gradient-subtle: rgba(99, 102, 241, .05);--el-bg-color: rgba(255, 255, 255, .95);--el-bg-color-page: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--el-bg-color-overlay: rgba(255, 255, 255, .98);--el-text-color-primary: #2d3748;--el-text-color-regular: #4a5568;--el-text-color-secondary: #718096;--el-text-color-placeholder: #a0aec0;--el-text-color-disabled: #cbd5e0;--el-border-color: rgba(226, 232, 240, .8);--el-border-color-light: rgba(237, 242, 247, .6);--el-border-color-lighter: rgba(247, 250, 252, .4);--el-border-color-extra-light: rgba(250, 252, 255, .2);--el-border-color-dark: rgba(203, 213, 224, .8);--el-border-color-darker: rgba(160, 174, 192, .8);--el-fill-color: rgba(248, 250, 252, .8);--el-fill-color-light: rgba(251, 252, 254, .6);--el-fill-color-lighter: rgba(253, 254, 255, .4);--el-fill-color-extra-light: rgba(254, 255, 255, .2);--el-fill-color-dark: rgba(237, 242, 247, .8);--el-fill-color-darker: rgba(226, 232, 240, .8);--el-fill-color-blank: rgba(255, 255, 255, .95);--el-card-bg: rgba(255, 255, 255, .9);--el-card-shadow: 0 4px 20px rgba(0, 0, 0, .08);--el-card-border-radius: 12px;--el-card-padding: var(--spacing-lg)}.chart-container .chart-header{padding:var(--spacing-lg) 24px 16px;border-bottom:1px solid #f0f0f0}.chart-container .chart-header .chart-title{font-size:var(--text-lg);font-weight:600;color:#303133;margin-bottom:8px;line-height:1.4;letter-spacing:.5px}.chart-container .chart-header .chart-subtitle{font-size:var(--text-sm);color:#909399;line-height:1.5;margin:0}.chart-container .chart-content{padding:var(--spacing-lg) 24px 24px}.chart-container .chart-content .echarts{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.chart-container .chart-content .echarts .echarts-legend{font-size:var(--text-sm);line-height:1.5}.chart-container .chart-content .echarts .echarts-legend .echarts-legend-item{margin-right:20px;margin-bottom:8px}.chart-container .chart-content .echarts .echarts-axis-label{font-size:var(--text-xs);color:#666;line-height:1.4}.chart-container .chart-content .echarts .echarts-tooltip{font-size:var(--text-sm);line-height:1.6;padding:var(--spacing-md) 16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.pie-chart-container .chart-content .echarts .pie-label{font-size:var(--text-sm);font-weight:500;line-height:1.4}.pie-chart-container .chart-content .echarts .pie-label .label-line{stroke-width:1.5px}.pie-chart-container .chart-content .echarts .pie-legend .legend-item{margin:var(--spacing-sm) 16px 8px 0}.pie-chart-container .chart-content .echarts .pie-legend .legend-item .legend-icon{width:14px;height:14px;border-radius:2px;margin-right:8px}.pie-chart-container .chart-content .echarts .pie-legend .legend-item .legend-text{font-size:var(--text-sm);color:#606266;line-height:1.4}.line-chart-container .chart-content .echarts .x-axis-label{font-size:var(--text-xs);color:#909399;line-height:1.4}.line-chart-container .chart-content .echarts .x-axis-label.rotated{text-anchor:end;transform-origin:center}.line-chart-container .chart-content .echarts .y-axis-label{font-size:var(--text-xs);color:#909399;line-height:1.4}.line-chart-container .chart-content .echarts .data-label{font-size:11px;font-weight:500;fill:#303133;text-anchor:middle}.line-chart-container .chart-content .echarts .grid-line{stroke:#f0f0f0;stroke-width:1px;stroke-dasharray:2,2}.bar-chart-container .chart-content .echarts .bar-label{font-size:var(--text-xs);font-weight:500;fill:#303133;text-anchor:middle}.bar-chart-container .chart-content .echarts .category-label{font-size:var(--text-xs);color:#909399;line-height:1.4;max-width:60px;word-wrap:break-word}@media (max-width: var(--breakpoint-md)){.chart-container .chart-header{padding:var(--spacing-md) 20px 12px}.chart-container .chart-header .chart-title{font-size:var(--text-base)}.chart-container .chart-header .chart-subtitle{font-size:var(--text-sm)}.chart-container .chart-content{padding:var(--spacing-md) 20px 20px}.chart-container .chart-content .echarts .echarts-legend{font-size:var(--text-sm)}.chart-container .chart-content .echarts .echarts-legend .echarts-legend-item{margin-right:16px;margin-bottom:6px}.chart-container .chart-content .echarts .echarts-axis-label{font-size:11px}.chart-container .chart-content .echarts .echarts-tooltip{font-size:var(--text-xs);padding:10px 14px}.pie-chart-container .chart-content .echarts .pie-label{font-size:var(--text-xs)}.pie-chart-container .chart-content .echarts .pie-legend .legend-item{margin:6px 12px 6px 0}.pie-chart-container .chart-content .echarts .pie-legend .legend-item .legend-text{font-size:var(--text-sm)}.line-chart-container .chart-content .echarts .x-axis-label,.line-chart-container .chart-content .echarts .y-axis-label{font-size:11px}.line-chart-container .chart-content .echarts .data-label{font-size:10px}}.chart-loading{display:flex;align-items:center;justify-content:center;height:300px;color:#909399;font-size:var(--text-sm);line-height:1.5}.chart-loading .loading-text{margin-left:12px}.chart-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#f56c6c;font-size:var(--text-sm);line-height:1.5}.chart-error .error-icon{font-size:var(--text-2xl);margin-bottom:12px}.chart-error .error-text{text-align:center}.chart-toolbar{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) 24px;border-bottom:1px solid #f0f0f0;background:#fafafa}.chart-toolbar .toolbar-left{display:flex;align-items:center;gap:var(--spacing-md)}.chart-toolbar .toolbar-left .chart-type-selector .el-select{width:120px}.chart-toolbar .toolbar-left .chart-type-selector .el-select .el-input__wrapper{padding:6px 12px}.chart-toolbar .toolbar-right{display:flex;align-items:center;gap:var(--spacing-sm)}.chart-toolbar .toolbar-right .toolbar-button{padding:6px 12px;font-size:var(--text-sm);border-radius:4px}.main-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.main-container{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:var(--bg-secondary);color:var(--text-primary)}.navbar{height:60px;background-color:var(--bg-card);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:var(--shadow-sm);z-index:100}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;background-color:var(--bg-secondary);color:var(--text-primary)}.breadcrumb-container{padding:var(--spacing-md) 24px;background-color:var(--bg-card);border-bottom:1px solid var(--border-color)}.navbar-left,.navbar-right{display:flex;align-items:center;gap:var(--spacing-md)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);padding:var(--spacing-lg);background-color:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.unified-center-layout .page-header{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:var(--spacing-lg)!important;padding:var(--spacing-lg)!important;background-color:transparent!important;background-image:linear-gradient(135deg,var(--accent-marketing) 0%,var(--accent-marketing-hover) 100%)!important;border-radius:var(--radius-2xl)!important;color:var(--text-on-primary)!important;box-shadow:0 8px 24px rgba(139,92,246,.3)!important;border:1px solid rgba(255,255,255,.1)!important}.page-title{font-size:var(--text-2xl);font-weight:600;color:var(--text-primary);margin:0}.unified-center-layout .page-title{color:var(--text-on-primary)!important;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-description{font-size:var(--text-sm);color:var(--text-muted);margin:var(--spacing-xs) 0 0 0}.unified-center-layout .page-description{color:var(--text-on-primary-secondary)!important}.page-actions{display:flex;gap:var(--spacing-sm);align-items:center}@media screen and (max-width: 768px){.main-layout{flex-direction:column}.navbar{order:-1;height:50px;padding:0 16px}.page-content{padding:var(--spacing-md)}.page-header{flex-direction:column;gap:var(--spacing-md);align-items:stretch}.page-actions{justify-content:center}}.page-container{padding:var(--spacing-lg);background-color:var(--bg-secondary);min-height:calc(100vh - 60px)}@media (max-width: var(--breakpoint-md)){.page-container{padding:var(--spacing-md)}}.settings-page-container{max-width:1200px;margin:0 auto}.settings-page-container .page-title{font-size:var(--text-2xl);font-weight:700;color:var(--text-primary);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;margin:0 0 var(--spacing-lg) 0}.settings-page-container .page-title:after{content:"";position:absolute;bottom:-4px;left:0;width:100px;height:3px;background:var(--gradient-primary);border-radius:var(--radius-sm)}.tabs-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--spacing-lg);transition:all var(--transition-base);overflow:hidden}.tabs-container:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ai-optimization-container{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden}.analysis-panel{background:var(--bg-tertiary);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);border-radius:var(--radius-md);border:1px solid var(--border-color)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg)}.panel-header h3{margin:0;font-size:var(--text-lg);font-weight:600;color:var(--text-primary);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.panel-header .panel-actions{display:flex;gap:var(--spacing-sm)}.analysis-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-lg)}.analysis-overview .overview-card{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-base)}.analysis-overview .overview-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.analysis-overview .overview-card .card-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--text-xl);color:#fff}.analysis-overview .overview-card .card-icon.performance-icon{background:var(--gradient-primary)}.analysis-overview .overview-card .card-icon.optimization-icon{background:var(--gradient-warning)}.analysis-overview .overview-card .card-icon.confidence-icon{background:var(--gradient-success)}.analysis-overview .overview-card .card-content .card-value{font-size:var(--text-xl);font-weight:600;color:var(--text-primary);line-height:1}.analysis-overview .overview-card .card-content .card-label{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--spacing-xs)}.optimizations-list .optimization-item{display:flex;gap:var(--spacing-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);border-left:4px solid var(--border-color);transition:all var(--transition-base)}.optimizations-list .optimization-item:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.optimizations-list .optimization-item.high{border-left-color:var(--danger-color)}.optimizations-list .optimization-item.medium{border-left-color:var(--warning-color)}.optimizations-list .optimization-item.low{border-left-color:var(--success-color)}.optimizations-list .optimization-item .optimization-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--primary-extra-light);color:var(--primary-color);font-size:var(--text-xl)}.optimizations-list .optimization-item .optimization-content{flex:1}.optimizations-list .optimization-item .optimization-content .optimization-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.optimizations-list .optimization-item .optimization-content .optimization-header h4{margin:0;font-size:var(--text-base);font-weight:600;color:var(--text-primary)}.optimizations-list .optimization-item .optimization-content .optimization-description .current-config,.optimizations-list .optimization-item .optimization-content .optimization-description .recommended-config,.optimizations-list .optimization-item .optimization-content .optimization-description .reasoning,.optimizations-list .optimization-item .optimization-content .optimization-description .confidence{margin-bottom:var(--spacing-sm)}.optimizations-list .optimization-item .optimization-content .optimization-description .current-config .label,.optimizations-list .optimization-item .optimization-content .optimization-description .recommended-config .label,.optimizations-list .optimization-item .optimization-content .optimization-description .reasoning .label,.optimizations-list .optimization-item .optimization-content .optimization-description .confidence .label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;margin-right:var(--spacing-sm)}.optimizations-list .optimization-item .optimization-content .optimization-description .current-config code,.optimizations-list .optimization-item .optimization-content .optimization-description .recommended-config code,.optimizations-list .optimization-item .optimization-content .optimization-description .reasoning code,.optimizations-list .optimization-item .optimization-content .optimization-description .confidence code{background:var(--bg-tertiary);padding:2px 6px;border-radius:var(--radius-sm);font-family:Monaco,Consolas,monospace;font-size:var(--text-sm);color:var(--primary-color)}.optimizations-list .optimization-item .optimization-actions{display:flex;flex-direction:column;gap:var(--spacing-xs);align-items:flex-end}.version-timeline .version-item{position:relative;display:flex;gap:var(--spacing-lg);padding-left:calc(var(--spacing-lg) + 20px);margin-bottom:var(--spacing-lg)}.version-timeline .version-item:not(:last-child):before{content:"";position:absolute;left:10px;top:24px;bottom:-16px;width:2px;background:var(--border-color)}.version-timeline .version-item.active .version-marker{background:var(--success-color);border-color:var(--success-color)}.version-timeline .version-item.active .version-content{border-color:var(--success-color);background:var(--success-extra-light)}.version-timeline .version-item .version-marker{position:absolute;left:4px;top:12px;width:12px;height:12px;border:2px solid var(--border-color);border-radius:50%;background:var(--bg-card)}.version-timeline .version-item .version-content{flex:1;padding:var(--spacing-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-base)}.version-timeline .version-item .version-content:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.version-timeline .version-item .version-content .version-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.version-timeline .version-item .version-content .version-header .version-info{display:flex;gap:var(--spacing-sm);align-items:center}.version-timeline .version-item .version-content .version-header .version-info .version-id{font-weight:600;color:var(--text-primary)}.version-timeline .version-item .version-content .version-header .version-info .version-type{font-size:var(--text-sm);color:var(--text-secondary)}.version-timeline .version-item .version-content .version-header .version-timestamp{font-size:var(--text-xs);color:var(--text-placeholder)}.version-timeline .version-item .version-content .version-description{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--spacing-sm)}.version-timeline .version-item .version-content .version-changes{display:flex;gap:var(--spacing-lg);margin-bottom:var(--spacing-sm)}.version-timeline .version-item .version-content .version-changes .changes-count,.version-timeline .version-item .version-content .version-changes .affected-categories{font-size:var(--text-xs);color:var(--text-placeholder)}.version-timeline .version-item .version-content .version-actions{display:flex;gap:var(--spacing-xs);flex-wrap:wrap}@media (max-width: var(--breakpoint-md)){.settings-page-container .page-title{font-size:var(--text-xl);margin-bottom:var(--spacing-md)}.tabs-container{padding:var(--spacing-md)}.analysis-overview{grid-template-columns:1fr;gap:var(--spacing-sm)}.panel-header,.version-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}.panel-header .panel-actions,.panel-header .version-actions,.version-header .panel-actions,.version-header .version-actions{width:100%;justify-content:space-between}.optimization-item{flex-direction:column;gap:var(--spacing-sm)}.optimization-item .optimization-actions{flex-direction:row;align-items:center;justify-content:flex-end}.version-item{padding-left:calc(var(--spacing-sm) + 16px)}.version-item .version-marker{left:3px;width:10px;height:10px}.version-item:not(:last-child):before{left:8px}.version-item .version-content{padding:var(--spacing-md)}.version-item .version-content .version-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-xs)}.version-item .version-content .version-changes{flex-direction:column;gap:var(--spacing-xs)}}.ai-workbench-container{height:100vh;display:flex;flex-direction:column;background:var(--bg-secondary)}.ai-workbench-container .workbench-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg) var(--spacing-xl);background:var(--bg-card);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.ai-workbench-container .workbench-header .header-left{display:flex;align-items:center;gap:var(--spacing-lg)}.ai-workbench-container .workbench-header .header-left .workbench-title{display:flex;align-items:center;gap:var(--spacing-sm);margin:0;font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text-primary)}.ai-workbench-container .workbench-header .header-left .workbench-title .title-icon{color:var(--primary-color)}.ai-workbench-container .workbench-header .header-left .status-badges{display:flex;gap:var(--spacing-sm)}.ai-workbench-container .workbench-main{flex:1;display:flex;gap:1px;background:var(--border-color);overflow:hidden}.ai-workbench-container .workbench-main.wide-layout .tools-sidebar{width:200px}.ai-workbench-container .workbench-main.wide-layout .info-panel{width:300px}.tools-sidebar{width:240px;background:var(--bg-card);display:flex;flex-direction:column}.tools-sidebar .tools-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color)}.tools-sidebar .tools-header h3{margin:0;color:var(--text-primary);font-size:var(--text-lg);font-weight:var(--font-semibold)}.tools-sidebar .tool-categories{flex:1;overflow-y:auto}.tools-sidebar .tool-categories .tool-category{border-bottom:1px solid var(--border-color-light)}.tools-sidebar .tool-categories .tool-category .category-header{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);cursor:pointer;transition:var(--transition-base)}.tools-sidebar .tool-categories .tool-category .category-header:hover{background:var(--bg-hover)}.tools-sidebar .tool-categories .tool-category .category-header .expand-icon{margin-left:auto;transition:transform var(--transition-base)}.tools-sidebar .tool-categories .tool-category .category-header .expand-icon.expanded{transform:rotate(180deg)}.tools-sidebar .tool-categories .tool-category.active .category-header{background:var(--primary-extra-light);color:var(--primary-color)}.tools-sidebar .tool-categories .tool-category .category-tools{background:var(--bg-tertiary)}.tools-sidebar .tool-categories .tool-category .category-tools .tool-item{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg) var(--spacing-sm) calc(var(--spacing-lg) * 2);cursor:pointer;transition:var(--transition-base)}.tools-sidebar .tool-categories .tool-category .category-tools .tool-item:hover{background:var(--primary-extra-light)}.tools-sidebar .tool-categories .tool-category .category-tools .tool-item .el-icon{color:var(--text-secondary)}.conversation-area{flex:1;background:var(--bg-card);display:flex;flex-direction:column;height:100%;position:relative}.conversation-area .conversation-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border-color)}.conversation-area .conversation-header .conversation-info h3{margin:0 0 var(--spacing-xs) 0;color:var(--text-primary);font-size:var(--text-lg);font-weight:var(--font-semibold)}.conversation-area .conversation-header .conversation-info .conversation-subtitle{color:var(--text-secondary);font-size:var(--text-sm)}.conversation-area .conversation-header .conversation-controls{display:flex;gap:var(--spacing-sm)}.conversation-area .conversation-content{flex:1;overflow-y:auto;padding:var(--spacing-xl);padding-bottom:200px}.conversation-area .conversation-content .welcome-screen{height:100%;display:flex;align-items:center;justify-content:center}.conversation-area .conversation-content .welcome-screen .welcome-content{text-align:center;max-width:400px}.conversation-area .conversation-content .welcome-screen .welcome-content .welcome-icon{margin-bottom:var(--spacing-xl);color:var(--primary-color)}.conversation-area .conversation-content .welcome-screen .welcome-content h2{margin-bottom:var(--spacing-lg);color:var(--text-primary);font-size:var(--text-xl)}.conversation-area .conversation-content .welcome-screen .welcome-content p{margin-bottom:var(--spacing-xl);color:var(--text-secondary);line-height:1.6}.conversation-area .conversation-content .welcome-screen .welcome-content .quick-actions{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap}.conversation-area .conversation-content .messages-container .message-item{margin-bottom:var(--spacing-xl)}.conversation-area .conversation-content .messages-container .message-item .message-header{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}.conversation-area .conversation-content .messages-container .message-item .message-header .message-info{display:flex;flex-direction:column;gap:2px}.conversation-area .conversation-content .messages-container .message-item .message-header .message-info .message-sender{font-weight:var(--font-medium);color:var(--text-primary)}.conversation-area .conversation-content .messages-container .message-item .message-header .message-info .message-time{font-size:var(--text-xs);color:var(--text-secondary)}.conversation-area .conversation-content .messages-container .message-item .message-content{margin-left:44px;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-md);line-height:1.6}.conversation-area .conversation-content .messages-container .message-item .message-content .text-content{white-space:pre-wrap}.conversation-area .conversation-content .messages-container .message-item .message-actions{margin-left:44px;margin-top:var(--spacing-sm);display:flex;gap:var(--spacing-sm)}.conversation-area .conversation-content .messages-container .message-item.user .message-content{background:var(--primary-color);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg)}.conversation-area .conversation-content .messages-container .message-item.assistant .message-content{background:var(--bg-tertiary);color:var(--text-primary);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm)}.conversation-area .conversation-content .messages-container .loading-message .loading-content{margin-left:44px;padding:var(--spacing-md) var(--spacing-lg);background:var(--bg-tertiary);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm)}.conversation-area .conversation-content .messages-container .loading-message .loading-content .typing-indicator{display:flex;gap:var(--spacing-xs)}.conversation-area .conversation-content .messages-container .loading-message .loading-content .typing-indicator span{width:8px;height:8px;border-radius:50%;background:var(--text-secondary);animation:typing 1.4s ease-in-out infinite}.conversation-area .conversation-content .messages-container .loading-message .loading-content .typing-indicator span:nth-child(2){animation-delay:.2s}.conversation-area .conversation-content .messages-container .loading-message .loading-content .typing-indicator span:nth-child(3){animation-delay:.4s}.conversation-area .input-area{position:absolute;bottom:0;left:0;right:0;border-top:1px solid var(--border-color);background:var(--bg-tertiary);z-index:10;box-shadow:0 -2px 8px rgba(0,0,0,.1);min-height:150px}.conversation-area .input-area .input-toolbar{display:flex;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-xl) 0;border-bottom:1px solid var(--border-color-light)}.conversation-area .input-area .input-container{padding:var(--spacing-lg) var(--spacing-xl);display:flex;gap:var(--spacing-md);align-items:flex-end}.conversation-area .input-area .input-container .message-input{flex:1}.conversation-area .input-area .input-container .send-button{height:78px;padding:0 var(--spacing-lg);flex-shrink:0}.conversation-area .input-area .input-hints{display:flex;justify-content:space-between;padding:0 var(--spacing-xl) var(--spacing-lg);font-size:var(--text-xs);color:var(--text-secondary)}.info-panel{width:320px;background:var(--bg-card)}.info-panel .info-tabs{height:100%;border:none}.info-panel .conversation-history{padding:var(--spacing-lg)}.info-panel .conversation-history .history-header{margin-bottom:var(--spacing-lg)}.info-panel .conversation-history .history-item{padding:var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm);cursor:pointer;transition:var(--transition-base)}.info-panel .conversation-history .history-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.info-panel .conversation-history .history-item .history-title{font-weight:var(--font-medium);margin-bottom:var(--spacing-xs)}.info-panel .conversation-history .history-item .history-time{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--spacing-sm)}.info-panel .conversation-history .history-item .history-preview{font-size:var(--text-sm);color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info-panel .memory-panel{padding:var(--spacing-lg)}.info-panel .memory-panel .memory-search{margin-bottom:var(--spacing-lg)}.info-panel .memory-panel .memory-item{padding:var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}.info-panel .memory-panel .memory-item .memory-content{margin-bottom:var(--spacing-sm);line-height:1.4;font-size:var(--text-sm)}.info-panel .memory-panel .memory-item .memory-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.info-panel .memory-panel .memory-item .memory-meta .memory-time{font-size:var(--text-xs);color:var(--text-secondary)}.info-panel .memory-panel .memory-item .memory-actions{display:flex;gap:var(--spacing-sm)}.info-panel .status-panel{padding:var(--spacing-lg)}.info-panel .status-panel .status-section{margin-bottom:var(--spacing-xl)}.info-panel .status-panel .status-section h4{margin:0 0 var(--spacing-md) 0;color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-semibold)}.info-panel .status-panel .status-section .status-item{display:flex;justify-content:space-between;padding:var(--spacing-sm) 0;border-bottom:1px solid var(--border-color-light)}.info-panel .status-panel .status-section .status-item:last-child{border-bottom:none}.info-panel .status-panel .performance-chart .chart-placeholder{height:120px;background:var(--bg-tertiary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.slide-down-enter-active,.slide-down-leave-active{transition:all var(--transition-base);overflow:hidden}.slide-down-enter-from,.slide-down-leave-to{max-height:0;opacity:0;transform:translateY(-10px)}.slide-down-enter-to,.slide-down-leave-from{max-height:300px;opacity:1;transform:translateY(0)}.tool-category.active .category-tools{display:block!important;max-height:none!important;opacity:1!important}@media (max-width: 1200px){.ai-workbench-container .workbench-main .tools-sidebar,.ai-workbench-container .workbench-main .info-panel{width:240px}}@media (max-width: var(--breakpoint-md)){.ai-workbench-container .workbench-main .tools-sidebar,.ai-workbench-container .workbench-main .info-panel{display:none}.ai-workbench-container .workbench-main .conversation-area .input-area{left:0;right:0}}.el-input,.el-textarea,.el-select,.el-button,.el-table,.el-form-item__label,.el-dialog,.el-message,.el-notification,.el-menu,.el-menu-item,.el-submenu__title,.el-card,.el-tabs,.el-tab-pane,.el-pagination,.el-tooltip,.el-popover,.el-dropdown,.el-breadcrumb{font-family:var(--font-family-base)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important}.el-menu{background-color:transparent!important;border:none!important}.el-menu .el-sub-menu .el-menu{background-color:rgba(0,0,0,.05)!important}.el-menu .el-menu-item{border-radius:6px!important;margin:2px 8px!important}.el-menu .el-menu-item:hover{background-color:var(--sidebar-item-hover)!important;color:var(--sidebar-text-hover)!important}.el-menu .el-menu-item.is-active{background-color:var(--primary-color)!important;color:#fff!important}.el-menu .el-sub-menu__title{border-radius:6px!important;margin:2px 8px!important}.el-menu .el-sub-menu__title:hover{background-color:var(--sidebar-item-hover)!important;color:var(--sidebar-text-hover)!important}.el-card{border-radius:var(--radius-lg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-sm)!important;background-color:var(--bg-card)!important;color:var(--text-primary)!important;transition:all var(--transition-fast)!important}.el-card:hover{box-shadow:var(--shadow-md)!important;transform:translateY(-1px)}.el-card .el-card__header{border-bottom-color:var(--border-color)!important;padding:var(--spacing-lg)!important;background-color:var(--bg-card)!important;color:var(--text-primary)!important}.el-card .el-card__body{padding:var(--spacing-lg)!important;background-color:var(--bg-card)!important;color:var(--text-primary)!important}.el-button{border-radius:var(--radius-md)!important;font-weight:500!important;transition:all var(--transition-fast)!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}.el-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)!important}.el-button:active{transform:translateY(0)}.el-button--default{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.el-button--default:hover{background-color:var(--bg-tertiary)!important;border-color:var(--primary-color)!important;color:var(--primary-color)!important}.el-input .el-input__wrapper{border-radius:var(--radius-md)!important;background-color:var(--bg-tertiary)!important;border-color:var(--border-color)!important;box-shadow:none!important;transition:all var(--transition-fast)!important}.el-input .el-input__wrapper:hover{border-color:var(--border-light)!important}.el-input .el-input__wrapper.is-focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)!important}.el-input .el-input__inner{background-color:transparent!important;color:var(--text-primary)!important}.el-input .el-input__inner::-moz-placeholder{color:var(--text-muted)!important}.el-input .el-input__inner::placeholder{color:var(--text-muted)!important}.el-table{background-color:var(--bg-card)!important;color:var(--text-primary)!important;border-radius:var(--radius-lg)!important;overflow:hidden!important}.el-table:before{background-color:var(--border-color)!important}.el-table th.el-table__cell{background-color:var(--bg-tertiary)!important;color:var(--text-primary)!important;border-bottom-color:var(--border-color)!important;font-weight:600!important}.el-table td.el-table__cell{border-bottom-color:var(--border-color)!important;color:var(--text-primary)!important;background-color:var(--bg-card)!important}.el-table .el-table__row:hover>td.el-table__cell{background-color:var(--bg-hover)!important}.el-table .el-table__empty-block{background-color:var(--bg-card)!important}.el-table .el-table__empty-text{color:var(--text-secondary)!important}.el-pagination{color:var(--text-primary)!important}.el-pagination button{background-color:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.el-pagination button:disabled{background-color:transparent!important;color:var(--text-disabled)!important}.el-pagination .el-pager li{background-color:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.el-pagination .el-pager li.is-active{background-color:var(--primary-color)!important;color:#fff!important}.el-pagination .el-pager li:hover{color:var(--primary-color)!important}.el-dialog{background-color:var(--bg-card)!important;color:var(--text-primary)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-xl)!important}.el-dialog .el-dialog__header{border-bottom:1px solid var(--border-color)!important;padding:var(--spacing-lg)!important}.el-dialog .el-dialog__title{color:var(--text-primary)!important}.el-dialog .el-dialog__body{padding:var(--spacing-lg)!important;color:var(--text-primary)!important}.el-dialog .el-dialog__footer{border-top:1px solid var(--border-color)!important;padding:var(--spacing-md) var(--spacing-lg)!important}.el-dropdown-menu{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-lg)!important}.el-dropdown-menu .el-dropdown-menu__item{color:var(--text-primary)!important}.el-dropdown-menu .el-dropdown-menu__item:hover{background-color:var(--bg-hover)!important;color:var(--primary-color)!important}.el-select .el-select__wrapper{border-radius:var(--radius-md)!important;background-color:var(--bg-tertiary)!important;border-color:var(--border-color)!important;box-shadow:none!important;transition:all var(--transition-fast)!important}.el-select .el-select__wrapper:hover{border-color:var(--border-light)!important}.el-select .el-select__wrapper.is-focused{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)!important}.el-select .el-select__placeholder{color:var(--text-muted)!important}.el-select .el-select__selection,.el-form .el-form-item__label{color:var(--text-primary)!important}.el-form .el-form-item__error{color:var(--danger-color)!important}.el-textarea .el-textarea__inner{background-color:var(--bg-tertiary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;border-radius:var(--radius-md)!important}.el-textarea .el-textarea__inner:hover{border-color:var(--border-light)!important}.el-textarea .el-textarea__inner:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)!important}.el-tag{border-radius:var(--radius-md)!important;padding:2px 12px!important;font-weight:500!important;border:none!important}.el-message{border-radius:var(--radius-md)!important;box-shadow:var(--shadow-lg)!important;border:1px solid var(--border-color)!important}.el-loading-mask{background-color:rgba(var(--bg-card-rgb),.9)!important}.el-empty .el-empty__description{color:var(--text-secondary)!important}body{font-size:var(--text-base, 16px);line-height:var(--line-height-normal, 1.5);font-family:var(--font-family-base, system-ui, -apple-system, sans-serif)}*{font-size:inherit;line-height:inherit}.app-header .logo-text{font-size:var(--text-lg, 18px);font-weight:var(--font-semibold, 600)}.app-header .el-breadcrumb__inner,.app-header .btn-label,.app-header .user-name{font-size:var(--text-sm, 14px);font-weight:var(--font-medium, 500)}.sidebar .logo-text{font-size:var(--text-lg, 18px);font-weight:var(--font-bold, 700)}.sidebar .section-name{font-size:var(--text-xs, 12px);font-weight:var(--font-semibold, 600);text-transform:uppercase;letter-spacing:.05em}.sidebar .section-desc{font-size:var(--text-xs, 12px);color:var(--text-muted)}.sidebar .nav-text,.sidebar .menu-title,.sidebar .user-name{font-size:var(--text-sm, 14px);font-weight:var(--font-medium, 500)}.sidebar .user-role{font-size:var(--text-xs, 12px);color:var(--text-muted)}.app-main .page-title,.app-main h1{font-size:var(--text-2xl, 24px);font-weight:var(--font-bold, 700)}.app-main .section-title,.app-main h2{font-size:var(--text-xl, 20px);font-weight:var(--font-semibold, 600)}.app-main .subsection-title,.app-main h3{font-size:var(--text-lg, 18px);font-weight:var(--font-semibold, 600)}.app-main p,.app-main .content-text{font-size:var(--text-base, 16px);line-height:var(--line-height-relaxed, 1.6)}.app-main .small-text,.app-main .caption{font-size:var(--text-sm, 14px);color:var(--text-muted)}.app-main .tiny-text,.app-main .label{font-size:var(--text-xs, 12px);color:var(--text-muted)}@media (max-width: var(--breakpoint-md)){.app-header .logo-text{font-size:var(--text-base, 16px)}.app-header .btn-label{display:none}.sidebar .section-name{font-size:var(--text-xs, 12px)}.sidebar .nav-text,.sidebar .menu-title{font-size:var(--text-sm, 14px)}}[data-theme=dark] .section-desc,[data-theme=dark] .user-role,[data-theme=dark] .small-text,[data-theme=dark] .tiny-text,[data-theme=dark] .caption,[data-theme=dark] .label{color:var(--text-muted-dark)}:root{--app-padding: var(--spacing-lg);--header-height: 60px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--text-base);line-height:1.6}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.page-container{padding:var(--spacing-lg);width:100%;max-width:100%;min-height:calc(100vh - var(--header-height));background-color:var(--bg-secondary)}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-fast)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--border-color);background:var(--bg-card)}.card-header .card-title{font-size:var(--text-lg);font-weight:600;color:var(--text-primary);margin:0}.card-body{padding:var(--spacing-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-sm) var(--spacing-lg);border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.05)}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(0)}.btn.btn-primary{background:var(--primary-color);color:#fff}.btn.btn-primary:hover{background:var(--primary-hover)}.btn.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)}.btn.btn-secondary:hover{background:var(--bg-hover)}@media (max-width: var(--breakpoint-md)){.hidden-mobile{display:none!important}.page-container{padding:var(--spacing-md)}}@media (min-width: 769px){.hidden-desktop{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity var(--transition-fast)}.fade-enter-from,.fade-leave-to{opacity:0}.center-container{flex:1;display:flex;flex-direction:column;width:100%;height:100%;background:var(--bg-secondary, #f5f7fa);padding:var(--spacing-lg);position:relative;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}:root.theme-light .center-container{background:var(--el-bg-color-page)}.center-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(255,255,255,.1) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.1) 0%,transparent 20%);pointer-events:none;z-index:-1}.center-container :deep(.el-card){backdrop-filter:blur(10px);background:var(--el-bg-color, rgba(255, 255, 255, .9))!important;border:1px solid var(--el-border-color, rgba(0, 0, 0, .1))!important;box-shadow:0 8px 32px rgba(31,38,135,.1)!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.center-container :deep(.el-card):hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(31,38,135,.15)!important}.center-container :deep(.el-tabs){--el-tabs-header-height: 48px}.center-container :deep(.el-tabs) .el-tabs__header{margin-bottom:var(--spacing-xl);padding:var(--spacing-xs) var(--spacing-sm);background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.center-container :deep(.el-tabs) .el-tabs__nav-wrap:after{display:none}.center-container :deep(.el-tabs) .el-tabs__item{padding:0 var(--spacing-2xl)!important;height:40px;line-height:40px;font-size:var(--text-base);font-weight:var(--font-bold);color:var(--text-secondary);border-radius:var(--radius-lg);margin:4px 6px;transition:all var(--transition-normal);display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.center-container :deep(.el-tabs) .el-tabs__item:hover{color:var(--primary-color);background:var(--primary-light-bg)}.center-container :deep(.el-tabs) .el-tabs__item.is-active{color:#fff!important;background:var(--primary-color)!important;box-shadow:0 4px 12px var(--glow-primary);border-color:var(--primary-color)}.center-container :deep(.el-tabs) .el-tabs__active-bar{display:none}@media (max-width: var(--breakpoint-md)){.center-container{padding:var(--spacing-lg)}}@media (max-width: var(--breakpoint-xs)){.center-container{padding:var(--spacing-md)}}.center-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:var(--spacing-lg) 32px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);border-radius:16px;color:#fff;box-shadow:0 8px 24px rgba(102,126,234,.3);position:relative;overflow:hidden}.center-page-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.1) 100%)}.center-page-header .header-left{display:flex;flex-direction:column;gap:var(--spacing-sm)}.center-page-header .page-title{margin:0;font-size:var(--text-3xl);font-weight:700;color:#fff;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;align-items:center;gap:var(--spacing-md)}.center-page-header .page-title .el-icon{font-size:var(--text-3xl)}.center-page-header .page-subtitle{margin:0;font-size:var(--text-sm);color:rgba(255,255,255,.9);line-height:1.4}.center-page-header .header-actions{display:flex;gap:var(--spacing-md);align-items:center}.center-page-header .header-actions .el-button{border-radius:8px;font-weight:500;transition:all .3s ease}.center-page-header .header-actions .el-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (max-width: var(--breakpoint-md)){.center-page-header{flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-lg)}.center-page-header .header-actions{width:100%;justify-content:center}}.welcome-section{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-xl);background:linear-gradient(135deg,var(--accent-marketing) 0%,var(--accent-marketing-hover) 100%);border-radius:var(--radius-2xl);color:var(--text-on-primary);margin-bottom:var(--spacing-lg);box-shadow:0 8px 24px rgba(139,92,246,.3);border:1px solid rgba(255,255,255,.1)}.welcome-section .welcome-content,.welcome-section .header-content{flex:1}.welcome-section .welcome-content h2,.welcome-section .welcome-content .page-title,.welcome-section .header-content h2,.welcome-section .header-content .page-title{margin:0 0 8px;font-size:var(--text-3xl);font-weight:700;color:var(--text-on-primary);text-shadow:0 2px 4px rgba(0,0,0,.1)}.welcome-section .welcome-content p,.welcome-section .welcome-content .page-description,.welcome-section .header-content p,.welcome-section .header-content .page-description{margin:0;font-size:var(--text-sm);color:var(--text-on-primary-secondary);line-height:1.5}.welcome-section .header-actions{flex-shrink:0;margin-left:var(--spacing-lg);display:flex;gap:var(--spacing-sm)}@media (max-width: var(--breakpoint-md)){.welcome-section{flex-direction:column;gap:var(--spacing-lg);padding:var(--spacing-lg);text-align:center}.welcome-section .welcome-content,.welcome-section .header-content{text-align:center}.welcome-section .header-actions{width:100%;margin-left:0;justify-content:center}}.center-card{background:white;border-radius:12px;padding:var(--spacing-lg);box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid #e5e7eb;transition:all .3s ease;margin-bottom:24px}:root.theme-light .center-card{background:var(--el-bg-color);border:1px solid var(--el-border-color);box-shadow:var(--shadow-md)}.center-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}:root.theme-light .center-card:hover{box-shadow:var(--shadow-lg)}.center-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}:root.theme-light .center-card .card-header{border-bottom-color:var(--el-border-color-light)}.center-card .card-header .card-title{font-size:var(--text-lg);font-weight:600;color:#1f2937;display:flex;align-items:center;gap:var(--spacing-sm)}.center-card .card-header .card-title .el-icon{color:var(--primary-color);font-size:var(--text-xl)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--spacing-lg);margin-bottom:24px}@media (max-width: var(--breakpoint-md)){.stats-grid{grid-template-columns:1fr}}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){background:white;border-radius:12px;padding:var(--spacing-lg);box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid #e5e7eb;transition:all .3s ease;cursor:pointer}:root.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info){background:var(--el-bg-color);border:1px solid var(--el-border-color);box-shadow:var(--shadow-md)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.15)}:root.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover{box-shadow:var(--shadow-xl)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-content{display:flex;align-items:center;gap:var(--spacing-md)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:var(--text-on-primary)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-icon .el-icon{font-size:var(--text-3xl)}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-info{flex:1}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-info .stat-value{font-size:var(--text-3xl);font-weight:700;color:#1f2937;margin-bottom:4px}.stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-info .stat-label{font-size:var(--text-sm);color:#6b7280}:root.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .stat-info .stat-label{color:var(--text-secondary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-state .empty-icon{font-size:64px;margin-bottom:16px;opacity:.6}.empty-state .empty-title{font-size:var(--text-lg);font-weight:600;color:#374151;margin-bottom:8px}.empty-state .empty-description{font-size:var(--text-sm);color:#6b7280;margin-bottom:24px}.loading-container{display:flex;align-items:center;justify-content:center;min-height:400px}[data-theme=dark] .center-container{background:var(--bg-secondary)}[data-theme=dark] .center-card,[data-theme=dark] .stat-card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .card-title,[data-theme=dark] .stat-value{color:var(--text-primary)}[data-theme=dark] .stat-label{color:var(--text-secondary)}.section-header{margin-bottom:var(--spacing-lg)}.section-header h3{margin:0 0 var(--spacing-xs) 0;font-size:var(--text-xl);font-weight:600;color:var(--text-primary);line-height:var(--leading-tight)}.section-header p{margin:0;font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}[data-theme=dark] .section-header h3{color:var(--text-primary)}[data-theme=dark] .section-header p{color:var(--text-secondary)}:root{--mobile-safe-area-top: env(safe-area-inset-top);--mobile-safe-area-bottom: env(safe-area-inset-bottom);--mobile-safe-area-left: env(safe-area-inset-left);--mobile-safe-area-right: env(safe-area-inset-right);--mobile-navbar-height: 46px;--mobile-tabbar-height: 50px;--mobile-content-padding: var(--spacing-md)}.mobile-page,.communication-page,.ai-assistant-page,.customer-pool-page,.feedback-page,.profile-page,.child-growth-page,.promotion-center-page,.share-stats-page,.enrollment-page,.activities-page,.teaching-page,.performance-rewards-page,.appointment-management-page,.class-contacts-page,.creative-curriculum-page,.customer-tracking-page,.page{min-height:100vh;background-color:var(--bg-color-page);color:var(--text-primary);padding-bottom:var(--spacing-lg)}.stat-value{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.stat-label{font-size:var(--text-sm);color:var(--text-secondary)}.promo-stats,.performance-overview{display:flex;padding:var(--spacing-lg) 0}.promo-stats .stat-item,.promo-stats .overview-item,.performance-overview .stat-item,.performance-overview .overview-item{flex:1;text-align:center}.promo-stats .stat-item .stat-value,.promo-stats .stat-item .value,.promo-stats .overview-item .stat-value,.promo-stats .overview-item .value,.performance-overview .stat-item .stat-value,.performance-overview .stat-item .value,.performance-overview .overview-item .stat-value,.performance-overview .overview-item .value{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.promo-stats .stat-item .stat-label,.promo-stats .stat-item .label,.promo-stats .overview-item .stat-label,.promo-stats .overview-item .label,.performance-overview .stat-item .stat-label,.performance-overview .stat-item .label,.performance-overview .overview-item .stat-label,.performance-overview .overview-item .label{font-size:var(--text-sm);color:var(--text-secondary)}.chart-container{padding:var(--spacing-lg);min-height:200px;background-color:var(--bg-color)}.record-stats{display:flex;gap:var(--spacing-md);font-size:var(--text-sm);color:var(--text-secondary)}[data-theme=dark] .mobile-page,[data-theme=dark] .communication-page,[data-theme=dark] .ai-assistant-page,[data-theme=dark] .customer-pool-page,[data-theme=dark] .page{background-color:var(--bg-primary);color:var(--text-primary)}.mobile-page,.communication-page,.ai-assistant-page,.customer-pool-page,.feedback-page,.profile-page,.child-growth-page,.promotion-center-page,.share-stats-page,.enrollment-page,.activities-page,.teaching-page,.performance-rewards-page,.appointment-management-page,.class-contacts-page,.creative-curriculum-page,.customer-tracking-page,.page{min-height:100vh;background-color:var(--bg-color-page);color:var(--text-primary);padding-bottom:var(--spacing-lg);transition:background-color var(--transition-normal),color var(--transition-normal)}[data-theme=dark] .mobile-page,[data-theme=dark] .communication-page,[data-theme=dark] .ai-assistant-page,[data-theme=dark] .customer-pool-page,[data-theme=dark] .page{background-color:var(--bg-primary)}[data-theme=dark] :deep(.van-cell-group){background-color:var(--bg-card)}[data-theme=dark] :deep(.van-cell){background-color:var(--bg-card);color:var(--text-primary);border-bottom:1px solid var(--border-color)}[data-theme=dark] :deep(.van-search){background-color:var(--bg-card)}[data-theme=dark] :deep(.van-search) .van-field__control{color:var(--text-primary)}[data-theme=dark] :deep(.van-tabs){background-color:var(--bg-card)}[data-theme=dark] :deep(.van-tabs) .van-tab{color:var(--text-secondary)}[data-theme=dark] :deep(.van-tabs) .van-tab--active{color:var(--primary-color)}[data-theme=dark] :deep(.van-nav-bar){background:var(--gradient-purple)}[data-theme=dark] :deep(.van-tabbar){background-color:var(--bg-card);border-top-color:var(--border-color)}[data-theme=dark] .full-page-sidebar .ai-sidebar-header span,[data-theme=theme-dark] .full-page-sidebar .ai-sidebar-header span,[data-theme=dark] .full-page-sidebar .primary-title,[data-theme=theme-dark] .full-page-sidebar .primary-title,[data-theme=dark] .full-page-sidebar .menu-section-title,[data-theme=theme-dark] .full-page-sidebar .menu-section-title,[data-theme=dark] .full-page-sidebar .menu-group-label,[data-theme=theme-dark] .full-page-sidebar .menu-group-label,[data-theme=dark] .full-page-sidebar .el-menu-item span,[data-theme=theme-dark] .full-page-sidebar .el-menu-item span{color:#d1d5db}.el-dialog.ai-dialog{display:flex!important;flex-direction:column!important;height:80vh!important;max-height:90vh!important}.el-dialog.ai-dialog .el-dialog__body{flex:1!important;overflow:hidden!important;padding:0!important;display:flex!important;flex-direction:column!important}.el-dialog.ai-dialog .el-dialog__header{flex-shrink:0!important}.el-dialog.ai-dialog .ai-curriculum-assistant{height:100%!important;display:flex!important;flex-direction:column!important}.el-dialog.ai-dialog .ai-curriculum-assistant .chat-messages{flex:1!important;min-height:300px!important}button,.el-button,[role=button],input[type=button],input[type=submit]{min-height:36px!important;min-width:64px!important}button.el-button--small,.el-button.el-button--small,[role=button].el-button--small,input[type=button].el-button--small,input[type=submit].el-button--small{min-height:32px!important;min-width:56px!important}button.el-button--large,.el-button.el-button--large,[role=button].el-button--large,input[type=button].el-button--large,input[type=submit].el-button--large{min-height:40px!important;min-width:80px!important}@media (max-width: var(--breakpoint-md)){button,.el-button,[role=button],input[type=button],input[type=submit]{min-height:44px!important;padding:var(--spacing-sm) 16px!important}button.el-button--small,.el-button.el-button--small,[role=button].el-button--small,input[type=button].el-button--small,input[type=submit].el-button--small{min-height:40px!important;padding:6px 12px!important}}.login-button,.nav-button,.header-button,.user-dropdown button,.sidebar-button,[class*=login],[class*=nav] button{min-height:36px!important;min-width:64px!important}@media (max-width: var(--breakpoint-md)){.login-button,.nav-button,.header-button,.user-dropdown button,.sidebar-button,[class*=login],[class*=nav] button{min-height:44px!important;padding:var(--spacing-sm) 16px!important}}.page-container{width:100%;max-width:none;overflow-x:hidden;padding:var(--app-padding, 20px)}.page-container *{max-width:100%;box-sizing:border-box}@media (max-width: var(--breakpoint-md)){.page-container{padding:var(--app-padding-mobile, 16px)}}.el-table{width:100%}.el-table .el-table__body-wrapper{overflow-x:auto;max-width:100%}@media (max-width: var(--breakpoint-md)){.el-table .el-table__body-wrapper{-webkit-overflow-scrolling:touch}}@media (max-width: var(--breakpoint-md)){.el-table{font-size:var(--text-sm)}.el-table .el-table__cell{padding:var(--spacing-sm) 4px}.el-table .el-table__column--hidden-mobile{display:none}}.el-card{width:100%;margin-bottom:var(--app-gap, 16px)}.el-card .el-card__body{padding:var(--app-padding, 20px)}@media (max-width: var(--breakpoint-md)){.el-card .el-card__body{padding:var(--app-padding-mobile, 16px)}}.el-row{width:100%;margin:0}@media (max-width: var(--breakpoint-md)){.el-row .el-col[class*=el-col-]{width:100%!important;margin-bottom:var(--app-gap, 16px)}}.image-container{position:relative;overflow:hidden;border-radius:var(--border-radius, 8px);width:100%}.image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.image-container.responsive-image{max-width:100%;height:auto}.image-container.responsive-image img{height:auto}@media (max-width: var(--breakpoint-md)){.layout-sidebar{transform:translate(-100%);transition:transform .3s ease}.layout-sidebar.mobile-open{transform:translate(0)}}.el-form{width:100%}.el-form .el-form-item{margin-bottom:var(--app-gap, 16px)}@media (max-width: var(--breakpoint-md)){.el-form .el-form-item .el-form-item__label{width:100%!important;text-align:left!important;margin-bottom:8px;padding:0!important}.el-form .el-form-item .el-form-item__content{margin-left:0!important;width:100%}}@media (max-width: var(--breakpoint-md)){.el-form.el-form--inline .el-form-item{width:100%;margin-right:0;margin-bottom:16px}.el-form.el-form--inline .el-form-item .el-form-item__content{width:100%}}@media (max-width: var(--breakpoint-md)){.el-dialog{width:95%!important;margin:5vh auto!important}.el-dialog .el-dialog__body{padding:var(--spacing-md)}}@media (max-width: var(--breakpoint-md)){[style*="position: fixed"]{max-width:100vw!important;max-height:100vh!important}}body{font-size:var(--unified-font-size, 14px);line-height:var(--unified-line-height, 1.5)}@media (max-width: var(--breakpoint-md)){body{font-size:var(--unified-font-size, 16px)}}*{max-width:100%;word-wrap:break-word;word-break:break-word;hyphens:auto}.ai-assistant-panel,.ai-assistant-panel *,.center-main,.center-main *,.chat-container,.chat-container *,.chat-messages,.chat-messages *,.message-content,.message-item,.message-item *{max-width:none!important}.message-content.welcome-card,.welcome-card{max-width:var(--ai-content-max-width)!important;margin-left:auto!important;margin-right:auto!important}:root{--app-padding: var(--spacing-lg);--app-padding-mobile: 16px;--app-gap: var(--spacing-md);--app-gap-sm: 8px;--app-gap-lg: 24px;--app-margin: var(--spacing-md);--border-radius: 8px;--border-radius-sm: 4px;--border-radius-lg: 12px}@media print{.no-print{display:none!important}.page-container{padding:0}.el-button,.el-pagination{display:none!important}}.teacher-notifications,.teacher-tasks,.teacher-enrollment,.teacher-activities,.teacher-teaching,.teacher-customer-tracking{width:100%!important;max-width:100%!important;min-height:calc(100vh - 120px);padding:var(--spacing-lg)!important;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto;gap:var(--spacing-lg)}.teacher-notifications .page-header,.teacher-tasks .page-header,.teacher-enrollment .page-header,.teacher-activities .page-header,.teacher-teaching .page-header,.teacher-customer-tracking .page-header{width:100%;max-width:100%;margin-bottom:0}.teacher-notifications .page-header .header-content,.teacher-tasks .page-header .header-content,.teacher-enrollment .page-header .header-content,.teacher-activities .page-header .header-content,.teacher-teaching .page-header .header-content,.teacher-customer-tracking .page-header .header-content{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:var(--spacing-md)}.teacher-notifications .page-header .header-content .header-left,.teacher-tasks .page-header .header-content .header-left,.teacher-enrollment .page-header .header-content .header-left,.teacher-activities .page-header .header-content .header-left,.teacher-teaching .page-header .header-content .header-left,.teacher-customer-tracking .page-header .header-content .header-left{flex:1 1 auto;min-width:200px}.teacher-notifications .page-header .header-content .header-left h1,.teacher-tasks .page-header .header-content .header-left h1,.teacher-enrollment .page-header .header-content .header-left h1,.teacher-activities .page-header .header-content .header-left h1,.teacher-teaching .page-header .header-content .header-left h1,.teacher-customer-tracking .page-header .header-content .header-left h1{margin:0 0 8px;font-size:var(--text-3xl);font-weight:600;color:var(--el-text-color-primary);line-height:1.2}.teacher-notifications .page-header .header-content .header-left p,.teacher-tasks .page-header .header-content .header-left p,.teacher-enrollment .page-header .header-content .header-left p,.teacher-activities .page-header .header-content .header-left p,.teacher-teaching .page-header .header-content .header-left p,.teacher-customer-tracking .page-header .header-content .header-left p{margin:0;color:var(--el-text-color-secondary);font-size:var(--text-sm);line-height:1.4}.teacher-notifications .page-header .header-content .header-actions,.teacher-tasks .page-header .header-content .header-actions,.teacher-enrollment .page-header .header-content .header-actions,.teacher-activities .page-header .header-content .header-actions,.teacher-teaching .page-header .header-content .header-actions,.teacher-customer-tracking .page-header .header-content .header-actions{display:flex;gap:var(--spacing-md);flex-wrap:wrap}.teacher-notifications .page-header .header-content .header-actions .el-button,.teacher-tasks .page-header .header-content .header-actions .el-button,.teacher-enrollment .page-header .header-content .header-actions .el-button,.teacher-activities .page-header .header-content .header-actions .el-button,.teacher-teaching .page-header .header-content .header-actions .el-button,.teacher-customer-tracking .page-header .header-content .header-actions .el-button{min-width:100px}.teacher-notifications .stats-section,.teacher-notifications .overview-section,.teacher-notifications .team-collaboration,.teacher-notifications .school-overview,.teacher-tasks .stats-section,.teacher-tasks .overview-section,.teacher-tasks .team-collaboration,.teacher-tasks .school-overview,.teacher-enrollment .stats-section,.teacher-enrollment .overview-section,.teacher-enrollment .team-collaboration,.teacher-enrollment .school-overview,.teacher-activities .stats-section,.teacher-activities .overview-section,.teacher-activities .team-collaboration,.teacher-activities .school-overview,.teacher-teaching .stats-section,.teacher-teaching .overview-section,.teacher-teaching .team-collaboration,.teacher-teaching .school-overview,.teacher-customer-tracking .stats-section,.teacher-customer-tracking .overview-section,.teacher-customer-tracking .team-collaboration,.teacher-customer-tracking .school-overview{width:100%;max-width:100%;margin-bottom:0}.teacher-notifications .stats-section .el-card,.teacher-notifications .overview-section .el-card,.teacher-notifications .team-collaboration .el-card,.teacher-notifications .school-overview .el-card,.teacher-tasks .stats-section .el-card,.teacher-tasks .overview-section .el-card,.teacher-tasks .team-collaboration .el-card,.teacher-tasks .school-overview .el-card,.teacher-enrollment .stats-section .el-card,.teacher-enrollment .overview-section .el-card,.teacher-enrollment .team-collaboration .el-card,.teacher-enrollment .school-overview .el-card,.teacher-activities .stats-section .el-card,.teacher-activities .overview-section .el-card,.teacher-activities .team-collaboration .el-card,.teacher-activities .school-overview .el-card,.teacher-teaching .stats-section .el-card,.teacher-teaching .overview-section .el-card,.teacher-teaching .team-collaboration .el-card,.teacher-teaching .school-overview .el-card,.teacher-customer-tracking .stats-section .el-card,.teacher-customer-tracking .overview-section .el-card,.teacher-customer-tracking .team-collaboration .el-card,.teacher-customer-tracking .school-overview .el-card{width:100%;max-width:100%}.teacher-notifications .stats-section .el-card .el-card__body,.teacher-notifications .overview-section .el-card .el-card__body,.teacher-notifications .team-collaboration .el-card .el-card__body,.teacher-notifications .school-overview .el-card .el-card__body,.teacher-tasks .stats-section .el-card .el-card__body,.teacher-tasks .overview-section .el-card .el-card__body,.teacher-tasks .team-collaboration .el-card .el-card__body,.teacher-tasks .school-overview .el-card .el-card__body,.teacher-enrollment .stats-section .el-card .el-card__body,.teacher-enrollment .overview-section .el-card .el-card__body,.teacher-enrollment .team-collaboration .el-card .el-card__body,.teacher-enrollment .school-overview .el-card .el-card__body,.teacher-activities .stats-section .el-card .el-card__body,.teacher-activities .overview-section .el-card .el-card__body,.teacher-activities .team-collaboration .el-card .el-card__body,.teacher-activities .school-overview .el-card .el-card__body,.teacher-teaching .stats-section .el-card .el-card__body,.teacher-teaching .overview-section .el-card .el-card__body,.teacher-teaching .team-collaboration .el-card .el-card__body,.teacher-teaching .school-overview .el-card .el-card__body,.teacher-customer-tracking .stats-section .el-card .el-card__body,.teacher-customer-tracking .overview-section .el-card .el-card__body,.teacher-customer-tracking .team-collaboration .el-card .el-card__body,.teacher-customer-tracking .school-overview .el-card .el-card__body{padding:var(--spacing-lg)!important}.teacher-notifications .stats-section .stats-grid .el-row,.teacher-notifications .stats-section .overview-grid .el-row,.teacher-notifications .stats-section .team-grid .el-row,.teacher-notifications .overview-section .stats-grid .el-row,.teacher-notifications .overview-section .overview-grid .el-row,.teacher-notifications .overview-section .team-grid .el-row,.teacher-notifications .team-collaboration .stats-grid .el-row,.teacher-notifications .team-collaboration .overview-grid .el-row,.teacher-notifications .team-collaboration .team-grid .el-row,.teacher-notifications .school-overview .stats-grid .el-row,.teacher-notifications .school-overview .overview-grid .el-row,.teacher-notifications .school-overview .team-grid .el-row,.teacher-tasks .stats-section .stats-grid .el-row,.teacher-tasks .stats-section .overview-grid .el-row,.teacher-tasks .stats-section .team-grid .el-row,.teacher-tasks .overview-section .stats-grid .el-row,.teacher-tasks .overview-section .overview-grid .el-row,.teacher-tasks .overview-section .team-grid .el-row,.teacher-tasks .team-collaboration .stats-grid .el-row,.teacher-tasks .team-collaboration .overview-grid .el-row,.teacher-tasks .team-collaboration .team-grid .el-row,.teacher-tasks .school-overview .stats-grid .el-row,.teacher-tasks .school-overview .overview-grid .el-row,.teacher-tasks .school-overview .team-grid .el-row,.teacher-enrollment .stats-section .stats-grid .el-row,.teacher-enrollment .stats-section .overview-grid .el-row,.teacher-enrollment .stats-section .team-grid .el-row,.teacher-enrollment .overview-section .stats-grid .el-row,.teacher-enrollment .overview-section .overview-grid .el-row,.teacher-enrollment .overview-section .team-grid .el-row,.teacher-enrollment .team-collaboration .stats-grid .el-row,.teacher-enrollment .team-collaboration .overview-grid .el-row,.teacher-enrollment .team-collaboration .team-grid .el-row,.teacher-enrollment .school-overview .stats-grid .el-row,.teacher-enrollment .school-overview .overview-grid .el-row,.teacher-enrollment .school-overview .team-grid .el-row,.teacher-activities .stats-section .stats-grid .el-row,.teacher-activities .stats-section .overview-grid .el-row,.teacher-activities .stats-section .team-grid .el-row,.teacher-activities .overview-section .stats-grid .el-row,.teacher-activities .overview-section .overview-grid .el-row,.teacher-activities .overview-section .team-grid .el-row,.teacher-activities .team-collaboration .stats-grid .el-row,.teacher-activities .team-collaboration .overview-grid .el-row,.teacher-activities .team-collaboration .team-grid .el-row,.teacher-activities .school-overview .stats-grid .el-row,.teacher-activities .school-overview .overview-grid .el-row,.teacher-activities .school-overview .team-grid .el-row,.teacher-teaching .stats-section .stats-grid .el-row,.teacher-teaching .stats-section .overview-grid .el-row,.teacher-teaching .stats-section .team-grid .el-row,.teacher-teaching .overview-section .stats-grid .el-row,.teacher-teaching .overview-section .overview-grid .el-row,.teacher-teaching .overview-section .team-grid .el-row,.teacher-teaching .team-collaboration .stats-grid .el-row,.teacher-teaching .team-collaboration .overview-grid .el-row,.teacher-teaching .team-collaboration .team-grid .el-row,.teacher-teaching .school-overview .stats-grid .el-row,.teacher-teaching .school-overview .overview-grid .el-row,.teacher-teaching .school-overview .team-grid .el-row,.teacher-customer-tracking .stats-section .stats-grid .el-row,.teacher-customer-tracking .stats-section .overview-grid .el-row,.teacher-customer-tracking .stats-section .team-grid .el-row,.teacher-customer-tracking .overview-section .stats-grid .el-row,.teacher-customer-tracking .overview-section .overview-grid .el-row,.teacher-customer-tracking .overview-section .team-grid .el-row,.teacher-customer-tracking .team-collaboration .stats-grid .el-row,.teacher-customer-tracking .team-collaboration .overview-grid .el-row,.teacher-customer-tracking .team-collaboration .team-grid .el-row,.teacher-customer-tracking .school-overview .stats-grid .el-row,.teacher-customer-tracking .school-overview .overview-grid .el-row,.teacher-customer-tracking .school-overview .team-grid .el-row{width:100%!important;max-width:100%!important;margin:0 -12px!important}.teacher-notifications .stats-section .stats-grid .el-row .el-col,.teacher-notifications .stats-section .overview-grid .el-row .el-col,.teacher-notifications .stats-section .team-grid .el-row .el-col,.teacher-notifications .overview-section .stats-grid .el-row .el-col,.teacher-notifications .overview-section .overview-grid .el-row .el-col,.teacher-notifications .overview-section .team-grid .el-row .el-col,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col,.teacher-notifications .team-collaboration .team-grid .el-row .el-col,.teacher-notifications .school-overview .stats-grid .el-row .el-col,.teacher-notifications .school-overview .overview-grid .el-row .el-col,.teacher-notifications .school-overview .team-grid .el-row .el-col,.teacher-tasks .stats-section .stats-grid .el-row .el-col,.teacher-tasks .stats-section .overview-grid .el-row .el-col,.teacher-tasks .stats-section .team-grid .el-row .el-col,.teacher-tasks .overview-section .stats-grid .el-row .el-col,.teacher-tasks .overview-section .overview-grid .el-row .el-col,.teacher-tasks .overview-section .team-grid .el-row .el-col,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col,.teacher-tasks .team-collaboration .team-grid .el-row .el-col,.teacher-tasks .school-overview .stats-grid .el-row .el-col,.teacher-tasks .school-overview .overview-grid .el-row .el-col,.teacher-tasks .school-overview .team-grid .el-row .el-col,.teacher-enrollment .stats-section .stats-grid .el-row .el-col,.teacher-enrollment .stats-section .overview-grid .el-row .el-col,.teacher-enrollment .stats-section .team-grid .el-row .el-col,.teacher-enrollment .overview-section .stats-grid .el-row .el-col,.teacher-enrollment .overview-section .overview-grid .el-row .el-col,.teacher-enrollment .overview-section .team-grid .el-row .el-col,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col,.teacher-enrollment .school-overview .stats-grid .el-row .el-col,.teacher-enrollment .school-overview .overview-grid .el-row .el-col,.teacher-enrollment .school-overview .team-grid .el-row .el-col,.teacher-activities .stats-section .stats-grid .el-row .el-col,.teacher-activities .stats-section .overview-grid .el-row .el-col,.teacher-activities .stats-section .team-grid .el-row .el-col,.teacher-activities .overview-section .stats-grid .el-row .el-col,.teacher-activities .overview-section .overview-grid .el-row .el-col,.teacher-activities .overview-section .team-grid .el-row .el-col,.teacher-activities .team-collaboration .stats-grid .el-row .el-col,.teacher-activities .team-collaboration .overview-grid .el-row .el-col,.teacher-activities .team-collaboration .team-grid .el-row .el-col,.teacher-activities .school-overview .stats-grid .el-row .el-col,.teacher-activities .school-overview .overview-grid .el-row .el-col,.teacher-activities .school-overview .team-grid .el-row .el-col,.teacher-teaching .stats-section .stats-grid .el-row .el-col,.teacher-teaching .stats-section .overview-grid .el-row .el-col,.teacher-teaching .stats-section .team-grid .el-row .el-col,.teacher-teaching .overview-section .stats-grid .el-row .el-col,.teacher-teaching .overview-section .overview-grid .el-row .el-col,.teacher-teaching .overview-section .team-grid .el-row .el-col,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col,.teacher-teaching .team-collaboration .team-grid .el-row .el-col,.teacher-teaching .school-overview .stats-grid .el-row .el-col,.teacher-teaching .school-overview .overview-grid .el-row .el-col,.teacher-teaching .school-overview .team-grid .el-row .el-col,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col{padding:0 12px!important;margin-bottom:24px}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item{height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:var(--spacing-lg);border-radius:12px;transition:all .3s ease;background:var(--el-bg-color);border:1px solid var(--border-color)}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item:hover,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item:hover,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item:hover,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item:hover,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item:hover,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card:hover,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item:hover,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-value{font-size:var(--text-4xl);font-weight:700;line-height:1;margin-bottom:8px;color:var(--el-color-primary)}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-label,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-label{font-size:var(--text-sm);color:var(--el-text-color-secondary);margin-bottom:4px;font-weight:500}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-trend,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-trend{font-size:var(--text-xs);padding:2px 8px;border-radius:12px;font-weight:500}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-trend.success,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-trend.success{background:rgba(16,185,129,.1);color:#059669}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-trend.warning,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-trend.warning{background:rgba(245,158,11,.1);color:#d97706}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-trend.danger,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-trend.danger{background:rgba(239,68,68,.1);color:#dc2626}.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-notifications .school-overview .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-tasks .school-overview .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-enrollment .school-overview .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-activities .school-overview .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-teaching .school-overview .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .stats-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .stats-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .stats-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .overview-section .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .overview-section .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .overview-section .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .team-collaboration .team-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .school-overview .stats-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .school-overview .overview-grid .el-row .el-col .team-item .team-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .stat-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .overview-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .stat-card .team-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .stat-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .overview-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .overview-item .team-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .stat-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .overview-trend.info,.teacher-customer-tracking .school-overview .team-grid .el-row .el-col .team-item .team-trend.info{background:rgba(6,182,212,.1);color:#0891b2}.teacher-notifications .main-content,.teacher-tasks .main-content,.teacher-enrollment .main-content,.teacher-activities .main-content,.teacher-teaching .main-content,.teacher-customer-tracking .main-content{width:100%;max-width:100%;flex:1 1 auto;display:flex;flex-direction:column;gap:var(--spacing-lg)}.teacher-notifications .main-content .el-card,.teacher-tasks .main-content .el-card,.teacher-enrollment .main-content .el-card,.teacher-activities .main-content .el-card,.teacher-teaching .main-content .el-card,.teacher-customer-tracking .main-content .el-card{width:100%;max-width:100%;flex:1 1 auto}.teacher-notifications .main-content .el-card .el-card__header,.teacher-tasks .main-content .el-card .el-card__header,.teacher-enrollment .main-content .el-card .el-card__header,.teacher-activities .main-content .el-card .el-card__header,.teacher-teaching .main-content .el-card .el-card__header,.teacher-customer-tracking .main-content .el-card .el-card__header{padding:var(--spacing-lg) 24px!important;border-bottom:1px solid var(--border-color)}.teacher-notifications .main-content .el-card .el-card__header .card-header,.teacher-tasks .main-content .el-card .el-card__header .card-header,.teacher-enrollment .main-content .el-card .el-card__header .card-header,.teacher-activities .main-content .el-card .el-card__header .card-header,.teacher-teaching .main-content .el-card .el-card__header .card-header,.teacher-customer-tracking .main-content .el-card .el-card__header .card-header{display:flex;justify-content:space-between;align-items:center;width:100%}.teacher-notifications .main-content .el-card .el-card__header .card-header .card-title,.teacher-tasks .main-content .el-card .el-card__header .card-header .card-title,.teacher-enrollment .main-content .el-card .el-card__header .card-header .card-title,.teacher-activities .main-content .el-card .el-card__header .card-header .card-title,.teacher-teaching .main-content .el-card .el-card__header .card-header .card-title,.teacher-customer-tracking .main-content .el-card .el-card__header .card-header .card-title{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--text-lg);font-weight:600;color:var(--el-text-color-primary)}.teacher-notifications .main-content .el-card .el-card__header .card-header .card-title .el-icon,.teacher-tasks .main-content .el-card .el-card__header .card-header .card-title .el-icon,.teacher-enrollment .main-content .el-card .el-card__header .card-header .card-title .el-icon,.teacher-activities .main-content .el-card .el-card__header .card-header .card-title .el-icon,.teacher-teaching .main-content .el-card .el-card__header .card-header .card-title .el-icon,.teacher-customer-tracking .main-content .el-card .el-card__header .card-header .card-title .el-icon{font-size:var(--text-xl)}.teacher-notifications .main-content .el-card .el-card__header .card-header .card-actions,.teacher-tasks .main-content .el-card .el-card__header .card-header .card-actions,.teacher-enrollment .main-content .el-card .el-card__header .card-header .card-actions,.teacher-activities .main-content .el-card .el-card__header .card-header .card-actions,.teacher-teaching .main-content .el-card .el-card__header .card-header .card-actions,.teacher-customer-tracking .main-content .el-card .el-card__header .card-header .card-actions{display:flex;gap:var(--spacing-md);align-items:center}.teacher-notifications .main-content .el-card .el-card__body,.teacher-tasks .main-content .el-card .el-card__body,.teacher-enrollment .main-content .el-card .el-card__body,.teacher-activities .main-content .el-card .el-card__body,.teacher-teaching .main-content .el-card .el-card__body,.teacher-customer-tracking .main-content .el-card .el-card__body{padding:var(--spacing-lg)!important;width:100%;max-width:100%;box-sizing:border-box}.teacher-notifications .filter-section,.teacher-tasks .filter-section,.teacher-enrollment .filter-section,.teacher-activities .filter-section,.teacher-teaching .filter-section,.teacher-customer-tracking .filter-section{width:100%;max-width:100%;margin-bottom:0}.teacher-notifications .filter-section .el-card__body,.teacher-tasks .filter-section .el-card__body,.teacher-enrollment .filter-section .el-card__body,.teacher-activities .filter-section .el-card__body,.teacher-teaching .filter-section .el-card__body,.teacher-customer-tracking .filter-section .el-card__body{padding:var(--spacing-lg) 24px!important}.teacher-notifications .filter-section .filter-form .el-row,.teacher-tasks .filter-section .filter-form .el-row,.teacher-enrollment .filter-section .filter-form .el-row,.teacher-activities .filter-section .filter-form .el-row,.teacher-teaching .filter-section .filter-form .el-row,.teacher-customer-tracking .filter-section .filter-form .el-row{width:100%!important;margin:0 -8px!important}.teacher-notifications .filter-section .filter-form .el-row .el-col,.teacher-tasks .filter-section .filter-form .el-row .el-col,.teacher-enrollment .filter-section .filter-form .el-row .el-col,.teacher-activities .filter-section .filter-form .el-row .el-col,.teacher-teaching .filter-section .filter-form .el-row .el-col,.teacher-customer-tracking .filter-section .filter-form .el-row .el-col{padding:0 8px!important;margin-bottom:16px}.teacher-notifications .filter-section .filter-form .el-row .el-col .el-form-item,.teacher-tasks .filter-section .filter-form .el-row .el-col .el-form-item,.teacher-enrollment .filter-section .filter-form .el-row .el-col .el-form-item,.teacher-activities .filter-section .filter-form .el-row .el-col .el-form-item,.teacher-teaching .filter-section .filter-form .el-row .el-col .el-form-item,.teacher-customer-tracking .filter-section .filter-form .el-row .el-col .el-form-item{margin-bottom:0}.teacher-notifications .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label,.teacher-tasks .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label,.teacher-enrollment .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label,.teacher-activities .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label,.teacher-teaching .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label,.teacher-customer-tracking .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__label{font-weight:500;color:var(--el-text-color-primary);margin-bottom:8px}.teacher-notifications .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-notifications .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select,.teacher-tasks .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-tasks .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select,.teacher-enrollment .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-enrollment .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select,.teacher-activities .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-activities .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select,.teacher-teaching .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-teaching .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select,.teacher-customer-tracking .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-input,.teacher-customer-tracking .filter-section .filter-form .el-row .el-col .el-form-item .el-form-item__content .el-select{width:100%}.teacher-notifications .filter-section .filter-form .filter-actions,.teacher-tasks .filter-section .filter-form .filter-actions,.teacher-enrollment .filter-section .filter-form .filter-actions,.teacher-activities .filter-section .filter-form .filter-actions,.teacher-teaching .filter-section .filter-form .filter-actions,.teacher-customer-tracking .filter-section .filter-form .filter-actions{display:flex;gap:var(--spacing-md);justify-content:flex-end;margin-top:16px;flex-wrap:wrap}.teacher-notifications .filter-section .filter-form .filter-actions .el-button,.teacher-tasks .filter-section .filter-form .filter-actions .el-button,.teacher-enrollment .filter-section .filter-form .filter-actions .el-button,.teacher-activities .filter-section .filter-form .filter-actions .el-button,.teacher-teaching .filter-section .filter-form .filter-actions .el-button,.teacher-customer-tracking .filter-section .filter-form .filter-actions .el-button{min-width:80px}.teacher-notifications .table-section,.teacher-tasks .table-section,.teacher-enrollment .table-section,.teacher-activities .table-section,.teacher-teaching .table-section,.teacher-customer-tracking .table-section{width:100%;max-width:100%;flex:1 1 auto}.teacher-notifications .table-section .table-header,.teacher-tasks .table-section .table-header,.teacher-enrollment .table-section .table-header,.teacher-activities .table-section .table-header,.teacher-teaching .table-section .table-header,.teacher-customer-tracking .table-section .table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:var(--spacing-md)}.teacher-notifications .table-section .table-header .table-title,.teacher-tasks .table-section .table-header .table-title,.teacher-enrollment .table-section .table-header .table-title,.teacher-activities .table-section .table-header .table-title,.teacher-teaching .table-section .table-header .table-title,.teacher-customer-tracking .table-section .table-header .table-title{font-size:var(--text-base);font-weight:600;color:var(--el-text-color-primary)}.teacher-notifications .table-section .table-header .table-actions,.teacher-tasks .table-section .table-header .table-actions,.teacher-enrollment .table-section .table-header .table-actions,.teacher-activities .table-section .table-header .table-actions,.teacher-teaching .table-section .table-header .table-actions,.teacher-customer-tracking .table-section .table-header .table-actions{display:flex;gap:var(--spacing-md);flex-wrap:wrap}.teacher-notifications .table-section .table-container,.teacher-tasks .table-section .table-container,.teacher-enrollment .table-section .table-container,.teacher-activities .table-section .table-container,.teacher-teaching .table-section .table-container,.teacher-customer-tracking .table-section .table-container{width:100%;max-width:100%;overflow:hidden;border-radius:8px}.teacher-notifications .table-section .table-container .el-table,.teacher-tasks .table-section .table-container .el-table,.teacher-enrollment .table-section .table-container .el-table,.teacher-activities .table-section .table-container .el-table,.teacher-teaching .table-section .table-container .el-table,.teacher-customer-tracking .table-section .table-container .el-table,.teacher-notifications .table-section .table-container .el-table .el-table__header-wrapper,.teacher-notifications .table-section .table-container .el-table .el-table__body-wrapper,.teacher-tasks .table-section .table-container .el-table .el-table__header-wrapper,.teacher-tasks .table-section .table-container .el-table .el-table__body-wrapper,.teacher-enrollment .table-section .table-container .el-table .el-table__header-wrapper,.teacher-enrollment .table-section .table-container .el-table .el-table__body-wrapper,.teacher-activities .table-section .table-container .el-table .el-table__header-wrapper,.teacher-activities .table-section .table-container .el-table .el-table__body-wrapper,.teacher-teaching .table-section .table-container .el-table .el-table__header-wrapper,.teacher-teaching .table-section .table-container .el-table .el-table__body-wrapper,.teacher-customer-tracking .table-section .table-container .el-table .el-table__header-wrapper,.teacher-customer-tracking .table-section .table-container .el-table .el-table__body-wrapper{width:100%!important}.teacher-notifications .table-section .table-container .el-table .el-table__header th,.teacher-tasks .table-section .table-container .el-table .el-table__header th,.teacher-enrollment .table-section .table-container .el-table .el-table__header th,.teacher-activities .table-section .table-container .el-table .el-table__header th,.teacher-teaching .table-section .table-container .el-table .el-table__header th,.teacher-customer-tracking .table-section .table-container .el-table .el-table__header th{background:var(--el-fill-color-light)!important;font-weight:600;color:var(--el-text-color-primary);border-bottom:2px solid var(--el-border-color);padding:var(--spacing-md) 8px!important}.teacher-notifications .table-section .table-container .el-table .el-table__body tr:hover,.teacher-tasks .table-section .table-container .el-table .el-table__body tr:hover,.teacher-enrollment .table-section .table-container .el-table .el-table__body tr:hover,.teacher-activities .table-section .table-container .el-table .el-table__body tr:hover,.teacher-teaching .table-section .table-container .el-table .el-table__body tr:hover,.teacher-customer-tracking .table-section .table-container .el-table .el-table__body tr:hover{background:var(--el-fill-color-lighter)!important}.teacher-notifications .table-section .table-container .el-table .el-table__body tr td,.teacher-tasks .table-section .table-container .el-table .el-table__body tr td,.teacher-enrollment .table-section .table-container .el-table .el-table__body tr td,.teacher-activities .table-section .table-container .el-table .el-table__body tr td,.teacher-teaching .table-section .table-container .el-table .el-table__body tr td,.teacher-customer-tracking .table-section .table-container .el-table .el-table__body tr td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:var(--spacing-md) 8px!important}.teacher-notifications .table-section .table-container .el-table .el-table__body tr td .cell,.teacher-tasks .table-section .table-container .el-table .el-table__body tr td .cell,.teacher-enrollment .table-section .table-container .el-table .el-table__body tr td .cell,.teacher-activities .table-section .table-container .el-table .el-table__body tr td .cell,.teacher-teaching .table-section .table-container .el-table .el-table__body tr td .cell,.teacher-customer-tracking .table-section .table-container .el-table .el-table__body tr td .cell{padding:var(--spacing-sm) 0;line-height:1.5}.teacher-notifications .table-section .pagination-container,.teacher-tasks .table-section .pagination-container,.teacher-enrollment .table-section .pagination-container,.teacher-activities .table-section .pagination-container,.teacher-teaching .table-section .pagination-container,.teacher-customer-tracking .table-section .pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:var(--spacing-md) 0;flex-wrap:wrap;gap:var(--spacing-md)}.teacher-notifications .table-section .pagination-container .pagination-info,.teacher-tasks .table-section .pagination-container .pagination-info,.teacher-enrollment .table-section .pagination-container .pagination-info,.teacher-activities .table-section .pagination-container .pagination-info,.teacher-teaching .table-section .pagination-container .pagination-info,.teacher-customer-tracking .table-section .pagination-container .pagination-info{color:var(--el-text-color-secondary);font-size:var(--text-sm)}.teacher-notifications .table-section .pagination-container .el-pagination .el-pager li,.teacher-tasks .table-section .pagination-container .el-pagination .el-pager li,.teacher-enrollment .table-section .pagination-container .el-pagination .el-pager li,.teacher-activities .table-section .pagination-container .el-pagination .el-pager li,.teacher-teaching .table-section .pagination-container .el-pagination .el-pager li,.teacher-customer-tracking .table-section .pagination-container .el-pagination .el-pager li{min-width:32px;height:32px;line-height:30px;margin:0 4px;border-radius:6px}.teacher-notifications .table-section .pagination-container .el-pagination .el-pager li.is-active,.teacher-tasks .table-section .pagination-container .el-pagination .el-pager li.is-active,.teacher-enrollment .table-section .pagination-container .el-pagination .el-pager li.is-active,.teacher-activities .table-section .pagination-container .el-pagination .el-pager li.is-active,.teacher-teaching .table-section .pagination-container .el-pagination .el-pager li.is-active,.teacher-customer-tracking .table-section .pagination-container .el-pagination .el-pager li.is-active{background:var(--el-color-primary);color:#fff}.teacher-notifications .table-section .pagination-container .el-pagination .btn-prev,.teacher-notifications .table-section .pagination-container .el-pagination .btn-next,.teacher-tasks .table-section .pagination-container .el-pagination .btn-prev,.teacher-tasks .table-section .pagination-container .el-pagination .btn-next,.teacher-enrollment .table-section .pagination-container .el-pagination .btn-prev,.teacher-enrollment .table-section .pagination-container .el-pagination .btn-next,.teacher-activities .table-section .pagination-container .el-pagination .btn-prev,.teacher-activities .table-section .pagination-container .el-pagination .btn-next,.teacher-teaching .table-section .pagination-container .el-pagination .btn-prev,.teacher-teaching .table-section .pagination-container .el-pagination .btn-next,.teacher-customer-tracking .table-section .pagination-container .el-pagination .btn-prev,.teacher-customer-tracking .table-section .pagination-container .el-pagination .btn-next{width:32px;height:32px;border-radius:6px}@media (max-width: 1200px){.teacher-notifications,.teacher-tasks,.teacher-enrollment,.teacher-activities,.teacher-teaching,.teacher-customer-tracking{padding:var(--spacing-lg)!important;gap:var(--spacing-lg)}.teacher-notifications .stats-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .stats-grid .el-row .el-col.el-col-xl-6,.teacher-notifications .overview-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .overview-grid .el-row .el-col.el-col-xl-6,.teacher-notifications .team-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .team-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .stats-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .stats-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .overview-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .overview-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .team-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .team-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .stats-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .stats-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .overview-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .overview-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .team-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .team-grid .el-row .el-col.el-col-xl-6,.teacher-activities .stats-grid .el-row .el-col.el-col-lg-6,.teacher-activities .stats-grid .el-row .el-col.el-col-xl-6,.teacher-activities .overview-grid .el-row .el-col.el-col-lg-6,.teacher-activities .overview-grid .el-row .el-col.el-col-xl-6,.teacher-activities .team-grid .el-row .el-col.el-col-lg-6,.teacher-activities .team-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .stats-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .stats-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .overview-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .overview-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .team-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .team-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .stats-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .stats-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .overview-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .overview-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .team-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .team-grid .el-row .el-col.el-col-xl-6{width:50%!important}}@media (max-width: 992px){.teacher-notifications,.teacher-tasks,.teacher-enrollment,.teacher-activities,.teacher-teaching,.teacher-customer-tracking{padding:var(--spacing-md)!important;gap:var(--spacing-md)}.teacher-notifications .page-header .header-content,.teacher-tasks .page-header .header-content,.teacher-enrollment .page-header .header-content,.teacher-activities .page-header .header-content,.teacher-teaching .page-header .header-content,.teacher-customer-tracking .page-header .header-content{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.teacher-notifications .page-header .header-content .header-left,.teacher-tasks .page-header .header-content .header-left,.teacher-enrollment .page-header .header-content .header-left,.teacher-activities .page-header .header-content .header-left,.teacher-teaching .page-header .header-content .header-left,.teacher-customer-tracking .page-header .header-content .header-left{width:100%}.teacher-notifications .page-header .header-content .header-left h1,.teacher-tasks .page-header .header-content .header-left h1,.teacher-enrollment .page-header .header-content .header-left h1,.teacher-activities .page-header .header-content .header-left h1,.teacher-teaching .page-header .header-content .header-left h1,.teacher-customer-tracking .page-header .header-content .header-left h1{font-size:var(--text-2xl)}.teacher-notifications .page-header .header-content .header-actions,.teacher-tasks .page-header .header-content .header-actions,.teacher-enrollment .page-header .header-content .header-actions,.teacher-activities .page-header .header-content .header-actions,.teacher-teaching .page-header .header-content .header-actions,.teacher-customer-tracking .page-header .header-content .header-actions{width:100%;justify-content:flex-start}.teacher-notifications .stats-grid .el-row .el-col.el-col-md-8,.teacher-notifications .stats-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .stats-grid .el-row .el-col.el-col-xl-6,.teacher-notifications .overview-grid .el-row .el-col.el-col-md-8,.teacher-notifications .overview-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .overview-grid .el-row .el-col.el-col-xl-6,.teacher-notifications .team-grid .el-row .el-col.el-col-md-8,.teacher-notifications .team-grid .el-row .el-col.el-col-lg-6,.teacher-notifications .team-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .stats-grid .el-row .el-col.el-col-md-8,.teacher-tasks .stats-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .stats-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .overview-grid .el-row .el-col.el-col-md-8,.teacher-tasks .overview-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .overview-grid .el-row .el-col.el-col-xl-6,.teacher-tasks .team-grid .el-row .el-col.el-col-md-8,.teacher-tasks .team-grid .el-row .el-col.el-col-lg-6,.teacher-tasks .team-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .stats-grid .el-row .el-col.el-col-md-8,.teacher-enrollment .stats-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .stats-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .overview-grid .el-row .el-col.el-col-md-8,.teacher-enrollment .overview-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .overview-grid .el-row .el-col.el-col-xl-6,.teacher-enrollment .team-grid .el-row .el-col.el-col-md-8,.teacher-enrollment .team-grid .el-row .el-col.el-col-lg-6,.teacher-enrollment .team-grid .el-row .el-col.el-col-xl-6,.teacher-activities .stats-grid .el-row .el-col.el-col-md-8,.teacher-activities .stats-grid .el-row .el-col.el-col-lg-6,.teacher-activities .stats-grid .el-row .el-col.el-col-xl-6,.teacher-activities .overview-grid .el-row .el-col.el-col-md-8,.teacher-activities .overview-grid .el-row .el-col.el-col-lg-6,.teacher-activities .overview-grid .el-row .el-col.el-col-xl-6,.teacher-activities .team-grid .el-row .el-col.el-col-md-8,.teacher-activities .team-grid .el-row .el-col.el-col-lg-6,.teacher-activities .team-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .stats-grid .el-row .el-col.el-col-md-8,.teacher-teaching .stats-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .stats-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .overview-grid .el-row .el-col.el-col-md-8,.teacher-teaching .overview-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .overview-grid .el-row .el-col.el-col-xl-6,.teacher-teaching .team-grid .el-row .el-col.el-col-md-8,.teacher-teaching .team-grid .el-row .el-col.el-col-lg-6,.teacher-teaching .team-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .stats-grid .el-row .el-col.el-col-md-8,.teacher-customer-tracking .stats-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .stats-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .overview-grid .el-row .el-col.el-col-md-8,.teacher-customer-tracking .overview-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .overview-grid .el-row .el-col.el-col-xl-6,.teacher-customer-tracking .team-grid .el-row .el-col.el-col-md-8,.teacher-customer-tracking .team-grid .el-row .el-col.el-col-lg-6,.teacher-customer-tracking .team-grid .el-row .el-col.el-col-xl-6,.teacher-notifications .filter-form .el-row .el-col.el-col-md-6,.teacher-notifications .filter-form .el-row .el-col.el-col-lg-4,.teacher-tasks .filter-form .el-row .el-col.el-col-md-6,.teacher-tasks .filter-form .el-row .el-col.el-col-lg-4,.teacher-enrollment .filter-form .el-row .el-col.el-col-md-6,.teacher-enrollment .filter-form .el-row .el-col.el-col-lg-4,.teacher-activities .filter-form .el-row .el-col.el-col-md-6,.teacher-activities .filter-form .el-row .el-col.el-col-lg-4,.teacher-teaching .filter-form .el-row .el-col.el-col-md-6,.teacher-teaching .filter-form .el-row .el-col.el-col-lg-4,.teacher-customer-tracking .filter-form .el-row .el-col.el-col-md-6,.teacher-customer-tracking .filter-form .el-row .el-col.el-col-lg-4{width:50%!important}}@media (max-width: var(--breakpoint-md)){.teacher-notifications,.teacher-tasks,.teacher-enrollment,.teacher-activities,.teacher-teaching,.teacher-customer-tracking{padding:var(--spacing-md)!important;gap:var(--spacing-md)}.teacher-notifications .stats-grid .el-row .el-col,.teacher-notifications .overview-grid .el-row .el-col,.teacher-notifications .team-grid .el-row .el-col,.teacher-tasks .stats-grid .el-row .el-col,.teacher-tasks .overview-grid .el-row .el-col,.teacher-tasks .team-grid .el-row .el-col,.teacher-enrollment .stats-grid .el-row .el-col,.teacher-enrollment .overview-grid .el-row .el-col,.teacher-enrollment .team-grid .el-row .el-col,.teacher-activities .stats-grid .el-row .el-col,.teacher-activities .overview-grid .el-row .el-col,.teacher-activities .team-grid .el-row .el-col,.teacher-teaching .stats-grid .el-row .el-col,.teacher-teaching .overview-grid .el-row .el-col,.teacher-teaching .team-grid .el-row .el-col,.teacher-customer-tracking .stats-grid .el-row .el-col,.teacher-customer-tracking .overview-grid .el-row .el-col,.teacher-customer-tracking .team-grid .el-row .el-col{width:100%!important;margin-bottom:12px}.teacher-notifications .stats-grid .el-row .el-col .stat-card,.teacher-notifications .stats-grid .el-row .el-col .overview-item,.teacher-notifications .stats-grid .el-row .el-col .team-item,.teacher-notifications .overview-grid .el-row .el-col .stat-card,.teacher-notifications .overview-grid .el-row .el-col .overview-item,.teacher-notifications .overview-grid .el-row .el-col .team-item,.teacher-notifications .team-grid .el-row .el-col .stat-card,.teacher-notifications .team-grid .el-row .el-col .overview-item,.teacher-notifications .team-grid .el-row .el-col .team-item,.teacher-tasks .stats-grid .el-row .el-col .stat-card,.teacher-tasks .stats-grid .el-row .el-col .overview-item,.teacher-tasks .stats-grid .el-row .el-col .team-item,.teacher-tasks .overview-grid .el-row .el-col .stat-card,.teacher-tasks .overview-grid .el-row .el-col .overview-item,.teacher-tasks .overview-grid .el-row .el-col .team-item,.teacher-tasks .team-grid .el-row .el-col .stat-card,.teacher-tasks .team-grid .el-row .el-col .overview-item,.teacher-tasks .team-grid .el-row .el-col .team-item,.teacher-enrollment .stats-grid .el-row .el-col .stat-card,.teacher-enrollment .stats-grid .el-row .el-col .overview-item,.teacher-enrollment .stats-grid .el-row .el-col .team-item,.teacher-enrollment .overview-grid .el-row .el-col .stat-card,.teacher-enrollment .overview-grid .el-row .el-col .overview-item,.teacher-enrollment .overview-grid .el-row .el-col .team-item,.teacher-enrollment .team-grid .el-row .el-col .stat-card,.teacher-enrollment .team-grid .el-row .el-col .overview-item,.teacher-enrollment .team-grid .el-row .el-col .team-item,.teacher-activities .stats-grid .el-row .el-col .stat-card,.teacher-activities .stats-grid .el-row .el-col .overview-item,.teacher-activities .stats-grid .el-row .el-col .team-item,.teacher-activities .overview-grid .el-row .el-col .stat-card,.teacher-activities .overview-grid .el-row .el-col .overview-item,.teacher-activities .overview-grid .el-row .el-col .team-item,.teacher-activities .team-grid .el-row .el-col .stat-card,.teacher-activities .team-grid .el-row .el-col .overview-item,.teacher-activities .team-grid .el-row .el-col .team-item,.teacher-teaching .stats-grid .el-row .el-col .stat-card,.teacher-teaching .stats-grid .el-row .el-col .overview-item,.teacher-teaching .stats-grid .el-row .el-col .team-item,.teacher-teaching .overview-grid .el-row .el-col .stat-card,.teacher-teaching .overview-grid .el-row .el-col .overview-item,.teacher-teaching .overview-grid .el-row .el-col .team-item,.teacher-teaching .team-grid .el-row .el-col .stat-card,.teacher-teaching .team-grid .el-row .el-col .overview-item,.teacher-teaching .team-grid .el-row .el-col .team-item,.teacher-customer-tracking .stats-grid .el-row .el-col .stat-card,.teacher-customer-tracking .stats-grid .el-row .el-col .overview-item,.teacher-customer-tracking .stats-grid .el-row .el-col .team-item,.teacher-customer-tracking .overview-grid .el-row .el-col .stat-card,.teacher-customer-tracking .overview-grid .el-row .el-col .overview-item,.teacher-customer-tracking .overview-grid .el-row .el-col .team-item,.teacher-customer-tracking .team-grid .el-row .el-col .stat-card,.teacher-customer-tracking .team-grid .el-row .el-col .overview-item,.teacher-customer-tracking .team-grid .el-row .el-col .team-item{height:100px;padding:var(--spacing-md)}.teacher-notifications .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .stats-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .stats-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .stats-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .stats-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .stats-grid .el-row .el-col .team-item .team-value,.teacher-notifications .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .overview-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .overview-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .overview-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .overview-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .overview-grid .el-row .el-col .team-item .team-value,.teacher-notifications .team-grid .el-row .el-col .stat-card .stat-value,.teacher-notifications .team-grid .el-row .el-col .stat-card .overview-value,.teacher-notifications .team-grid .el-row .el-col .stat-card .team-value,.teacher-notifications .team-grid .el-row .el-col .overview-item .stat-value,.teacher-notifications .team-grid .el-row .el-col .overview-item .overview-value,.teacher-notifications .team-grid .el-row .el-col .overview-item .team-value,.teacher-notifications .team-grid .el-row .el-col .team-item .stat-value,.teacher-notifications .team-grid .el-row .el-col .team-item .overview-value,.teacher-notifications .team-grid .el-row .el-col .team-item .team-value,.teacher-tasks .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .stats-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .stats-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .stats-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .stats-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .stats-grid .el-row .el-col .team-item .team-value,.teacher-tasks .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .overview-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .overview-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .overview-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .overview-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .overview-grid .el-row .el-col .team-item .team-value,.teacher-tasks .team-grid .el-row .el-col .stat-card .stat-value,.teacher-tasks .team-grid .el-row .el-col .stat-card .overview-value,.teacher-tasks .team-grid .el-row .el-col .stat-card .team-value,.teacher-tasks .team-grid .el-row .el-col .overview-item .stat-value,.teacher-tasks .team-grid .el-row .el-col .overview-item .overview-value,.teacher-tasks .team-grid .el-row .el-col .overview-item .team-value,.teacher-tasks .team-grid .el-row .el-col .team-item .stat-value,.teacher-tasks .team-grid .el-row .el-col .team-item .overview-value,.teacher-tasks .team-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .stats-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .stats-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .stats-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .stats-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .stats-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .overview-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .overview-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .overview-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .overview-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .overview-grid .el-row .el-col .team-item .team-value,.teacher-enrollment .team-grid .el-row .el-col .stat-card .stat-value,.teacher-enrollment .team-grid .el-row .el-col .stat-card .overview-value,.teacher-enrollment .team-grid .el-row .el-col .stat-card .team-value,.teacher-enrollment .team-grid .el-row .el-col .overview-item .stat-value,.teacher-enrollment .team-grid .el-row .el-col .overview-item .overview-value,.teacher-enrollment .team-grid .el-row .el-col .overview-item .team-value,.teacher-enrollment .team-grid .el-row .el-col .team-item .stat-value,.teacher-enrollment .team-grid .el-row .el-col .team-item .overview-value,.teacher-enrollment .team-grid .el-row .el-col .team-item .team-value,.teacher-activities .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .stats-grid .el-row .el-col .stat-card .team-value,.teacher-activities .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .stats-grid .el-row .el-col .overview-item .team-value,.teacher-activities .stats-grid .el-row .el-col .team-item .stat-value,.teacher-activities .stats-grid .el-row .el-col .team-item .overview-value,.teacher-activities .stats-grid .el-row .el-col .team-item .team-value,.teacher-activities .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .overview-grid .el-row .el-col .stat-card .team-value,.teacher-activities .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .overview-grid .el-row .el-col .overview-item .team-value,.teacher-activities .overview-grid .el-row .el-col .team-item .stat-value,.teacher-activities .overview-grid .el-row .el-col .team-item .overview-value,.teacher-activities .overview-grid .el-row .el-col .team-item .team-value,.teacher-activities .team-grid .el-row .el-col .stat-card .stat-value,.teacher-activities .team-grid .el-row .el-col .stat-card .overview-value,.teacher-activities .team-grid .el-row .el-col .stat-card .team-value,.teacher-activities .team-grid .el-row .el-col .overview-item .stat-value,.teacher-activities .team-grid .el-row .el-col .overview-item .overview-value,.teacher-activities .team-grid .el-row .el-col .overview-item .team-value,.teacher-activities .team-grid .el-row .el-col .team-item .stat-value,.teacher-activities .team-grid .el-row .el-col .team-item .overview-value,.teacher-activities .team-grid .el-row .el-col .team-item .team-value,.teacher-teaching .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .stats-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .stats-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .stats-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .stats-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .stats-grid .el-row .el-col .team-item .team-value,.teacher-teaching .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .overview-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .overview-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .overview-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .overview-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .overview-grid .el-row .el-col .team-item .team-value,.teacher-teaching .team-grid .el-row .el-col .stat-card .stat-value,.teacher-teaching .team-grid .el-row .el-col .stat-card .overview-value,.teacher-teaching .team-grid .el-row .el-col .stat-card .team-value,.teacher-teaching .team-grid .el-row .el-col .overview-item .stat-value,.teacher-teaching .team-grid .el-row .el-col .overview-item .overview-value,.teacher-teaching .team-grid .el-row .el-col .overview-item .team-value,.teacher-teaching .team-grid .el-row .el-col .team-item .stat-value,.teacher-teaching .team-grid .el-row .el-col .team-item .overview-value,.teacher-teaching .team-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .stats-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .stats-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .stats-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .stats-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .stats-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .stats-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .stats-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .stats-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .stats-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .overview-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .overview-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .overview-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .overview-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .overview-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .overview-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .overview-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .overview-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .overview-grid .el-row .el-col .team-item .team-value,.teacher-customer-tracking .team-grid .el-row .el-col .stat-card .stat-value,.teacher-customer-tracking .team-grid .el-row .el-col .stat-card .overview-value,.teacher-customer-tracking .team-grid .el-row .el-col .stat-card .team-value,.teacher-customer-tracking .team-grid .el-row .el-col .overview-item .stat-value,.teacher-customer-tracking .team-grid .el-row .el-col .overview-item .overview-value,.teacher-customer-tracking .team-grid .el-row .el-col .overview-item .team-value,.teacher-customer-tracking .team-grid .el-row .el-col .team-item .stat-value,.teacher-customer-tracking .team-grid .el-row .el-col .team-item .overview-value,.teacher-customer-tracking .team-grid .el-row .el-col .team-item .team-value{font-size:var(--text-2xl)}.teacher-notifications .filter-form .el-row .el-col,.teacher-tasks .filter-form .el-row .el-col,.teacher-enrollment .filter-form .el-row .el-col,.teacher-activities .filter-form .el-row .el-col,.teacher-teaching .filter-form .el-row .el-col,.teacher-customer-tracking .filter-form .el-row .el-col{width:100%!important;margin-bottom:12px}.teacher-notifications .filter-form .filter-actions,.teacher-tasks .filter-form .filter-actions,.teacher-enrollment .filter-form .filter-actions,.teacher-activities .filter-form .filter-actions,.teacher-teaching .filter-form .filter-actions,.teacher-customer-tracking .filter-form .filter-actions{justify-content:center}.teacher-notifications .filter-form .filter-actions .el-button,.teacher-tasks .filter-form .filter-actions .el-button,.teacher-enrollment .filter-form .filter-actions .el-button,.teacher-activities .filter-form .filter-actions .el-button,.teacher-teaching .filter-form .filter-actions .el-button,.teacher-customer-tracking .filter-form .filter-actions .el-button{flex:1;max-width:120px}.teacher-notifications .table-container,.teacher-tasks .table-container,.teacher-enrollment .table-container,.teacher-activities .table-container,.teacher-teaching .table-container,.teacher-customer-tracking .table-container{overflow-x:auto}.teacher-notifications .table-container .el-table,.teacher-tasks .table-container .el-table,.teacher-enrollment .table-container .el-table,.teacher-activities .table-container .el-table,.teacher-teaching .table-container .el-table,.teacher-customer-tracking .table-container .el-table{min-width:800px}.teacher-notifications .pagination-container,.teacher-tasks .pagination-container,.teacher-enrollment .pagination-container,.teacher-activities .pagination-container,.teacher-teaching .pagination-container,.teacher-customer-tracking .pagination-container{flex-direction:column;gap:var(--spacing-md)}.teacher-notifications .pagination-container .pagination-info,.teacher-tasks .pagination-container .pagination-info,.teacher-enrollment .pagination-container .pagination-info,.teacher-activities .pagination-container .pagination-info,.teacher-teaching .pagination-container .pagination-info,.teacher-customer-tracking .pagination-container .pagination-info{order:2}.teacher-notifications .pagination-container .el-pagination,.teacher-tasks .pagination-container .el-pagination,.teacher-enrollment .pagination-container .el-pagination,.teacher-activities .pagination-container .el-pagination,.teacher-teaching .pagination-container .el-pagination,.teacher-customer-tracking .pagination-container .el-pagination{order:1}}.theme-workbench[data-theme=glass-light],.theme-workbench.glass-light,[data-theme=glass-light] .theme-workbench,.glass-light .theme-workbench,.theme-workbench[data-theme=glass-dark],.theme-workbench.glass-dark,[data-theme=glass-dark] .theme-workbench,.glass-dark .theme-workbench{background:var(--bg-primary)!important}.theme-workbench[data-theme=glass-light] :where(.page-container,.page-header,.card,.chart-card,.table-container,.management-header,.management-toolbar,.management-table,.management-card,.management-form,.content-section,.form-container,.app-card,.insights-panel,.data-table-section,.analysis-panel,.results-panel,.control-panel):not(.login-container):not([class^=login-]):not([class*=" login-"]):not(.stat-card):not(.stat-card *):not(.unified-center-layout .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page){background:var(--bg-card)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.theme-workbench[data-theme=glass-dark] :where(.page-container,.page-header,.card,.chart-card,.table-container,.management-header,.management-toolbar,.management-table,.management-card,.management-form,.content-section,.form-container,.app-card,.insights-panel,.data-table-section,.analysis-panel,.results-panel,.control-panel):not(.login-container):not([class^=login-]):not([class*=" login-"]):not(.stat-card):not(.stat-card *):not(.unified-center-layout .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page){background:var(--bg-card)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.theme-workbench{background:var(--bg-primary)!important;color:var(--text-primary)!important}.theme-workbench a:not(.el-button){color:var(--primary-color)!important}.theme-workbench a:not(.el-button):hover{color:var(--primary-hover)!important}.theme-workbench :where(.page-container,.page-header,.card,.chart-card,.table-container,.management-header,.management-toolbar,.management-table,.management-card,.management-form,.content-section,.form-container,.app-card,.insights-panel,.data-table-section,.analysis-panel,.results-panel,.control-panel,.dom-inspector,.timeline-item,.todo-item,.analysis-controls,.analysis-results,.prediction-card,.models-list,.feature-card,.recent-list,.history-item,.template-card,.toolbar,.expert-sidebar,.consultation-content,.post-item,.el-descriptions,.el-dialog__footer,[class*=card],[class*=panel],[class*=container],[class*=section]):not(.login-container):not([class^=login-]):not([class*=" login-"]):not(.stat-card):not(.stat-card *):not(.unified-center-layout .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page):not(.modern-login-page *){background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.theme-workbench .unified-center-layout .page-header{background:linear-gradient(135deg,var(--accent-marketing) 0%,var(--accent-marketing-hover) 100%)!important;color:var(--text-on-primary)!important;border-color:rgba(255,255,255,.1)!important}.theme-workbench .login-container,.theme-workbench [class^=login-],.theme-workbench [class*=" login-"]{background:unset!important;color:unset!important;border-color:unset!important}.theme-workbench[data-theme=glass-light] :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header),.theme-workbench.glass-light :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header){background:rgba(255,255,255,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(6,182,212,.25)!important}.theme-workbench[data-theme=glass-dark] :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header),.theme-workbench.glass-dark :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header){background:rgba(15,23,42,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(139,92,246,.25)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header){background:var(--bg-sidebar)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item{color:var(--text-secondary)!important;background:var(--sidebar-item-bg)!important;border-color:var(--sidebar-item-border)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item svg{color:var(--text-secondary)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover{background:var(--sidebar-item-hover-bg)!important;border-color:var(--sidebar-item-hover-border)!important;color:var(--text-primary)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item:hover svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item:hover svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item:hover svg{color:var(--text-primary)!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active{background:var(--sidebar-item-active-bg)!important;border-color:var(--sidebar-item-active-border)!important;color:#fff!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.active svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-item.is-active svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.active svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .nav-item.is-active svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.active svg,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active span,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active div,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active a,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active i,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .el-menu-item.is-active svg{color:#fff!important}.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .sidebar-header,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-section-title,.theme-workbench :where(.sidebar,[class*=sidebar]):not(.ai-sidebar-header) .menu-group-label{color:var(--text-primary)!important}.theme-workbench[data-theme=glass-light] :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header),.theme-workbench.glass-light :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header){background:rgba(255,255,255,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(6,182,212,.25)!important}.theme-workbench[data-theme=glass-dark] :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header),.theme-workbench.glass-dark :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header){background:rgba(15,23,42,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(139,92,246,.25)!important}.theme-workbench :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header):not(.welcome-header-overlay){background:var(--bg-card)!important;border-color:var(--border-color)!important}.theme-workbench[data-theme=glass-light] :where(.el-card,.el-dialog,.el-drawer,.el-popover),.theme-workbench.glass-light :where(.el-card,.el-dialog,.el-drawer,.el-popover){background:rgba(255,255,255,.95)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(6,182,212,.3)!important}.theme-workbench[data-theme=glass-dark] :where(.el-card,.el-dialog,.el-drawer,.el-popover),.theme-workbench.glass-dark :where(.el-card,.el-dialog,.el-drawer,.el-popover){background:rgba(30,41,59,.95)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.4)!important}.theme-workbench :where(.el-card,.el-dialog,.el-message-box,.el-drawer,.el-popover,.el-dropdown__popper,.el-select-dropdown,.el-menu,.el-sub-menu__title,.el-table,.el-tabs__nav-wrap,.el-pagination){background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.theme-workbench .el-card{border:1px solid var(--border-color)!important;box-shadow:var(--shadow-sm)!important}.theme-workbench .el-card__header{border-bottom:1px solid var(--border-color)!important;background:var(--bg-card)!important;color:var(--text-primary)!important}.theme-workbench .el-card__body{background:var(--bg-card)!important;color:var(--text-primary)!important}.theme-workbench [class*=card]:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),.theme-workbench [class*=Card],.theme-workbench .el-card,.theme-workbench .chart-container,.theme-workbench .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),.theme-workbench .management-card,.theme-workbench .app-card{border-color:var(--border-color)!important;outline-color:var(--border-color)!important}.theme-workbench[data-theme=glass-light] :where(.el-input__wrapper,.el-textarea__inner),.theme-workbench.glass-light :where(.el-input__wrapper,.el-textarea__inner){background:rgba(255,255,255,.9)!important;color:#1e293b!important;border-color:rgba(6,182,212,.3)!important}.theme-workbench[data-theme=glass-light] :where(.el-input__wrapper,.el-textarea__inner):hover,.theme-workbench.glass-light :where(.el-input__wrapper,.el-textarea__inner):hover{border-color:rgba(6,182,212,.5)!important}.theme-workbench[data-theme=glass-light] :where(.el-input__wrapper,.el-textarea__inner).is-focus,.theme-workbench.glass-light :where(.el-input__wrapper,.el-textarea__inner).is-focus{border-color:#06b6d4!important;box-shadow:0 0 0 1px #06b6d4!important}.theme-workbench[data-theme=glass-dark] :where(.el-input__wrapper,.el-textarea__inner),.theme-workbench.glass-dark :where(.el-input__wrapper,.el-textarea__inner){background:rgba(30,41,59,.9)!important;color:#f1f5f9!important;border-color:rgba(139,92,246,.4)!important}.theme-workbench[data-theme=glass-dark] :where(.el-input__wrapper,.el-textarea__inner):hover,.theme-workbench.glass-dark :where(.el-input__wrapper,.el-textarea__inner):hover{border-color:rgba(139,92,246,.6)!important}.theme-workbench[data-theme=glass-dark] :where(.el-input__wrapper,.el-textarea__inner).is-focus,.theme-workbench.glass-dark :where(.el-input__wrapper,.el-textarea__inner).is-focus{border-color:#8b5cf6!important;box-shadow:0 0 0 1px #8b5cf6!important}.theme-workbench :where(.el-input__wrapper,.el-textarea__inner){background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.theme-workbench :where(.el-input__wrapper,.el-textarea__inner):hover{border-color:var(--border-focus)!important}.theme-workbench :where(.el-input__wrapper,.el-textarea__inner).is-focus{border-color:var(--primary-color)!important}.theme-workbench .el-button--primary,.theme-workbench .el-button--success,.theme-workbench .el-button--warning,.theme-workbench .el-button--danger,.theme-workbench .el-button--info,.theme-workbench .el-button--primary *,.theme-workbench .el-button--success *,.theme-workbench .el-button--warning *,.theme-workbench .el-button--danger *,.theme-workbench .el-button--info *{color:#fff!important}.theme-workbench .el-button--primary span,.theme-workbench .el-button--primary i,.theme-workbench .el-button--primary svg,.theme-workbench .el-button--primary .el-icon,.theme-workbench .el-button--success span,.theme-workbench .el-button--success i,.theme-workbench .el-button--success svg,.theme-workbench .el-button--success .el-icon,.theme-workbench .el-button--warning span,.theme-workbench .el-button--warning i,.theme-workbench .el-button--warning svg,.theme-workbench .el-button--warning .el-icon,.theme-workbench .el-button--danger span,.theme-workbench .el-button--danger i,.theme-workbench .el-button--danger svg,.theme-workbench .el-button--danger .el-icon,.theme-workbench .el-button--info span,.theme-workbench .el-button--info i,.theme-workbench .el-button--info svg,.theme-workbench .el-button--info .el-icon{color:#fff!important}.theme-workbench .el-button--primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.theme-workbench .el-button--primary:hover,.theme-workbench .el-button--primary:focus{background:var(--primary-hover)!important;border-color:var(--primary-hover)!important;color:#fff!important}.theme-workbench .el-button--success{background:var(--success-color)!important;border-color:var(--success-color)!important}.theme-workbench .el-button--success:hover,.theme-workbench .el-button--success:focus{background:var(--success-hover, #85ce61)!important;border-color:var(--success-hover, #85ce61)!important;color:#fff!important}.theme-workbench .el-button--warning{background:var(--warning-color)!important;border-color:var(--warning-color)!important}.theme-workbench .el-button--warning:hover,.theme-workbench .el-button--warning:focus{background:var(--warning-hover, #ebb563)!important;border-color:var(--warning-hover, #ebb563)!important;color:#fff!important}.theme-workbench .el-button--danger{background:var(--danger-color)!important;border-color:var(--danger-color)!important}.theme-workbench .el-button--danger:hover,.theme-workbench .el-button--danger:focus{background:var(--danger-hover, #f78989)!important;border-color:var(--danger-hover, #f78989)!important;color:#fff!important}.theme-workbench .el-button--info{background:var(--info-color, #909399)!important;border-color:var(--info-color, #909399)!important}.theme-workbench .el-button--info:hover,.theme-workbench .el-button--info:focus{background:var(--info-hover, #a6a9ad)!important;border-color:var(--info-hover, #a6a9ad)!important;color:#fff!important}.theme-workbench .el-popper.is-light .el-popper__arrow:before{background:var(--surface-1)!important}.theme-workbench :where(.warning,.info,.success,.danger,.neutral){background-image:none!important}.theme-workbench a{color:color-mix(in oklab,var(--accent) 70%,black)!important}.theme-workbench .btn-primary{background:var(--accent)!important;color:var(--accent-contrast)!important;border-color:color-mix(in oklab,var(--accent) 50%,black)!important}.theme-workbench .ai-sidebar-container,.theme-workbench .ai-sidebar-container .ai-assistant,.theme-workbench .ai-assistant{color:var(--el-text-color-primary)!important}html[data-theme=light],html[data-theme=theme-light],:root[data-theme=light]{--primary-color: #6366f1;--primary-color-rgb: 99, 102, 241;--primary-hover: #4f46e5;--primary-light: #a5b4fc;--primary-lighter: #c7d2fe;--primary-extra-light: #e0e7ff;--primary-dark: #4338ca;--secondary-color: #06b6d4;--accent-color: #f59e0b;--danger-color: #ef4444;--warning-color: #f97316;--info-color: #06b6d4;--success-color: #10b981;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-card: #ffffff;--bg-hover: #f1f5f9;--bg-accent: rgba(99, 102, 241, .04);--bg-gradient-primary: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--bg-gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--text-muted: #94a3b8;--text-disabled: #cbd5e1;--text-inverse: #ffffff;--border-color: #e2e8f0;--border-light: #e4e7ed;--border-lighter: #ebeef5;--border-focus: #6366f1;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-colored: 0 4px 14px 0 rgba(99, 102, 241, .25);--sidebar-bg: #ffffff;--sidebar-border: #e2e8f0;--sidebar-text: #64748b;--sidebar-text-hover: #1e293b;--sidebar-item-hover: #f1f5f9;--sidebar-item-active: #e0e7ff;--sidebar-item-active-text: #6366f1;--el-bg-color: #ffffff;--el-bg-color-page: #f8fafc;--el-text-color-primary: #1e293b;--el-text-color-regular: #64748b;--el-text-color-secondary: #94a3b8;--el-border-color: #e2e8f0;--el-fill-color: #f8fafc}html[data-theme=dark],html[data-theme=theme-dark],:root[data-theme=dark]{--primary-color: #6366f1;--primary-color-rgb: 99, 102, 241;--primary-hover: #4f46e5;--primary-light: #a5b4fc;--primary-lighter: #c7d2fe;--primary-extra-light: #e0e7ff;--primary-dark: #4338ca;--secondary-color: #06b6d4;--accent-color: #f59e0b;--danger-color: #f87171;--warning-color: #fbbf24;--info-color: #38bdf8;--success-color: #34d399;--bg-primary: #0c0a1a;--bg-secondary: #1a1625;--bg-tertiary: #2d2438;--bg-card: #1a1625;--bg-hover: #2d2438;--bg-accent: rgba(99, 102, 241, .1);--bg-gradient-primary: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);--bg-gradient-secondary: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 100%);--text-primary: #d1d5db;--text-secondary: #9ca3af;--text-tertiary: #6b7280;--text-muted: #6b7280;--text-disabled: #374151;--text-inverse: #0c0a1a;--border-color: rgba(255, 255, 255, .1);--border-light: rgba(255, 255, 255, .15);--border-lighter: rgba(255, 255, 255, .08);--border-focus: #6366f1;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6);--shadow-colored: 0 4px 14px 0 rgba(99, 102, 241, .4);--sidebar-bg: #0c0a1a;--sidebar-border: rgba(255, 255, 255, .1);--sidebar-text: #9ca3af;--sidebar-text-hover: #d1d5db;--sidebar-item-hover: rgba(99, 102, 241, .1);--sidebar-item-active: rgba(99, 102, 241, .2);--sidebar-item-active-text: #a5b4fc;--el-bg-color: #1a1625;--el-bg-color-page: #0c0a1a;--el-text-color-primary: #d1d5db;--el-text-color-regular: #9ca3af;--el-text-color-secondary: #6b7280;--el-border-color: rgba(255, 255, 255, .1);--el-fill-color: #1a1625}html[data-theme=glass-light],:root[data-theme=glass-light]{--primary-color: #06b6d4;--primary-color-rgb: 6, 182, 212;--primary-hover: #0891b2;--primary-light: #22d3ee;--primary-lighter: #67e8f9;--primary-extra-light: #a5f3fc;--primary-dark: #0e7490;--secondary-color: #8b5cf6;--accent-color: #f59e0b;--danger-color: #ef4444;--warning-color: #f97316;--info-color: #3b82f6;--success-color: #10b981;--bg-primary: rgba(255, 255, 255, .95);--bg-secondary: rgba(255, 255, 255, .92);--bg-tertiary: rgba(255, 255, 255, .88);--bg-card: rgba(255, 255, 255, .98);--bg-hover: rgba(6, 182, 212, .1);--bg-accent: rgba(6, 182, 212, .08);--bg-gradient-primary: linear-gradient(135deg, rgba(6, 182, 212, .15) 0%, rgba(139, 92, 246, .1) 100%);--bg-gradient-secondary: linear-gradient(135deg, rgba(6, 182, 212, .1) 0%, rgba(16, 185, 129, .08) 100%);--text-primary: #1e293b;--text-secondary: #475569;--text-tertiary: #64748b;--text-muted: #64748b;--text-disabled: #cbd5e1;--text-inverse: #ffffff;--border-color: rgba(6, 182, 212, .3);--border-light: rgba(6, 182, 212, .2);--border-lighter: rgba(6, 182, 212, .12);--border-focus: rgba(6, 182, 212, .6);--shadow-sm: 0 2px 8px rgba(6, 182, 212, .1);--shadow-md: 0 4px 16px rgba(6, 182, 212, .15);--shadow-lg: 0 8px 24px rgba(6, 182, 212, .2);--shadow-xl: 0 12px 32px rgba(6, 182, 212, .25);--shadow-colored: 0 4px 14px rgba(6, 182, 212, .2);--sidebar-bg: rgba(255, 255, 255, .95);--sidebar-border: rgba(6, 182, 212, .25);--sidebar-text: #475569;--sidebar-text-hover: #1e293b;--sidebar-item-hover: rgba(6, 182, 212, .1);--sidebar-item-active: rgba(6, 182, 212, .15);--sidebar-item-active-text: #06b6d4;--el-bg-color: rgba(255, 255, 255, .98);--el-bg-color-page: rgba(255, 255, 255, .95);--el-text-color-primary: #1e293b;--el-text-color-regular: #475569;--el-text-color-secondary: #64748b;--el-border-color: rgba(6, 182, 212, .3);--el-fill-color: rgba(255, 255, 255, .92)}html[data-theme=glass-dark],:root[data-theme=glass-dark]{--primary-color: #8b5cf6;--primary-color-rgb: 139, 92, 246;--primary-hover: #7c3aed;--primary-light: #a78bfa;--primary-lighter: #c4b5fd;--primary-extra-light: #ddd6fe;--primary-dark: #6d28d9;--secondary-color: #06b6d4;--accent-color: #f59e0b;--danger-color: #ef4444;--warning-color: #f97316;--info-color: #3b82f6;--success-color: #10b981;--bg-primary: rgba(15, 23, 42, .95);--bg-secondary: rgba(30, 41, 59, .92);--bg-tertiary: rgba(51, 65, 85, .88);--bg-card: rgba(30, 41, 59, .98);--bg-hover: rgba(139, 92, 246, .15);--bg-accent: rgba(139, 92, 246, .1);--bg-gradient-primary: linear-gradient(135deg, rgba(139, 92, 246, .2) 0%, rgba(6, 182, 212, .15) 100%);--bg-gradient-secondary: linear-gradient(135deg, rgba(139, 92, 246, .15) 0%, rgba(16, 185, 129, .1) 100%);--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--text-muted: #94a3b8;--text-disabled: #475569;--text-inverse: #0f172a;--border-color: rgba(139, 92, 246, .4);--border-light: rgba(139, 92, 246, .25);--border-lighter: rgba(139, 92, 246, .15);--border-focus: rgba(139, 92, 246, .6);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--shadow-xl: 0 12px 32px rgba(0, 0, 0, .6);--shadow-colored: 0 4px 14px rgba(139, 92, 246, .3);--sidebar-bg: rgba(15, 23, 42, .95);--sidebar-border: rgba(139, 92, 246, .25);--sidebar-text: #cbd5e1;--sidebar-text-hover: #f1f5f9;--sidebar-item-hover: rgba(139, 92, 246, .15);--sidebar-item-active: rgba(139, 92, 246, .2);--sidebar-item-active-text: #a78bfa;--el-bg-color: rgba(30, 41, 59, .98);--el-bg-color-page: rgba(15, 23, 42, .95);--el-text-color-primary: #f1f5f9;--el-text-color-regular: #cbd5e1;--el-text-color-secondary: #94a3b8;--el-border-color: rgba(139, 92, 246, .4);--el-fill-color: rgba(30, 41, 59, .92)}html[data-theme=quantum],.quantum-theme{--quantum-primary: #8b5cf6;--quantum-primary-light: #a78bfa;--quantum-primary-dark: #7c3aed;--quantum-secondary: #3b82f6;--quantum-accent: #ec4899;--quantum-cyan: #06b6d4;--quantum-bg-deep: #0a0e27;--quantum-bg-surface: #0f172a;--quantum-bg-elevated: #1e293b;--quantum-bg-card: rgba(30, 41, 59, .6);--quantum-text-primary: #f1f5f9;--quantum-text-secondary: #cbd5e1;--quantum-text-muted: #94a3b8;--quantum-border: rgba(139, 92, 246, .15);--quantum-border-glow: rgba(139, 92, 246, .3);--quantum-shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--quantum-shadow-md: 0 8px 30px rgba(0, 0, 0, .4);--quantum-shadow-glow: 0 0 40px rgba(139, 92, 246, .15);--quantum-gradient-primary: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #a78bfa 100%);--quantum-gradient-secondary: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);--quantum-gradient-accent: linear-gradient(135deg, #db2777 0%, #ec4899 50%, #f472b6 100%);--quantum-gradient-cyan: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #22d3ee 100%);--quantum-gradient-dark: linear-gradient(180deg, #0a0e27 0%, #0f172a 100%);--quantum-gradient-mesh: radial-gradient(at 40% 20%, rgba(139, 92, 246, .15) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(59, 130, 246, .1) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(236, 72, 153, .08) 0px, transparent 50%);--el-bg-color: var(--quantum-bg-deep);--el-bg-color-page: var(--quantum-bg-surface);--el-bg-color-overlay: rgba(10, 14, 39, .8);--el-text-color-primary: var(--quantum-text-primary);--el-text-color-regular: var(--quantum-text-secondary);--el-text-color-secondary: var(--quantum-text-muted);--el-border-color: var(--quantum-border);--el-border-color-light: var(--quantum-border);--el-border-color-lighter: rgba(139, 92, 246, .1);--el-border-color-extra-light: rgba(139, 92, 246, .05);--el-border-color-dark: var(--quantum-border-glow);--el-fill-color: rgba(139, 92, 246, .08);--el-fill-color-light: rgba(139, 92, 246, .12);--el-fill-color-lighter: rgba(139, 92, 246, .16);--el-fill-color-extra-light: rgba(139, 92, 246, .04);--el-fill-color-dark: rgba(139, 92, 246, .2);--el-fill-color-darker: rgba(139, 92, 246, .3);--el-color-primary: var(--quantum-primary);--el-color-primary-light-3: var(--quantum-primary-light);--el-color-primary-light-5: #c4b5fd;--el-color-primary-light-7: #ddd6fe;--el-color-primary-light-8: #ede9fe;--el-color-primary-light-9: #f5f3ff;--el-color-primary-dark-2: var(--quantum-primary-dark);--el-color-success: #22c55e;--el-color-warning: #f59e0b;--el-color-danger: #ef4444;--el-color-error: #ef4444;--el-color-info: var(--quantum-cyan);--el-box-shadow: var(--quantum-shadow-md);--el-box-shadow-light: var(--quantum-shadow-sm);--el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);--el-box-shadow-dark: 0 12px 32px 4px rgba(0, 0, 0, .36);--el-box-shadow-lighter: 0 0 12px rgba(0, 0, 0, .12);--el-font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--el-font-size-base: 14px}html[data-theme=quantum] body,body.quantum-theme{background:var(--quantum-bg-deep);color:var(--quantum-text-primary);font-family:var(--el-font-family);min-height:100vh}html[data-theme=quantum] body:before,body.quantum-theme:before{display:none}html[data-theme=quantum] body:after,body.quantum-theme:after{display:none}html[data-theme=quantum] .sidebar,html[data-theme=quantum] .el-aside,body.quantum-theme .sidebar,body.quantum-theme .el-aside{background:linear-gradient(180deg,var(--quantum-bg-surface) 0%,var(--quantum-bg-deep) 100%);border-right:1px solid var(--quantum-border);position:relative}html[data-theme=quantum] .sidebar:before,html[data-theme=quantum] .el-aside:before,body.quantum-theme .sidebar:before,body.quantum-theme .el-aside:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,var(--quantum-primary) 20%,var(--quantum-secondary) 50%,var(--quantum-primary) 80%,transparent 100%);opacity:.5}html[data-theme=quantum] .sidebar-logo,html[data-theme=quantum] .sidebar-header,body.quantum-theme .sidebar-logo,body.quantum-theme .sidebar-header{background:rgba(15,23,42,.6);border-bottom:1px solid var(--quantum-border);backdrop-filter:none}html[data-theme=quantum] .sidebar-logo .logo-text,html[data-theme=quantum] .sidebar-header .logo-text,body.quantum-theme .sidebar-logo .logo-text,body.quantum-theme .sidebar-header .logo-text{color:var(--quantum-primary-light)!important}html[data-theme=quantum] .el-menu,body.quantum-theme .el-menu{background:transparent;border:none}html[data-theme=quantum] .el-menu-item,html[data-theme=quantum] .el-sub-menu__title,body.quantum-theme .el-menu-item,body.quantum-theme .el-sub-menu__title{color:var(--quantum-text-secondary);border-left:3px solid transparent;transition:all .2s ease}html[data-theme=quantum] .el-menu-item:hover,html[data-theme=quantum] .el-sub-menu__title:hover,body.quantum-theme .el-menu-item:hover,body.quantum-theme .el-sub-menu__title:hover{color:var(--quantum-text-primary);background:rgba(139,92,246,.08)}html[data-theme=quantum] .el-menu-item.is-active,body.quantum-theme .el-menu-item.is-active{color:var(--quantum-primary-light);background:rgba(139,92,246,.12);border-left-color:var(--quantum-primary)}html[data-theme=quantum] .el-header,html[data-theme=quantum] .app-header,html[data-theme=quantum] .navbar,body.quantum-theme .el-header,body.quantum-theme .app-header,body.quantum-theme .navbar{background:rgba(15,23,42,.8);backdrop-filter:none;border-bottom:1px solid var(--quantum-border)}html[data-theme=quantum] .main-content,html[data-theme=quantum] .app-main,html[data-theme=quantum] .page-content,body.quantum-theme .main-content,body.quantum-theme .app-main,body.quantum-theme .page-content{background:transparent}html[data-theme=quantum] .el-card,html[data-theme=quantum] .stat-card,html[data-theme=quantum] .chart-card,body.quantum-theme .el-card,body.quantum-theme .stat-card,body.quantum-theme .chart-card{background:var(--quantum-bg-card);backdrop-filter:none;border:1px solid var(--quantum-border);border-radius:16px;box-shadow:var(--quantum-shadow-md);position:relative;overflow:hidden;transition:all .3s ease}html[data-theme=quantum] .el-card:hover,html[data-theme=quantum] .stat-card:hover,html[data-theme=quantum] .chart-card:hover,body.quantum-theme .el-card:hover,body.quantum-theme .stat-card:hover,body.quantum-theme .chart-card:hover{border-color:rgba(139,92,246,.3)}html[data-theme=quantum] .el-card:before,html[data-theme=quantum] .stat-card:before,html[data-theme=quantum] .chart-card:before,body.quantum-theme .el-card:before,body.quantum-theme .stat-card:before,body.quantum-theme .chart-card:before,html[data-theme=quantum] .el-card:hover:before,html[data-theme=quantum] .stat-card:hover:before,html[data-theme=quantum] .chart-card:hover:before,body.quantum-theme .el-card:hover:before,body.quantum-theme .stat-card:hover:before,body.quantum-theme .chart-card:hover:before{display:none}html[data-theme=quantum] .stat-icon,body.quantum-theme .stat-icon{border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}html[data-theme=quantum] .stat-icon.total-tenants,body.quantum-theme .stat-icon.total-tenants{background:var(--quantum-gradient-primary);color:#fff}html[data-theme=quantum] .stat-icon.active-tenants,body.quantum-theme .stat-icon.active-tenants{background:var(--quantum-gradient-accent);color:#fff}html[data-theme=quantum] .stat-icon.total-revenue,body.quantum-theme .stat-icon.total-revenue{background:var(--quantum-gradient-secondary);color:#fff}html[data-theme=quantum] .stat-icon.ai-usage,body.quantum-theme .stat-icon.ai-usage{background:var(--quantum-gradient-cyan);color:#fff}html[data-theme=quantum] .stat-value,html[data-theme=quantum] .quantum-stat-value,body.quantum-theme .stat-value,body.quantum-theme .quantum-stat-value{background:var(--quantum-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}html[data-theme=quantum] .el-table,body.quantum-theme .el-table{background:transparent}html[data-theme=quantum] .el-table th,body.quantum-theme .el-table th{background:rgba(139,92,246,.05);color:var(--quantum-text-muted);border-color:var(--quantum-border)}html[data-theme=quantum] .el-table td,body.quantum-theme .el-table td{border-color:rgba(139,92,246,.05)}html[data-theme=quantum] .el-table tr:hover>td,body.quantum-theme .el-table tr:hover>td{background:rgba(139,92,246,.05)}html[data-theme=quantum] .el-table--border:after,html[data-theme=quantum] .el-table--group:after,html[data-theme=quantum] .el-table:before,body.quantum-theme .el-table--border:after,body.quantum-theme .el-table--group:after,body.quantum-theme .el-table:before{background-color:var(--quantum-border)}html[data-theme=quantum] .el-button--primary,body.quantum-theme .el-button--primary{background:var(--quantum-gradient-primary);border-color:var(--quantum-primary);color:#fff;box-shadow:0 4px 20px rgba(139,92,246,.4)}html[data-theme=quantum] .el-button--primary:hover,body.quantum-theme .el-button--primary:hover{filter:brightness(1.1)}html[data-theme=quantum] .el-input__wrapper,html[data-theme=quantum] .el-textarea__inner,body.quantum-theme .el-input__wrapper,body.quantum-theme .el-textarea__inner{background:rgba(139,92,246,.05);border-color:var(--quantum-border);box-shadow:0 0 0 1px var(--quantum-border) inset}html[data-theme=quantum] .el-input__wrapper:hover,html[data-theme=quantum] .el-textarea__inner:hover,body.quantum-theme .el-input__wrapper:hover,body.quantum-theme .el-textarea__inner:hover{border-color:var(--quantum-border-glow)}html[data-theme=quantum] .el-input__wrapper.is-focus,html[data-theme=quantum] .el-textarea__inner:focus,body.quantum-theme .el-input__wrapper.is-focus,body.quantum-theme .el-textarea__inner:focus{border-color:var(--quantum-primary);box-shadow:0 0 0 1px var(--quantum-primary) inset}html[data-theme=quantum] .el-input__inner,html[data-theme=quantum] .el-textarea__inner,body.quantum-theme .el-input__inner,body.quantum-theme .el-textarea__inner{color:var(--quantum-text-primary)}html[data-theme=quantum] .el-input__inner::-moz-placeholder,html[data-theme=quantum] .el-textarea__inner::-moz-placeholder,body.quantum-theme .el-input__inner::-moz-placeholder,body.quantum-theme .el-textarea__inner::-moz-placeholder{color:var(--quantum-text-muted)}html[data-theme=quantum] .el-input__inner::placeholder,html[data-theme=quantum] .el-textarea__inner::placeholder,body.quantum-theme .el-input__inner::placeholder,body.quantum-theme .el-textarea__inner::placeholder{color:var(--quantum-text-muted)}html[data-theme=quantum] .el-dialog,body.quantum-theme .el-dialog{background:var(--quantum-bg-surface);border:1px solid var(--quantum-border);border-radius:16px;box-shadow:var(--quantum-shadow-glow)}html[data-theme=quantum] .el-dialog__header,body.quantum-theme .el-dialog__header{border-bottom:1px solid var(--quantum-border)}html[data-theme=quantum] .el-dialog__title,body.quantum-theme .el-dialog__title{color:var(--quantum-text-primary)}html[data-theme=quantum] .el-dialog__body,body.quantum-theme .el-dialog__body{color:var(--quantum-text-secondary)}html[data-theme=quantum] .el-dialog__footer,body.quantum-theme .el-dialog__footer{border-top:1px solid var(--quantum-border)}html[data-theme=quantum] .el-dropdown-menu,body.quantum-theme .el-dropdown-menu{background:var(--quantum-bg-surface);border:1px solid var(--quantum-border);border-radius:12px;box-shadow:var(--quantum-shadow-md)}html[data-theme=quantum] .el-dropdown-menu__item,body.quantum-theme .el-dropdown-menu__item{color:var(--quantum-text-secondary)}html[data-theme=quantum] .el-dropdown-menu__item:hover,body.quantum-theme .el-dropdown-menu__item:hover{background:rgba(139,92,246,.1);color:var(--quantum-primary-light)}html[data-theme=quantum] .el-tag,body.quantum-theme .el-tag{border-color:var(--quantum-border)}html[data-theme=quantum] .el-pagination,body.quantum-theme .el-pagination{color:var(--quantum-text-secondary)}html[data-theme=quantum] .el-pagination button,html[data-theme=quantum] .el-pager li,body.quantum-theme .el-pagination button,body.quantum-theme .el-pager li{background:transparent;color:var(--quantum-text-secondary)}html[data-theme=quantum] .el-pagination button:hover,html[data-theme=quantum] .el-pager li:hover,body.quantum-theme .el-pagination button:hover,body.quantum-theme .el-pager li:hover{background:rgba(139,92,246,.1)}html[data-theme=quantum] .el-pager li.is-active,body.quantum-theme .el-pager li.is-active{background:var(--quantum-gradient-primary);color:#fff}html[data-theme=quantum] .el-message,html[data-theme=quantum] .el-notification,body.quantum-theme .el-message,body.quantum-theme .el-notification{background:var(--quantum-bg-surface);border:1px solid var(--quantum-border);color:var(--quantum-text-primary);box-shadow:var(--quantum-shadow-md)}html[data-theme=quantum] .el-progress-bar__inner,body.quantum-theme .el-progress-bar__inner,html[data-theme=quantum] .el-slider__bar,body.quantum-theme .el-slider__bar{background:var(--quantum-gradient-primary)}html[data-theme=quantum] .el-slider__button,body.quantum-theme .el-slider__button{border-color:var(--quantum-primary)}html[data-theme=quantum] .el-switch.is-checked .el-switch__core,body.quantum-theme .el-switch.is-checked .el-switch__core,html[data-theme=quantum] .el-radio.is-checked .el-radio__inner,body.quantum-theme .el-radio.is-checked .el-radio__inner,html[data-theme=quantum] .el-checkbox.is-checked .el-checkbox__inner,body.quantum-theme .el-checkbox.is-checked .el-checkbox__inner{background:var(--quantum-gradient-primary);border-color:var(--quantum-primary)}html[data-theme=quantum] .el-select-dropdown,body.quantum-theme .el-select-dropdown{background:var(--quantum-bg-surface);border:1px solid var(--quantum-border)}html[data-theme=quantum] .el-select-dropdown__item.is-selected,body.quantum-theme .el-select-dropdown__item.is-selected{background:rgba(139,92,246,.15);color:var(--quantum-primary-light)}html[data-theme=quantum] .el-select-dropdown__item:hover,body.quantum-theme .el-select-dropdown__item:hover{background:rgba(139,92,246,.1)}html[data-theme=quantum] .el-picker-panel,body.quantum-theme .el-picker-panel{background:var(--quantum-bg-surface);border:1px solid var(--quantum-border)}html[data-theme=quantum] .el-date-table th,body.quantum-theme .el-date-table th{color:var(--quantum-text-muted);border-color:var(--quantum-border)}html[data-theme=quantum] .el-date-table td.available:hover,body.quantum-theme .el-date-table td.available:hover{background:rgba(139,92,246,.1)}html[data-theme=quantum] .el-date-table td.in-range .el-date-table-cell__text,body.quantum-theme .el-date-table td.in-range .el-date-table-cell__text{background:rgba(139,92,246,.15)}html[data-theme=quantum] .el-date-table td.start-date .el-date-table-cell__text,html[data-theme=quantum] .el-date-table td.end-date .el-date-table-cell__text,body.quantum-theme .el-date-table td.start-date .el-date-table-cell__text,body.quantum-theme .el-date-table td.end-date .el-date-table-cell__text{background:var(--quantum-gradient-primary)}html[data-theme=quantum] .el-loading-spinner .circular,body.quantum-theme .el-loading-spinner .circular{stroke:var(--quantum-primary)}html[data-theme=quantum] .el-loading-mask,body.quantum-theme .el-loading-mask{background:rgba(10,14,39,.8)}html[data-theme=quantum] .el-empty__description p,body.quantum-theme .el-empty__description p{color:var(--quantum-text-muted)}html[data-theme=quantum] .el-breadcrumb__inner,body.quantum-theme .el-breadcrumb__inner{color:var(--quantum-text-secondary)}html[data-theme=quantum] .el-breadcrumb__inner:hover,body.quantum-theme .el-breadcrumb__inner:hover{color:var(--quantum-primary-light)}html[data-theme=quantum] .el-breadcrumb__item:last-child .el-breadcrumb__inner,body.quantum-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner{color:var(--quantum-text-primary)}html[data-theme=quantum] ::-webkit-scrollbar,body.quantum-theme ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=quantum] ::-webkit-scrollbar-track,body.quantum-theme ::-webkit-scrollbar-track{background:var(--quantum-bg-deep)}html[data-theme=quantum] ::-webkit-scrollbar-thumb,body.quantum-theme ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--quantum-primary),var(--quantum-secondary));border-radius:4px}html[data-theme=quantum] ::-webkit-scrollbar-thumb:hover,body.quantum-theme ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--quantum-primary-light),var(--quantum-secondary))}html[data-theme=quantum] .sidebar,html[data-theme=quantum] .el-aside,html[data-theme=quantum] .el-menu,html[data-theme=quantum] .sidebar-slot,body.quantum-theme .sidebar,body.quantum-theme .el-aside,body.quantum-theme .el-menu,body.quantum-theme .sidebar-slot{background:linear-gradient(180deg,var(--quantum-bg-surface) 0%,var(--quantum-bg-deep) 100%)!important;border-right:1px solid var(--quantum-border)!important}html[data-theme=quantum] .sidebar-header,html[data-theme=quantum] .sidebar-logo,html[data-theme=quantum] .logo-section,body.quantum-theme .sidebar-header,body.quantum-theme .sidebar-logo,body.quantum-theme .logo-section{background:rgba(15,23,42,.8)!important;border-bottom:1px solid var(--quantum-border)!important;backdrop-filter:blur(10px)!important}html[data-theme=quantum] .logo-text,html[data-theme=quantum] .sidebar-logo .logo-text,body.quantum-theme .logo-text,body.quantum-theme .sidebar-logo .logo-text{color:var(--quantum-primary-light)!important}html[data-theme=quantum] .logo-image,html[data-theme=quantum] .logo-icon img,body.quantum-theme .logo-image,body.quantum-theme .logo-icon img{filter:brightness(1.1) contrast(1.05)!important}html[data-theme=quantum] .el-menu-item,html[data-theme=quantum] .el-sub-menu__title,html[data-theme=quantum] .el-menu-item span,html[data-theme=quantum] .el-sub-menu__title span,body.quantum-theme .el-menu-item,body.quantum-theme .el-sub-menu__title,body.quantum-theme .el-menu-item span,body.quantum-theme .el-sub-menu__title span{color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .el-menu-item:hover,html[data-theme=quantum] .el-sub-menu__title:hover,html[data-theme=quantum] .el-menu-item.is-active,body.quantum-theme .el-menu-item:hover,body.quantum-theme .el-sub-menu__title:hover,body.quantum-theme .el-menu-item.is-active{color:var(--quantum-text-primary)!important;background:rgba(139,92,246,.1)!important}html[data-theme=quantum] .el-menu-item.is-active,body.quantum-theme .el-menu-item.is-active{background:rgba(139,92,246,.15)!important;border-left:3px solid var(--quantum-primary)!important}html[data-theme=quantum] .main-content,html[data-theme=quantum] .app-main,html[data-theme=quantum] .page-content,html[data-theme=quantum] .el-main,html[data-theme=quantum] .app-layout,html[data-theme=quantum] .main-layout-area,html[data-theme=quantum] main.content-slot,body.quantum-theme .main-content,body.quantum-theme .app-main,body.quantum-theme .page-content,body.quantum-theme .el-main,body.quantum-theme .app-layout,body.quantum-theme .main-layout-area,body.quantum-theme main.content-slot{background:var(--quantum-bg-deep)!important;background-color:var(--quantum-bg-deep)!important}html[data-theme=quantum] .app-header,html[data-theme=quantum] .el-header,html[data-theme=quantum] .navbar,html[data-theme=quantum] header.app-header,body.quantum-theme .app-header,body.quantum-theme .el-header,body.quantum-theme .navbar,body.quantum-theme header.app-header{background:rgba(15,23,42,.9)!important;background-color:rgba(15,23,42,.9)!important;backdrop-filter:none!important;border-bottom:1px solid var(--quantum-border)!important}html[data-theme=quantum] .logo-section,html[data-theme=quantum] .logo-icon,body.quantum-theme .logo-section,body.quantum-theme .logo-icon{background:transparent!important}html[data-theme=quantum] .logo-text,body.quantum-theme .logo-text{color:var(--quantum-text-primary)!important}html[data-theme=quantum],body.quantum-theme{--bg-primary: var(--quantum-bg-deep) !important;--bg-secondary: var(--quantum-bg-surface) !important;--bg-tertiary: rgba(30, 41, 59, .6) !important;--bg-elevated: var(--quantum-bg-elevated) !important;--bg-card: var(--quantum-bg-card) !important;--bg-overlay: rgba(10, 14, 39, .8) !important}html[data-theme=quantum],body.quantum-theme{--text-primary: var(--quantum-text-primary) !important;--text-secondary: var(--quantum-text-secondary) !important;--text-tertiary: var(--quantum-text-muted) !important;--text-placeholder: var(--quantum-text-muted) !important;--text-disabled: var(--quantum-text-muted) !important}html[data-theme=quantum],body.quantum-theme{--border-primary: var(--quantum-border) !important;--border-secondary: var(--quantum-border) !important;--border-color: var(--quantum-border) !important;--border-focus: var(--quantum-primary) !important}html[data-theme=quantum],body.quantum-theme{--sidebar-bg: var(--quantum-bg-surface) !important;--sidebar-border: var(--quantum-border) !important}html[data-theme=quantum],body.quantum-theme{--header-bg: rgba(15, 23, 42, .9) !important;--header-border: var(--quantum-border) !important}html[data-theme=quantum] .unified-icon,html[data-theme=quantum] .sidebar-icon,html[data-theme=quantum] .menu-icon,body.quantum-theme .unified-icon,body.quantum-theme .sidebar-icon,body.quantum-theme .menu-icon,html[data-theme=quantum] .el-sub-menu__title .unified-icon,body.quantum-theme .el-sub-menu__title .unified-icon,html[data-theme=quantum] .breadcrumb-nav .el-breadcrumb__inner,html[data-theme=quantum] .el-breadcrumb__inner,body.quantum-theme .breadcrumb-nav .el-breadcrumb__inner,body.quantum-theme .el-breadcrumb__inner{color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .breadcrumb-nav .el-breadcrumb__inner:hover,html[data-theme=quantum] .el-breadcrumb__inner:hover,body.quantum-theme .breadcrumb-nav .el-breadcrumb__inner:hover,body.quantum-theme .el-breadcrumb__inner:hover{color:var(--quantum-primary-light)!important}html[data-theme=quantum] .header-action-btn,html[data-theme=quantum] .header-icon-btn,html[data-theme=quantum] .theme-btn,body.quantum-theme .header-action-btn,body.quantum-theme .header-icon-btn,body.quantum-theme .theme-btn{background:rgba(139,92,246,.1)!important;border-color:var(--quantum-border)!important;color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .header-action-btn:hover,html[data-theme=quantum] .header-icon-btn:hover,html[data-theme=quantum] .theme-btn:hover,body.quantum-theme .header-action-btn:hover,body.quantum-theme .header-icon-btn:hover,body.quantum-theme .theme-btn:hover{background:rgba(139,92,246,.2)!important;color:var(--quantum-primary-light)!important;border-color:var(--quantum-border-glow)!important}html[data-theme=quantum] .user-profile,html[data-theme=quantum] .user-avatar,body.quantum-theme .user-profile,body.quantum-theme .user-avatar{background:rgba(139,92,246,.1)!important}html[data-theme=quantum] .user-profile:hover,body.quantum-theme .user-profile:hover{background:rgba(139,92,246,.15)!important}html[data-theme=quantum] .notification-bell,body.quantum-theme .notification-bell{background:rgba(139,92,246,.1)!important}html[data-theme=quantum] .notification-bell:hover,body.quantum-theme .notification-bell:hover{background:rgba(139,92,246,.15)!important;color:var(--quantum-primary-light)!important}html[data-theme=quantum] .ai-avatar,body.quantum-theme .ai-avatar{background:linear-gradient(135deg,var(--quantum-primary),var(--quantum-secondary))!important;box-shadow:0 4px 12px rgba(139,92,246,.3)!important}html[data-theme=quantum] .theme-dropdown,body.quantum-theme .theme-dropdown{background:var(--quantum-bg-surface)!important;border:1px solid var(--quantum-border)!important;box-shadow:0 8px 24px rgba(0,0,0,.4)!important}html[data-theme=quantum] .theme-option,body.quantum-theme .theme-option{color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .theme-option:hover,body.quantum-theme .theme-option:hover{background:rgba(139,92,246,.1)!important}html[data-theme=quantum] .theme-option.active,body.quantum-theme .theme-option.active{background:var(--quantum-gradient-primary)!important;color:#fff!important}html[data-theme=quantum] .theme-option .theme-icon,body.quantum-theme .theme-option .theme-icon{background:rgba(139,92,246,.1)!important;color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .theme-option.active .theme-icon,body.quantum-theme .theme-option.active .theme-icon{background:transparent!important;color:#fff!important}html[data-theme=quantum] .sidebar-toggle,html[data-theme=quantum] .collapse-btn,body.quantum-theme .sidebar-toggle,body.quantum-theme .collapse-btn{background:rgba(139,92,246,.1)!important;color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .sidebar-toggle:hover,html[data-theme=quantum] .collapse-btn:hover,body.quantum-theme .sidebar-toggle:hover,body.quantum-theme .collapse-btn:hover{background:rgba(139,92,246,.2)!important;color:var(--quantum-primary-light)!important}html[data-theme=quantum] .theme-btn .unified-icon,html[data-theme=quantum] .header-action-btn .unified-icon,body.quantum-theme .theme-btn .unified-icon,body.quantum-theme .header-action-btn .unified-icon{color:var(--quantum-text-secondary)!important}html[data-theme=quantum] .theme-btn:hover .unified-icon,html[data-theme=quantum] .header-action-btn:hover .unified-icon,body.quantum-theme .theme-btn:hover .unified-icon,body.quantum-theme .header-action-btn:hover .unified-icon{color:var(--quantum-primary-light)!important}html[data-theme=quantum] .logout-btn:hover,body.quantum-theme .logout-btn:hover{background:rgba(239,68,68,.1)!important;color:var(--quantum-accent)!important;border-color:var(--quantum-accent)!important}html[data-theme=quantum] *,html[data-theme=quantum] *:not(.el-icon):not(.el-input__icon),body.quantum-theme *,body.quantum-theme *:not(.el-icon):not(.el-input__icon){border-color:var(--quantum-border)!important}html[data-theme=light],:root.theme-light,body.theme-light{--light-primary: #6366f1;--light-primary-light: #818cf8;--light-primary-lighter: #a5b4fc;--light-primary-dark: #4f46e5;--light-secondary: #8b5cf6;--light-accent: #f43f5e;--light-cyan: #06b6d4;--light-bg-deep: #f8fafc;--light-bg-surface: #ffffff;--light-bg-elevated: #ffffff;--light-bg-card: rgba(255, 255, 255, .95);--light-text-primary: #1e293b;--light-text-secondary: #64748b;--light-text-muted: #94a3b8;--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--light-border: rgba(99, 102, 241, .12);--light-border-hover: rgba(99, 102, 241, .2);--light-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--light-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--light-shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--light-shadow-glow: 0 4px 20px rgba(99, 102, 241, .15);--light-gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--light-gradient-secondary: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);--light-gradient-accent: linear-gradient(135deg, #f43f5e 0%, #fb7185 100%);--light-gradient-cyan: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);--light-gradient-bg: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);--light-gradient-mesh: radial-gradient(at 40% 20%, rgba(99, 102, 241, .08) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(139, 92, 246, .05) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(6, 182, 212, .05) 0px, transparent 50%);--el-bg-color: var(--light-bg-surface);--el-bg-color-page: var(--light-bg-deep);--el-bg-color-overlay: rgba(255, 255, 255, .95);--el-text-color-primary: var(--light-text-primary);--el-text-color-regular: var(--light-text-secondary);--el-text-color-secondary: var(--light-text-muted);--el-border-color: var(--light-border);--el-border-color-light: var(--light-border);--el-border-color-lighter: rgba(99, 102, 241, .08);--el-border-color-extra-light: rgba(99, 102, 241, .05);--el-border-color-dark: var(--light-border-hover);--el-fill-color: rgba(99, 102, 241, .04);--el-fill-color-light: rgba(99, 102, 241, .08);--el-fill-color-lighter: rgba(99, 102, 241, .12);--el-fill-color-extra-light: rgba(99, 102, 241, .02);--el-fill-color-dark: rgba(99, 102, 241, .12);--el-fill-color-darker: rgba(99, 102, 241, .16);--el-color-primary: var(--light-primary);--el-color-primary-light-3: var(--light-primary-light);--el-color-primary-light-5: var(--light-primary-lighter);--el-color-primary-light-7: #c7d2fe;--el-color-primary-light-8: #e0e7ff;--el-color-primary-light-9: #eef2ff;--el-color-primary-dark-2: var(--light-primary-dark);--el-box-shadow: var(--light-shadow-md);--el-box-shadow-light: var(--light-shadow-sm);--el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, .08);--el-box-shadow-dark: 0 8px 20px rgba(0, 0, 0, .12);--el-box-shadow-lighter: 0 0 12px rgba(0, 0, 0, .04)}html[data-theme=light],body.theme-light{background:var(--light-bg-deep);background-image:var(--light-gradient-bg);color:var(--light-text-primary);font-family:var(--el-font-family);min-height:100vh}html[data-theme=light] body:before,body.theme-light:before{content:"";position:fixed;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}html[data-theme=light] body:after,body.theme-light:after{content:"";position:fixed;bottom:-10%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}html[data-theme=light] .el-header,html[data-theme=light] .app-header,html[data-theme=light] .navbar,html[data-theme=light] header.app-header,body.theme-light .el-header,body.theme-light .app-header,body.theme-light .navbar,body.theme-light header.app-header{background:rgba(255,255,255,.9)!important;background-color:rgba(255,255,255,.9)!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid var(--light-border)!important;box-shadow:var(--light-shadow-sm)!important}html[data-theme=light] .sidebar,html[data-theme=light] .el-aside,html[data-theme=light] .sidebar-slot,body.theme-light .sidebar,body.theme-light .el-aside,body.theme-light .sidebar-slot{background:var(--light-bg-deep)!important;border-right:1px solid var(--light-border)!important;box-shadow:none!important}html[data-theme=light] .sidebar-header,html[data-theme=light] .sidebar-logo,html[data-theme=light] .logo-section,body.theme-light .sidebar-header,body.theme-light .sidebar-logo,body.theme-light .logo-section{background:var(--light-bg-deep)!important;border-bottom:1px solid var(--light-border)!important}html[data-theme=light] .logo-text,html[data-theme=light] .sidebar-logo .logo-text,body.theme-light .logo-text,body.theme-light .sidebar-logo .logo-text{background:var(--light-gradient-primary)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}html[data-theme=light] .main-content,html[data-theme=light] .app-main,html[data-theme=light] .page-content,html[data-theme=light] .el-main,html[data-theme=light] .app-layout,html[data-theme=light] .main-layout-area,html[data-theme=light] main.content-slot,body.theme-light .main-content,body.theme-light .app-main,body.theme-light .page-content,body.theme-light .el-main,body.theme-light .app-layout,body.theme-light .main-layout-area,body.theme-light main.content-slot{background:transparent!important;background-color:transparent!important}html[data-theme=light] .el-card,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),html[data-theme=light] .chart-card,body.theme-light .el-card,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),body.theme-light .chart-card{background:var(--light-bg-card)!important;border:1px solid var(--light-border)!important;border-radius:16px!important;box-shadow:var(--light-shadow-md)!important;transition:all .3s ease!important;color:var(--light-text-primary)!important}html[data-theme=light] .el-card:hover,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover,html[data-theme=light] .chart-card:hover,body.theme-light .el-card:hover,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info):hover,body.theme-light .chart-card:hover{box-shadow:var(--light-shadow-lg)!important;border-color:var(--light-border-hover)!important}html[data-theme=light] .stat-card.stat-card--primary,body.theme-light .stat-card.stat-card--primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 16px rgba(99,102,241,.3)!important}html[data-theme=light] .stat-card.stat-card--success,body.theme-light .stat-card.stat-card--success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 16px rgba(16,185,129,.3)!important}html[data-theme=light] .stat-card.stat-card--warning,body.theme-light .stat-card.stat-card--warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 16px rgba(245,158,11,.3)!important}html[data-theme=light] .stat-card.stat-card--danger,body.theme-light .stat-card.stat-card--danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 16px rgba(239,68,68,.3)!important}html[data-theme=light] .stat-card.stat-card--info,body.theme-light .stat-card.stat-card--info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 16px rgba(59,130,246,.3)!important}html[data-theme=light] .stat-card.stat-card--primary *,html[data-theme=light] .stat-card.stat-card--success *,html[data-theme=light] .stat-card.stat-card--warning *,html[data-theme=light] .stat-card.stat-card--danger *,html[data-theme=light] .stat-card.stat-card--info *,body.theme-light .stat-card.stat-card--primary *,body.theme-light .stat-card.stat-card--success *,body.theme-light .stat-card.stat-card--warning *,body.theme-light .stat-card.stat-card--danger *,body.theme-light .stat-card.stat-card--info *{color:#fff!important}html[data-theme=light] .stat-card.stat-card--primary .card-icon,html[data-theme=light] .stat-card.stat-card--success .card-icon,html[data-theme=light] .stat-card.stat-card--warning .card-icon,html[data-theme=light] .stat-card.stat-card--danger .card-icon,html[data-theme=light] .stat-card.stat-card--info .card-icon,body.theme-light .stat-card.stat-card--primary .card-icon,body.theme-light .stat-card.stat-card--success .card-icon,body.theme-light .stat-card.stat-card--warning .card-icon,body.theme-light .stat-card.stat-card--danger .card-icon,body.theme-light .stat-card.stat-card--info .card-icon{background:rgba(255,255,255,.25)!important}html[data-theme=light] .stat-icon,body.theme-light .stat-icon{border-radius:12px;padding:12px;display:inline-flex;align-items:center;justify-content:center}html[data-theme=light] .stat-icon.total-tenants,body.theme-light .stat-icon.total-tenants{background:var(--light-gradient-primary);color:var(--text-on-primary)}html[data-theme=light] .stat-icon.active-tenants,body.theme-light .stat-icon.active-tenants{background:var(--light-gradient-accent);color:var(--text-on-primary)}html[data-theme=light] .stat-icon.total-revenue,body.theme-light .stat-icon.total-revenue{background:var(--light-gradient-secondary);color:var(--text-on-primary)}html[data-theme=light] .stat-icon.ai-usage,body.theme-light .stat-icon.ai-usage{background:var(--light-gradient-cyan);color:var(--text-on-primary)}html[data-theme=light] .stat-value,body.theme-light .stat-value{color:var(--light-text-primary);font-weight:700}html[data-theme=light] .el-card .el-card__header,html[data-theme=light] .el-card .el-card__body,html[data-theme=light] .el-card h1,html[data-theme=light] .el-card h2,html[data-theme=light] .el-card h3,html[data-theme=light] .el-card h4,html[data-theme=light] .el-card p,html[data-theme=light] .el-card span,html[data-theme=light] .el-card div,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h1,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h2,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h3,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h4,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) p,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) span,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) div,body.theme-light .el-card .el-card__header,body.theme-light .el-card .el-card__body,body.theme-light .el-card h1,body.theme-light .el-card h2,body.theme-light .el-card h3,body.theme-light .el-card h4,body.theme-light .el-card p,body.theme-light .el-card span,body.theme-light .el-card div,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h1,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h2,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h3,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) h4,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) p,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) span,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) div{color:var(--light-text-primary)!important}html[data-theme=light] .el-card .text-secondary,html[data-theme=light] .el-card .description,html[data-theme=light] .el-card .label,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .text-secondary,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .description,html[data-theme=light] .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .label,body.theme-light .el-card .text-secondary,body.theme-light .el-card .description,body.theme-light .el-card .label,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .text-secondary,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .description,body.theme-light .stat-card:not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info) .label{color:var(--light-text-secondary)!important}html[data-theme=light] .el-button--primary,body.theme-light .el-button--primary{background:var(--light-gradient-primary);border-color:var(--light-primary);color:var(--text-on-primary);box-shadow:0 2px 8px rgba(99,102,241,.3)}html[data-theme=light] .el-button--primary:hover,body.theme-light .el-button--primary:hover{filter:brightness(1.05);box-shadow:0 4px 12px rgba(99,102,241,.4)}html[data-theme=light] .el-input__wrapper,html[data-theme=light] .el-textarea__inner,body.theme-light .el-input__wrapper,body.theme-light .el-textarea__inner{background:#ffffff;border-color:var(--light-border);box-shadow:0 0 0 1px var(--light-border) inset}html[data-theme=light] .el-input__wrapper:hover,html[data-theme=light] .el-textarea__inner:hover,body.theme-light .el-input__wrapper:hover,body.theme-light .el-textarea__inner:hover{border-color:var(--light-border-hover)}html[data-theme=light] .el-input__wrapper.is-focus,html[data-theme=light] .el-textarea__inner:focus,body.theme-light .el-input__wrapper.is-focus,body.theme-light .el-textarea__inner:focus{border-color:var(--light-primary);box-shadow:0 0 0 1px var(--light-primary) inset}html[data-theme=light] .el-table,body.theme-light .el-table{background:transparent}html[data-theme=light] .el-table th,body.theme-light .el-table th{background:rgba(99,102,241,.03);color:var(--light-text-primary)}html[data-theme=light] .el-table tr:hover td,body.theme-light .el-table tr:hover td{background:rgba(99,102,241,.04)}html[data-theme=light] .el-table--border:after,html[data-theme=light] .el-table--group:after,html[data-theme=light] .el-table:before,body.theme-light .el-table--border:after,body.theme-light .el-table--group:after,body.theme-light .el-table:before{background-color:var(--light-border)}html[data-theme=light] .el-dialog,body.theme-light .el-dialog{background:#ffffff;border:1px solid var(--light-border);border-radius:16px;box-shadow:var(--light-shadow-lg)}html[data-theme=light] .el-dialog__header,body.theme-light .el-dialog__header{border-bottom:1px solid var(--light-border)}html[data-theme=light] .el-dropdown-menu,body.theme-light .el-dropdown-menu{background:#ffffff;border:1px solid var(--light-border);border-radius:12px;box-shadow:var(--light-shadow-lg)}html[data-theme=light] .el-dropdown-menu__item:hover,body.theme-light .el-dropdown-menu__item:hover{background:rgba(99,102,241,.08);color:var(--light-primary)}html[data-theme=light] .el-pager li.is-active,body.theme-light .el-pager li.is-active{background:var(--light-gradient-primary);color:var(--text-on-primary)}html[data-theme=light] .el-pagination button:hover,body.theme-light .el-pagination button:hover{background:rgba(99,102,241,.08)}html[data-theme=light] .el-progress-bar__inner,body.theme-light .el-progress-bar__inner,html[data-theme=light] .el-slider__bar,body.theme-light .el-slider__bar{background:var(--light-gradient-primary)}html[data-theme=light] .el-switch.is-checked .el-switch__core,body.theme-light .el-switch.is-checked .el-switch__core,html[data-theme=light] .el-radio.is-checked .el-radio__inner,body.theme-light .el-radio.is-checked .el-radio__inner,html[data-theme=light] .el-checkbox.is-checked .el-checkbox__inner,body.theme-light .el-checkbox.is-checked .el-checkbox__inner{background:var(--light-gradient-primary);border-color:var(--light-primary)}html[data-theme=light] .el-date-table td.today .el-date-table-cell__text,body.theme-light .el-date-table td.today .el-date-table-cell__text{color:var(--light-primary)}html[data-theme=light] .el-date-table td.start-date .el-date-table-cell__text,html[data-theme=light] .el-date-table td.end-date .el-date-table-cell__text,body.theme-light .el-date-table td.start-date .el-date-table-cell__text,body.theme-light .el-date-table td.end-date .el-date-table-cell__text{background:var(--light-gradient-primary)}html[data-theme=light] ::-webkit-scrollbar,body.theme-light ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=light] ::-webkit-scrollbar-track,body.theme-light ::-webkit-scrollbar-track{background:rgba(0,0,0,.02);border-radius:4px}html[data-theme=light] ::-webkit-scrollbar-thumb,body.theme-light ::-webkit-scrollbar-thumb{background:rgba(99,102,241,.2);border-radius:4px}html[data-theme=light] ::-webkit-scrollbar-thumb:hover,body.theme-light ::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.3)}html[data-theme=light] .el-menu,html[data-theme=light] .el-menu--horizontal,body.theme-light .el-menu,body.theme-light .el-menu--horizontal{background:transparent!important;border-right:none!important}html[data-theme=light] .el-menu-item,html[data-theme=light] .el-sub-menu__title,body.theme-light .el-menu-item,body.theme-light .el-sub-menu__title{color:var(--light-text-secondary)!important}html[data-theme=light] .el-menu-item:hover,html[data-theme=light] .el-sub-menu__title:hover,body.theme-light .el-menu-item:hover,body.theme-light .el-sub-menu__title:hover{background:rgba(255,255,255,.6)!important;color:var(--light-primary)!important}html[data-theme=light] .el-menu-item.is-active,body.theme-light .el-menu-item.is-active{background:rgba(255,255,255,.8)!important;color:var(--light-primary)!important;border-left:3px solid var(--light-primary)!important;font-weight:500}html[data-theme=light] .unified-icon,html[data-theme=light] .sidebar-icon,html[data-theme=light] .menu-icon,body.theme-light .unified-icon,body.theme-light .sidebar-icon,body.theme-light .menu-icon{color:var(--light-text-secondary)}html[data-theme=light] .el-menu-item.is-active .unified-icon,html[data-theme=light] .el-menu-item.is-active .menu-icon,body.theme-light .el-menu-item.is-active .unified-icon,body.theme-light .el-menu-item.is-active .menu-icon{color:var(--light-primary)}html[data-theme=light] .stat-icon .unified-icon,html[data-theme=light] .stat-icon svg,html[data-theme=light] .header-icon .unified-icon,html[data-theme=light] .header-icon svg,body.theme-light .stat-icon .unified-icon,body.theme-light .stat-icon svg,body.theme-light .header-icon .unified-icon,body.theme-light .header-icon svg{color:#fff!important;stroke:#fff!important}html[data-theme=light] .el-tag,body.theme-light .el-tag{border:1px solid var(--light-border);color:var(--light-text-secondary)}html[data-theme=light] .el-tag--primary,body.theme-light .el-tag--primary{background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.2);color:var(--light-primary)}html[data-theme=light] .el-tag--success,body.theme-light .el-tag--success{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.2);color:#10b981}html[data-theme=light] .el-tag--warning,body.theme-light .el-tag--warning{background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.2);color:#f97316}html[data-theme=light] .el-tag--danger,body.theme-light .el-tag--danger{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.2);color:#ef4444}html[data-theme=light] .el-tag--info,body.theme-light .el-tag--info{background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.2);color:#06b6d4}html[data-theme=light] .welcome-header-overlay,body.theme-light .welcome-header-overlay{background:transparent!important;background-color:transparent!important}html[data-theme=light] .ai-avatar,body.theme-light .ai-avatar{background:var(--light-gradient-primary)!important;box-shadow:0 2px 8px rgba(99,102,241,.2)!important}html[data-theme=light] .theme-option.active,body.theme-light .theme-option.active{background:var(--light-gradient-primary)!important;color:var(--text-on-primary)!important}html[data-theme=light] .el-notification,body.theme-light .el-notification{background:#ffffff;border:1px solid var(--light-border);box-shadow:var(--light-shadow-lg)}html[data-theme=light] .el-notification__group,html[data-theme=light] .el-notification__title,body.theme-light .el-notification__group,body.theme-light .el-notification__title{color:var(--light-text-primary)}html[data-theme=light] .el-notification__content,body.theme-light .el-notification__content{color:var(--light-text-secondary)}html[data-theme=light] .el-message,body.theme-light .el-message{background:#ffffff;border:1px solid var(--light-border);box-shadow:var(--light-shadow-md)}html[data-theme=light] .el-message--success,body.theme-light .el-message--success{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.2)}html[data-theme=light] .el-message--warning,body.theme-light .el-message--warning{background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.2)}html[data-theme=light] .el-message--error,body.theme-light .el-message--error{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.2)}html[data-theme=light] .el-message--info,body.theme-light .el-message--info{background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.2)}.app-card-title[data-v-a523f8bd]{font-size:var(--text-lg, var(--text-xl));font-weight:600;color:var(--text-primary, var(--text-primary));margin:0}
