@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 #7c7ff540}.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 #0000001a}.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 #0000001a}.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 #0000001a}.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;inset: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 #00000080}.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 #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.el-card .el-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.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 #5b8def33}.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 #52c41a33}.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 #e6a23c33}.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 #f56c6c33}.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 #90939933}.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:#0000001a;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 #00000026}.floating-action-button .el-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.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: #c0c4cc;--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-xl);--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: 280px;--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}.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 #0000001a}.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 #dc262633}.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 #d9770633}.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 #2563eb33}.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 #6b728033}.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 #d9770633}.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 #2563eb33}.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 #05966933}.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 #9ca3af33}.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 #16a34a33}.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 #6b728033}.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 #dc262633}.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 #00000026}.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:#dc26264d}.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:#d977064d}.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:#2563eb4d}.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:#6b72804d}.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:#d977064d}.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:#2563eb4d}.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:#0596694d}.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:#9ca3af4d}.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:#16a34a4d}.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:#6b72804d}.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:#dc26264d}.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:#f871714d}.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:#fbbf244d}.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:#8b5cf64d}.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:#9ca3af4d}.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:#fbbf244d}.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:#8b5cf64d}.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:#4ade804d}.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:#9ca3af4d}.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:#4ade804d}.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:#9ca3af4d}.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:#f871714d}.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 #0000001a}.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 #00000026;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 #0003;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 #1f26870d,inset 0 1px #ffffff1a}.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 #6366f14d,0 0 40px #6366f11a}.ai-glow-primary:hover{box-shadow:0 0 30px #6366f166,0 0 60px #6366f133}.ai-glow-success{box-shadow:0 0 20px #22c55e4d,0 0 40px #22c55e1a}.ai-glow-warning{box-shadow:0 0 20px #fbbf244d,0 0 40px #fbbf241a}.ai-glow-danger{box-shadow:0 0 20px #ef44444d,0 0 40px #ef44441a}.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 #6366f140;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 #6366f159;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 #0000000d;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 #00000014;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 #6366f133}.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 #6366f166}50%{opacity:.8;box-shadow:0 0 40px #6366f133}}.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:#6366f14d}[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 #dc26264d;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;inset: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;inset:0 32px;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%}.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:#ffffffb3}@media (max-width: 575px){.el-table .el-loading-mask{background-color:#ffffffe6}}.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 #0000001a;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 #0000001a}.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:#000000b3}.dark .card-list .card-item:hover{box-shadow:0 2px 12px #0000004d}.dark .list-item:hover{box-shadow:0 2px 8px #0000004d}.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 #00000014;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;inset: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 #0000004d}.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 #0f172a0f;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 #6366f159}.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 #00000026}.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)}.page-title{font-size:var(--text-2xl);font-weight:600;color:var(--text-primary);margin:0}.page-description{font-size:var(--text-sm);color:var(--text-muted);margin:var(--spacing-xs) 0 0 0}.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 #0000001a;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:#0000000d!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 #0000000d!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}.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 #0000000d}.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;inset: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 #1f26871a!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.center-container :deep(.el-card):hover{transform:translateY(-2px);box-shadow:0 12px 40px #1f268726!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 #667eea4d;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:#ffffffe6;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 #0003}@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 #8b5cf64d;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 #00000014;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 #0000001f}: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 #00000014;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 #00000026}: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 #0000001f}.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(.layered-page-container .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){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(.layered-page-container .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){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(.layered-page-container .page-header):not(.welcome-section):not(.todo-page .page-header):not(.modern-login-page):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *):not(.modern-login-page *){background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!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:#06b6d440!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:#8b5cf640!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):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *),.theme-workbench.glass-light :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){background:rgba(255,255,255,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#06b6d440!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):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *),.theme-workbench.glass-dark :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){background:rgba(15,23,42,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#8b5cf640!important}.theme-workbench :where(.header,[class*=header]):not(.modern-login-page *):not(.brand-header):not(.login-header):not(.ai-sidebar-header):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *):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):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *),.theme-workbench.glass-light :where(.el-card,.el-dialog,.el-drawer,.el-popover):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){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):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *),.theme-workbench.glass-dark :where(.el-card,.el-dialog,.el-drawer,.el-popover):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){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):not(.tw-app-shell):not(.tw-app-shell *):not(.layered-page-container):not(.layered-page-container *){background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.theme-workbench .el-card:not(.tw-app-shell *):not(.layered-page-container *){border:1px solid var(--border-color)!important;box-shadow:var(--shadow-sm)!important}.theme-workbench .el-card__header:not(.tw-app-shell *):not(.layered-page-container *){border-bottom:1px solid var(--border-color)!important;background:var(--bg-card)!important;color:var(--text-primary)!important}.theme-workbench .el-card__body:not(.tw-app-shell *):not(.layered-page-container *){background:var(--bg-card)!important;color:var(--text-primary)!important}.theme-workbench [class*=card]:not(.tw-app-shell *):not(.layered-page-container *):not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),.theme-workbench [class*=Card]:not(.tw-app-shell *):not(.layered-page-container *),.theme-workbench .el-card:not(.tw-app-shell *):not(.layered-page-container *),.theme-workbench .chart-container:not(.tw-app-shell *):not(.layered-page-container *),.theme-workbench .stat-card:not(.tw-app-shell *):not(.layered-page-container *):not(.stat-card--primary):not(.stat-card--success):not(.stat-card--warning):not(.stat-card--danger):not(.stat-card--info),.theme-workbench .management-card:not(.tw-app-shell *):not(.layered-page-container *),.theme-workbench .app-card:not(.tw-app-shell *):not(.layered-page-container *){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:#06b6d44d!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:#06b6d480!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:#8b5cf666!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:#8b5cf699!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=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:#ffffffe6!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 #6366f14d!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 #10b9814d!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 #f59e0b4d!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 #ef44444d!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 #3b82f64d!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 #6366f14d}html[data-theme=light] .el-button--primary:hover,body.theme-light .el-button--primary:hover{filter:brightness(1.05);box-shadow:0 4px 12px #6366f166}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:#6366f133;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:#10b98133;color:#10b981}html[data-theme=light] .el-tag--warning,body.theme-light .el-tag--warning{background:rgba(249,115,22,.1);border-color:#f9731633;color:#f97316}html[data-theme=light] .el-tag--danger,body.theme-light .el-tag--danger{background:rgba(239,68,68,.1);border-color:#ef444433;color:#ef4444}html[data-theme=light] .el-tag--info,body.theme-light .el-tag--info{background:rgba(6,182,212,.1);border-color:#06b6d433;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 #6366f133!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:#10b98133}html[data-theme=light] .el-message--warning,body.theme-light .el-message--warning{background:rgba(249,115,22,.1);border-color:#f9731633}html[data-theme=light] .el-message--error,body.theme-light .el-message--error{background:rgba(239,68,68,.1);border-color:#ef444433}html[data-theme=light] .el-message--info,body.theme-light .el-message--info{background:rgba(6,182,212,.1);border-color:#06b6d433}: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: #d1d5db;--text-on-primary-secondary: rgba(209, 213, 219, .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}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:#8b5cf64d}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:#8b5cf60d}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 #8b5cf666}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:#0f172ae6!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 #8b5cf64d!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 #0006!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}:root.glass-light,[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-subtle: rgba(255, 255, 255, .9);--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: #94a3b8;--text-disabled: #cbd5e1;--text-inverse: #ffffff;--border-color: rgba(6, 182, 212, .3);--border: rgba(6, 182, 212, .3);--border-light: rgba(6, 182, 212, .2);--border-focus: rgba(6, 182, 212, .6);--border-accent: rgba(6, 182, 212, .4);--border-subtle: rgba(6, 182, 212, .15);--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);--shadow-inset: inset 0 1px 2px rgba(6, 182, 212, .1);--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);--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: var(--primary-color);--sidebar-item-active-text: #ffffff;--sidebar-shadow: 0 4px 12px rgba(6, 182, 212, .15);--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: #34d399;--button-success-active: var(--success-color);--button-success-border: var(--success-color);--button-warning-bg: var(--warning-color);--button-warning-hover: #fb923c;--button-warning-active: var(--warning-color);--button-warning-border: var(--warning-color);--button-danger-bg: var(--danger-color);--button-danger-hover: #f87171;--button-danger-active: var(--danger-color);--button-danger-border: var(--danger-color);--button-info-bg: var(--info-color);--button-info-hover: #60a5fa;--button-info-active: var(--info-color);--button-info-border: var(--info-color);--muted-foreground: #64748b;--text-muted: #64748b;--glass-effect: backdrop-filter: blur(15px);--glass-border: 1px solid rgba(255, 255, 255, .3);--el-bg-color: rgba(255, 255, 255, .98);--el-bg-color-page: rgba(255, 255, 255, .95);--el-bg-color-overlay: rgba(6, 182, 212, .1);--el-text-color-primary: #1e293b;--el-text-color-regular: #475569;--el-text-color-secondary: #64748b;--el-text-color-placeholder: #94a3b8;--el-text-color-disabled: #cbd5e1;--el-border-color: rgba(6, 182, 212, .3);--el-border-color-light: rgba(6, 182, 212, .2);--el-border-color-lighter: rgba(6, 182, 212, .12);--el-border-color-extra-light: rgba(6, 182, 212, .08);--el-fill-color: rgba(255, 255, 255, .92);--el-fill-color-light: rgba(255, 255, 255, .88);--el-fill-color-lighter: rgba(255, 255, 255, .84);--el-fill-color-extra-light: rgba(255, 255, 255, .8);--el-fill-color-dark: rgba(6, 182, 212, .08);--el-fill-color-darker: rgba(6, 182, 212, .12);--el-fill-color-blank: rgba(255, 255, 255, .98);--el-card-bg: rgba(255, 255, 255, .95);--el-card-shadow: 0 4px 20px rgba(6, 182, 212, .12);--el-card-border-radius: 12px;--el-card-padding: 24px;--el-mask-color: rgba(0, 0, 0, .3);--el-mask-color-extra-light: rgba(0, 0, 0, .08)}.glass-light,[data-theme=glass-light]{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glass-light .el-button.el-button--primary,[data-theme=glass-light] .el-button.el-button--primary{background:var(--primary-color)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-colored)}.glass-light .el-button.el-button--success,[data-theme=glass-light] .el-button.el-button--success{box-shadow:0 0 12px #10b9814d}.glass-light .el-button.el-button--warning,[data-theme=glass-light] .el-button.el-button--warning{box-shadow:0 0 12px #f973164d}.glass-light .el-button.el-button--danger,[data-theme=glass-light] .el-button.el-button--danger{box-shadow:0 0 12px #ef44444d}.glass-light .el-card,[data-theme=glass-light] .el-card{background:var(--el-card-bg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--el-card-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-light .el-table,[data-theme=glass-light] .el-table{background-color:transparent!important}.glass-light .el-table .el-table__header,.glass-light .el-table .el-table__body,[data-theme=glass-light] .el-table .el-table__header,[data-theme=glass-light] .el-table .el-table__body{background-color:var(--el-bg-color)!important}.glass-light .el-input__wrapper,[data-theme=glass-light] .el-input__wrapper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;box-shadow:none!important}.glass-light .el-input__wrapper:hover,[data-theme=glass-light] .el-input__wrapper:hover{border-color:var(--primary-light)!important}.glass-light .el-input__wrapper.is-focus,[data-theme=glass-light] .el-input__wrapper.is-focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 1px var(--primary-color)!important}.glass-light .el-dropdown-menu,[data-theme=glass-light] .el-dropdown-menu{background:var(--el-bg-color)!important;border:1px solid var(--border-color)!important;box-shadow:0 4px 16px #06b6d426;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-light .el-dialog .el-dialog__header,[data-theme=glass-light] .el-dialog .el-dialog__header{background:var(--el-bg-color)!important;border-bottom:1px solid var(--border-color)!important}.glass-light .el-dialog .el-dialog__body,[data-theme=glass-light] .el-dialog .el-dialog__body{background:var(--el-bg-color)!important}.glass-light .el-drawer,[data-theme=glass-light] .el-drawer{background:var(--el-bg-color)!important;box-shadow:-4px 0 16px #06b6d426;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-light .el-tabs .el-tabs__nav,[data-theme=glass-light] .el-tabs .el-tabs__nav{background:rgba(255,255,255,.5)!important;border-bottom:1px solid var(--border-color)!important}.glass-light .el-tabs .el-tabs__content,[data-theme=glass-light] .el-tabs .el-tabs__content{background:transparent!important}.glass-light .el-select .el-input__wrapper,[data-theme=glass-light] .el-select .el-input__wrapper,.glass-light .el-date-editor .el-input__wrapper,[data-theme=glass-light] .el-date-editor .el-input__wrapper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important}.glass-light .theme-btn,[data-theme=glass-light] .theme-btn{background:rgba(6,182,212,.15)!important;border:1px solid rgba(6,182,212,.3)!important;color:var(--primary-color)!important;&:hover{background:rgba(6,182,212,.25)!important;border-color:var(--primary-color)!important}}.glass-light .app-header,[data-theme=glass-light] .app-header{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)!important}.glass-light .sidebar-container,[data-theme=glass-light] .sidebar-container{background:var(--sidebar-bg)!important;border-right:1px solid var(--sidebar-border)!important}.glass-light .main-container,[data-theme=glass-light] .main-container{background:var(--bg-gradient-primary)!important}.glass-light .el-progress-bar__outer,[data-theme=glass-light] .el-progress-bar__outer{background:var(--el-fill-color-lighter)!important}.glass-light .el-switch.is-checked .el-switch__core,[data-theme=glass-light] .el-switch.is-checked .el-switch__core{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-light .el-checkbox__input.is-checked .el-checkbox__inner,[data-theme=glass-light] .el-checkbox__input.is-checked .el-checkbox__inner,.glass-light .el-radio__input.is-checked .el-radio__inner,[data-theme=glass-light] .el-radio__input.is-checked .el-radio__inner{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-light .el-step__head.is-process,[data-theme=glass-light] .el-step__head.is-process{color:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-light .el-step__head.is-finish,[data-theme=glass-light] .el-step__head.is-finish{color:var(--primary-color)!important}.glass-light .el-pager li.active,[data-theme=glass-light] .el-pager li.active{background:var(--primary-color)!important}.glass-light .el-pager li:hover,[data-theme=glass-light] .el-pager li:hover{color:var(--primary-color)!important}.glass-light .el-message,[data-theme=glass-light] .el-message{background:rgba(255,255,255,.95)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}.glass-light .el-notification,[data-theme=glass-light] .el-notification{background:rgba(255,255,255,.95)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-xl)!important}.glass-light .el-loading-spinner .path,[data-theme=glass-light] .el-loading-spinner .path{stroke:var(--primary-color)!important}:root.glass-dark,[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-subtle: rgba(30, 41, 59, .9);--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-disabled: #475569;--text-inverse: #0f172a;--border-color: rgba(139, 92, 246, .4);--border: rgba(139, 92, 246, .4);--border-light: rgba(139, 92, 246, .25);--border-focus: rgba(139, 92, 246, .6);--border-accent: rgba(139, 92, 246, .5);--border-subtle: rgba(139, 92, 246, .15);--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);--shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .3);--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);--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: 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-dark);--button-primary-border: var(--primary-color);--button-success-bg: var(--success-color);--button-success-hover: #34d399;--button-success-active: var(--success-color);--button-success-border: var(--success-color);--button-warning-bg: var(--warning-color);--button-warning-hover: #fb923c;--button-warning-active: var(--warning-color);--button-warning-border: var(--warning-color);--button-danger-bg: var(--danger-color);--button-danger-hover: #f87171;--button-danger-active: var(--danger-color);--button-danger-border: var(--danger-color);--button-info-bg: var(--info-color);--button-info-hover: #60a5fa;--button-info-active: var(--info-color);--button-info-border: var(--info-color);--muted-foreground: #64748b;--text-muted: #64748b;--glass-effect: backdrop-filter: blur(15px);--glass-border: 1px solid rgba(255, 255, 255, .1);--el-bg-color: rgba(30, 41, 59, .98);--el-bg-color-page: rgba(15, 23, 42, .95);--el-bg-color-overlay: rgba(139, 92, 246, .15);--el-text-color-primary: #f1f5f9;--el-text-color-regular: #cbd5e1;--el-text-color-secondary: #94a3b8;--el-text-color-placeholder: #475569;--el-text-color-disabled: #334155;--el-border-color: rgba(139, 92, 246, .4);--el-border-color-light: rgba(139, 92, 246, .25);--el-border-color-lighter: rgba(139, 92, 246, .15);--el-border-color-extra-light: rgba(139, 92, 246, .08);--el-fill-color: rgba(30, 41, 59, .92);--el-fill-color-light: rgba(51, 65, 85, .88);--el-fill-color-lighter: rgba(51, 65, 85, .84);--el-fill-color-extra-light: rgba(51, 65, 85, .8);--el-fill-color-dark: rgba(139, 92, 246, .1);--el-fill-color-darker: rgba(139, 92, 246, .15);--el-fill-color-blank: rgba(30, 41, 59, .98);--el-card-bg: rgba(30, 41, 59, .95);--el-card-shadow: 0 4px 20px rgba(0, 0, 0, .4);--el-card-border-radius: 12px;--el-card-padding: 24px;--el-mask-color: rgba(0, 0, 0, .6);--el-mask-color-extra-light: rgba(0, 0, 0, .3)}.glass-dark,[data-theme=glass-dark]{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glass-dark .el-button.el-button--primary,[data-theme=glass-dark] .el-button.el-button--primary{background:var(--primary-color)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-colored)}.glass-dark .el-button.el-button--success,[data-theme=glass-dark] .el-button.el-button--success{box-shadow:0 0 12px #10b98166}.glass-dark .el-button.el-button--warning,[data-theme=glass-dark] .el-button.el-button--warning{box-shadow:0 0 12px #f9731666}.glass-dark .el-button.el-button--danger,[data-theme=glass-dark] .el-button.el-button--danger{box-shadow:0 0 12px #ef444466}.glass-dark .el-card,[data-theme=glass-dark] .el-card{background:var(--el-card-bg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--el-card-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-dark .el-table,[data-theme=glass-dark] .el-table{background-color:transparent!important}.glass-dark .el-table .el-table__header,.glass-dark .el-table .el-table__body,[data-theme=glass-dark] .el-table .el-table__header,[data-theme=glass-dark] .el-table .el-table__body,.glass-dark .el-table,.glass-dark .el-table__expanded-cell,[data-theme=glass-dark] .el-table,[data-theme=glass-dark] .el-table__expanded-cell{background-color:var(--el-bg-color)!important}.glass-dark .el-table th.el-table__cell,.glass-dark .el-table td.el-table__cell,[data-theme=glass-dark] .el-table th.el-table__cell,[data-theme=glass-dark] .el-table td.el-table__cell{background-color:var(--el-fill-color)!important;color:var(--text-primary)!important;border-bottom:1px solid var(--border-color)!important}.glass-dark .el-input__wrapper,[data-theme=glass-dark] .el-input__wrapper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;box-shadow:none!important;color:var(--text-primary)!important}.glass-dark .el-input__inner,[data-theme=glass-dark] .el-input__inner{color:var(--text-primary)!important}.glass-dark .el-input__wrapper:hover,[data-theme=glass-dark] .el-input__wrapper:hover{border-color:var(--primary-light)!important}.glass-dark .el-input__wrapper.is-focus,[data-theme=glass-dark] .el-input__wrapper.is-focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 1px var(--primary-color)!important}.glass-dark .el-textarea__inner,[data-theme=glass-dark] .el-textarea__inner{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important}.glass-dark .el-dropdown-menu,[data-theme=glass-dark] .el-dropdown-menu{background:var(--el-bg-color)!important;border:1px solid var(--border-color)!important;box-shadow:0 4px 16px #0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-dark .el-dropdown-menu__item,[data-theme=glass-dark] .el-dropdown-menu__item{color:var(--text-secondary)!important}.glass-dark .el-dropdown-menu__item:hover,[data-theme=glass-dark] .el-dropdown-menu__item:hover{background:var(--bg-hover)!important;color:var(--primary-light)!important}.glass-dark .el-dialog,[data-theme=glass-dark] .el-dialog{background:transparent!important}.glass-dark .el-dialog .el-dialog__header,[data-theme=glass-dark] .el-dialog .el-dialog__header{background:var(--el-bg-color)!important;border-bottom:1px solid var(--border-color)!important}.glass-dark .el-dialog .el-dialog__body,[data-theme=glass-dark] .el-dialog .el-dialog__body{background:var(--el-bg-color)!important;color:var(--text-primary)!important}.glass-dark .el-dialog .el-dialog__footer,[data-theme=glass-dark] .el-dialog .el-dialog__footer{background:var(--el-bg-color)!important;border-top:1px solid var(--border-color)!important}.glass-dark .el-drawer,[data-theme=glass-dark] .el-drawer{background:var(--el-bg-color)!important;box-shadow:-4px 0 16px #00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-dark .el-tabs .el-tabs__nav,[data-theme=glass-dark] .el-tabs .el-tabs__nav{background:rgba(30,41,59,.8)!important;border-bottom:1px solid var(--border-color)!important}.glass-dark .el-tabs .el-tabs__item,[data-theme=glass-dark] .el-tabs .el-tabs__item{color:var(--text-tertiary)!important}.glass-dark .el-tabs .el-tabs__item:hover,[data-theme=glass-dark] .el-tabs .el-tabs__item:hover{color:var(--primary-light)!important}.glass-dark .el-tabs .el-tabs__item.is-active,[data-theme=glass-dark] .el-tabs .el-tabs__item.is-active{color:var(--primary-color)!important}.glass-dark .el-tabs .el-tabs__active-bar,[data-theme=glass-dark] .el-tabs .el-tabs__active-bar{background:var(--primary-color)!important}.glass-dark .el-tabs .el-tabs__content,[data-theme=glass-dark] .el-tabs .el-tabs__content{background:transparent!important}.glass-dark .el-select .el-input__wrapper,[data-theme=glass-dark] .el-select .el-input__wrapper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important}.glass-dark .el-select-dropdown__item,[data-theme=glass-dark] .el-select-dropdown__item{color:var(--text-secondary)!important}.glass-dark .el-select-dropdown__item:hover,[data-theme=glass-dark] .el-select-dropdown__item:hover{background:var(--bg-hover)!important}.glass-dark .el-select-dropdown__item.is-selected,[data-theme=glass-dark] .el-select-dropdown__item.is-selected{color:var(--primary-color)!important;background:var(--bg-hover)!important}.glass-dark .el-date-editor .el-input__wrapper,[data-theme=glass-dark] .el-date-editor .el-input__wrapper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important}.glass-dark .el-date-picker,.glass-dark .el-date-range-picker,.glass-dark .el-time-panel,[data-theme=glass-dark] .el-date-picker,[data-theme=glass-dark] .el-date-range-picker,[data-theme=glass-dark] .el-time-panel{background:var(--el-bg-color)!important;border:1px solid var(--border-color)!important}.glass-dark .el-date-table th,[data-theme=glass-dark] .el-date-table th{color:var(--text-tertiary)!important}.glass-dark .el-date-table td.available,[data-theme=glass-dark] .el-date-table td.available{color:var(--text-secondary)!important}.glass-dark .el-date-table td.today .el-date-table-cell__text,[data-theme=glass-dark] .el-date-table td.today .el-date-table-cell__text{color:var(--primary-color)!important}.glass-dark .theme-btn,[data-theme=glass-dark] .theme-btn{background:rgba(139,92,246,.2)!important;border:1px solid rgba(139,92,246,.4)!important;color:var(--primary-light)!important;&:hover{background:rgba(139,92,246,.3)!important;border-color:var(--primary-color)!important}}.glass-dark .app-header,[data-theme=glass-dark] .app-header{background:rgba(15,23,42,.9)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)!important}.glass-dark .sidebar-container,[data-theme=glass-dark] .sidebar-container{background:var(--sidebar-bg)!important;border-right:1px solid var(--sidebar-border)!important}.glass-dark .el-menu,[data-theme=glass-dark] .el-menu{background:transparent!important;border:none!important}.glass-dark .el-menu-item,.glass-dark .el-sub-menu__title,[data-theme=glass-dark] .el-menu-item,[data-theme=glass-dark] .el-sub-menu__title{color:var(--sidebar-text)!important}.glass-dark .el-menu-item:hover,.glass-dark .el-sub-menu__title:hover,[data-theme=glass-dark] .el-menu-item:hover,[data-theme=glass-dark] .el-sub-menu__title:hover{background:var(--sidebar-item-hover)!important;color:var(--sidebar-text-hover)!important}.glass-dark .el-menu-item.is-active,[data-theme=glass-dark] .el-menu-item.is-active{background:var(--sidebar-item-hover)!important;color:var(--sidebar-item-active)!important}.glass-dark .main-container,[data-theme=glass-dark] .main-container{background:var(--bg-gradient-primary)!important}.glass-dark .el-progress-bar__outer,[data-theme=glass-dark] .el-progress-bar__outer{background:var(--el-fill-color-dark)!important}.glass-dark .el-switch__core,[data-theme=glass-dark] .el-switch__core{background:var(--el-fill-color-dark)!important;border-color:var(--border-color)!important}.glass-dark .el-switch.is-checked .el-switch__core,[data-theme=glass-dark] .el-switch.is-checked .el-switch__core{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-dark .el-checkbox__input .el-checkbox__inner,[data-theme=glass-dark] .el-checkbox__input .el-checkbox__inner{background:var(--el-fill-color)!important;border-color:var(--border-color)!important}.glass-dark .el-checkbox__input.is-checked .el-checkbox__inner,[data-theme=glass-dark] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-dark .el-checkbox__label,[data-theme=glass-dark] .el-checkbox__label{color:var(--text-secondary)!important}.glass-dark .el-radio__input .el-radio__inner,[data-theme=glass-dark] .el-radio__input .el-radio__inner{background:var(--el-fill-color)!important;border-color:var(--border-color)!important}.glass-dark .el-radio__input.is-checked .el-radio__inner,[data-theme=glass-dark] .el-radio__input.is-checked .el-radio__inner{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-dark .el-radio__label,[data-theme=glass-dark] .el-radio__label{color:var(--text-secondary)!important}.glass-dark .el-step__head,[data-theme=glass-dark] .el-step__head{color:var(--text-tertiary)!important;border-color:var(--border-color)!important}.glass-dark .el-step__head.is-process,[data-theme=glass-dark] .el-step__head.is-process{color:var(--primary-color)!important;border-color:var(--primary-color)!important}.glass-dark .el-step__head.is-finish,[data-theme=glass-dark] .el-step__head.is-finish{color:var(--primary-color)!important}.glass-dark .el-step__title,[data-theme=glass-dark] .el-step__title{color:var(--text-tertiary)!important}.glass-dark .el-step__title.is-process,[data-theme=glass-dark] .el-step__title.is-process{color:var(--primary-color)!important;font-weight:600!important}.glass-dark .el-pagination,[data-theme=glass-dark] .el-pagination{color:var(--text-secondary)!important}.glass-dark .el-pager li,[data-theme=glass-dark] .el-pager li{background:var(--el-fill-color)!important;color:var(--text-secondary)!important;border:1px solid var(--border-color)!important}.glass-dark .el-pager li:hover,[data-theme=glass-dark] .el-pager li:hover{color:var(--primary-light)!important}.glass-dark .el-pager li.active,[data-theme=glass-dark] .el-pager li.active{background:var(--primary-color)!important;color:#fff!important;border-color:var(--primary-color)!important}.glass-dark .el-pagination button:hover,[data-theme=glass-dark] .el-pagination button:hover{color:var(--primary-light)!important}.glass-dark .el-message,[data-theme=glass-dark] .el-message{background:rgba(30,41,59,.95)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-xl)!important;color:var(--text-primary)!important}.glass-dark .el-message--success .el-message__content,[data-theme=glass-dark] .el-message--success .el-message__content{color:var(--success-color)!important}.glass-dark .el-message--warning .el-message__content,[data-theme=glass-dark] .el-message--warning .el-message__content{color:var(--warning-color)!important}.glass-dark .el-message--error .el-message__content,[data-theme=glass-dark] .el-message--error .el-message__content{color:var(--danger-color)!important}.glass-dark .el-message--info .el-message__content,[data-theme=glass-dark] .el-message--info .el-message__content{color:var(--primary-light)!important}.glass-dark .el-notification,[data-theme=glass-dark] .el-notification{background:rgba(30,41,59,.95)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-xl)!important}.glass-dark .el-notification__title,[data-theme=glass-dark] .el-notification__title{color:var(--text-primary)!important}.glass-dark .el-notification__content,[data-theme=glass-dark] .el-notification__content{color:var(--text-secondary)!important}.glass-dark .el-loading-spinner .path,[data-theme=glass-dark] .el-loading-spinner .path{stroke:var(--primary-color)!important}.glass-dark .el-loading-text,[data-theme=glass-dark] .el-loading-text{color:var(--text-secondary)!important}.glass-dark .el-tooltip__trigger,[data-theme=glass-dark] .el-tooltip__trigger{outline:none}.glass-dark .el-tooltip__popper,[data-theme=glass-dark] .el-tooltip__popper{background:var(--el-fill-color)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important;box-shadow:var(--shadow-lg)!important}.glass-dark .el-empty,[data-theme=glass-dark] .el-empty{color:var(--text-tertiary)!important}.glass-dark .el-anchor__link,[data-theme=glass-dark] .el-anchor__link{color:var(--text-secondary)!important}.glass-dark .el-anchor__link.is-active,[data-theme=glass-dark] .el-anchor__link.is-active{color:var(--primary-color)!important}:root,:root.theme-nature{--primary-color: #2d6a4f;--primary-hover: #1b5e3f;--primary-light: #52b788;--secondary-color: #40916c;--accent-color: #74c69d;--danger-color: #e63946;--warning-color: #f77f00;--info-color: #457b9d;--success-color: #52b788;--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--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-primary: #f1faee;--bg-secondary: #e9f5db;--bg-tertiary: #d8f3dc;--bg-card: #e9f5db;--bg-hover: #d8f3dc;--text-primary: #1b4332;--text-secondary: #2d6a4f;--text-muted: #52b788;--text-disabled: #74c69d;--text-tertiary: #95d5b2;--border-color: rgba(45, 106, 79, .2);--border-light: rgba(45, 106, 79, .3);--border-focus: rgba(45, 106, 79, .6);--shadow-sm: 0 1px 3px 0 rgba(27, 67, 50, .15);--shadow-md: 0 4px 8px -2px rgba(27, 67, 50, .2);--shadow-lg: 0 12px 20px -4px rgba(27, 67, 50, .25);--shadow-xl: 0 24px 32px -8px rgba(27, 67, 50, .3);--sidebar-bg: #f1faee;--sidebar-border: rgba(45, 106, 79, .2);--sidebar-text: #2d6a4f;--sidebar-text-hover: #1b4332;--sidebar-item-hover: rgba(45, 106, 79, .15);--sidebar-item-active: var(--primary-color);--sidebar-item-active-text: #ffffff;--transition-fast: .2s cubic-bezier(.25, .46, .45, .94);--transition-normal: .3s cubic-bezier(.25, .46, .45, .94);--transition-slow: .5s cubic-bezier(.25, .46, .45, .94)}:root,:root.theme-ocean{--primary-color: #0077b6;--primary-hover: #005f87;--primary-light: #48cae4;--secondary-color: #03045e;--accent-color: #90e0ef;--danger-color: #e63946;--warning-color: #f4a261;--info-color: #457b9d;--success-color: #52b788;--text-on-primary: #ffffff;--text-on-primary-secondary: rgba(255, 255, 255, .9);--button-on-primary-bg: rgba(255, 255, 255, .1);--button-on-primary-border: rgba(255, 255, 255, .2);--button-on-primary-hover-bg: rgba(255, 255, 255, .2);--button-on-primary-hover-border: rgba(255, 255, 255, .4);--bg-primary: #03045e;--bg-secondary: #023e8a;--bg-tertiary: #0077b6;--bg-card: #023e8a;--bg-hover: #0077b6;--text-primary: #caf0f8;--text-secondary: #90e0ef;--text-muted: #48cae4;--text-disabled: #00b4d8;--text-tertiary: #0096c7;--border-color: rgba(144, 224, 239, .3);--border-light: rgba(144, 224, 239, .5);--border-focus: rgba(144, 224, 239, .8);--shadow-sm: 0 1px 3px 0 rgba(3, 4, 94, .3);--shadow-md: 0 4px 8px -2px rgba(3, 4, 94, .4);--shadow-lg: 0 12px 20px -4px rgba(3, 4, 94, .5);--shadow-xl: 0 24px 32px -8px rgba(3, 4, 94, .6);--sidebar-bg: #03045e;--sidebar-border: rgba(144, 224, 239, .2);--sidebar-text: #90e0ef;--sidebar-text-hover: #caf0f8;--sidebar-item-hover: rgba(144, 224, 239, .15);--sidebar-item-active: var(--primary-color);--sidebar-item-active-text: #ffffff;--transition-fast: .25s cubic-bezier(.23, 1, .32, 1);--transition-normal: .4s cubic-bezier(.23, 1, .32, 1);--transition-slow: .6s cubic-bezier(.23, 1, .32, 1);--wave-animation: linear-gradient(135deg, rgba(3, 4, 94, .8) 0%, rgba(0, 119, 182, .8) 50%, rgba(144, 224, 239, .8) 100%)}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-orange-50:oklch(98% .016 73.684);--color-orange-100:oklch(95.4% .038 75.164);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-700:oklch(55.3% .195 38.402);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-700:oklch(55.5% .163 48.998);--color-amber-800:oklch(47.3% .137 46.201);--color-amber-900:oklch(41.4% .112 45.904);--color-amber-950:oklch(27.9% .077 45.635);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-lime-100:oklch(96.7% .067 122.328);--color-lime-300:oklch(89.7% .196 126.665);--color-lime-500:oklch(76.8% .233 130.85);--color-lime-700:oklch(53.2% .157 131.589);--color-green-50:oklch(98.2% .018 155.826);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-emerald-800:oklch(43.2% .095 166.913);--color-emerald-900:oklch(37.8% .077 168.94);--color-emerald-950:oklch(26.2% .051 172.552);--color-teal-50:oklch(98.4% .014 180.72);--color-teal-100:oklch(95.3% .051 180.801);--color-teal-200:oklch(91% .096 180.426);--color-teal-300:oklch(85.5% .138 181.071);--color-teal-400:oklch(77.7% .152 181.912);--color-teal-500:oklch(70.4% .14 182.503);--color-teal-600:oklch(60% .118 184.704);--color-teal-700:oklch(51.1% .096 186.391);--color-cyan-50:oklch(98.4% .019 200.873);--color-cyan-100:oklch(95.6% .045 203.388);--color-cyan-200:oklch(91.7% .08 205.041);--color-cyan-300:oklch(86.5% .127 207.078);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-500:oklch(71.5% .143 215.221);--color-cyan-600:oklch(60.9% .126 221.723);--color-cyan-700:oklch(52% .105 223.128);--color-cyan-800:oklch(45% .085 224.283);--color-cyan-900:oklch(39.8% .07 227.392);--color-sky-50:oklch(97.7% .013 236.62);--color-sky-100:oklch(95.1% .026 236.824);--color-sky-200:oklch(90.1% .058 230.902);--color-sky-300:oklch(82.8% .111 230.318);--color-sky-400:oklch(74.6% .16 232.661);--color-sky-500:oklch(68.5% .169 237.323);--color-sky-600:oklch(58.8% .158 241.966);--color-sky-700:oklch(50% .134 242.749);--color-sky-900:oklch(39.1% .09 240.876);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-indigo-50:oklch(96.2% .018 272.314);--color-indigo-200:oklch(87% .065 274.039);--color-indigo-300:oklch(78.5% .115 274.713);--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-indigo-700:oklch(45.7% .24 277.023);--color-violet-50:oklch(96.9% .016 293.756);--color-violet-100:oklch(94.3% .029 294.588);--color-violet-200:oklch(89.4% .057 293.283);--color-violet-300:oklch(81.1% .111 293.571);--color-violet-400:oklch(70.2% .183 293.541);--color-violet-500:oklch(60.6% .25 292.717);--color-violet-600:oklch(54.1% .281 293.009);--color-violet-700:oklch(49.1% .27 292.581);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-700:oklch(49.6% .265 301.924);--color-fuchsia-50:oklch(97.7% .017 320.058);--color-fuchsia-200:oklch(90.3% .076 319.62);--color-fuchsia-300:oklch(83.3% .145 321.434);--color-fuchsia-400:oklch(74% .238 322.16);--color-fuchsia-500:oklch(66.7% .295 322.15);--color-fuchsia-600:oklch(59.1% .293 322.896);--color-fuchsia-700:oklch(51.8% .253 323.949);--color-pink-50:oklch(97.1% .014 343.198);--color-pink-100:oklch(94.8% .028 342.258);--color-pink-300:oklch(82.3% .12 346.018);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-500:oklch(65.6% .241 354.308);--color-pink-600:oklch(59.2% .249 .584);--color-rose-50:oklch(96.9% .015 12.422);--color-rose-100:oklch(94.1% .03 12.58);--color-rose-200:oklch(89.2% .058 10.001);--color-rose-300:oklch(81% .117 11.638);--color-rose-400:oklch(71.2% .194 13.428);--color-rose-500:oklch(64.5% .246 16.439);--color-rose-600:oklch(58.6% .253 17.585);--color-rose-700:oklch(51.4% .222 16.935);--color-rose-800:oklch(45.5% .188 13.697);--color-rose-900:oklch(41% .159 10.272);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-stone-50:oklch(98.5% .001 106.423);--color-stone-100:oklch(97% .001 106.424);--color-stone-200:oklch(92.3% .003 48.717);--color-stone-800:oklch(26.8% .007 34.298);--color-stone-900:oklch(21.6% .006 56.043);--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-sm:40rem;--breakpoint-md:48rem;--breakpoint-lg:64rem;--breakpoint-xl:80rem;--breakpoint-2xl:96rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--text-8xl:6rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--leading-loose:2;--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0, 0, .2, 1) infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--animate-bounce:bounce 1s infinite;--blur-sm:8px;--blur-md:12px;--blur-xl:24px;--blur-2xl:40px;--blur-3xl:64px;--aspect-video:16 / 9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--color-background:var(--ds-bg-page);--color-card:var(--ds-bg-card);--color-muted:var(--ds-bg-muted);--color-foreground:var(--ds-text-primary);--color-muted-foreground:var(--ds-text-muted);--color-border:var(--ds-border);--color-primary:var(--ds-primary);--color-success:var(--ds-success);--color-warning:var(--ds-warning);--color-danger:var(--ds-danger);--color-info:var(--ds-info)}}@layer components;@layer utilities{:where(.tw-app-shell) :where(.border){border-color:var(--ds-border,#0f172a14)}.tw-app-shell .border-border,.tw-app-shell .border-border\/20,.tw-app-shell .border-border\/50,.tw-app-shell .border-border\/60,.tw-app-shell .border-border\/70,.tw-app-shell .border-border\/80,.tw-app-shell [class*=border-border]{border-color:var(--ds-border,#0f172a14)!important}.tw-app-shell [class*=border-warning]{border-color:#f59e0b3d!important}.tw-app-shell [class*=border-primary],.tw-app-shell [class*=border-success]{border-color:#2fa36b3d!important}.tw-app-shell [class*=border-danger]{border-color:#ef44443d!important}.tw-app-shell [class*=border-info]{border-color:#0ea5e93d!important}.tw-app-shell .notification-close,.tw-app-shell .el-tabs__nav,.tw-app-shell .el-tabs__header,.tw-app-shell .el-tabs__item{border-color:var(--ds-border,#0f172a14)!important;outline-color:#0000!important}.tw-app-shell .bg-card{background-color:var(--ds-bg-card,#fff)!important}.tw-app-shell .bg-background{background-color:var(--ds-bg-page,#f5efe6)!important}.tw-app-shell .bg-muted,.tw-app-shell .bg-muted\/30,.tw-app-shell .bg-muted\/70{background-color:var(--ds-bg-muted,#f8fafc)!important}.tw-app-shell .text-foreground{color:var(--ds-text-primary,#0f172a)!important}.tw-app-shell .text-muted-foreground{color:var(--ds-text-muted,#64748b)!important}.tw-app-shell .border:not([class*=border-]){border-color:#e2e8f0!important}.tw-app-shell .border:not([class*=border-]):hover{border-color:#cbd5e1!important}.tw-content-slot.layered-page-container{gap:var(--ds-space-5,20px);background:0 0;padding-top:0}.tw-content-slot.layered-page-container>.page-container:not(.layered-page-container),.tw-content-slot.layered-page-container>[class*=-page]{width:100%;max-width:none}.tw-content-slot.layered-page-container .page-header:not(.layer),.tw-content-slot.layered-page-container .dashboard-page-header,.tw-content-slot.layered-page-container .page-header-custom{background:linear-gradient(135deg,#f0fdf4f5,#ecfdf5e6);border:1px solid #ffffffb8;border-radius:28px;box-shadow:0 18px 48px #2fa36b1f}}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.inset-3{inset:calc(var(--spacing) * 3)}.inset-6{inset:calc(var(--spacing) * 6)}.inset-12{inset:calc(var(--spacing) * 12)}.inset-24{inset:calc(var(--spacing) * 24)}.inset-x-0{inset-inline:calc(var(--spacing) * 0)}.inset-x-3{inset-inline:calc(var(--spacing) * 3)}.inset-y-0{inset-block:calc(var(--spacing) * 0)}.inset-y-2{inset-block:calc(var(--spacing) * 2)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.-top-1{top:calc(var(--spacing) * -1)}.-top-1\.5{top:calc(var(--spacing) * -1.5)}.-top-2{top:calc(var(--spacing) * -2)}.-top-10{top:calc(var(--spacing) * -10)}.-top-16{top:calc(var(--spacing) * -16)}.-top-24{top:calc(var(--spacing) * -24)}.top-0{top:calc(var(--spacing) * 0)}.top-1\.5{top:calc(var(--spacing) * 1.5)}.top-1\/2{top:50%}.top-1\/3{top:33.3333%}.top-1\/4{top:25%}.top-1\/5{top:20%}.top-2{top:calc(var(--spacing) * 2)}.top-3{top:calc(var(--spacing) * 3)}.top-4{top:calc(var(--spacing) * 4)}.top-5{top:calc(var(--spacing) * 5)}.top-6{top:calc(var(--spacing) * 6)}.top-8{top:calc(var(--spacing) * 8)}.top-10{top:calc(var(--spacing) * 10)}.top-12{top:calc(var(--spacing) * 12)}.top-16{top:calc(var(--spacing) * 16)}.top-20{top:calc(var(--spacing) * 20)}.top-24{top:calc(var(--spacing) * 24)}.top-\[-2\.5rem\]{top:-2.5rem}.top-\[-2px\]{top:-2px}.top-\[-2rem\]{top:-2rem}.top-\[-3rem\]{top:-3rem}.top-\[-4rem\]{top:-4rem}.top-\[-7rem\]{top:-7rem}.top-\[-8rem\]{top:-8rem}.top-\[-16px\]{top:-16px}.top-\[-30px\]{top:-30px}.top-\[6rem\]{top:6rem}.top-\[8\%\]{top:8%}.top-\[12\%\]{top:12%}.top-\[15\%\]{top:15%}.top-\[88px\]{top:88px}.top-\[calc\(100\%\+0\.75rem\)\]{top:calc(100% + .75rem)}.top-full{top:100%}.-right-1{right:calc(var(--spacing) * -1)}.-right-2{right:calc(var(--spacing) * -2)}.-right-8{right:calc(var(--spacing) * -8)}.-right-10{right:calc(var(--spacing) * -10)}.-right-24{right:calc(var(--spacing) * -24)}.right-0{right:calc(var(--spacing) * 0)}.right-1\.5{right:calc(var(--spacing) * 1.5)}.right-2{right:calc(var(--spacing) * 2)}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.right-5{right:calc(var(--spacing) * 5)}.right-6{right:calc(var(--spacing) * 6)}.right-8{right:calc(var(--spacing) * 8)}.right-10{right:calc(var(--spacing) * 10)}.right-12{right:calc(var(--spacing) * 12)}.right-24{right:calc(var(--spacing) * 24)}.right-\[-2\.5rem\]{right:-2.5rem}.right-\[-2px\]{right:-2px}.right-\[-2rem\]{right:-2rem}.right-\[-4rem\]{right:-4rem}.right-\[-6rem\]{right:-6rem}.right-\[-7rem\]{right:-7rem}.right-\[-8rem\]{right:-8rem}.right-\[-16\%\]{right:-16%}.right-\[-20px\]{right:-20px}.right-\[-40px\]{right:-40px}.right-\[8\%\]{right:8%}.right-\[10\%\]{right:10%}.right-\[15\%\]{right:15%}.bottom-0{bottom:calc(var(--spacing) * 0)}.bottom-1\.5{bottom:calc(var(--spacing) * 1.5)}.bottom-1\/4{bottom:25%}.bottom-2{bottom:calc(var(--spacing) * 2)}.bottom-3{bottom:calc(var(--spacing) * 3)}.bottom-4{bottom:calc(var(--spacing) * 4)}.bottom-10{bottom:calc(var(--spacing) * 10)}.bottom-24{bottom:calc(var(--spacing) * 24)}.bottom-\[-5rem\]{bottom:-5rem}.bottom-\[-8rem\]{bottom:-8rem}.bottom-\[-10\%\]{bottom:-10%}.bottom-\[-10rem\]{bottom:-10rem}.bottom-\[-20px\]{bottom:-20px}.bottom-\[-40px\]{bottom:-40px}.bottom-\[-72px\]{bottom:-72px}.bottom-\[12\%\]{bottom:12%}.-left-1\.5{left:calc(var(--spacing) * -1.5)}.-left-2{left:calc(var(--spacing) * -2)}.-left-10{left:calc(var(--spacing) * -10)}.-left-16{left:calc(var(--spacing) * -16)}.-left-28{left:calc(var(--spacing) * -28)}.left-0{left:calc(var(--spacing) * 0)}.left-1{left:calc(var(--spacing) * 1)}.left-1\/2{left:50%}.left-1\/3{left:33.3333%}.left-2{left:calc(var(--spacing) * 2)}.left-2\.5{left:calc(var(--spacing) * 2.5)}.left-3{left:calc(var(--spacing) * 3)}.left-4{left:calc(var(--spacing) * 4)}.left-5{left:calc(var(--spacing) * 5)}.left-6{left:calc(var(--spacing) * 6)}.left-10{left:calc(var(--spacing) * 10)}.left-20{left:calc(var(--spacing) * 20)}.left-\[-4rem\]{left:-4rem}.left-\[-5rem\]{left:-5rem}.left-\[-9rem\]{left:-9rem}.left-\[-10rem\]{left:-10rem}.left-\[-12\%\]{left:-12%}.left-\[10\%\]{left:10%}.left-\[20\%\]{left:20%}.left-\[22\%\]{left:22%}.left-\[32\%\]{left:32%}.isolate{isolation:isolate}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[120\]{z-index:120}.z-\[1030\]{z-index:1030}.z-\[1190\]{z-index:1190}.z-\[1200\]{z-index:1200}.z-\[2000\]{z-index:2000}.col-span-2{grid-column:span 2/span 2}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.float-right{float:right}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.m-1{margin:calc(var(--spacing) * 1)}.m-2{margin:calc(var(--spacing) * 2)}.m-3{margin:calc(var(--spacing) * 3)}.m-4{margin:calc(var(--spacing) * 4)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-3{margin-inline:calc(var(--spacing) * 3)}.mx-4{margin-inline:calc(var(--spacing) * 4)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-3{margin-block:calc(var(--spacing) * 3)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-6{margin-block:calc(var(--spacing) * 6)}.\!mt-3{margin-top:calc(var(--spacing) * 3)!important}.\!mt-4{margin-top:calc(var(--spacing) * 4)!important}.mt-0{margin-top:calc(var(--spacing) * 0)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-9{margin-top:calc(var(--spacing) * 9)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mt-\[7px\]{margin-top:7px}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mr-4{margin-right:calc(var(--spacing) * 4)}.\!mb-0{margin-bottom:calc(var(--spacing) * 0)!important}.\!mb-4{margin-bottom:calc(var(--spacing) * 4)!important}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.mb-15{margin-bottom:calc(var(--spacing) * 15)}.mb-20{margin-bottom:calc(var(--spacing) * 20)}.\!ml-0{margin-left:calc(var(--spacing) * 0)!important}.-ml-2{margin-left:calc(var(--spacing) * -2)}.ml-0\.5{margin-left:calc(var(--spacing) * .5)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-\[10px\]{margin-left:10px}.ml-\[19px\]{margin-left:19px}.ml-auto{margin-left:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-5{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!flex{display:flex!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.list-item{display:list-item}.table{display:table}.table-row{display:table-row}.aspect-\[0\.9\]{aspect-ratio:.9}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-\[9\/16\]{aspect-ratio:9/16}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-12{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12)}.size-20{width:calc(var(--spacing) * 20);height:calc(var(--spacing) * 20)}.size-56{width:calc(var(--spacing) * 56);height:calc(var(--spacing) * 56)}.\!h-9{height:calc(var(--spacing) * 9)!important}.\!h-10{height:calc(var(--spacing) * 10)!important}.\!h-11{height:calc(var(--spacing) * 11)!important}.\!h-12{height:calc(var(--spacing) * 12)!important}.\!h-auto{height:auto!important}.h-0{height:calc(var(--spacing) * 0)}.h-1{height:calc(var(--spacing) * 1)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-1\/2{height:50%}.h-1\/4{height:25%}.h-2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-2\/5{height:40%}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-4{height:calc(var(--spacing) * 4)}.h-4\/5{height:80%}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-16{height:calc(var(--spacing) * 16)}.h-20{height:calc(var(--spacing) * 20)}.h-24{height:calc(var(--spacing) * 24)}.h-28{height:calc(var(--spacing) * 28)}.h-32{height:calc(var(--spacing) * 32)}.h-36{height:calc(var(--spacing) * 36)}.h-40{height:calc(var(--spacing) * 40)}.h-44{height:calc(var(--spacing) * 44)}.h-48{height:calc(var(--spacing) * 48)}.h-52{height:calc(var(--spacing) * 52)}.h-56{height:calc(var(--spacing) * 56)}.h-60{height:calc(var(--spacing) * 60)}.h-64{height:calc(var(--spacing) * 64)}.h-72{height:calc(var(--spacing) * 72)}.h-80{height:calc(var(--spacing) * 80)}.h-96{height:calc(var(--spacing) * 96)}.h-\[3px\]{height:3px}.h-\[5\%\]{height:5%}.h-\[10\%\]{height:10%}.h-\[15\%\]{height:15%}.h-\[20\%\]{height:20%}.h-\[24rem\]{height:24rem}.h-\[26rem\]{height:26rem}.h-\[28rem\]{height:28rem}.h-\[30\%\]{height:30%}.h-\[30rem\]{height:30rem}.h-\[35\%\]{height:35%}.h-\[45\%\]{height:45%}.h-\[52px\]{height:52px}.h-\[55\%\]{height:55%}.h-\[60\%\]{height:60%}.h-\[60px\]{height:60px}.h-\[65\%\]{height:65%}.h-\[70\%\]{height:70%}.h-\[72px\]{height:72px}.h-\[75\%\]{height:75%}.h-\[80\%\]{height:80%}.h-\[85\%\]{height:85%}.h-\[88\%\]{height:88%}.h-\[90\%\]{height:90%}.h-\[95\%\]{height:95%}.h-\[120px\]{height:120px}.h-\[132px\]{height:132px}.h-\[140px\]{height:140px}.h-\[156px\]{height:156px}.h-\[168px\]{height:168px}.h-\[180px\]{height:180px}.h-\[200px\]{height:200px}.h-\[220px\]{height:220px}.h-\[240px\]{height:240px}.h-\[250px\]{height:250px}.h-\[280px\]{height:280px}.h-\[300px\]{height:300px}.h-\[320px\]{height:320px}.h-\[420px\]{height:420px}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-\[620px\]{height:620px}.h-\[700px\]{height:700px}.h-\[calc\(100vh-104px\)\]{height:calc(100vh - 104px)}.h-\[calc\(100vh-220px\)\]{height:calc(100vh - 220px)}.h-\[env\(safe-area-inset-bottom\)\]{height:env(safe-area-inset-bottom)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:calc(var(--spacing) * 0)}.max-h-20{max-height:calc(var(--spacing) * 20)}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-40{max-height:calc(var(--spacing) * 40)}.max-h-52{max-height:calc(var(--spacing) * 52)}.max-h-60{max-height:calc(var(--spacing) * 60)}.max-h-72{max-height:calc(var(--spacing) * 72)}.max-h-\[18rem\]{max-height:18rem}.max-h-\[26rem\]{max-height:26rem}.max-h-\[72\%\]{max-height:72%}.max-h-\[75vh\]{max-height:75vh}.max-h-\[78vh\]{max-height:78vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[82vh\]{max-height:82vh}.max-h-\[120rem\]{max-height:120rem}.max-h-\[160rem\]{max-height:160rem}.max-h-\[260px\]{max-height:260px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[360px\]{max-height:360px}.max-h-\[400px\]{max-height:400px}.max-h-\[420px\]{max-height:420px}.max-h-\[460px\]{max-height:460px}.max-h-\[500px\]{max-height:500px}.max-h-\[520px\]{max-height:520px}.max-h-\[560px\]{max-height:560px}.max-h-\[720px\]{max-height:720px}.max-h-\[calc\(100vh-180px\)\]{max-height:calc(100vh - 180px)}.max-h-\[calc\(100vh-360px\)\]{max-height:calc(100vh - 360px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-11{min-height:calc(var(--spacing) * 11)!important}.\!min-h-full{min-height:100%!important}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-6{min-height:calc(var(--spacing) * 6)}.min-h-9{min-height:calc(var(--spacing) * 9)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-12{min-height:calc(var(--spacing) * 12)}.min-h-16{min-height:calc(var(--spacing) * 16)}.min-h-\[40px\]{min-height:40px}.min-h-\[40vh\]{min-height:40vh}.min-h-\[50dvh\]{min-height:50dvh}.min-h-\[60px\]{min-height:60px}.min-h-\[72px\]{min-height:72px}.min-h-\[80px\]{min-height:80px}.min-h-\[96px\]{min-height:96px}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[100px\]{min-height:100px}.min-h-\[104px\]{min-height:104px}.min-h-\[112px\]{min-height:112px}.min-h-\[118px\]{min-height:118px}.min-h-\[120px\]{min-height:120px}.min-h-\[152px\]{min-height:152px}.min-h-\[160px\]{min-height:160px}.min-h-\[168px\]{min-height:168px}.min-h-\[186px\]{min-height:186px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[240px\]{min-height:240px}.min-h-\[260px\]{min-height:260px}.min-h-\[280px\]{min-height:280px}.min-h-\[300px\]{min-height:300px}.min-h-\[360px\]{min-height:360px}.min-h-\[400px\]{min-height:400px}.min-h-\[420px\]{min-height:420px}.min-h-\[480px\]{min-height:480px}.min-h-\[500px\]{min-height:500px}.min-h-\[520px\]{min-height:520px}.min-h-\[560px\]{min-height:560px}.min-h-\[620px\]{min-height:620px}.min-h-\[640px\]{min-height:640px}.min-h-\[760px\]{min-height:760px}.min-h-\[780px\]{min-height:780px}.min-h-\[calc\(100vh-2\.5rem\)\]{min-height:calc(100vh - 2.5rem)}.min-h-\[calc\(100vh-3rem\)\]{min-height:calc(100vh - 3rem)}.min-h-\[calc\(100vh-4rem\)\]{min-height:calc(100vh - 4rem)}.min-h-\[calc\(100vh-8rem\)\]{min-height:calc(100vh - 8rem)}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-\[150px\]{width:150px!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-0{width:calc(var(--spacing) * 0)}.w-0\.5{width:calc(var(--spacing) * .5)}.w-1{width:calc(var(--spacing) * 1)}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-2{width:calc(var(--spacing) * 2)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-2\/5{width:40%}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-4{width:calc(var(--spacing) * 4)}.w-4\/5{width:80%}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-16{width:calc(var(--spacing) * 16)}.w-20{width:calc(var(--spacing) * 20)}.w-24{width:calc(var(--spacing) * 24)}.w-28{width:calc(var(--spacing) * 28)}.w-30{width:calc(var(--spacing) * 30)}.w-32{width:calc(var(--spacing) * 32)}.w-36{width:calc(var(--spacing) * 36)}.w-40{width:calc(var(--spacing) * 40)}.w-44{width:calc(var(--spacing) * 44)}.w-48{width:calc(var(--spacing) * 48)}.w-50{width:calc(var(--spacing) * 50)}.w-52{width:calc(var(--spacing) * 52)}.w-56{width:calc(var(--spacing) * 56)}.w-64{width:calc(var(--spacing) * 64)}.w-72{width:calc(var(--spacing) * 72)}.w-80{width:calc(var(--spacing) * 80)}.w-96{width:calc(var(--spacing) * 96)}.w-\[2px\]{width:2px}.w-\[5\%\]{width:5%}.w-\[10\%\]{width:10%}.w-\[15\%\]{width:15%}.w-\[20\%\]{width:20%}.w-\[24rem\]{width:24rem}.w-\[25\%\]{width:25%}.w-\[26rem\]{width:26rem}.w-\[28rem\]{width:28rem}.w-\[30\%\]{width:30%}.w-\[30rem\]{width:30rem}.w-\[35\%\]{width:35%}.w-\[40\%\]{width:40%}.w-\[45\%\]{width:45%}.w-\[50\%\]{width:50%}.w-\[52px\]{width:52px}.w-\[55\%\]{width:55%}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[65\%\]{width:65%}.w-\[70\%\]{width:70%}.w-\[72px\]{width:72px}.w-\[75\%\]{width:75%}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[95\%\]{width:95%}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[176px\]{width:176px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[272px\]{width:272px}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[350px\]{width:350px}.w-\[400px\]{width:400px}.w-\[420px\]{width:420px}.w-\[min\(450px\,calc\(100vw-2rem\)\)\]{width:min(450px,100vw - 2rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-10{max-width:calc(var(--spacing) * 10)}.max-w-\[7rem\]{max-width:7rem}.max-w-\[10ch\]{max-width:10ch}.max-w-\[22rem\]{max-width:22rem}.max-w-\[30rem\]{max-width:30rem}.max-w-\[42rem\]{max-width:42rem}.max-w-\[46rem\]{max-width:46rem}.max-w-\[56rem\]{max-width:56rem}.max-w-\[60\%\]{max-width:60%}.max-w-\[80\%\]{max-width:80%}.max-w-\[82\%\]{max-width:82%}.max-w-\[84\%\]{max-width:84%}.max-w-\[88\%\]{max-width:88%}.max-w-\[90px\]{max-width:90px}.max-w-\[140px\]{max-width:140px}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[380px\]{max-width:380px}.max-w-\[560px\]{max-width:560px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[1180px\]{max-width:1180px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1480px\]{max-width:1480px}.max-w-\[1600px\]{max-width:1600px}.max-w-\[1680px\]{max-width:1680px}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.\!min-w-\[120px\]{min-width:120px!important}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-5{min-width:calc(var(--spacing) * 5)}.min-w-6{min-width:calc(var(--spacing) * 6)}.min-w-7{min-width:calc(var(--spacing) * 7)}.min-w-14{min-width:calc(var(--spacing) * 14)}.min-w-\[2\.25rem\]{min-width:2.25rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[24px\]{min-width:24px}.min-w-\[32px\]{min-width:32px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[240px\]{min-width:240px}.min-w-\[280px\]{min-width:280px}.min-w-\[980px\]{min-width:980px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.flex-1{flex:1}.flex-\[1\.4\]{flex:1.4}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-\[120\%\]{--tw-translate-x:-120%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-8{--tw-translate-x:calc(var(--spacing) * 8);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-8{--tw-translate-y:calc(var(--spacing) * -8);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-16{--tw-translate-y:calc(var(--spacing) * -16);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-1{--tw-translate-y:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-2{--tw-translate-y:calc(var(--spacing) * 2);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-6{--tw-translate-y:calc(var(--spacing) * 6);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\[2px\]{--tw-translate-y:2px;translate:var(--tw-translate-x) var(--tw-translate-y)}.scale-75{--tw-scale-x:75%;--tw-scale-y:75%;--tw-scale-z:75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-105{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-\[0\.98\]{scale:.98}.scale-\[1\.02\]{scale:1.02}.-rotate-90{rotate:-90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.\[animation\:pulse_1s_infinite\]{animation:1s infinite pulse}.\[animation\:rainbow_3s_linear_infinite\]{animation:3s linear infinite rainbow}.animate-bounce{animation:var(--animate-bounce)}.animate-fade-in{animation:.2s ease-out fade-in}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.resize{resize:both}.snap-start{scroll-snap-align:start}.scroll-mt-24{scroll-margin-top:calc(var(--spacing) * 24)}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-\[1\.2fr_1fr_1fr_0\.8fr_0\.8fr_0\.9fr_1fr_1\.5fr\]{grid-template-columns:1.2fr 1fr 1fr .8fr .8fr .9fr 1fr 1.5fr}.grid-cols-\[72px\,minmax\(0\,1\.8fr\)\,120px\,160px\,220px\,112px\]{grid-template-columns:72px,minmax(0,1.8fr),120px,160px,220px,112px}.grid-cols-\[84px_minmax\(0\,1fr\)\]{grid-template-columns:84px minmax(0,1fr)}.grid-cols-\[96px\,1fr\,72px\,72px\,72px\]{grid-template-columns:96px,1fr,72px,72px,72px}.grid-cols-\[250px_1fr\]{grid-template-columns:250px 1fr}.grid-cols-\[auto_1fr_auto_auto\]{grid-template-columns:auto 1fr auto auto}.grid-cols-\[auto_auto_minmax\(0\,1fr\)_auto\]{grid-template-columns:auto auto minmax(0,1fr) auto}.grid-cols-\[repeat\(auto-fill\,minmax\(100px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(160px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(180px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(240px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(280px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(150px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(300px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(320px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid-rows-\[auto_auto_1fr_auto\]{grid-template-rows:auto auto 1fr auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0{gap:calc(var(--spacing) * 0)}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-7>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)))}.gap-x-3{-moz-column-gap:calc(var(--spacing) * 3);column-gap:calc(var(--spacing) * 3)}.gap-x-4{-moz-column-gap:calc(var(--spacing) * 4);column-gap:calc(var(--spacing) * 4)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)))}.gap-y-1{row-gap:calc(var(--spacing) * 1)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-\[var\(--ds-border-light\)\]>:not(:last-child)){border-color:var(--ds-border-light)}.self-start{align-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-y-contain{overscroll-behavior-y:contain}.\!rounded-2xl{border-radius:1.5rem!important}.\!rounded-\[20px\]{border-radius:20px!important}.\!rounded-\[28px\]{border-radius:28px!important}.\!rounded-full{border-radius:3.40282e38px!important}.\!rounded-lg{border-radius:.75rem!important}.\!rounded-none{border-radius:0!important}.\!rounded-xl{border-radius:1rem!important}.rounded{border-radius:.375rem}.rounded-2xl{border-radius:1.5rem}.rounded-3xl{border-radius:2rem}.rounded-\[1\.3rem\]{border-radius:1.3rem}.rounded-\[1\.4rem\]{border-radius:1.4rem}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[1\.6rem\]{border-radius:1.6rem}.rounded-\[1\.35rem\]{border-radius:1.35rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-\[34px\]{border-radius:34px}.rounded-\[36px\]{border-radius:36px}.rounded-\[40px\]{border-radius:40px}.rounded-\[calc\(1\.5rem-1px\)\]{border-radius:calc(1.5rem - 1px)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:.75rem}.rounded-md{border-radius:.5rem}.rounded-sm{border-radius:.25rem}.rounded-xl{border-radius:1rem}.\!rounded-t-md{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-t{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[28px\]{border-top-left-radius:28px;border-top-right-radius:28px}.rounded-t-md{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-l{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-2xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.rounded-b{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-sm{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.\!border{border-style:var(--tw-border-style)!important;border-width:1px!important}.\!border-0{border-style:var(--tw-border-style)!important;border-width:0!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-3{border-style:var(--tw-border-style);border-width:3px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[3px\]{border-style:var(--tw-border-style);border-width:3px}.border-\[6px\]{border-style:var(--tw-border-style);border-width:6px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-2{border-top-style:var(--tw-border-style);border-top-width:2px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-l-\[3px\]{border-left-style:var(--tw-border-style);border-left-width:3px}.\!border-none{--tw-border-style:none!important;border-style:none!important}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.\!border-amber-200{border-color:var(--color-amber-200)!important}.\!border-border{border-color:var(--color-border)!important}.\!border-emerald-200{border-color:var(--color-emerald-200)!important}.\!border-rose-200{border-color:var(--color-rose-200)!important}.\!border-slate-200{border-color:#e2e8f0!important}.\!border-slate-200\/80{border-color:oklab(92.8761% -.00315791 -.0122172/.8)!important}.\!border-white\/10{border-color:#ffffff1a!important}@supports (color:color-mix(in lab,red,red)){.\!border-white\/10{border-color:color-mix(in oklab,var(--color-white) 10%,transparent)!important}}.\!border-white\/15{border-color:#ffffff26!important}@supports (color:color-mix(in lab,red,red)){.\!border-white\/15{border-color:color-mix(in oklab,var(--color-white) 15%,transparent)!important}}.\!border-white\/20{border-color:#fff3!important}@supports (color:color-mix(in lab,red,red)){.\!border-white\/20{border-color:color-mix(in oklab,var(--color-white) 20%,transparent)!important}}.\!border-white\/30{border-color:#ffffff4d!important}@supports (color:color-mix(in lab,red,red)){.\!border-white\/30{border-color:color-mix(in oklab,var(--color-white) 30%,transparent)!important}}.\!border-white\/75{border-color:#ffffffbf!important}@supports (color:color-mix(in lab,red,red)){.\!border-white\/75{border-color:color-mix(in oklab,var(--color-white) 75%,transparent)!important}}.border-\[\#0f766e\]{border-color:#0f766e}.border-\[\#b8e8df\]{border-color:#b8e8df}.border-\[\#be185d\]{border-color:#be185d}.border-\[\#c7efe8\]{border-color:#c7efe8}.border-\[\#cddffa\]{border-color:#cddffa}.border-\[\#d9e8ff\]{border-color:#d9e8ff}.border-\[\#ead9ff\]{border-color:#ead9ff}.border-\[\#eedfff\]{border-color:#eedfff}.border-\[\#ffd9c5\]{border-color:#ffd9c5}.border-\[\#ffe5d7\]{border-color:#ffe5d7}.border-\[color-mix\(in_srgb\,var\(--ds-success\)_18\%\,var\(--ds-border\)\)\]{border-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.border-\[color-mix\(in_srgb\,var\(--ds-success\)_18\%\,var\(--ds-border\)\)\]{border-color:color-mix(in srgb,var(--ds-success) 18%,var(--ds-border))}}.border-\[color-mix\(in_srgb\,var\(--ds-warning\)_18\%\,var\(--ds-border\)\)\]{border-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.border-\[color-mix\(in_srgb\,var\(--ds-warning\)_18\%\,var\(--ds-border\)\)\]{border-color:color-mix(in srgb,var(--ds-warning) 18%,var(--ds-border))}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_18\%\,white\)\]{border-color:var(--ds-danger)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_18\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-danger) 18%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_18\%\,white\)\]{border-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_18\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-info) 18%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_20\%\,white\)\]{border-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_20\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-info) 20%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_16\%\,white\)\]{border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_16\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-primary) 16%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,white\)\]{border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-primary) 18%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,var\(--ds-border\)\)\]{border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,var\(--ds-border\)\)\]{border-color:color-mix(in srgb,var(--ds-primary) 24%,var(--ds-border))}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_18\%\,white\)\]{border-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_18\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-success) 18%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_20\%\,white\)\]{border-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_20\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-success) 20%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_18\%\,white\)\]{border-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_18\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-warning) 18%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_20\%\,white\)\]{border-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_20\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-warning) 20%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_22\%\,white\)\]{border-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_22\%\,white\)\]{border-color:color-mix(in srgb,var(--ds-warning) 22%,white)}}.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_24\%\,var\(--ds-border\)\)\]{border-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.border-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_24\%\,var\(--ds-border\)\)\]{border-color:color-mix(in srgb,var(--ds-warning) 24%,var(--ds-border))}}.border-\[color\:var\(--bl-panel-border\)\]{border-color:var(--bl-panel-border)}.border-\[rgba\(15\,118\,110\,0\.22\)\]{border-color:#0f766e38}.border-\[rgba\(15\,118\,110\,0\.24\)\]{border-color:#0f766e3d}.border-\[rgba\(37\,99\,235\,0\.2\)\]{border-color:#2563eb33}.border-\[rgba\(217\,119\,6\,0\.22\)\]{border-color:#d9770638}.border-\[rgba\(217\,119\,6\,0\.24\)\]{border-color:#d977063d}.border-\[rgba\(220\,38\,38\,0\.22\)\]{border-color:#dc262638}.border-\[rgba\(220\,38\,38\,0\.35\)\]{border-color:#dc262659}.border-\[var\(--border-color-light\,\#f0f0f0\)\]{border-color:var(--border-color-light,#f0f0f0)}.border-\[var\(--border-light\)\]{border-color:var(--border-light)}.border-\[var\(--ds-border\)\]{border-color:var(--ds-border)}.border-\[var\(--ds-border\,\#e5e7eb\)\]{border-color:var(--ds-border,#e5e7eb)}.border-\[var\(--ds-border-light\)\]{border-color:var(--ds-border-light)}.border-\[var\(--ds-border-strong\)\]{border-color:var(--ds-border-strong)}.border-\[var\(--ds-primary\)\]\/10{border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.border-\[var\(--ds-primary\)\]\/10{border-color:color-mix(in oklab,var(--ds-primary) 10%,transparent)}}.border-\[var\(--ds-success\)\]{border-color:var(--ds-success)}.border-\[var\(--van-border-color\)\]{border-color:var(--van-border-color)}.border-\[var\(--vibrant-primary\)\]{border-color:var(--vibrant-primary)}.border-\[var\(--vibrant-secondary\)\]{border-color:var(--vibrant-secondary)}.border-amber-100{border-color:var(--color-amber-100)}.border-amber-100\/80{border-color:#fef3c6cc}@supports (color:color-mix(in lab,red,red)){.border-amber-100\/80{border-color:color-mix(in oklab,var(--color-amber-100) 80%,transparent)}}.border-amber-100\/90{border-color:#fef3c6e6}@supports (color:color-mix(in lab,red,red)){.border-amber-100\/90{border-color:color-mix(in oklab,var(--color-amber-100) 90%,transparent)}}.border-amber-200{border-color:var(--color-amber-200)}.border-amber-200\/70{border-color:#fee685b3}@supports (color:color-mix(in lab,red,red)){.border-amber-200\/70{border-color:color-mix(in oklab,var(--color-amber-200) 70%,transparent)}}.border-amber-200\/80{border-color:#fee685cc}@supports (color:color-mix(in lab,red,red)){.border-amber-200\/80{border-color:color-mix(in oklab,var(--color-amber-200) 80%,transparent)}}.border-amber-200\/90{border-color:#fee685e6}@supports (color:color-mix(in lab,red,red)){.border-amber-200\/90{border-color:color-mix(in oklab,var(--color-amber-200) 90%,transparent)}}.border-amber-300{border-color:var(--color-amber-300)}.border-amber-300\/60{border-color:#ffd23699}@supports (color:color-mix(in lab,red,red)){.border-amber-300\/60{border-color:color-mix(in oklab,var(--color-amber-300) 60%,transparent)}}.border-amber-300\/70{border-color:#ffd236b3}@supports (color:color-mix(in lab,red,red)){.border-amber-300\/70{border-color:color-mix(in oklab,var(--color-amber-300) 70%,transparent)}}.border-amber-500{border-color:var(--color-amber-500)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-300{border-color:var(--color-blue-300)}.border-blue-500{border-color:var(--color-blue-500)}.border-border,.border-border\/30{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/30{border-color:color-mix(in oklab,var(--color-border) 30%,transparent)}}.border-border\/40{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/40{border-color:color-mix(in oklab,var(--color-border) 40%,transparent)}}.border-border\/50{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/50{border-color:color-mix(in oklab,var(--color-border) 50%,transparent)}}.border-border\/60{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/60{border-color:color-mix(in oklab,var(--color-border) 60%,transparent)}}.border-border\/70{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/70{border-color:color-mix(in oklab,var(--color-border) 70%,transparent)}}.border-border\/80{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.border-border\/80{border-color:color-mix(in oklab,var(--color-border) 80%,transparent)}}.border-card{border-color:var(--color-card)}.border-current\/10{border-color:currentColor}@supports (color:color-mix(in lab,red,red)){.border-current\/10{border-color:color-mix(in oklab,currentcolor 10%,transparent)}}.border-current\/20{border-color:currentColor}@supports (color:color-mix(in lab,red,red)){.border-current\/20{border-color:color-mix(in oklab,currentcolor 20%,transparent)}}.border-cyan-100\/90{border-color:#cefafee6}@supports (color:color-mix(in lab,red,red)){.border-cyan-100\/90{border-color:color-mix(in oklab,var(--color-cyan-100) 90%,transparent)}}.border-cyan-200{border-color:var(--color-cyan-200)}.border-cyan-200\/70{border-color:#a2f4fdb3}@supports (color:color-mix(in lab,red,red)){.border-cyan-200\/70{border-color:color-mix(in oklab,var(--color-cyan-200) 70%,transparent)}}.border-cyan-200\/80{border-color:#a2f4fdcc}@supports (color:color-mix(in lab,red,red)){.border-cyan-200\/80{border-color:color-mix(in oklab,var(--color-cyan-200) 80%,transparent)}}.border-cyan-200\/90{border-color:#a2f4fde6}@supports (color:color-mix(in lab,red,red)){.border-cyan-200\/90{border-color:color-mix(in oklab,var(--color-cyan-200) 90%,transparent)}}.border-cyan-300{border-color:var(--color-cyan-300)}.border-cyan-400\/30{border-color:#00d2ef4d}@supports (color:color-mix(in lab,red,red)){.border-cyan-400\/30{border-color:color-mix(in oklab,var(--color-cyan-400) 30%,transparent)}}.border-cyan-400\/60{border-color:#00d2ef99}@supports (color:color-mix(in lab,red,red)){.border-cyan-400\/60{border-color:color-mix(in oklab,var(--color-cyan-400) 60%,transparent)}}.border-danger,.border-danger\/20{border-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.border-danger\/20{border-color:color-mix(in oklab,var(--color-danger) 20%,transparent)}}.border-danger\/30{border-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.border-danger\/30{border-color:color-mix(in oklab,var(--color-danger) 30%,transparent)}}.border-danger\/40{border-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.border-danger\/40{border-color:color-mix(in oklab,var(--color-danger) 40%,transparent)}}.border-emerald-100{border-color:var(--color-emerald-100)}.border-emerald-100\/90{border-color:#d0fae5e6}@supports (color:color-mix(in lab,red,red)){.border-emerald-100\/90{border-color:color-mix(in oklab,var(--color-emerald-100) 90%,transparent)}}.border-emerald-200{border-color:var(--color-emerald-200)}.border-emerald-200\/70{border-color:#a4f4cfb3}@supports (color:color-mix(in lab,red,red)){.border-emerald-200\/70{border-color:color-mix(in oklab,var(--color-emerald-200) 70%,transparent)}}.border-emerald-200\/80{border-color:#a4f4cfcc}@supports (color:color-mix(in lab,red,red)){.border-emerald-200\/80{border-color:color-mix(in oklab,var(--color-emerald-200) 80%,transparent)}}.border-emerald-200\/90{border-color:#a4f4cfe6}@supports (color:color-mix(in lab,red,red)){.border-emerald-200\/90{border-color:color-mix(in oklab,var(--color-emerald-200) 90%,transparent)}}.border-emerald-300{border-color:var(--color-emerald-300)}.border-emerald-300\/70{border-color:#5ee9b5b3}@supports (color:color-mix(in lab,red,red)){.border-emerald-300\/70{border-color:color-mix(in oklab,var(--color-emerald-300) 70%,transparent)}}.border-fuchsia-200{border-color:var(--color-fuchsia-200)}.border-fuchsia-200\/70{border-color:#f6cfffb3}@supports (color:color-mix(in lab,red,red)){.border-fuchsia-200\/70{border-color:color-mix(in oklab,var(--color-fuchsia-200) 70%,transparent)}}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-500{border-color:var(--color-gray-500)}.border-green-200{border-color:var(--color-green-200)}.border-green-300{border-color:var(--color-green-300)}.border-green-500{border-color:var(--color-green-500)}.border-indigo-200{border-color:var(--color-indigo-200)}.border-indigo-200\/70{border-color:#c7d2ffb3}@supports (color:color-mix(in lab,red,red)){.border-indigo-200\/70{border-color:color-mix(in oklab,var(--color-indigo-200) 70%,transparent)}}.border-info\/20{border-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.border-info\/20{border-color:color-mix(in oklab,var(--color-info) 20%,transparent)}}.border-muted{border-color:var(--color-muted)}.border-orange-100\/80{border-color:#ffedd5cc}@supports (color:color-mix(in lab,red,red)){.border-orange-100\/80{border-color:color-mix(in oklab,var(--color-orange-100) 80%,transparent)}}.border-orange-200{border-color:var(--color-orange-200)}.border-primary,.border-primary\/10{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/10{border-color:color-mix(in oklab,var(--color-primary) 10%,transparent)}}.border-primary\/15{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/15{border-color:color-mix(in oklab,var(--color-primary) 15%,transparent)}}.border-primary\/20{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/20{border-color:color-mix(in oklab,var(--color-primary) 20%,transparent)}}.border-primary\/25{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/25{border-color:color-mix(in oklab,var(--color-primary) 25%,transparent)}}.border-primary\/30{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/30{border-color:color-mix(in oklab,var(--color-primary) 30%,transparent)}}.border-primary\/40{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/40{border-color:color-mix(in oklab,var(--color-primary) 40%,transparent)}}.border-primary\/60{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/60{border-color:color-mix(in oklab,var(--color-primary) 60%,transparent)}}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-500{border-color:var(--color-purple-500)}.border-red-200{border-color:var(--color-red-200)}.border-red-500{border-color:var(--color-red-500)}.border-rose-100{border-color:var(--color-rose-100)}.border-rose-100\/80{border-color:#ffe4e6cc}@supports (color:color-mix(in lab,red,red)){.border-rose-100\/80{border-color:color-mix(in oklab,var(--color-rose-100) 80%,transparent)}}.border-rose-100\/90{border-color:#ffe4e6e6}@supports (color:color-mix(in lab,red,red)){.border-rose-100\/90{border-color:color-mix(in oklab,var(--color-rose-100) 90%,transparent)}}.border-rose-200{border-color:var(--color-rose-200)}.border-rose-200\/70{border-color:#ffccd3b3}@supports (color:color-mix(in lab,red,red)){.border-rose-200\/70{border-color:color-mix(in oklab,var(--color-rose-200) 70%,transparent)}}.border-rose-200\/80{border-color:#ffccd3cc}@supports (color:color-mix(in lab,red,red)){.border-rose-200\/80{border-color:color-mix(in oklab,var(--color-rose-200) 80%,transparent)}}.border-rose-200\/90{border-color:#ffccd3e6}@supports (color:color-mix(in lab,red,red)){.border-rose-200\/90{border-color:color-mix(in oklab,var(--color-rose-200) 90%,transparent)}}.border-rose-300{border-color:var(--color-rose-300)}.border-sky-100{border-color:var(--color-sky-100)}.border-sky-100\/80{border-color:#dff2fecc}@supports (color:color-mix(in lab,red,red)){.border-sky-100\/80{border-color:color-mix(in oklab,var(--color-sky-100) 80%,transparent)}}.border-sky-100\/90{border-color:#dff2fee6}@supports (color:color-mix(in lab,red,red)){.border-sky-100\/90{border-color:color-mix(in oklab,var(--color-sky-100) 90%,transparent)}}.border-sky-200{border-color:var(--color-sky-200)}.border-sky-200\/70{border-color:#b8e6feb3}@supports (color:color-mix(in lab,red,red)){.border-sky-200\/70{border-color:color-mix(in oklab,var(--color-sky-200) 70%,transparent)}}.border-sky-200\/80{border-color:#b8e6fecc}@supports (color:color-mix(in lab,red,red)){.border-sky-200\/80{border-color:color-mix(in oklab,var(--color-sky-200) 80%,transparent)}}.border-sky-200\/90{border-color:#b8e6fee6}@supports (color:color-mix(in lab,red,red)){.border-sky-200\/90{border-color:color-mix(in oklab,var(--color-sky-200) 90%,transparent)}}.border-sky-300{border-color:var(--color-sky-300)}.border-sky-300\/70{border-color:#77d4ffb3}@supports (color:color-mix(in lab,red,red)){.border-sky-300\/70{border-color:color-mix(in oklab,var(--color-sky-300) 70%,transparent)}}.border-sky-400\/75{border-color:#00bcfebf}@supports (color:color-mix(in lab,red,red)){.border-sky-400\/75{border-color:color-mix(in oklab,var(--color-sky-400) 75%,transparent)}}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-200\/70{border-color:oklab(92.8761% -.00315791 -.0122172/.7)}.border-slate-200\/80{border-color:oklab(92.8761% -.00315791 -.0122172/.8)}.border-slate-200\/90{border-color:oklab(92.8761% -.00315791 -.0122172/.9)}.border-slate-300{border-color:#cbd5e1}.border-slate-300\/70{border-color:oklab(86.8982% -.00583792 -.0189697/.7)}.border-slate-300\/80{border-color:oklab(86.8982% -.00583792 -.0189697/.8)}.border-slate-300\/90{border-color:oklab(86.8982% -.00583792 -.0189697/.9)}.border-slate-400{border-color:#94a3b8}.border-slate-700{border-color:#334155}.border-slate-700\/70{border-color:oklab(37.1696% -.00861713 -.0381965/.7)}.border-slate-800\/80{border-color:oklab(27.9495% -.00637898 -.0362918/.8)}.border-slate-900\/10{border-color:oklab(20.7682% -.00294792 -.0397151/.1)}.border-stone-200{border-color:var(--color-stone-200)}.border-stone-200\/80{border-color:#e7e5e4cc}@supports (color:color-mix(in lab,red,red)){.border-stone-200\/80{border-color:color-mix(in oklab,var(--color-stone-200) 80%,transparent)}}.border-stone-200\/90{border-color:#e7e5e4e6}@supports (color:color-mix(in lab,red,red)){.border-stone-200\/90{border-color:color-mix(in oklab,var(--color-stone-200) 90%,transparent)}}.border-success,.border-success\/20{border-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.border-success\/20{border-color:color-mix(in oklab,var(--color-success) 20%,transparent)}}.border-success\/30{border-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.border-success\/30{border-color:color-mix(in oklab,var(--color-success) 30%,transparent)}}.border-teal-200{border-color:var(--color-teal-200)}.border-transparent{border-color:#0000}.border-violet-100\/90{border-color:#ede9fee6}@supports (color:color-mix(in lab,red,red)){.border-violet-100\/90{border-color:color-mix(in oklab,var(--color-violet-100) 90%,transparent)}}.border-violet-200{border-color:var(--color-violet-200)}.border-violet-200\/70{border-color:#ddd6ffb3}@supports (color:color-mix(in lab,red,red)){.border-violet-200\/70{border-color:color-mix(in oklab,var(--color-violet-200) 70%,transparent)}}.border-violet-200\/80{border-color:#ddd6ffcc}@supports (color:color-mix(in lab,red,red)){.border-violet-200\/80{border-color:color-mix(in oklab,var(--color-violet-200) 80%,transparent)}}.border-violet-200\/90{border-color:#ddd6ffe6}@supports (color:color-mix(in lab,red,red)){.border-violet-200\/90{border-color:color-mix(in oklab,var(--color-violet-200) 90%,transparent)}}.border-violet-300{border-color:var(--color-violet-300)}.border-warning,.border-warning\/20{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\/20{border-color:color-mix(in oklab,var(--color-warning) 20%,transparent)}}.border-warning\/30{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\/30{border-color:color-mix(in oklab,var(--color-warning) 30%,transparent)}}.border-warning\/40{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\/40{border-color:color-mix(in oklab,var(--color-warning) 40%,transparent)}}.border-warning\/50{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\/50{border-color:color-mix(in oklab,var(--color-warning) 50%,transparent)}}.border-white{border-color:var(--color-white)}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.border-white\/12{border-color:#ffffff1f}@supports (color:color-mix(in lab,red,red)){.border-white\/12{border-color:color-mix(in oklab,var(--color-white) 12%,transparent)}}.border-white\/15{border-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){.border-white\/15{border-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}.border-white\/18{border-color:#ffffff2e}@supports (color:color-mix(in lab,red,red)){.border-white\/18{border-color:color-mix(in oklab,var(--color-white) 18%,transparent)}}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.border-white\/25{border-color:#ffffff40}@supports (color:color-mix(in lab,red,red)){.border-white\/25{border-color:color-mix(in oklab,var(--color-white) 25%,transparent)}}.border-white\/30{border-color:#ffffff4d}@supports (color:color-mix(in lab,red,red)){.border-white\/30{border-color:color-mix(in oklab,var(--color-white) 30%,transparent)}}.border-white\/50{border-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.border-white\/50{border-color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.border-white\/60{border-color:#fff9}@supports (color:color-mix(in lab,red,red)){.border-white\/60{border-color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.border-white\/70{border-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.border-white\/70{border-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.border-white\/75{border-color:#ffffffbf}@supports (color:color-mix(in lab,red,red)){.border-white\/75{border-color:color-mix(in oklab,var(--color-white) 75%,transparent)}}.border-white\/80{border-color:#fffc}@supports (color:color-mix(in lab,red,red)){.border-white\/80{border-color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-blue-500{border-top-color:var(--color-blue-500)}.border-t-primary{border-top-color:var(--color-primary)}.border-t-white{border-top-color:var(--color-white)}.border-l-border{border-left-color:var(--color-border)}.border-l-danger{border-left-color:var(--color-danger)}.border-l-gray-400{border-left-color:var(--color-gray-400)}.border-l-info{border-left-color:var(--color-info)}.border-l-primary{border-left-color:var(--color-primary)}.border-l-success{border-left-color:var(--color-success)}.border-l-warning{border-left-color:var(--color-warning)}.\!bg-background{background-color:var(--color-background)!important}.\!bg-muted,.\!bg-muted\/60{background-color:var(--color-muted)!important}@supports (color:color-mix(in lab,red,red)){.\!bg-muted\/60{background-color:color-mix(in oklab,var(--color-muted) 60%,transparent)!important}}.\!bg-primary{background-color:var(--color-primary)!important}.\!bg-slate-900{background-color:#0f172a!important}.\!bg-white{background-color:var(--color-white)!important}.\!bg-white\/5{background-color:#ffffff0d!important}@supports (color:color-mix(in lab,red,red)){.\!bg-white\/5{background-color:color-mix(in oklab,var(--color-white) 5%,transparent)!important}}.\!bg-white\/10{background-color:#ffffff1a!important}@supports (color:color-mix(in lab,red,red)){.\!bg-white\/10{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)!important}}.\!bg-white\/92{background-color:#ffffffeb!important}@supports (color:color-mix(in lab,red,red)){.\!bg-white\/92{background-color:color-mix(in oklab,var(--color-white) 92%,transparent)!important}}.bg-\[\#0b1220\]{background-color:#0b1220}.bg-\[\#0b1220\]\/90{background-color:oklab(18.3114% -.00355966 -.0306859/.9)}.bg-\[\#0d1526\]{background-color:#0d1526}.bg-\[\#0f766e\]{background-color:#0f766e}.bg-\[\#0f766e\]\/10{background-color:oklab(51.0938% -.0855206 -.00957963/.1)}.bg-\[\#0f1728\]\/80{background-color:oklab(20.6279% -.00359651 -.0359628/.8)}.bg-\[\#7c3aed\]{background-color:#7c3aed}.bg-\[\#062b36\]{background-color:#062b36}.bg-\[\#070b14\]{background-color:#070b14}.bg-\[\#14532d\]{background-color:#14532d}.bg-\[\#A2C8E8\]{background-color:#a2c8e8}.bg-\[\#B5EAD7\]{background-color:#b5ead7}.bg-\[\#C7CEEA\]{background-color:#c7ceea}.bg-\[\#E2F0CB\]{background-color:#e2f0cb}.bg-\[\#FF9AA2\]{background-color:#ff9aa2}.bg-\[\#FFDAC1\]{background-color:#ffdac1}.bg-\[\#d97706\]{background-color:#d97706}.bg-\[\#dbeafe\]{background-color:#dbeafe}.bg-\[\#dcfce7\]{background-color:#dcfce7}.bg-\[\#dff5f1\]{background-color:#dff5f1}.bg-\[\#e0f2fe\]{background-color:#e0f2fe}.bg-\[\#e2e8f0\]{background-color:#e2e8f0}.bg-\[\#e7ecff\]{background-color:#e7ecff}.bg-\[\#ede9fe\]{background-color:#ede9fe}.bg-\[\#eefcf7\]{background-color:#eefcf7}.bg-\[\#f2ede4\]{background-color:#f2ede4}.bg-\[\#f5efe6\]{background-color:#f5efe6}.bg-\[\#f6fffc\]{background-color:#f6fffc}.bg-\[\#f8f4ee\]{background-color:#f8f4ee}.bg-\[\#f8fbff\]{background-color:#f8fbff}.bg-\[\#fbf7ff\]{background-color:#fbf7ff}.bg-\[\#fcfaf7\]{background-color:#fcfaf7}.bg-\[\#fde7ef\]{background-color:#fde7ef}.bg-\[\#fed7aa\]{background-color:#fed7aa}.bg-\[\#fee2e2\]{background-color:#fee2e2}.bg-\[\#fef3c7\]{background-color:#fef3c7}.bg-\[\#fff1f2\]{background-color:#fff1f2}.bg-\[\#fff4dc\]{background-color:#fff4dc}.bg-\[\#fffaf6\]{background-color:#fffaf6}.bg-\[color-mix\(in_srgb\,var\(--ds-bg-card\)_92\%\,var\(--ds-bg-page\)_8\%\)\]{background-color:var(--ds-bg-card)}@supports (color:color-mix(in lab,red,red)){.bg-\[color-mix\(in_srgb\,var\(--ds-bg-card\)_92\%\,var\(--ds-bg-page\)_8\%\)\]{background-color:color-mix(in srgb,var(--ds-bg-card) 92%,var(--ds-bg-page) 8%)}}.bg-\[color-mix\(in_srgb\,var\(--ds-success\)_10\%\,var\(--ds-bg-card\)_90\%\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color-mix\(in_srgb\,var\(--ds-success\)_10\%\,var\(--ds-bg-card\)_90\%\)\]{background-color:color-mix(in srgb,var(--ds-success) 10%,var(--ds-bg-card) 90%)}}.bg-\[color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)_90\%\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)_90\%\)\]{background-color:color-mix(in srgb,var(--ds-warning) 10%,var(--ds-bg-card) 90%)}}.bg-\[color-mix\(in_srgb\,var\(--ds-warning-bg\)_68\%\,var\(--ds-bg-card\)_32\%\)\]{background-color:var(--ds-warning-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[color-mix\(in_srgb\,var\(--ds-warning-bg\)_68\%\,var\(--ds-bg-card\)_32\%\)\]{background-color:color-mix(in srgb,var(--ds-warning-bg) 68%,var(--ds-bg-card) 32%)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_65\%\,white\)\]{background-color:var(--ds-bg-page)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_65\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-bg-page) 65%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_70\%\,white\)\]{background-color:var(--ds-bg-page)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_70\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-bg-page) 70%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_72\%\,white\)\]{background-color:var(--ds-bg-page)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_72\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-bg-page) 72%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_78\%\,white\)\]{background-color:var(--ds-bg-page)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-bg-page\)_78\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-bg-page) 78%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_7\%\,white\)\]{background-color:var(--ds-danger)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_7\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-danger) 7%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_8\%\,white\)\]{background-color:var(--ds-danger)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_8\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-danger) 8%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_12\%\,white\)\]{background-color:var(--ds-danger)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-danger\)_12\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-danger) 12%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_7\%\,white\)\]{background-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_7\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-info) 7%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_8\%\,white\)\]{background-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_8\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-info) 8%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_10\%\,white\)\]{background-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_10\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-info) 10%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_12\%\,white\)\]{background-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_12\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-info) 12%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_16\%\,white\)\]{background-color:var(--ds-info)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-info\)_16\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-info) 16%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)\]{background-color:color-mix(in srgb,var(--ds-primary) 4%,var(--ds-bg-card))}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-card\)\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-card\)\)\]{background-color:color-mix(in srgb,var(--ds-primary) 6%,var(--ds-bg-card))}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,white\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-primary) 6%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-primary) 7%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_8\%\,white\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_8\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-primary) 8%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,var\(--ds-bg-card\)\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,var\(--ds-bg-card\)\)\]{background-color:color-mix(in srgb,var(--ds-primary) 10%,var(--ds-bg-card))}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-primary) 10%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\]{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-primary) 12%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_6\%\,white\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_6\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-success) 6%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_7\%\,white\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_7\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-success) 7%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_8\%\,white\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_8\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-success) 8%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_10\%\,white\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_10\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-success) 10%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_12\%\,white\)\]{background-color:var(--ds-success)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-success\)_12\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-success) 12%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_14\%\,transparent\)\]{background-color:var(--ds-text-on-color)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_14\%\,transparent\)\]{background-color:color-mix(in srgb,var(--ds-text-on-color) 14%,transparent)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_7\%\,white\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_7\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-warning) 7%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-warning) 8%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)\]{background-color:color-mix(in srgb,var(--ds-warning) 10%,var(--ds-bg-card))}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-warning) 10%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,white\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-warning) 12%,white)}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,var\(--ds-bg-card\)\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,var\(--ds-bg-card\)\)\]{background-color:color-mix(in srgb,var(--ds-warning) 14%,var(--ds-bg-card))}}.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,white\)\]{background-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.bg-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,white\)\]{background-color:color-mix(in srgb,var(--ds-warning) 14%,white)}}.bg-\[color\:var\(--ds-info\)\]{background-color:var(--ds-info)}.bg-\[color\:var\(--ds-success\)\]{background-color:var(--ds-success)}.bg-\[color\:var\(--ds-text-secondary\)\]{background-color:var(--ds-text-secondary)}.bg-\[color\:var\(--gradient-accent-end\)\]{background-color:var(--gradient-accent-end)}.bg-\[rgb\(255_255_255_\/_0\.98\)\]{background-color:#fffffffa}.bg-\[rgba\(14\,165\,233\,0\.1\)\]{background-color:#0ea5e91a}.bg-\[rgba\(15\,118\,110\,0\.1\)\]{background-color:#0f766e1a}.bg-\[rgba\(15\,118\,110\,0\.06\)\]{background-color:#0f766e0f}.bg-\[rgba\(15\,118\,110\,0\.08\)\]{background-color:#0f766e14}.bg-\[rgba\(15\,118\,110\,0\.12\)\]{background-color:#0f766e1f}.bg-\[rgba\(37\,99\,235\,0\.1\)\]{background-color:#2563eb1a}.bg-\[rgba\(37\,99\,235\,0\.03\)\]{background-color:#2563eb08}.bg-\[rgba\(37\,99\,235\,0\.05\)\]{background-color:#2563eb0d}.bg-\[rgba\(37\,99\,235\,0\.08\)\]{background-color:#2563eb14}.bg-\[rgba\(37\,99\,235\,0\.12\)\]{background-color:#2563eb1f}.bg-\[rgba\(107\,114\,128\,0\.12\)\]{background-color:#6b72801f}.bg-\[rgba\(134\,239\,172\,0\.36\)\]{background-color:#86efac5c}.bg-\[rgba\(147\,197\,253\,0\.34\)\]{background-color:#93c5fd57}.bg-\[rgba\(217\,119\,6\,0\.06\)\]{background-color:#d977060f}.bg-\[rgba\(217\,119\,6\,0\.12\)\]{background-color:#d977061f}.bg-\[rgba\(220\,38\,38\,0\.05\)\]{background-color:#dc26260d}.bg-\[rgba\(220\,38\,38\,0\.06\)\]{background-color:#dc26260f}.bg-\[rgba\(220\,38\,38\,0\.12\)\]{background-color:#dc26261f}.bg-\[rgba\(244\,170\,200\,0\.42\)\]{background-color:#f4aac86b}.bg-\[rgba\(252\,211\,77\,0\.28\)\]{background-color:#fcd34d47}.bg-\[rgba\(255\,107\,107\,0\.9\)\]{background-color:#ff6b6be6}.bg-\[rgba\(255\,255\,255\,0\.16\)\]{background-color:#ffffff29}.bg-\[var\(--bg-card\)\]{background-color:var(--bg-card)}.bg-\[var\(--bg-hover\)\]{background-color:var(--bg-hover)}.bg-\[var\(--bl-ambient-one\)\]{background-color:var(--bl-ambient-one)}.bg-\[var\(--color-info-50\)\]{background-color:var(--color-info-50)}.bg-\[var\(--ds-accent-cyan\)\]\/15{background-color:var(--ds-accent-cyan)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-accent-cyan\)\]\/15{background-color:color-mix(in oklab,var(--ds-accent-cyan) 15%,transparent)}}.bg-\[var\(--ds-bg-card\)\],.bg-\[var\(--ds-bg-card\)\]\/92{background-color:var(--ds-bg-card)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-card\)\]\/92{background-color:color-mix(in oklab,var(--ds-bg-card) 92%,transparent)}}.bg-\[var\(--ds-bg-card\)\]\/94{background-color:var(--ds-bg-card)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-card\)\]\/94{background-color:color-mix(in oklab,var(--ds-bg-card) 94%,transparent)}}.bg-\[var\(--ds-bg-card\)\]\/96{background-color:var(--ds-bg-card)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-card\)\]\/96{background-color:color-mix(in oklab,var(--ds-bg-card) 96%,transparent)}}.bg-\[var\(--ds-bg-content\,\#fff\)\]{background-color:var(--ds-bg-content,#fff)}.bg-\[var\(--ds-bg-muted\)\],.bg-\[var\(--ds-bg-muted\)\]\/60{background-color:var(--ds-bg-muted)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-muted\)\]\/60{background-color:color-mix(in oklab,var(--ds-bg-muted) 60%,transparent)}}.bg-\[var\(--ds-bg-muted\)\]\/70{background-color:var(--ds-bg-muted)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-muted\)\]\/70{background-color:color-mix(in oklab,var(--ds-bg-muted) 70%,transparent)}}.bg-\[var\(--ds-bg-muted\)\]\/72{background-color:var(--ds-bg-muted)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-bg-muted\)\]\/72{background-color:color-mix(in oklab,var(--ds-bg-muted) 72%,transparent)}}.bg-\[var\(--ds-bg-page\)\]{background-color:var(--ds-bg-page)}.bg-\[var\(--ds-bg-page\,\#f9fafb\)\]{background-color:var(--ds-bg-page,#f9fafb)}.bg-\[var\(--ds-bg-page-dark\)\]{background-color:var(--ds-bg-page-dark)}.bg-\[var\(--ds-bg-secondary\)\]{background-color:var(--ds-bg-secondary)}.bg-\[var\(--ds-brand-primary\)\]{background-color:var(--ds-brand-primary)}.bg-\[var\(--ds-chart-color-6\)\]{background-color:var(--ds-chart-color-6)}.bg-\[var\(--ds-info-bg\)\]\/10{background-color:var(--ds-info-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-info-bg\)\]\/10{background-color:color-mix(in oklab,var(--ds-info-bg) 10%,transparent)}}.bg-\[var\(--ds-info-bg\)\]\/30{background-color:var(--ds-info-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-info-bg\)\]\/30{background-color:color-mix(in oklab,var(--ds-info-bg) 30%,transparent)}}.bg-\[var\(--ds-primary\)\],.bg-\[var\(--ds-primary\)\]\/10{background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-primary\)\]\/10{background-color:color-mix(in oklab,var(--ds-primary) 10%,transparent)}}.bg-\[var\(--ds-primary-bg\)\],.bg-\[var\(--ds-primary-bg\)\]\/20{background-color:var(--ds-primary-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-primary-bg\)\]\/20{background-color:color-mix(in oklab,var(--ds-primary-bg) 20%,transparent)}}.bg-\[var\(--ds-primary-bg\)\]\/40{background-color:var(--ds-primary-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-primary-bg\)\]\/40{background-color:color-mix(in oklab,var(--ds-primary-bg) 40%,transparent)}}.bg-\[var\(--ds-primary-light\)\]\/30{background-color:var(--ds-primary-light)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-primary-light\)\]\/30{background-color:color-mix(in oklab,var(--ds-primary-light) 30%,transparent)}}.bg-\[var\(--ds-primary-light\)\]\/50{background-color:var(--ds-primary-light)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-primary-light\)\]\/50{background-color:color-mix(in oklab,var(--ds-primary-light) 50%,transparent)}}.bg-\[var\(--ds-success\)\]{background-color:var(--ds-success)}.bg-\[var\(--ds-success-bg\)\]{background-color:var(--ds-success-bg)}.bg-\[var\(--ds-success-light\)\]{background-color:var(--ds-success-light)}.bg-\[var\(--ds-warning\)\]{background-color:var(--ds-warning)}.bg-\[var\(--ds-warning-bg\)\]\/30{background-color:var(--ds-warning-bg)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--ds-warning-bg\)\]\/30{background-color:color-mix(in oklab,var(--ds-warning-bg) 30%,transparent)}}.bg-\[var\(--ds-warning-light\)\]{background-color:var(--ds-warning-light)}.bg-\[var\(--vibrant-bg\)\]{background-color:var(--vibrant-bg)}.bg-\[var\(--vibrant-bg-light\)\]{background-color:var(--vibrant-bg-light)}.bg-\[var\(--vibrant-green\)\]{background-color:var(--vibrant-green)}.bg-\[var\(--vibrant-pink\)\]{background-color:var(--vibrant-pink)}.bg-\[var\(--vibrant-primary\)\]{background-color:var(--vibrant-primary)}.bg-\[var\(--vibrant-red\)\]{background-color:var(--vibrant-red)}.bg-\[var\(--vibrant-teal\)\]{background-color:var(--vibrant-teal)}.bg-\[var\(--vibrant-yellow\)\]{background-color:var(--vibrant-yellow)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-50\/50{background-color:#fffbeb80}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/50{background-color:color-mix(in oklab,var(--color-amber-50) 50%,transparent)}}.bg-amber-50\/60{background-color:#fffbeb99}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/60{background-color:color-mix(in oklab,var(--color-amber-50) 60%,transparent)}}.bg-amber-50\/70{background-color:#fffbebb3}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/70{background-color:color-mix(in oklab,var(--color-amber-50) 70%,transparent)}}.bg-amber-50\/75{background-color:#fffbebbf}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/75{background-color:color-mix(in oklab,var(--color-amber-50) 75%,transparent)}}.bg-amber-50\/80{background-color:#fffbebcc}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/80{background-color:color-mix(in oklab,var(--color-amber-50) 80%,transparent)}}.bg-amber-50\/85{background-color:#fffbebd9}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/85{background-color:color-mix(in oklab,var(--color-amber-50) 85%,transparent)}}.bg-amber-50\/90{background-color:#fffbebe6}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/90{background-color:color-mix(in oklab,var(--color-amber-50) 90%,transparent)}}.bg-amber-100{background-color:var(--color-amber-100)}.bg-amber-200\/40{background-color:#fee68566}@supports (color:color-mix(in lab,red,red)){.bg-amber-200\/40{background-color:color-mix(in oklab,var(--color-amber-200) 40%,transparent)}}.bg-amber-200\/55{background-color:#fee6858c}@supports (color:color-mix(in lab,red,red)){.bg-amber-200\/55{background-color:color-mix(in oklab,var(--color-amber-200) 55%,transparent)}}.bg-amber-200\/70{background-color:#fee685b3}@supports (color:color-mix(in lab,red,red)){.bg-amber-200\/70{background-color:color-mix(in oklab,var(--color-amber-200) 70%,transparent)}}.bg-amber-300\/20{background-color:#ffd23633}@supports (color:color-mix(in lab,red,red)){.bg-amber-300\/20{background-color:color-mix(in oklab,var(--color-amber-300) 20%,transparent)}}.bg-amber-400{background-color:var(--color-amber-400)}.bg-amber-400\/20{background-color:#fcbb0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-400\/20{background-color:color-mix(in oklab,var(--color-amber-400) 20%,transparent)}}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-amber-500\/90{background-color:#f99c00e6}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/90{background-color:color-mix(in oklab,var(--color-amber-500) 90%,transparent)}}.bg-amber-900\/20{background-color:#7b330633}@supports (color:color-mix(in lab,red,red)){.bg-amber-900\/20{background-color:color-mix(in oklab,var(--color-amber-900) 20%,transparent)}}.bg-background,.bg-background\/60{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/60{background-color:color-mix(in oklab,var(--color-background) 60%,transparent)}}.bg-background\/65{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/65{background-color:color-mix(in oklab,var(--color-background) 65%,transparent)}}.bg-background\/70{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/70{background-color:color-mix(in oklab,var(--color-background) 70%,transparent)}}.bg-background\/80{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/80{background-color:color-mix(in oklab,var(--color-background) 80%,transparent)}}.bg-background\/85{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/85{background-color:color-mix(in oklab,var(--color-background) 85%,transparent)}}.bg-background\/90{background-color:var(--color-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/90{background-color:color-mix(in oklab,var(--color-background) 90%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\/15{background-color:#00000026}@supports (color:color-mix(in lab,red,red)){.bg-black\/15{background-color:color-mix(in oklab,var(--color-black) 15%,transparent)}}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black) 30%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black) 40%,transparent)}}.bg-black\/45{background-color:#00000073}@supports (color:color-mix(in lab,red,red)){.bg-black\/45{background-color:color-mix(in oklab,var(--color-black) 45%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-black\/55{background-color:#0000008c}@supports (color:color-mix(in lab,red,red)){.bg-black\/55{background-color:color-mix(in oklab,var(--color-black) 55%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black) 60%,transparent)}}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.bg-black\/70{background-color:color-mix(in oklab,var(--color-black) 70%,transparent)}}.bg-black\/80{background-color:#000c}@supports (color:color-mix(in lab,red,red)){.bg-black\/80{background-color:color-mix(in oklab,var(--color-black) 80%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-50\/40{background-color:#eff6ff66}@supports (color:color-mix(in lab,red,red)){.bg-blue-50\/40{background-color:color-mix(in oklab,var(--color-blue-50) 40%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500) 10%,transparent)}}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/15{background-color:color-mix(in oklab,var(--color-blue-500) 15%,transparent)}}.bg-blue-600{background-color:var(--color-blue-600)}.bg-border{background-color:var(--color-border)}.bg-card,.bg-card\/70{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/70{background-color:color-mix(in oklab,var(--color-card) 70%,transparent)}}.bg-card\/75{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/75{background-color:color-mix(in oklab,var(--color-card) 75%,transparent)}}.bg-card\/80{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/80{background-color:color-mix(in oklab,var(--color-card) 80%,transparent)}}.bg-card\/85{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/85{background-color:color-mix(in oklab,var(--color-card) 85%,transparent)}}.bg-card\/88{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/88{background-color:color-mix(in oklab,var(--color-card) 88%,transparent)}}.bg-card\/90{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/90{background-color:color-mix(in oklab,var(--color-card) 90%,transparent)}}.bg-card\/95{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.bg-card\/95{background-color:color-mix(in oklab,var(--color-card) 95%,transparent)}}.bg-cyan-50{background-color:var(--color-cyan-50)}.bg-cyan-50\/40{background-color:#ecfeff66}@supports (color:color-mix(in lab,red,red)){.bg-cyan-50\/40{background-color:color-mix(in oklab,var(--color-cyan-50) 40%,transparent)}}.bg-cyan-50\/70{background-color:#ecfeffb3}@supports (color:color-mix(in lab,red,red)){.bg-cyan-50\/70{background-color:color-mix(in oklab,var(--color-cyan-50) 70%,transparent)}}.bg-cyan-50\/75{background-color:#ecfeffbf}@supports (color:color-mix(in lab,red,red)){.bg-cyan-50\/75{background-color:color-mix(in oklab,var(--color-cyan-50) 75%,transparent)}}.bg-cyan-50\/80{background-color:#ecfeffcc}@supports (color:color-mix(in lab,red,red)){.bg-cyan-50\/80{background-color:color-mix(in oklab,var(--color-cyan-50) 80%,transparent)}}.bg-cyan-100{background-color:var(--color-cyan-100)}.bg-cyan-200\/20{background-color:#a2f4fd33}@supports (color:color-mix(in lab,red,red)){.bg-cyan-200\/20{background-color:color-mix(in oklab,var(--color-cyan-200) 20%,transparent)}}.bg-cyan-400\/10{background-color:#00d2ef1a}@supports (color:color-mix(in lab,red,red)){.bg-cyan-400\/10{background-color:color-mix(in oklab,var(--color-cyan-400) 10%,transparent)}}.bg-cyan-400\/20{background-color:#00d2ef33}@supports (color:color-mix(in lab,red,red)){.bg-cyan-400\/20{background-color:color-mix(in oklab,var(--color-cyan-400) 20%,transparent)}}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-500\/10{background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/10{background-color:color-mix(in oklab,var(--color-cyan-500) 10%,transparent)}}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500) 15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500) 20%,transparent)}}.bg-danger,.bg-danger\/5{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.bg-danger\/5{background-color:color-mix(in oklab,var(--color-danger) 5%,transparent)}}.bg-danger\/10{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.bg-danger\/10{background-color:color-mix(in oklab,var(--color-danger) 10%,transparent)}}.bg-danger\/12{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.bg-danger\/12{background-color:color-mix(in oklab,var(--color-danger) 12%,transparent)}}.bg-danger\/15{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.bg-danger\/15{background-color:color-mix(in oklab,var(--color-danger) 15%,transparent)}}.bg-danger\/20{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.bg-danger\/20{background-color:color-mix(in oklab,var(--color-danger) 20%,transparent)}}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-emerald-50\/50{background-color:#ecfdf580}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/50{background-color:color-mix(in oklab,var(--color-emerald-50) 50%,transparent)}}.bg-emerald-50\/60{background-color:#ecfdf599}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/60{background-color:color-mix(in oklab,var(--color-emerald-50) 60%,transparent)}}.bg-emerald-50\/70{background-color:#ecfdf5b3}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/70{background-color:color-mix(in oklab,var(--color-emerald-50) 70%,transparent)}}.bg-emerald-50\/75{background-color:#ecfdf5bf}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/75{background-color:color-mix(in oklab,var(--color-emerald-50) 75%,transparent)}}.bg-emerald-50\/80{background-color:#ecfdf5cc}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/80{background-color:color-mix(in oklab,var(--color-emerald-50) 80%,transparent)}}.bg-emerald-50\/90{background-color:#ecfdf5e6}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/90{background-color:color-mix(in oklab,var(--color-emerald-50) 90%,transparent)}}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-emerald-200{background-color:var(--color-emerald-200)}.bg-emerald-200\/30{background-color:#a4f4cf4d}@supports (color:color-mix(in lab,red,red)){.bg-emerald-200\/30{background-color:color-mix(in oklab,var(--color-emerald-200) 30%,transparent)}}.bg-emerald-200\/55{background-color:#a4f4cf8c}@supports (color:color-mix(in lab,red,red)){.bg-emerald-200\/55{background-color:color-mix(in oklab,var(--color-emerald-200) 55%,transparent)}}.bg-emerald-300{background-color:var(--color-emerald-300)}.bg-emerald-300\/20{background-color:#5ee9b533}@supports (color:color-mix(in lab,red,red)){.bg-emerald-300\/20{background-color:color-mix(in oklab,var(--color-emerald-300) 20%,transparent)}}.bg-emerald-400{background-color:var(--color-emerald-400)}.bg-emerald-400\/15{background-color:#00d29426}@supports (color:color-mix(in lab,red,red)){.bg-emerald-400\/15{background-color:color-mix(in oklab,var(--color-emerald-400) 15%,transparent)}}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/10{background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.bg-emerald-500\/15{background-color:#00bb7f26}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/15{background-color:color-mix(in oklab,var(--color-emerald-500) 15%,transparent)}}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-foreground\/5{background-color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\/5{background-color:color-mix(in oklab,var(--color-foreground) 5%,transparent)}}.bg-foreground\/40{background-color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\/40{background-color:color-mix(in oklab,var(--color-foreground) 40%,transparent)}}.bg-foreground\/80{background-color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\/80{background-color:color-mix(in oklab,var(--color-foreground) 80%,transparent)}}.bg-fuchsia-50\/70{background-color:#fdf4ffb3}@supports (color:color-mix(in lab,red,red)){.bg-fuchsia-50\/70{background-color:color-mix(in oklab,var(--color-fuchsia-50) 70%,transparent)}}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-50\/40{background-color:#f0fdf466}@supports (color:color-mix(in lab,red,red)){.bg-green-50\/40{background-color:color-mix(in oklab,var(--color-green-50) 40%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500) 10%,transparent)}}.bg-green-600{background-color:var(--color-green-600)}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-indigo-50\/40{background-color:#eef2ff66}@supports (color:color-mix(in lab,red,red)){.bg-indigo-50\/40{background-color:color-mix(in oklab,var(--color-indigo-50) 40%,transparent)}}.bg-indigo-50\/70{background-color:#eef2ffb3}@supports (color:color-mix(in lab,red,red)){.bg-indigo-50\/70{background-color:color-mix(in oklab,var(--color-indigo-50) 70%,transparent)}}.bg-indigo-500\/10{background-color:#625fff1a}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/10{background-color:color-mix(in oklab,var(--color-indigo-500) 10%,transparent)}}.bg-indigo-500\/15{background-color:#625fff26}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/15{background-color:color-mix(in oklab,var(--color-indigo-500) 15%,transparent)}}.bg-info,.bg-info\/5{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\/5{background-color:color-mix(in oklab,var(--color-info) 5%,transparent)}}.bg-info\/10{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\/10{background-color:color-mix(in oklab,var(--color-info) 10%,transparent)}}.bg-info\/12{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\/12{background-color:color-mix(in oklab,var(--color-info) 12%,transparent)}}.bg-info\/15{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\/15{background-color:color-mix(in oklab,var(--color-info) 15%,transparent)}}.bg-info\/20{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\/20{background-color:color-mix(in oklab,var(--color-info) 20%,transparent)}}.bg-lime-100{background-color:var(--color-lime-100)}.bg-lime-300\/70{background-color:#bbf451b3}@supports (color:color-mix(in lab,red,red)){.bg-lime-300\/70{background-color:color-mix(in oklab,var(--color-lime-300) 70%,transparent)}}.bg-muted{background-color:var(--color-muted)}.bg-muted-foreground{background-color:var(--color-muted-foreground)}.bg-muted\/10{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/10{background-color:color-mix(in oklab,var(--color-muted) 10%,transparent)}}.bg-muted\/15{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/15{background-color:color-mix(in oklab,var(--color-muted) 15%,transparent)}}.bg-muted\/20{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/20{background-color:color-mix(in oklab,var(--color-muted) 20%,transparent)}}.bg-muted\/25{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/25{background-color:color-mix(in oklab,var(--color-muted) 25%,transparent)}}.bg-muted\/30{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/30{background-color:color-mix(in oklab,var(--color-muted) 30%,transparent)}}.bg-muted\/40{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/40{background-color:color-mix(in oklab,var(--color-muted) 40%,transparent)}}.bg-muted\/50{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.bg-muted\/60{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/60{background-color:color-mix(in oklab,var(--color-muted) 60%,transparent)}}.bg-muted\/70{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/70{background-color:color-mix(in oklab,var(--color-muted) 70%,transparent)}}.bg-orange-50{background-color:var(--color-orange-50)}.bg-orange-50\/80{background-color:#fff7edcc}@supports (color:color-mix(in lab,red,red)){.bg-orange-50\/80{background-color:color-mix(in oklab,var(--color-orange-50) 80%,transparent)}}.bg-orange-50\/85{background-color:#fff7edd9}@supports (color:color-mix(in lab,red,red)){.bg-orange-50\/85{background-color:color-mix(in oklab,var(--color-orange-50) 85%,transparent)}}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/15{background-color:#fe6e0026}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/15{background-color:color-mix(in oklab,var(--color-orange-500) 15%,transparent)}}.bg-pink-50{background-color:var(--color-pink-50)}.bg-pink-100{background-color:var(--color-pink-100)}.bg-primary,.bg-primary\/5{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/5{background-color:color-mix(in oklab,var(--color-primary) 5%,transparent)}}.bg-primary\/8{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/8{background-color:color-mix(in oklab,var(--color-primary) 8%,transparent)}}.bg-primary\/10{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--color-primary) 10%,transparent)}}.bg-primary\/12{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/12{background-color:color-mix(in oklab,var(--color-primary) 12%,transparent)}}.bg-primary\/15{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/15{background-color:color-mix(in oklab,var(--color-primary) 15%,transparent)}}.bg-primary\/20{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--color-primary) 20%,transparent)}}.bg-primary\/25{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/25{background-color:color-mix(in oklab,var(--color-primary) 25%,transparent)}}.bg-primary\/30{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/30{background-color:color-mix(in oklab,var(--color-primary) 30%,transparent)}}.bg-primary\/70{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/70{background-color:color-mix(in oklab,var(--color-primary) 70%,transparent)}}.bg-primary\/80{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/80{background-color:color-mix(in oklab,var(--color-primary) 80%,transparent)}}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-50\/40{background-color:#faf5ff66}@supports (color:color-mix(in lab,red,red)){.bg-purple-50\/40{background-color:color-mix(in oklab,var(--color-purple-50) 40%,transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-red-50\/40{background-color:#fef2f266}@supports (color:color-mix(in lab,red,red)){.bg-red-50\/40{background-color:color-mix(in oklab,var(--color-red-50) 40%,transparent)}}.bg-red-50\/70{background-color:#fef2f2b3}@supports (color:color-mix(in lab,red,red)){.bg-red-50\/70{background-color:color-mix(in oklab,var(--color-red-50) 70%,transparent)}}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500) 10%,transparent)}}.bg-rose-50{background-color:var(--color-rose-50)}.bg-rose-50\/50{background-color:#fff1f280}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/50{background-color:color-mix(in oklab,var(--color-rose-50) 50%,transparent)}}.bg-rose-50\/70{background-color:#fff1f2b3}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/70{background-color:color-mix(in oklab,var(--color-rose-50) 70%,transparent)}}.bg-rose-50\/75{background-color:#fff1f2bf}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/75{background-color:color-mix(in oklab,var(--color-rose-50) 75%,transparent)}}.bg-rose-50\/80{background-color:#fff1f2cc}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/80{background-color:color-mix(in oklab,var(--color-rose-50) 80%,transparent)}}.bg-rose-50\/85{background-color:#fff1f2d9}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/85{background-color:color-mix(in oklab,var(--color-rose-50) 85%,transparent)}}.bg-rose-50\/90{background-color:#fff1f2e6}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/90{background-color:color-mix(in oklab,var(--color-rose-50) 90%,transparent)}}.bg-rose-100{background-color:var(--color-rose-100)}.bg-rose-400\/15{background-color:#ff667f26}@supports (color:color-mix(in lab,red,red)){.bg-rose-400\/15{background-color:color-mix(in oklab,var(--color-rose-400) 15%,transparent)}}.bg-rose-500{background-color:var(--color-rose-500)}.bg-rose-500\/10{background-color:#ff23571a}@supports (color:color-mix(in lab,red,red)){.bg-rose-500\/10{background-color:color-mix(in oklab,var(--color-rose-500) 10%,transparent)}}.bg-rose-600{background-color:var(--color-rose-600)}.bg-sky-50{background-color:var(--color-sky-50)}.bg-sky-50\/70{background-color:#f0f9ffb3}@supports (color:color-mix(in lab,red,red)){.bg-sky-50\/70{background-color:color-mix(in oklab,var(--color-sky-50) 70%,transparent)}}.bg-sky-50\/75{background-color:#f0f9ffbf}@supports (color:color-mix(in lab,red,red)){.bg-sky-50\/75{background-color:color-mix(in oklab,var(--color-sky-50) 75%,transparent)}}.bg-sky-50\/80{background-color:#f0f9ffcc}@supports (color:color-mix(in lab,red,red)){.bg-sky-50\/80{background-color:color-mix(in oklab,var(--color-sky-50) 80%,transparent)}}.bg-sky-50\/90{background-color:#f0f9ffe6}@supports (color:color-mix(in lab,red,red)){.bg-sky-50\/90{background-color:color-mix(in oklab,var(--color-sky-50) 90%,transparent)}}.bg-sky-100{background-color:var(--color-sky-100)}.bg-sky-100\/80{background-color:#dff2fecc}@supports (color:color-mix(in lab,red,red)){.bg-sky-100\/80{background-color:color-mix(in oklab,var(--color-sky-100) 80%,transparent)}}.bg-sky-200\/40{background-color:#b8e6fe66}@supports (color:color-mix(in lab,red,red)){.bg-sky-200\/40{background-color:color-mix(in oklab,var(--color-sky-200) 40%,transparent)}}.bg-sky-200\/55{background-color:#b8e6fe8c}@supports (color:color-mix(in lab,red,red)){.bg-sky-200\/55{background-color:color-mix(in oklab,var(--color-sky-200) 55%,transparent)}}.bg-sky-200\/65{background-color:#b8e6fea6}@supports (color:color-mix(in lab,red,red)){.bg-sky-200\/65{background-color:color-mix(in oklab,var(--color-sky-200) 65%,transparent)}}.bg-sky-200\/70{background-color:#b8e6feb3}@supports (color:color-mix(in lab,red,red)){.bg-sky-200\/70{background-color:color-mix(in oklab,var(--color-sky-200) 70%,transparent)}}.bg-sky-400{background-color:var(--color-sky-400)}.bg-sky-500{background-color:var(--color-sky-500)}.bg-sky-500\/10{background-color:#00a5ef1a}@supports (color:color-mix(in lab,red,red)){.bg-sky-500\/10{background-color:color-mix(in oklab,var(--color-sky-500) 10%,transparent)}}.bg-sky-500\/15{background-color:#00a5ef26}@supports (color:color-mix(in lab,red,red)){.bg-sky-500\/15{background-color:color-mix(in oklab,var(--color-sky-500) 15%,transparent)}}.bg-sky-600{background-color:var(--color-sky-600)}.bg-slate-50{background-color:#f8fafc}.bg-slate-50\/70{background-color:oklab(98.4152% -.00128621 -.00316101/.7)}.bg-slate-50\/80{background-color:oklab(98.4152% -.00128621 -.00316101/.8)}.bg-slate-50\/82{background-color:oklab(98.4152% -.00128621 -.00316101/.82)}.bg-slate-50\/85{background-color:oklab(98.4152% -.00128621 -.00316101/.85)}.bg-slate-50\/90{background-color:oklab(98.4152% -.00128621 -.00316101/.9)}.bg-slate-100{background-color:#f1f5f9}.bg-slate-100\/40{background-color:oklab(96.826% -.002579 -.0063498/.4)}.bg-slate-100\/90{background-color:oklab(96.826% -.002579 -.0063498/.9)}.bg-slate-200{background-color:#e2e8f0}.bg-slate-200\/60{background-color:oklab(92.8761% -.00315791 -.0122172/.6)}.bg-slate-300{background-color:#cbd5e1}.bg-slate-400{background-color:#94a3b8}.bg-slate-900{background-color:#0f172a}.bg-slate-900\/40{background-color:oklab(20.7682% -.00294792 -.0397151/.4)}.bg-slate-900\/75{background-color:oklab(20.7682% -.00294792 -.0397151/.75)}.bg-slate-900\/90{background-color:oklab(20.7682% -.00294792 -.0397151/.9)}.bg-slate-950{background-color:#020617}.bg-slate-950\/40{background-color:oklab(12.8802% -.003754 -.0404292/.4)}.bg-slate-950\/55{background-color:oklab(12.8802% -.003754 -.0404292/.55)}.bg-slate-950\/72{background-color:oklab(12.8802% -.003754 -.0404292/.72)}.bg-slate-950\/75{background-color:oklab(12.8802% -.003754 -.0404292/.75)}.bg-slate-950\/90{background-color:oklab(12.8802% -.003754 -.0404292/.9)}.bg-stone-50\/85{background-color:#fafaf9d9}@supports (color:color-mix(in lab,red,red)){.bg-stone-50\/85{background-color:color-mix(in oklab,var(--color-stone-50) 85%,transparent)}}.bg-stone-50\/90{background-color:#fafaf9e6}@supports (color:color-mix(in lab,red,red)){.bg-stone-50\/90{background-color:color-mix(in oklab,var(--color-stone-50) 90%,transparent)}}.bg-stone-100{background-color:var(--color-stone-100)}.bg-stone-200\/65{background-color:#e7e5e4a6}@supports (color:color-mix(in lab,red,red)){.bg-stone-200\/65{background-color:color-mix(in oklab,var(--color-stone-200) 65%,transparent)}}.bg-stone-900{background-color:var(--color-stone-900)}.bg-success,.bg-success\/5{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\/5{background-color:color-mix(in oklab,var(--color-success) 5%,transparent)}}.bg-success\/10{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\/10{background-color:color-mix(in oklab,var(--color-success) 10%,transparent)}}.bg-success\/12{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\/12{background-color:color-mix(in oklab,var(--color-success) 12%,transparent)}}.bg-success\/15{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\/15{background-color:color-mix(in oklab,var(--color-success) 15%,transparent)}}.bg-success\/20{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\/20{background-color:color-mix(in oklab,var(--color-success) 20%,transparent)}}.bg-teal-50{background-color:var(--color-teal-50)}.bg-transparent{background-color:#0000}.bg-violet-50{background-color:var(--color-violet-50)}.bg-violet-50\/70{background-color:#f5f3ffb3}@supports (color:color-mix(in lab,red,red)){.bg-violet-50\/70{background-color:color-mix(in oklab,var(--color-violet-50) 70%,transparent)}}.bg-violet-50\/75{background-color:#f5f3ffbf}@supports (color:color-mix(in lab,red,red)){.bg-violet-50\/75{background-color:color-mix(in oklab,var(--color-violet-50) 75%,transparent)}}.bg-violet-50\/80{background-color:#f5f3ffcc}@supports (color:color-mix(in lab,red,red)){.bg-violet-50\/80{background-color:color-mix(in oklab,var(--color-violet-50) 80%,transparent)}}.bg-violet-100{background-color:var(--color-violet-100)}.bg-violet-500{background-color:var(--color-violet-500)}.bg-violet-500\/10{background-color:#8d54ff1a}@supports (color:color-mix(in lab,red,red)){.bg-violet-500\/10{background-color:color-mix(in oklab,var(--color-violet-500) 10%,transparent)}}.bg-violet-500\/15{background-color:#8d54ff26}@supports (color:color-mix(in lab,red,red)){.bg-violet-500\/15{background-color:color-mix(in oklab,var(--color-violet-500) 15%,transparent)}}.bg-warning,.bg-warning\/5{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/5{background-color:color-mix(in oklab,var(--color-warning) 5%,transparent)}}.bg-warning\/10{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/10{background-color:color-mix(in oklab,var(--color-warning) 10%,transparent)}}.bg-warning\/12{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/12{background-color:color-mix(in oklab,var(--color-warning) 12%,transparent)}}.bg-warning\/15{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/15{background-color:color-mix(in oklab,var(--color-warning) 15%,transparent)}}.bg-warning\/20{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/20{background-color:color-mix(in oklab,var(--color-warning) 20%,transparent)}}.bg-warning\/80{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\/80{background-color:color-mix(in oklab,var(--color-warning) 80%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.bg-white\/6{background-color:#ffffff0f}@supports (color:color-mix(in lab,red,red)){.bg-white\/6{background-color:color-mix(in oklab,var(--color-white) 6%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.bg-white\/14{background-color:#ffffff24}@supports (color:color-mix(in lab,red,red)){.bg-white\/14{background-color:color-mix(in oklab,var(--color-white) 14%,transparent)}}.bg-white\/15{background-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){.bg-white\/15{background-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.bg-white\/25{background-color:#ffffff40}@supports (color:color-mix(in lab,red,red)){.bg-white\/25{background-color:color-mix(in oklab,var(--color-white) 25%,transparent)}}.bg-white\/35{background-color:#ffffff59}@supports (color:color-mix(in lab,red,red)){.bg-white\/35{background-color:color-mix(in oklab,var(--color-white) 35%,transparent)}}.bg-white\/45{background-color:#ffffff73}@supports (color:color-mix(in lab,red,red)){.bg-white\/45{background-color:color-mix(in oklab,var(--color-white) 45%,transparent)}}.bg-white\/58{background-color:#ffffff94}@supports (color:color-mix(in lab,red,red)){.bg-white\/58{background-color:color-mix(in oklab,var(--color-white) 58%,transparent)}}.bg-white\/60{background-color:#fff9}@supports (color:color-mix(in lab,red,red)){.bg-white\/60{background-color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.bg-white\/70{background-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.bg-white\/70{background-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.bg-white\/72{background-color:#ffffffb8}@supports (color:color-mix(in lab,red,red)){.bg-white\/72{background-color:color-mix(in oklab,var(--color-white) 72%,transparent)}}.bg-white\/74{background-color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.bg-white\/74{background-color:color-mix(in oklab,var(--color-white) 74%,transparent)}}.bg-white\/75{background-color:#ffffffbf}@supports (color:color-mix(in lab,red,red)){.bg-white\/75{background-color:color-mix(in oklab,var(--color-white) 75%,transparent)}}.bg-white\/78{background-color:#ffffffc7}@supports (color:color-mix(in lab,red,red)){.bg-white\/78{background-color:color-mix(in oklab,var(--color-white) 78%,transparent)}}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.bg-white\/82{background-color:#ffffffd1}@supports (color:color-mix(in lab,red,red)){.bg-white\/82{background-color:color-mix(in oklab,var(--color-white) 82%,transparent)}}.bg-white\/84{background-color:#ffffffd6}@supports (color:color-mix(in lab,red,red)){.bg-white\/84{background-color:color-mix(in oklab,var(--color-white) 84%,transparent)}}.bg-white\/85{background-color:#ffffffd9}@supports (color:color-mix(in lab,red,red)){.bg-white\/85{background-color:color-mix(in oklab,var(--color-white) 85%,transparent)}}.bg-white\/86{background-color:#ffffffdb}@supports (color:color-mix(in lab,red,red)){.bg-white\/86{background-color:color-mix(in oklab,var(--color-white) 86%,transparent)}}.bg-white\/88{background-color:#ffffffe0}@supports (color:color-mix(in lab,red,red)){.bg-white\/88{background-color:color-mix(in oklab,var(--color-white) 88%,transparent)}}.bg-white\/90{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.bg-white\/90{background-color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.bg-white\/92{background-color:#ffffffeb}@supports (color:color-mix(in lab,red,red)){.bg-white\/92{background-color:color-mix(in oklab,var(--color-white) 92%,transparent)}}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white) 95%,transparent)}}.bg-white\/96{background-color:#fffffff5}@supports (color:color-mix(in lab,red,red)){.bg-white\/96{background-color:color-mix(in oklab,var(--color-white) 96%,transparent)}}.bg-white\/\[0\.03\]{background-color:#ffffff08}@supports (color:color-mix(in lab,red,red)){.bg-white\/\[0\.03\]{background-color:color-mix(in oklab,var(--color-white) 3%,transparent)}}.bg-yellow-50{background-color:var(--color-yellow-50)}.\!bg-gradient-to-r{--tw-gradient-position:to right in oklab!important;background-image:linear-gradient(var(--tw-gradient-stops))!important}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-tr{--tw-gradient-position:to top right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.\!bg-\[linear-gradient\(135deg\,\#0ea5e9\,\#2563eb\)\]{background-image:linear-gradient(135deg,#0ea5e9,#2563eb)!important}.\!bg-\[linear-gradient\(135deg\,\#0f172a\,\#0f766e\)\]{background-image:linear-gradient(135deg,#0f172a,#0f766e)!important}.\!bg-\[linear-gradient\(135deg\,\#0f172a\,\#0369a1\)\]{background-image:linear-gradient(135deg,#0f172a,#0369a1)!important}.\!bg-\[linear-gradient\(135deg\,\#10b981\,\#16a34a\)\]{background-image:linear-gradient(135deg,#10b981,#16a34a)!important}.\!bg-\[linear-gradient\(135deg\,\#f59e0b\,\#f97316\)\]{background-image:linear-gradient(135deg,#f59e0b,#f97316)!important}.\[background-image\:linear-gradient\(rgba\(15\,23\,42\,0\.12\)_1px\,transparent_1px\)\,linear-gradient\(90deg\,rgba\(15\,23\,42\,0\.12\)_1px\,transparent_1px\)\]{background-image:linear-gradient(#0f172a1f 1px,#0000 1px),linear-gradient(90deg,#0f172a1f 1px,#0000 1px)}.bg-\[image\:var\(--vibrant-gradient-gold\)\]{background-image:var(--vibrant-gradient-gold)}.bg-\[image\:var\(--vibrant-gradient-rainbow\)\]{background-image:var(--vibrant-gradient-rainbow)}.bg-\[linear-gradient\(90deg\,\#0f766e\,\#14b8a6\)\]{background-image:linear-gradient(90deg,#0f766e,#14b8a6)}.bg-\[linear-gradient\(90deg\,\#0f766e\,\#34d399\)\]{background-image:linear-gradient(90deg,#0f766e,#34d399)}.bg-\[linear-gradient\(90deg\,\#1d4ed8\,\#60a5fa\)\]{background-image:linear-gradient(90deg,#1d4ed8,#60a5fa)}.bg-\[linear-gradient\(90deg\,\#7c3aed\,\#a78bfa\)\]{background-image:linear-gradient(90deg,#7c3aed,#a78bfa)}.bg-\[linear-gradient\(90deg\,\#7c3aed\,\#c084fc\)\]{background-image:linear-gradient(90deg,#7c3aed,#c084fc)}.bg-\[linear-gradient\(90deg\,\#22c55e\,\#86efac\)\]{background-image:linear-gradient(90deg,#22c55e,#86efac)}.bg-\[linear-gradient\(90deg\,\#2563eb\,\#38bdf8\)\]{background-image:linear-gradient(90deg,#2563eb,#38bdf8)}.bg-\[linear-gradient\(90deg\,\#c2410c\,\#fb923c\)\]{background-image:linear-gradient(90deg,#c2410c,#fb923c)}.bg-\[linear-gradient\(90deg\,\#d97706\,\#fbbf24\)\]{background-image:linear-gradient(90deg,#d97706,#fbbf24)}.bg-\[linear-gradient\(90deg\,var\(--ds-primary\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_70\%\,var\(--ds-primary\)\)_100\%\)\]{background-image:linear-gradient(90deg,var(--ds-primary) 0%,var(--ds-warning) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(90deg\,var\(--ds-primary\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_70\%\,var\(--ds-primary\)\)_100\%\)\]{background-image:linear-gradient(90deg,var(--ds-primary) 0%,color-mix(in srgb,var(--ds-warning) 70%,var(--ds-primary)) 100%)}}.bg-\[linear-gradient\(90deg\,var\(--ds-success\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_70\%\,var\(--ds-success\)\)_100\%\)\]{background-image:linear-gradient(90deg,var(--ds-success) 0%,var(--ds-primary) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(90deg\,var\(--ds-success\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_70\%\,var\(--ds-success\)\)_100\%\)\]{background-image:linear-gradient(90deg,var(--ds-success) 0%,color-mix(in srgb,var(--ds-primary) 70%,var(--ds-success)) 100%)}}.bg-\[linear-gradient\(90deg\,var\(--gradient-accent-start\)_0\%\,var\(--gradient-accent-mid\)_52\%\,var\(--gradient-accent-end\)_100\%\)\]{background-image:linear-gradient(90deg,var(--gradient-accent-start) 0%,var(--gradient-accent-mid) 52%,var(--gradient-accent-end) 100%)}.bg-\[linear-gradient\(135deg\,\#0ea5e9_0\%\,\#2563eb_100\%\)\]{background-image:linear-gradient(135deg,#0ea5e9 0%,#2563eb 100%)}.bg-\[linear-gradient\(135deg\,\#0f67dc_0\%\,\#2563eb_52\%\,\#14b8a6_100\%\)\]{background-image:linear-gradient(135deg,#0f67dc 0%,#2563eb 52%,#14b8a6 100%)}.bg-\[linear-gradient\(135deg\,\#0f172a_0\%\,\#0f3b63_46\%\,\#0d9488_100\%\)\]{background-image:linear-gradient(135deg,#0f172a 0%,#0f3b63 46%,#0d9488 100%)}.bg-\[linear-gradient\(135deg\,\#0f172a_0\%\,\#1e293b_52\%\,\#0f766e_100\%\)\]{background-image:linear-gradient(135deg,#0f172a 0%,#1e293b 52%,#0f766e 100%)}.bg-\[linear-gradient\(135deg\,\#0f172a_0\%\,\#134e4a_48\%\,\#0f766e_100\%\)\]{background-image:linear-gradient(135deg,#0f172a 0%,#134e4a 48%,#0f766e 100%)}.bg-\[linear-gradient\(135deg\,\#0f766e\,\#14b8a6\)\]{background-image:linear-gradient(135deg,#0f766e,#14b8a6)}.bg-\[linear-gradient\(135deg\,\#1d4ed8\,\#60a5fa\)\]{background-image:linear-gradient(135deg,#1d4ed8,#60a5fa)}.bg-\[linear-gradient\(135deg\,\#2fa36b_0\%\,\#57c6af_100\%\)\]{background-image:linear-gradient(135deg,#2fa36b 0%,#57c6af 100%)}.bg-\[linear-gradient\(135deg\,\#4facfe_0\%\,\#00f2fe_100\%\)\]{background-image:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.bg-\[linear-gradient\(135deg\,\#7c3aed\,\#a78bfa\)\]{background-image:linear-gradient(135deg,#7c3aed,#a78bfa)}.bg-\[linear-gradient\(135deg\,\#10b981_0\%\,\#0ea5e9_52\%\,\#2563eb_100\%\)\]{background-image:linear-gradient(135deg,#10b981 0%,#0ea5e9 52%,#2563eb 100%)}.bg-\[linear-gradient\(135deg\,\#22c55e_0\%\,\#16a34a_100\%\)\]{background-image:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.bg-\[linear-gradient\(135deg\,\#43e97b_0\%\,\#38f9d7_100\%\)\]{background-image:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.bg-\[linear-gradient\(135deg\,\#667eea_0\%\,\#764ba2_100\%\)\]{background-image:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.bg-\[linear-gradient\(135deg\,\#64748b\,\#94a3b8\)\]{background-image:linear-gradient(135deg,#64748b,#94a3b8)}.bg-\[linear-gradient\(135deg\,\#b45309\,\#f59e0b\)\]{background-image:linear-gradient(135deg,#b45309,#f59e0b)}.bg-\[linear-gradient\(135deg\,\#c2410c\,\#fb923c\)\]{background-image:linear-gradient(135deg,#c2410c,#fb923c)}.bg-\[linear-gradient\(135deg\,\#ca8a04\,\#f59e0b\)\]{background-image:linear-gradient(135deg,#ca8a04,#f59e0b)}.bg-\[linear-gradient\(135deg\,\#ecfdf5_0\%\,\#f8fafc_55\%\,\#eff6ff_100\%\)\]{background-image:linear-gradient(135deg,#ecfdf5 0%,#f8fafc 55%,#eff6ff 100%)}.bg-\[linear-gradient\(135deg\,\#eef8ff_0\%\,\#ffffff_48\%\,\#fff7ed_100\%\)\]{background-image:linear-gradient(135deg,#eef8ff 0%,#fff 48%,#fff7ed 100%)}.bg-\[linear-gradient\(135deg\,\#ef4444_0\%\,\#dc2626_100\%\)\]{background-image:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.bg-\[linear-gradient\(135deg\,\#eff6ff\,\#ffffff\)\]{background-image:linear-gradient(135deg,#eff6ff,#fff)}.bg-\[linear-gradient\(135deg\,\#f0fdfa\,\#ffffff\)\]{background-image:linear-gradient(135deg,#f0fdfa,#fff)}.bg-\[linear-gradient\(135deg\,\#f093fb_0\%\,\#f5576c_100\%\)\]{background-image:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.bg-\[linear-gradient\(135deg\,\#fef2f2\,\#ffffff\)\]{background-image:linear-gradient(135deg,#fef2f2,#fff)}.bg-\[linear-gradient\(135deg\,\#fff7ed\,\#ffffff\)\]{background-image:linear-gradient(135deg,#fff7ed,#fff)}.bg-\[linear-gradient\(135deg\,\#fff8ec_0\%\,\#ffffff_42\%\,\#eef8ff_100\%\)\]{background-image:linear-gradient(135deg,#fff8ec 0%,#fff 42%,#eef8ff 100%)}.bg-\[linear-gradient\(135deg\,\#ffffff_0\%\,\#f8fafc_45\%\,\#eef2ff_100\%\)\]{background-image:linear-gradient(135deg,#fff 0%,#f8fafc 45%,#eef2ff 100%)}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-bg-card\)_82\%\,white\)\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,white\)\)\]{background-image:linear-gradient(135deg,var(--ds-bg-card),var(--ds-primary))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-bg-card\)_82\%\,white\)\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,white\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-bg-card) 82%,white),color-mix(in srgb,var(--ds-primary) 6%,white))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-danger\)_8\%\,white\)\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\)\]{background-image:linear-gradient(135deg,var(--ds-danger),var(--ds-warning))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-danger\)_8\%\,white\)\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-danger) 8%,white),color-mix(in srgb,var(--ds-warning) 8%,white))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-info\)_9\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-success\)_5\%\,white\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-info) 0%,var(--ds-success) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-info\)_9\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-success\)_5\%\,white\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-info) 9%,white) 0%,color-mix(in srgb,var(--ds-success) 5%,white) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-page\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-primary) 0%,var(--ds-warning) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-page\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 4%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-warning) 4%,var(--ds-bg-page)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_5\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-primary) 0%,var(--ds-warning) 52%,var(--ds-accent-mint) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_5\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 5%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-warning) 4%,var(--ds-bg-page)) 52%,color-mix(in srgb,var(--ds-accent-mint) 4%,var(--ds-bg-card)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)\)\]{background-image:linear-gradient(135deg,var(--ds-primary),var(--ds-warning))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 7%,white),color-mix(in srgb,var(--ds-warning) 10%,white))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-page\)\)_48\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-primary) 0%,var(--ds-primary) 48%,var(--ds-accent-mint) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-page\)\)_48\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 12%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-primary) 6%,var(--ds-bg-page)) 48%,color-mix(in srgb,var(--ds-accent-mint) 4%,var(--ds-bg-card)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\,color-mix\(in_srgb\,var\(--ds-success\)_12\%\,white\)\)\]{background-image:linear-gradient(135deg,var(--ds-primary),var(--ds-success))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\,color-mix\(in_srgb\,var\(--ds-success\)_12\%\,white\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 12%,white),color-mix(in srgb,var(--ds-success) 12%,white))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,var\(--ds-bg-card\)_82\%\)\,color-mix\(in_srgb\,var\(--ds-success\)_12\%\,var\(--ds-bg-card\)_88\%\)\)\]{background-image:linear-gradient(135deg,var(--ds-primary),var(--ds-success))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,var\(--ds-bg-card\)_82\%\)\,color-mix\(in_srgb\,var\(--ds-success\)_12\%\,var\(--ds-bg-card\)_88\%\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 18%,var(--ds-bg-card) 82%),color-mix(in srgb,var(--ds-success) 12%,var(--ds-bg-card) 88%))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,var\(--ds-bg-card\)_82\%\)\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)_90\%\)\)\]{background-image:linear-gradient(135deg,var(--ds-primary),var(--ds-warning))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-primary\)_18\%\,var\(--ds-bg-card\)_82\%\)\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)_90\%\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-primary) 18%,var(--ds-bg-card) 82%),color-mix(in srgb,var(--ds-warning) 10%,var(--ds-bg-card) 90%))}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-card\)\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_4\%\,var\(--ds-bg-card\)\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 4%,var(--ds-bg-card)) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-primary) 52%,var(--ds-accent-mint) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 10%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-primary) 4%,var(--ds-bg-page)) 52%,color-mix(in srgb,var(--ds-accent-mint) 4%,var(--ds-bg-card)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-page\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-primary) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_6\%\,var\(--ds-bg-page\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 10%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-primary) 6%,var(--ds-bg-page)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_5\%\,white\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-primary) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_5\%\,white\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 10%,white) 0%,color-mix(in srgb,var(--ds-primary) 5%,white) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-primary) 52%,var(--ds-accent-mint) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-page\)\)_52\%\,color-mix\(in_srgb\,var\(--ds-accent-mint\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 12%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-primary) 4%,var(--ds-bg-page)) 52%,color-mix(in srgb,var(--ds-accent-mint) 4%,var(--ds-bg-card)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,var\(--ds-bg-page\)\)_44\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-warning) 0%,var(--ds-warning) 44%,var(--ds-primary) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_12\%\,var\(--ds-bg-card\)\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,var\(--ds-bg-page\)\)_44\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,var\(--ds-bg-card\)\)_100\%\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 12%,var(--ds-bg-card)) 0%,color-mix(in srgb,var(--ds-warning) 8%,var(--ds-bg-page)) 44%,color-mix(in srgb,var(--ds-primary) 4%,var(--ds-bg-card)) 100%)}}.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,white\)\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\)\]{background-image:linear-gradient(135deg,var(--ds-warning),var(--ds-primary))}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,color-mix\(in_srgb\,var\(--ds-warning\)_14\%\,white\)\,color-mix\(in_srgb\,var\(--ds-primary\)_12\%\,white\)\)\]{background-image:linear-gradient(135deg,color-mix(in srgb,var(--ds-warning) 14%,white),color-mix(in srgb,var(--ds-primary) 12%,white))}}.bg-\[linear-gradient\(135deg\,rgba\(6\,43\,54\,0\.98\)_0\%\,rgba\(15\,118\,110\,0\.96\)_48\%\,rgba\(245\,158\,11\,0\.94\)_100\%\)\]{background-image:linear-gradient(135deg,#062b36fa 0%,#0f766ef5 48%,#f59e0bf0 100%)}.bg-\[linear-gradient\(135deg\,rgba\(14\,165\,233\,0\.1\)_0\%\,rgba\(37\,99\,235\,0\.06\)_100\%\)\]{background-image:linear-gradient(135deg,#0ea5e91a 0%,#2563eb0f 100%)}.bg-\[linear-gradient\(135deg\,rgba\(14\,165\,233\,0\.06\)_0\%\,rgba\(37\,99\,235\,0\.03\)_100\%\)\]{background-image:linear-gradient(135deg,#0ea5e90f 0%,#2563eb08 100%)}.bg-\[linear-gradient\(135deg\,rgba\(14\,165\,233\,0\.08\)_0\%\,rgba\(37\,99\,235\,0\.04\)_100\%\)\]{background-image:linear-gradient(135deg,#0ea5e914 0%,#2563eb0a 100%)}.bg-\[linear-gradient\(135deg\,rgba\(16\,185\,129\,0\.10\)\,rgba\(255\,255\,255\,0\.96\)\)\]{background-image:linear-gradient(135deg,#10b9811a,#fffffff5)}.bg-\[linear-gradient\(135deg\,rgba\(37\,99\,235\,0\.08\)\,rgba\(255\,255\,255\,0\.96\)\)\]{background-image:linear-gradient(135deg,#2563eb14,#fffffff5)}.bg-\[linear-gradient\(135deg\,rgba\(240\,249\,255\,0\.96\)_0\%\,rgba\(255\,255\,255\,0\.96\)_100\%\)\]{background-image:linear-gradient(135deg,#f0f9fff5 0%,#fffffff5 100%)}.bg-\[linear-gradient\(135deg\,rgba\(254\,226\,226\,0\.96\)\,rgba\(244\,63\,94\,0\.92\)\)\]{background-image:linear-gradient(135deg,#fee2e2f5,#f43f5eeb)}.bg-\[linear-gradient\(135deg\,rgba\(254\,240\,138\,0\.96\)\,rgba\(251\,191\,36\,0\.94\)\)\]{background-image:linear-gradient(135deg,#fef08af5,#fbbf24f0)}.bg-\[linear-gradient\(135deg\,var\(--bl-panel-start\)_0\%\,color-mix\(in_srgb\,var\(--bl-panel-end\)_94\%\,white\)_58\%\,rgba\(255\,255\,255\,0\.96\)_100\%\)\]{background-image:linear-gradient(135deg,var(--bl-panel-start) 0%,var(--bl-panel-end) 58%,#fffffff5 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(135deg\,var\(--bl-panel-start\)_0\%\,color-mix\(in_srgb\,var\(--bl-panel-end\)_94\%\,white\)_58\%\,rgba\(255\,255\,255\,0\.96\)_100\%\)\]{background-image:linear-gradient(135deg,var(--bl-panel-start) 0%,color-mix(in srgb,var(--bl-panel-end) 94%,white) 58%,#fffffff5 100%)}}.bg-\[linear-gradient\(135deg\,var\(--bl-panel-start\)_0\%\,var\(--bl-panel-end\)_52\%\,rgba\(255\,255\,255\,0\.94\)_100\%\)\]{background-image:linear-gradient(135deg,var(--bl-panel-start) 0%,var(--bl-panel-end) 52%,#fffffff0 100%)}.bg-\[linear-gradient\(135deg\,var\(--ds-primary-bg\)_0\%\,var\(--ds-bg-card\)_45\%\,var\(--ds-warning-bg\)_100\%\)\]{background-image:linear-gradient(135deg,var(--ds-primary-bg) 0%,var(--ds-bg-card) 45%,var(--ds-warning-bg) 100%)}.bg-\[linear-gradient\(145deg\,color-mix\(in_srgb\,var\(--ds-primary\)_8\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)_100\%\)\]{background-image:linear-gradient(145deg,var(--ds-primary) 0%,var(--ds-warning) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(145deg\,color-mix\(in_srgb\,var\(--ds-primary\)_8\%\,white\)_0\%\,color-mix\(in_srgb\,var\(--ds-warning\)_10\%\,white\)_100\%\)\]{background-image:linear-gradient(145deg,color-mix(in srgb,var(--ds-primary) 8%,white) 0%,color-mix(in srgb,var(--ds-warning) 10%,white) 100%)}}.bg-\[linear-gradient\(180deg\,\#0f172a_0\%\,\#1d4ed8_36\%\,\#0ea5e9_100\%\)\]{background-image:linear-gradient(#0f172a 0%,#1d4ed8 36%,#0ea5e9 100%)}.bg-\[linear-gradient\(180deg\,\#0f172a_0\%\,\#14532d_52\%\,\#365314_100\%\)\]{background-image:linear-gradient(#0f172a 0%,#14532d 52%,#365314 100%)}.bg-\[linear-gradient\(180deg\,\#164e63_0\%\,\#0f766e_44\%\,\#22c55e_100\%\)\]{background-image:linear-gradient(#164e63 0%,#0f766e 44%,#22c55e 100%)}.bg-\[linear-gradient\(180deg\,\#020617_0\%\,\#0f172a_52\%\,\#1e293b_100\%\)\]{background-image:linear-gradient(#020617 0%,#0f172a 52%,#1e293b 100%)}.bg-\[linear-gradient\(180deg\,\#020617_0\%\,\#1e1b4b_36\%\,\#0f766e_100\%\)\]{background-image:linear-gradient(#020617 0%,#1e1b4b 36%,#0f766e 100%)}.bg-\[linear-gradient\(180deg\,\#78350f_0\%\,\#b45309_28\%\,\#f59e0b_100\%\)\]{background-image:linear-gradient(#78350f 0%,#b45309 28%,#f59e0b 100%)}.bg-\[linear-gradient\(180deg\,\#422006_0\%\,\#92400e_34\%\,\#f97316_100\%\)\]{background-image:linear-gradient(#422006 0%,#92400e 34%,#f97316 100%)}.bg-\[linear-gradient\(180deg\,\#e0f2fe_0\%\,\#f0fdf4_54\%\,\#d9f99d_100\%\)\]{background-image:linear-gradient(#e0f2fe 0%,#f0fdf4 54%,#d9f99d 100%)}.bg-\[linear-gradient\(180deg\,\#f0fdfa_0\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(#f0fdfa 0%,#fff 100%)}.bg-\[linear-gradient\(180deg\,\#f5fffd\,\#eefaf7\)\]{background-image:linear-gradient(#f5fffd,#eefaf7)}.bg-\[linear-gradient\(180deg\,\#f8fafc_0\%\,\#eef7ff_52\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(#f8fafc 0%,#eef7ff 52%,#fff 100%)}.bg-\[linear-gradient\(180deg\,\#f8fafc_0\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(#f8fafc 0%,#fff 100%)}.bg-\[linear-gradient\(180deg\,\#f8fbff\,\#eef5ff\)\]{background-image:linear-gradient(#f8fbff,#eef5ff)}.bg-\[linear-gradient\(180deg\,\#fbf7ff\,\#f5efff\)\]{background-image:linear-gradient(#fbf7ff,#f5efff)}.bg-\[linear-gradient\(180deg\,\#fff8eb_0\%\,\#fffdf8_40\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(#fff8eb 0%,#fffdf8 40%,#fff 100%)}.bg-\[linear-gradient\(180deg\,\#fff8fb_0\%\,\#f7fbff_34\%\,\#fffdf6_100\%\)\]{background-image:linear-gradient(#fff8fb 0%,#f7fbff 34%,#fffdf6 100%)}.bg-\[linear-gradient\(180deg\,\#fffaf6\,\#fff1e7\)\]{background-image:linear-gradient(#fffaf6,#fff1e7)}.bg-\[linear-gradient\(180deg\,\#fffdf8_0\%\,\#ffffff_100\%\)\]{background-image:linear-gradient(#fffdf8 0%,#fff 100%)}.bg-\[linear-gradient\(180deg\,\#ffffff_0\%\,\#f8fafc_100\%\)\]{background-image:linear-gradient(#fff 0%,#f8fafc 100%)}.bg-\[linear-gradient\(180deg\,\#ffffff_0\%\,\#f8fbff_100\%\)\]{background-image:linear-gradient(#fff 0%,#f8fbff 100%)}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-info\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-info) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-info\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-info) 8%,white) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_2\%\,var\(--ds-bg-card\)\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-primary) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_2\%\,var\(--ds-bg-card\)\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-primary) 2%,var(--ds-bg-card)) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,white\)\,transparent\)\]{background-image:linear-gradient(180deg,var(--ds-primary),transparent)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,white\)\,transparent\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-primary) 4%,white),transparent)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-primary) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-primary\)_7\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-primary) 7%,white) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-success\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-success) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-success\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-success) 8%,white) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-warning\)_7\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-warning) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-warning\)_7\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-warning) 7%,white) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-warning) 0%,var(--ds-bg-card) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)_0\%\,var\(--ds-bg-card\)_100\%\)\]{background-image:linear-gradient(180deg,color-mix(in srgb,var(--ds-warning) 8%,white) 0%,var(--ds-bg-card) 100%)}}.bg-\[linear-gradient\(180deg\,rgba\(2\,6\,23\,0\.62\)\,rgba\(2\,6\,23\,0\.9\)\)\]{background-image:linear-gradient(#0206179e,#020617e6)}.bg-\[linear-gradient\(180deg\,rgba\(14\,165\,233\,1\)_0\%\,rgba\(34\,197\,94\,1\)_100\%\)\]{background-image:linear-gradient(#0ea5e9 0%,#22c55e 100%)}.bg-\[linear-gradient\(180deg\,rgba\(15\,23\,42\,0\.06\)_0\%\,rgba\(15\,23\,42\,0\.35\)_100\%\)\]{background-image:linear-gradient(#0f172a0f 0%,#0f172a59 100%)}.bg-\[linear-gradient\(180deg\,rgba\(15\,23\,42\,0\.96\)_0\%\,rgba\(30\,41\,59\,0\.94\)_100\%\)\]{background-image:linear-gradient(#0f172af5 0%,#1e293bf0 100%)}.bg-\[linear-gradient\(180deg\,rgba\(236\,253\,245\,0\.95\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#ecfdf5f2,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(236\,254\,255\,0\.95\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#ecfefff2,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(240\,249\,255\,0\.95\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#f0f9fff2,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(240\,253\,244\,0\.96\)_0\%\,rgba\(236\,253\,245\,0\.86\)_100\%\)\]{background-image:linear-gradient(#f0fdf4f5 0%,#ecfdf5db 100%)}.bg-\[linear-gradient\(180deg\,rgba\(241\,245\,249\,0\.96\)_0\%\,rgba\(241\,245\,249\,0\.82\)_74\%\,rgba\(241\,245\,249\,0\)_100\%\)\]{background-image:linear-gradient(#f1f5f9f5 0%,#f1f5f9d1 74%,#f1f5f900 100%)}.bg-\[linear-gradient\(180deg\,rgba\(241\,245\,249\,0\.98\)_0\%\,rgba\(255\,255\,255\,1\)_38\%\,rgba\(226\,232\,240\,0\.72\)_100\%\)\]{background-image:linear-gradient(#f1f5f9fa 0%,#fff 38%,#e2e8f0b8 100%)}.bg-\[linear-gradient\(180deg\,rgba\(245\,243\,255\,0\.95\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#f5f3fff2,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(248\,250\,252\,0\.98\)\,rgba\(255\,255\,255\,0\.92\)\)\]{background-image:linear-gradient(#f8fafcfa,#ffffffeb)}.bg-\[linear-gradient\(180deg\,rgba\(248\,250\,252\,1\)_0\%\,rgba\(245\,245\,244\,0\.9\)_42\%\,rgba\(226\,232\,240\,0\.72\)_100\%\)\]{background-image:linear-gradient(#f8fafc 0%,#f5f5f4e6 42%,#e2e8f0b8 100%)}.bg-\[linear-gradient\(180deg\,rgba\(255\,241\,242\,0\.94\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#fff1f2f0,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(255\,250\,235\,0\.96\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#fffaebf5,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(255\,251\,235\,0\.78\)\,rgba\(255\,255\,255\,0\.98\)\)\]{background-image:linear-gradient(#fffbebc7,#fffffffa)}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,white\)_100\%\)\]{background-image:linear-gradient(180deg,#fff0 0%,var(--ds-primary) 100%)}@supports (color:color-mix(in lab,red,red)){.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_0\%\,color-mix\(in_srgb\,var\(--ds-primary\)_4\%\,white\)_100\%\)\]{background-image:linear-gradient(180deg,#fff0 0%,color-mix(in srgb,var(--ds-primary) 4%,white) 100%)}}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.16\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:linear-gradient(#ffffff29,#fff0)}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.88\)_0\%\,var\(--bl-panel-end\)_100\%\)\]{background-image:linear-gradient(180deg,#ffffffe0 0%,var(--bl-panel-end) 100%)}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.96\)\,rgba\(248\,250\,252\,0\.9\)\)\]{background-image:linear-gradient(#fffffff5,#f8fafce6)}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.96\)\,rgba\(248\,250\,252\,0\.92\)\)\]{background-image:linear-gradient(#fffffff5,#f8fafceb)}.bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.96\)_0\%\,rgba\(248\,250\,252\,0\.92\)_100\%\)\]{background-image:linear-gradient(#fffffff5 0%,#f8fafceb 100%)}.bg-\[linear-gradient\(180deg\,var\(--bl-panel-start\)_0\%\,rgba\(255\,255\,255\,0\)_100\%\)\]{background-image:linear-gradient(180deg,var(--bl-panel-start) 0%,#fff0 100%)}.bg-\[linear-gradient\(180deg\,var\(--ds-bg-card\)_0\%\,var\(--ds-bg-muted\)_100\%\)\]{background-image:linear-gradient(180deg,var(--ds-bg-card) 0%,var(--ds-bg-muted) 100%)}.bg-\[radial-gradient\(circle\,rgba\(14\,165\,233\,0\.18\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:radial-gradient(circle,#0ea5e92e,#fff0)}.bg-\[radial-gradient\(circle\,rgba\(244\,114\,182\,0\.26\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:radial-gradient(circle,#f472b642,#fff0)}.bg-\[radial-gradient\(circle\,rgba\(245\,158\,11\,0\.14\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:radial-gradient(circle,#f59e0b24,#fff0)}.bg-\[radial-gradient\(circle\,rgba\(249\,115\,22\,0\.22\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:radial-gradient(circle,#f9731638,#fff0)}.bg-\[radial-gradient\(circle_at_18\%_22\%\,rgba\(255\,255\,255\,0\.92\)\,transparent_24\%\)\,linear-gradient\(135deg\,\#ccfbf1\,\#fef3c7\)\]{background-image:radial-gradient(circle at 18% 22%,#ffffffeb,#0000 24%),linear-gradient(135deg,#ccfbf1,#fef3c7)}.bg-\[radial-gradient\(circle_at_22\%_24\%\,rgba\(255\,255\,255\,0\.72\)\,transparent_24\%\)\,radial-gradient\(circle_at_78\%_76\%\,rgba\(255\,255\,255\,0\.32\)\,transparent_28\%\)\]{background-image:radial-gradient(circle at 22% 24%,#ffffffb8,#0000 24%),radial-gradient(circle at 78% 76%,#ffffff52,#0000 28%)}.bg-\[radial-gradient\(circle_at_24\%_80\%\,rgba\(255\,255\,255\,0\.88\)\,transparent_25\%\)\,linear-gradient\(135deg\,\#fce7f3\,\#ffedd5\)\]{background-image:radial-gradient(circle at 24% 80%,#ffffffe0,#0000 25%),linear-gradient(135deg,#fce7f3,#ffedd5)}.bg-\[radial-gradient\(circle_at_70\%_72\%\,rgba\(255\,255\,255\,0\.9\)\,transparent_23\%\)\,linear-gradient\(135deg\,\#dcfce7\,\#e0f2fe\)\]{background-image:radial-gradient(circle at 70% 72%,#ffffffe6,#0000 23%),linear-gradient(135deg,#dcfce7,#e0f2fe)}.bg-\[radial-gradient\(circle_at_76\%_18\%\,rgba\(255\,255\,255\,0\.9\)\,transparent_22\%\)\,linear-gradient\(135deg\,\#dbeafe\,\#ecfeff\)\]{background-image:radial-gradient(circle at 76% 18%,#ffffffe6,#0000 22%),linear-gradient(135deg,#dbeafe,#ecfeff)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(14\,165\,233\,0\.16\)\,transparent_28\%\)\,linear-gradient\(180deg\,_rgba\(2\,6\,23\,0\.92\)_0\%\,rgba\(15\,23\,42\,0\.96\)_100\%\)\]{background-image:radial-gradient(circle at top,#0ea5e929,#0000 28%),linear-gradient(#020617eb 0%,#0f172af5 100%)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(16\,185\,129\,0\.12\)\,transparent_35\%\)\,linear-gradient\(180deg\,rgba\(2\,6\,23\,0\.12\)\,rgba\(2\,6\,23\,0\.78\)\)\]{background-image:radial-gradient(circle at top,#10b9811f,#0000 35%),linear-gradient(#0206171f,#020617c7)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(56\,189\,248\,0\.2\)\,transparent_34\%\)\,linear-gradient\(180deg\,_rgba\(2\,6\,23\,0\.92\)_0\%\,rgba\(15\,23\,42\,0\.98\)_100\%\)\]{background-image:radial-gradient(circle at top,#38bdf833,#0000 34%),linear-gradient(#020617eb 0%,#0f172afa 100%)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(56\,189\,248\,0\.18\)\,_transparent_45\%\)\,radial-gradient\(circle_at_bottom\,_rgba\(244\,114\,182\,0\.16\)\,_transparent_40\%\)\]{background-image:radial-gradient(circle at top,#38bdf82e,#0000 45%),radial-gradient(circle at bottom,#f472b629,#0000 40%)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(255\,255\,255\,0\.2\)\,_transparent_55\%\)\]{background-image:radial-gradient(circle at top,#fff3,#0000 55%)}.bg-\[radial-gradient\(circle_at_top\,color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\,white_42\%\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\)\]{background-image:radial-gradient(circle at top,var(--ds-primary),white 42%,var(--ds-warning))}@supports (color:color-mix(in lab,red,red)){.bg-\[radial-gradient\(circle_at_top\,color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\,white_42\%\,color-mix\(in_srgb\,var\(--ds-warning\)_8\%\,white\)\)\]{background-image:radial-gradient(circle at top,color-mix(in srgb,var(--ds-primary) 10%,white),white 42%,color-mix(in srgb,var(--ds-warning) 8%,white))}}.bg-\[radial-gradient\(circle_at_top\,color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\,white_58\%\)\]{background-image:radial-gradient(circle at top,var(--ds-primary),white 58%)}@supports (color:color-mix(in lab,red,red)){.bg-\[radial-gradient\(circle_at_top\,color-mix\(in_srgb\,var\(--ds-primary\)_10\%\,white\)\,white_58\%\)\]{background-image:radial-gradient(circle at top,color-mix(in srgb,var(--ds-primary) 10%,white),white 58%)}}.bg-\[radial-gradient\(circle_at_top\,rgba\(191\,219\,254\,0\.45\)\,rgba\(255\,255\,255\,0\.98\)_34\%\,rgba\(254\,215\,170\,0\.7\)_100\%\)\]{background-image:radial-gradient(circle at top,#bfdbfe73,#fffffffa 34%,#fed7aab3 100%)}.bg-\[radial-gradient\(circle_at_top\,rgba\(255\,255\,255\,0\.22\)\,transparent_34\%\)\]{background-image:radial-gradient(circle at top,#ffffff38,#0000 34%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(16\,185\,129\,0\.14\)\,transparent_35\%\)\,linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.98\)\,rgba\(248\,250\,252\,0\.94\)\)\]{background-image:radial-gradient(circle at 0 0,#10b98124,#0000 35%),linear-gradient(135deg,#fffffffa,#f8fafcf0)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(59\,130\,246\,0\.12\)\,transparent_35\%\)\,linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.98\)\,rgba\(248\,250\,252\,0\.94\)\)\]{background-image:radial-gradient(circle at 0 0,#3b82f61f,#0000 35%),linear-gradient(135deg,#fffffffa,#f8fafcf0)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(59\,130\,246\,0\.14\)\,transparent_35\%\)\,linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.98\)\,rgba\(248\,250\,252\,0\.94\)\)\]{background-image:radial-gradient(circle at 0 0,#3b82f624,#0000 35%),linear-gradient(135deg,#fffffffa,#f8fafcf0)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(251\,207\,232\,0\.45\)\,rgba\(255\,255\,255\,0\.96\)_42\%\,rgba\(254\,249\,195\,0\.76\)_100\%\)\]{background-image:radial-gradient(circle at 0 0,#fbcfe873,#fffffff5 42%,#fef9c3c2 100%)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(255\,255\,255\,0\.78\)\,transparent_42\%\)\,linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.62\)\,rgba\(255\,255\,255\,0\.16\)\)\]{background-image:radial-gradient(circle at 0 0,#ffffffc7,#0000 42%),linear-gradient(135deg,#ffffff9e,#ffffff29)}.\!from-indigo-500{--tw-gradient-from:var(--color-indigo-500)!important;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))!important}.from-\[\#0f172a\]{--tw-gradient-from:#0f172a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#0f766e\]{--tw-gradient-from:#0f766e;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#1d4ed8\]{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#7c2d12\]{--tw-gradient-from:#7c2d12;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[var\(--ds-primary\)\]{--tw-gradient-from:var(--ds-primary);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-50{--tw-gradient-from:var(--color-amber-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-50\/80{--tw-gradient-from:#fffbebcc}@supports (color:color-mix(in lab,red,red)){.from-amber-50\/80{--tw-gradient-from:color-mix(in oklab, var(--color-amber-50) 80%, transparent)}}.from-amber-50\/80{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-100{--tw-gradient-from:var(--color-amber-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-100\/80{--tw-gradient-from:#fef3c6cc}@supports (color:color-mix(in lab,red,red)){.from-amber-100\/80{--tw-gradient-from:color-mix(in oklab, var(--color-amber-100) 80%, transparent)}}.from-amber-100\/80{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-400{--tw-gradient-from:var(--color-amber-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-500{--tw-gradient-from:var(--color-amber-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-amber-600{--tw-gradient-from:var(--color-amber-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-background{--tw-gradient-from:var(--color-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-black\/35{--tw-gradient-from:#00000059}@supports (color:color-mix(in lab,red,red)){.from-black\/35{--tw-gradient-from:color-mix(in oklab, var(--color-black) 35%, transparent)}}.from-black\/35{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-black\/45{--tw-gradient-from:#00000073}@supports (color:color-mix(in lab,red,red)){.from-black\/45{--tw-gradient-from:color-mix(in oklab, var(--color-black) 45%, transparent)}}.from-black\/45{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-black\/70{--tw-gradient-from:#000000b3}@supports (color:color-mix(in lab,red,red)){.from-black\/70{--tw-gradient-from:color-mix(in oklab, var(--color-black) 70%, transparent)}}.from-black\/70{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-blue-50{--tw-gradient-from:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-cyan-50{--tw-gradient-from:var(--color-cyan-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-cyan-400{--tw-gradient-from:var(--color-cyan-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-emerald-50{--tw-gradient-from:var(--color-emerald-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-emerald-400{--tw-gradient-from:var(--color-emerald-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-emerald-500{--tw-gradient-from:var(--color-emerald-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-fuchsia-400{--tw-gradient-from:var(--color-fuchsia-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-gray-200{--tw-gradient-from:var(--color-gray-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-gray-700{--tw-gradient-from:var(--color-gray-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-green-50{--tw-gradient-from:var(--color-green-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-indigo-400{--tw-gradient-from:var(--color-indigo-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-indigo-500{--tw-gradient-from:var(--color-indigo-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-orange-50{--tw-gradient-from:var(--color-orange-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-orange-400{--tw-gradient-from:var(--color-orange-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-pink-50{--tw-gradient-from:var(--color-pink-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-pink-400{--tw-gradient-from:var(--color-pink-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-primary{--tw-gradient-from:var(--color-primary);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-primary\/5{--tw-gradient-from:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.from-primary\/5{--tw-gradient-from:color-mix(in oklab, var(--color-primary) 5%, transparent)}}.from-primary\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-primary\/10{--tw-gradient-from:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.from-primary\/10{--tw-gradient-from:color-mix(in oklab, var(--color-primary) 10%, transparent)}}.from-primary\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-purple-50{--tw-gradient-from:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-purple-400{--tw-gradient-from:var(--color-purple-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-red-50{--tw-gradient-from:var(--color-red-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-rose-300{--tw-gradient-from:var(--color-rose-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-rose-400{--tw-gradient-from:var(--color-rose-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-rose-500{--tw-gradient-from:var(--color-rose-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-sky-50{--tw-gradient-from:var(--color-sky-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-sky-400{--tw-gradient-from:var(--color-sky-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-sky-500{--tw-gradient-from:var(--color-sky-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-sky-600{--tw-gradient-from:var(--color-sky-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-50{--tw-gradient-from:#f8fafc;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-50\/90{--tw-gradient-from:oklab(98.4152% -.00128621 -.00316101/.9);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-400{--tw-gradient-from:#94a3b8;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-500{--tw-gradient-from:#64748b;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-900{--tw-gradient-from:#0f172a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-950{--tw-gradient-from:#020617;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-950\/65{--tw-gradient-from:oklab(12.8802% -.003754 -.0404292/.65);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-950\/70{--tw-gradient-from:oklab(12.8802% -.003754 -.0404292/.7);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-950\/80{--tw-gradient-from:oklab(12.8802% -.003754 -.0404292/.8);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-teal-400{--tw-gradient-from:var(--color-teal-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-violet-50{--tw-gradient-from:var(--color-violet-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-violet-400{--tw-gradient-from:var(--color-violet-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-violet-500{--tw-gradient-from:var(--color-violet-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-white\/18{--tw-gradient-from:#ffffff2e}@supports (color:color-mix(in lab,red,red)){.from-white\/18{--tw-gradient-from:color-mix(in oklab, var(--color-white) 18%, transparent)}}.from-white\/18{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-\[\#0f766e\]{--tw-gradient-via:#0f766e;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#14b8a6\]{--tw-gradient-via:#14b8a6;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#115e59\]{--tw-gradient-via:#115e59;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#2563eb\]{--tw-gradient-via:#2563eb;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#ea580c\]{--tw-gradient-via:#ea580c;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-amber-500{--tw-gradient-via:var(--color-amber-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-background{--tw-gradient-via:var(--color-background);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-black\/20{--tw-gradient-via:#0003}@supports (color:color-mix(in lab,red,red)){.via-black\/20{--tw-gradient-via:color-mix(in oklab, var(--color-black) 20%, transparent)}}.via-black\/20{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-card{--tw-gradient-via:var(--color-card);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-cyan-400{--tw-gradient-via:var(--color-cyan-400);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-cyan-500{--tw-gradient-via:var(--color-cyan-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-emerald-500{--tw-gradient-via:var(--color-emerald-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-gray-300{--tw-gradient-via:var(--color-gray-300);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-green-400{--tw-gradient-via:var(--color-green-400);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-orange-400{--tw-gradient-via:var(--color-orange-400);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-orange-500{--tw-gradient-via:var(--color-orange-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-pink-300{--tw-gradient-via:var(--color-pink-300);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-pink-500{--tw-gradient-via:var(--color-pink-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-primary\/5{--tw-gradient-via:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.via-primary\/5{--tw-gradient-via:color-mix(in oklab, var(--color-primary) 5%, transparent)}}.via-primary\/5{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-rose-500{--tw-gradient-via:var(--color-rose-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-sky-500{--tw-gradient-via:var(--color-sky-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-slate-800{--tw-gradient-via:#1e293b;--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-slate-950\/20{--tw-gradient-via:oklab(12.8802% -.003754 -.0404292/.2);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-teal-500{--tw-gradient-via:var(--color-teal-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-violet-500{--tw-gradient-via:var(--color-violet-500);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-white{--tw-gradient-via:var(--color-white);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.\!to-purple-600{--tw-gradient-to:var(--color-purple-600)!important;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))!important}.to-\[\#0f172a\]{--tw-gradient-to:#0f172a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#06b6d4\]{--tw-gradient-to:#06b6d4;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#d97706\]{--tw-gradient-to:#d97706;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#f59e0b\]{--tw-gradient-to:#f59e0b;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#facc15\]{--tw-gradient-to:#facc15;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[var\(--ds-info\)\]{--tw-gradient-to:var(--ds-info);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-amber-50{--tw-gradient-to:var(--color-amber-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-amber-500{--tw-gradient-to:var(--color-amber-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-amber-600{--tw-gradient-to:var(--color-amber-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-background{--tw-gradient-to:var(--color-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-black{--tw-gradient-to:var(--color-black);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-blue-50{--tw-gradient-to:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-blue-100{--tw-gradient-to:var(--color-blue-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-blue-500{--tw-gradient-to:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-blue-700{--tw-gradient-to:var(--color-blue-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-card{--tw-gradient-to:var(--color-card);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-cyan-50{--tw-gradient-to:var(--color-cyan-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-cyan-400{--tw-gradient-to:var(--color-cyan-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-cyan-500{--tw-gradient-to:var(--color-cyan-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-emerald-100{--tw-gradient-to:var(--color-emerald-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-emerald-500{--tw-gradient-to:var(--color-emerald-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-fuchsia-200{--tw-gradient-to:var(--color-fuchsia-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-fuchsia-500{--tw-gradient-to:var(--color-fuchsia-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-fuchsia-600{--tw-gradient-to:var(--color-fuchsia-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-gray-200{--tw-gradient-to:var(--color-gray-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-green-100{--tw-gradient-to:var(--color-green-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-indigo-500{--tw-gradient-to:var(--color-indigo-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-lime-300{--tw-gradient-to:var(--color-lime-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-lime-500{--tw-gradient-to:var(--color-lime-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-muted\/10{--tw-gradient-to:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.to-muted\/10{--tw-gradient-to:color-mix(in oklab, var(--color-muted) 10%, transparent)}}.to-muted\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-muted\/40{--tw-gradient-to:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.to-muted\/40{--tw-gradient-to:color-mix(in oklab, var(--color-muted) 40%, transparent)}}.to-muted\/40{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-50{--tw-gradient-to:var(--color-orange-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-50\/50{--tw-gradient-to:#fff7ed80}@supports (color:color-mix(in lab,red,red)){.to-orange-50\/50{--tw-gradient-to:color-mix(in oklab, var(--color-orange-50) 50%, transparent)}}.to-orange-50\/50{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-400{--tw-gradient-to:var(--color-orange-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-500{--tw-gradient-to:var(--color-orange-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-orange-600{--tw-gradient-to:var(--color-orange-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-pink-50{--tw-gradient-to:var(--color-pink-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-pink-400{--tw-gradient-to:var(--color-pink-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-pink-600{--tw-gradient-to:var(--color-pink-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-primary\/80{--tw-gradient-to:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.to-primary\/80{--tw-gradient-to:color-mix(in oklab, var(--color-primary) 80%, transparent)}}.to-primary\/80{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-50{--tw-gradient-to:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-100{--tw-gradient-to:var(--color-purple-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-400{--tw-gradient-to:var(--color-purple-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-500{--tw-gradient-to:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-purple-700{--tw-gradient-to:var(--color-purple-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-red-100{--tw-gradient-to:var(--color-red-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-50{--tw-gradient-to:var(--color-rose-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-100\/80{--tw-gradient-to:#ffe4e6cc}@supports (color:color-mix(in lab,red,red)){.to-rose-100\/80{--tw-gradient-to:color-mix(in oklab, var(--color-rose-100) 80%, transparent)}}.to-rose-100\/80{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-400{--tw-gradient-to:var(--color-rose-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-500{--tw-gradient-to:var(--color-rose-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-600{--tw-gradient-to:var(--color-rose-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-sky-50{--tw-gradient-to:var(--color-sky-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-sky-400{--tw-gradient-to:var(--color-sky-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-sky-500{--tw-gradient-to:var(--color-sky-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-slate-600{--tw-gradient-to:#475569;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-slate-700{--tw-gradient-to:#334155;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-success\/5{--tw-gradient-to:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.to-success\/5{--tw-gradient-to:color-mix(in oklab, var(--color-success) 5%, transparent)}}.to-success\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-teal-50{--tw-gradient-to:var(--color-teal-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-teal-300{--tw-gradient-to:var(--color-teal-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-teal-400{--tw-gradient-to:var(--color-teal-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-teal-500{--tw-gradient-to:var(--color-teal-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-teal-600{--tw-gradient-to:var(--color-teal-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-white\/90{--tw-gradient-to:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.to-white\/90{--tw-gradient-to:color-mix(in oklab, var(--color-white) 90%, transparent)}}.to-white\/90{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-yellow-50{--tw-gradient-to:var(--color-yellow-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-yellow-500{--tw-gradient-to:var(--color-yellow-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.\[background-size\:42px_42px\]{background-size:42px 42px}.bg-\[length\:200\%_100\%\]{background-size:200% 100%}.bg-\[length\:200\%_200\%\]{background-size:200% 200%}.fill-none{fill:none}.stroke-amber-500{stroke:var(--color-amber-500)}.stroke-primary{stroke:var(--color-primary)}.stroke-violet-500{stroke:var(--color-violet-500)}.stroke-0{stroke-width:0}.stroke-\[3\]{stroke-width:3px}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:calc(var(--spacing) * 0)!important}.\!p-5{padding:calc(var(--spacing) * 5)!important}.p-0{padding:calc(var(--spacing) * 0)}.p-1{padding:calc(var(--spacing) * 1)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-2\.5{padding:calc(var(--spacing) * 2.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.p-10{padding:calc(var(--spacing) * 10)}.p-12{padding:calc(var(--spacing) * 12)}.p-\[1px\]{padding:1px}.\!px-0{padding-inline:calc(var(--spacing) * 0)!important}.\!px-3{padding-inline:calc(var(--spacing) * 3)!important}.\!px-4{padding-inline:calc(var(--spacing) * 4)!important}.\!px-5{padding-inline:calc(var(--spacing) * 5)!important}.\!px-6{padding-inline:calc(var(--spacing) * 6)!important}.\!px-8{padding-inline:calc(var(--spacing) * 8)!important}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-14{padding-inline:calc(var(--spacing) * 14)}.px-\[18px\]{padding-inline:18px}.\!py-0{padding-block:calc(var(--spacing) * 0)!important}.\!py-1{padding-block:calc(var(--spacing) * 1)!important}.\!py-2{padding-block:calc(var(--spacing) * 2)!important}.\!py-3{padding-block:calc(var(--spacing) * 3)!important}.py-0{padding-block:calc(var(--spacing) * 0)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-7{padding-block:calc(var(--spacing) * 7)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-14{padding-block:calc(var(--spacing) * 14)}.py-15{padding-block:calc(var(--spacing) * 15)}.py-16{padding-block:calc(var(--spacing) * 16)}.py-20{padding-block:calc(var(--spacing) * 20)}.py-\[calc\(env\(safe-area-inset-top\)\+1\.5rem\)\]{padding-block:calc(env(safe-area-inset-top) + 1.5rem)}.pt-0{padding-top:calc(var(--spacing) * 0)}.pt-0\.5{padding-top:calc(var(--spacing) * .5)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pt-16{padding-top:calc(var(--spacing) * 16)}.pt-\[88px\]{padding-top:88px}.pt-\[calc\(env\(safe-area-inset-top\)\+1\.5rem\)\]{padding-top:calc(env(safe-area-inset-top) + 1.5rem)}.pt-\[calc\(env\(safe-area-inset-top\)\+1\.25rem\)\]{padding-top:calc(env(safe-area-inset-top) + 1.25rem)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-14{padding-right:calc(var(--spacing) * 14)}.pb-0\.5{padding-bottom:calc(var(--spacing) * .5)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-1\.5{padding-bottom:calc(var(--spacing) * 1.5)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-2\.5{padding-bottom:calc(var(--spacing) * 2.5)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pb-16{padding-bottom:calc(var(--spacing) * 16)}.pb-24{padding-bottom:calc(var(--spacing) * 24)}.pb-28{padding-bottom:calc(var(--spacing) * 28)}.pb-\[100px\]{padding-bottom:100px}.pb-\[calc\(env\(safe-area-inset-bottom\)\+0\.75rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + .75rem)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+1\.5rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 1.5rem)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+1\.25rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 1.25rem)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+1rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 1rem)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+12px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 12px)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+16px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+20px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 20px)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+24px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 24px)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+84px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 84px)}.pb-\[calc\(var\(--bottom-nav-height\,60px\)\+env\(safe-area-inset-bottom\)\+16px\)\]{padding-bottom:calc(var(--bottom-nav-height,60px) + env(safe-area-inset-bottom) + 16px)}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-0{padding-left:calc(var(--spacing) * 0)}.pl-1{padding-left:calc(var(--spacing) * 1)}.pl-1\.5{padding-left:calc(var(--spacing) * 1.5)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-5{padding-left:calc(var(--spacing) * 5)}.pl-6{padding-left:calc(var(--spacing) * 6)}.pl-9{padding-left:calc(var(--spacing) * 9)}.pl-\[30px\]{padding-left:30px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-middle{vertical-align:middle}.font-mono{font-family:JetBrains Mono,Fira Code,ui-monospace,Consolas,monospace}.font-sans{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.\!text-base{font-size:1rem!important;line-height:var(--tw-leading,1.5rem)!important}.\!text-sm{font-size:.875rem!important;line-height:var(--tw-leading,1.25rem)!important}.text-2xl{font-size:1.5rem;line-height:var(--tw-leading,2rem)}.text-3xl{font-size:1.875rem;line-height:var(--tw-leading,2.25rem)}.text-4xl{font-size:2.25rem;line-height:var(--tw-leading,2.5rem)}.text-5xl{font-size:3rem;line-height:var(--tw-leading,1)}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}.text-base{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.text-lg{font-size:1.125rem;line-height:var(--tw-leading,1.75rem)}.text-sm{font-size:.875rem;line-height:var(--tw-leading,1.25rem)}.text-xl{font-size:1.25rem;line-height:var(--tw-leading,1.75rem)}.text-xs{font-size:.75rem;line-height:var(--tw-leading,1rem)}.text-\[2rem\]{font-size:2rem}.text-\[3\.45rem\]{font-size:3.45rem}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[22px\]{font-size:22px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.leading-4{--tw-leading:calc(var(--spacing) * 4);line-height:calc(var(--spacing) * 4)}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-\[0\.98\]{--tw-leading:.98;line-height:.98}.leading-\[1\.58\]{--tw-leading:1.58;line-height:1.58}.leading-loose{--tw-leading:var(--leading-loose);line-height:var(--leading-loose)}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.\!font-medium{--tw-font-weight:var(--font-weight-medium)!important;font-weight:var(--font-weight-medium)!important}.\!font-semibold{--tw-font-weight:var(--font-weight-semibold)!important;font-weight:var(--font-weight-semibold)!important}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.02em\]{--tw-tracking:-.02em;letter-spacing:-.02em}.tracking-\[-0\.03em\]{--tw-tracking:-.03em;letter-spacing:-.03em}.tracking-\[-0\.04em\]{--tw-tracking:-.04em;letter-spacing:-.04em}.tracking-\[-0\.05em\]{--tw-tracking:-.05em;letter-spacing:-.05em}.tracking-\[-0\.045em\]{--tw-tracking:-.045em;letter-spacing:-.045em}.tracking-\[-0\.065em\]{--tw-tracking:-.065em;letter-spacing:-.065em}.tracking-\[0\.1em\]{--tw-tracking:.1em;letter-spacing:.1em}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}.tracking-\[0\.12em\]{--tw-tracking:.12em;letter-spacing:.12em}.tracking-\[0\.14em\]{--tw-tracking:.14em;letter-spacing:.14em}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.tracking-\[0\.22em\]{--tw-tracking:.22em;letter-spacing:.22em}.tracking-\[0\.24em\]{--tw-tracking:.24em;letter-spacing:.24em}.tracking-\[0\.28em\]{--tw-tracking:.28em;letter-spacing:.28em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-amber-700{color:var(--color-amber-700)!important}.\!text-emerald-700{color:var(--color-emerald-700)!important}.\!text-foreground{color:var(--color-foreground)!important}.\!text-muted-foreground{color:var(--color-muted-foreground)!important}.\!text-rose-600{color:var(--color-rose-600)!important}.\!text-slate-700{color:#334155!important}.\!text-white{color:var(--color-white)!important}.text-\[\#0f766e\]{color:#0f766e}.text-\[\#1d4ed8\]{color:#1d4ed8}.text-\[\#6d28d9\]{color:#6d28d9}.text-\[\#0369a1\]{color:#0369a1}.text-\[\#3730a3\]{color:#3730a3}.text-\[\#14532d\]{color:#14532d}.text-\[\#15803d\]{color:#15803d}.text-\[\#475569\]{color:#475569}.text-\[\#b91c1c\]{color:#b91c1c}.text-\[\#b45309\]{color:#b45309}.text-\[\#be123c\]{color:#be123c}.text-\[\#be185d\]{color:#be185d}.text-\[\#c2410c\]{color:#c2410c}.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_72\%\,transparent\)\]{color:var(--ds-text-on-color)}@supports (color:color-mix(in lab,red,red)){.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_72\%\,transparent\)\]{color:color-mix(in srgb,var(--ds-text-on-color) 72%,transparent)}}.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_84\%\,transparent\)\]{color:var(--ds-text-on-color)}@supports (color:color-mix(in lab,red,red)){.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_84\%\,transparent\)\]{color:color-mix(in srgb,var(--ds-text-on-color) 84%,transparent)}}.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_88\%\,transparent\)\]{color:var(--ds-text-on-color)}@supports (color:color-mix(in lab,red,red)){.text-\[color\:color-mix\(in_srgb\,var\(--ds-text-on-color\)_88\%\,transparent\)\]{color:color-mix(in srgb,var(--ds-text-on-color) 88%,transparent)}}.text-\[color\:var\(--ds-danger\)\]{color:var(--ds-danger)}.text-\[color\:var\(--ds-info\)\]{color:var(--ds-info)}.text-\[color\:var\(--ds-primary\)\]{color:var(--ds-primary)}.text-\[color\:var\(--ds-success\)\]{color:var(--ds-success)}.text-\[color\:var\(--ds-warning\)\]{color:var(--ds-warning)}.text-\[var\(--ds-accent-cyan\)\]{color:var(--ds-accent-cyan)}.text-\[var\(--ds-brand-primary\)\]{color:var(--ds-brand-primary)}.text-\[var\(--ds-color-success\,\#10b981\)\]{color:var(--ds-color-success,#10b981)}.text-\[var\(--ds-danger\)\]{color:var(--ds-danger)}.text-\[var\(--ds-info\)\]{color:var(--ds-info)}.text-\[var\(--ds-primary\)\]{color:var(--ds-primary)}.text-\[var\(--ds-primary\,\#667eea\)\]{color:var(--ds-primary,#667eea)}.text-\[var\(--ds-success\)\]{color:var(--ds-success)}.text-\[var\(--ds-text\)\]{color:var(--ds-text)}.text-\[var\(--ds-text-on-color\)\]{color:var(--ds-text-on-color)}.text-\[var\(--ds-text-on-primary\)\],.text-\[var\(--ds-text-on-primary\)\]\/80{color:var(--ds-text-on-primary)}@supports (color:color-mix(in lab,red,red)){.text-\[var\(--ds-text-on-primary\)\]\/80{color:color-mix(in oklab,var(--ds-text-on-primary) 80%,transparent)}}.text-\[var\(--ds-text-on-primary\)\]\/90{color:var(--ds-text-on-primary)}@supports (color:color-mix(in lab,red,red)){.text-\[var\(--ds-text-on-primary\)\]\/90{color:color-mix(in oklab,var(--ds-text-on-primary) 90%,transparent)}}.text-\[var\(--ds-text-placeholder\)\]{color:var(--ds-text-placeholder)}.text-\[var\(--ds-text-primary\)\]{color:var(--ds-text-primary)}.text-\[var\(--ds-text-primary\,\#1f2937\)\]{color:var(--ds-text-primary,#1f2937)}.text-\[var\(--ds-text-primary-light\)\]{color:var(--ds-text-primary-light)}.text-\[var\(--ds-text-regular\)\]{color:var(--ds-text-regular)}.text-\[var\(--ds-text-secondary\)\]{color:var(--ds-text-secondary)}.text-\[var\(--ds-text-secondary\,\#6b7280\)\]{color:var(--ds-text-secondary,#6b7280)}.text-\[var\(--ds-text-tertiary\)\]{color:var(--ds-text-tertiary)}.text-\[var\(--ds-warning\)\]{color:var(--ds-warning)}.text-\[var\(--info\)\]{color:var(--info)}.text-\[var\(--success\)\]{color:var(--success)}.text-\[var\(--text-on-primary\)\]{color:var(--text-on-primary)}.text-\[var\(--text-placeholder\)\]{color:var(--text-placeholder)}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.text-\[var\(--text-secondary\,\#666\)\]{color:var(--text-secondary,#666)}.text-\[var\(--vibrant-primary\)\]{color:var(--vibrant-primary)}.text-\[var\(--vibrant-secondary\)\]{color:var(--vibrant-secondary)}.text-\[var\(--vibrant-text\)\]{color:var(--vibrant-text)}.text-\[var\(--vibrant-text-light\)\]{color:var(--vibrant-text-light)}.text-\[var\(--warning\)\]{color:var(--warning)}.text-amber-100{color:var(--color-amber-100)}.text-amber-200{color:var(--color-amber-200)}.text-amber-200\/90{color:#fee685e6}@supports (color:color-mix(in lab,red,red)){.text-amber-200\/90{color:color-mix(in oklab,var(--color-amber-200) 90%,transparent)}}.text-amber-300{color:var(--color-amber-300)}.text-amber-500{color:var(--color-amber-500)}.text-amber-600{color:var(--color-amber-600)}.text-amber-700{color:var(--color-amber-700)}.text-amber-700\/80{color:#b75000cc}@supports (color:color-mix(in lab,red,red)){.text-amber-700\/80{color:color-mix(in oklab,var(--color-amber-700) 80%,transparent)}}.text-amber-800{color:var(--color-amber-800)}.text-amber-900{color:var(--color-amber-900)}.text-amber-950{color:var(--color-amber-950)}.text-background{color:var(--color-background)}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-current{color:currentColor}.text-cyan-200{color:var(--color-cyan-200)}.text-cyan-300{color:var(--color-cyan-300)}.text-cyan-500{color:var(--color-cyan-500)}.text-cyan-600{color:var(--color-cyan-600)}.text-cyan-700{color:var(--color-cyan-700)}.text-cyan-700\/80{color:#007492cc}@supports (color:color-mix(in lab,red,red)){.text-cyan-700\/80{color:color-mix(in oklab,var(--color-cyan-700) 80%,transparent)}}.text-danger{color:var(--color-danger)}.text-emerald-50{color:var(--color-emerald-50)}.text-emerald-100{color:var(--color-emerald-100)}.text-emerald-300{color:var(--color-emerald-300)}.text-emerald-500{color:var(--color-emerald-500)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-emerald-700\/80{color:#007956cc}@supports (color:color-mix(in lab,red,red)){.text-emerald-700\/80{color:color-mix(in oklab,var(--color-emerald-700) 80%,transparent)}}.text-emerald-800{color:var(--color-emerald-800)}.text-emerald-900{color:var(--color-emerald-900)}.text-emerald-950{color:var(--color-emerald-950)}.text-foreground,.text-foreground\/50{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/50{color:color-mix(in oklab,var(--color-foreground) 50%,transparent)}}.text-foreground\/60{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/60{color:color-mix(in oklab,var(--color-foreground) 60%,transparent)}}.text-foreground\/70{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/70{color:color-mix(in oklab,var(--color-foreground) 70%,transparent)}}.text-foreground\/75{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/75{color:color-mix(in oklab,var(--color-foreground) 75%,transparent)}}.text-foreground\/80{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/80{color:color-mix(in oklab,var(--color-foreground) 80%,transparent)}}.text-foreground\/85{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/85{color:color-mix(in oklab,var(--color-foreground) 85%,transparent)}}.text-foreground\/90{color:var(--color-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/90{color:color-mix(in oklab,var(--color-foreground) 90%,transparent)}}.text-fuchsia-700{color:var(--color-fuchsia-700)}.text-fuchsia-700\/80{color:#a600b5cc}@supports (color:color-mix(in lab,red,red)){.text-fuchsia-700\/80{color:color-mix(in oklab,var(--color-fuchsia-700) 80%,transparent)}}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-indigo-500{color:var(--color-indigo-500)}.text-indigo-600{color:var(--color-indigo-600)}.text-indigo-700{color:var(--color-indigo-700)}.text-indigo-700\/80{color:#432dd7cc}@supports (color:color-mix(in lab,red,red)){.text-indigo-700\/80{color:color-mix(in oklab,var(--color-indigo-700) 80%,transparent)}}.text-info{color:var(--color-info)}.text-lime-700{color:var(--color-lime-700)}.text-muted{color:var(--color-muted)}.text-muted-foreground,.text-muted-foreground\/50{color:var(--color-muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\/50{color:color-mix(in oklab,var(--color-muted-foreground) 50%,transparent)}}.text-muted-foreground\/90{color:var(--color-muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\/90{color:color-mix(in oklab,var(--color-muted-foreground) 90%,transparent)}}.text-orange-50{color:var(--color-orange-50)}.text-orange-100{color:var(--color-orange-100)}.text-orange-500{color:var(--color-orange-500)}.text-orange-600{color:var(--color-orange-600)}.text-orange-700{color:var(--color-orange-700)}.text-pink-600{color:var(--color-pink-600)}.text-primary,.text-primary\/70{color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.text-primary\/70{color:color-mix(in oklab,var(--color-primary) 70%,transparent)}}.text-primary\/80{color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.text-primary\/80{color:color-mix(in oklab,var(--color-primary) 80%,transparent)}}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-rose-500{color:var(--color-rose-500)}.text-rose-600{color:var(--color-rose-600)}.text-rose-700{color:var(--color-rose-700)}.text-rose-700\/80{color:#c20039cc}@supports (color:color-mix(in lab,red,red)){.text-rose-700\/80{color:color-mix(in oklab,var(--color-rose-700) 80%,transparent)}}.text-rose-800{color:var(--color-rose-800)}.text-rose-900{color:var(--color-rose-900)}.text-sky-300\/80{color:#77d4ffcc}@supports (color:color-mix(in lab,red,red)){.text-sky-300\/80{color:color-mix(in oklab,var(--color-sky-300) 80%,transparent)}}.text-sky-500{color:var(--color-sky-500)}.text-sky-600{color:var(--color-sky-600)}.text-sky-700{color:var(--color-sky-700)}.text-sky-700\/80{color:#0069a4cc}@supports (color:color-mix(in lab,red,red)){.text-sky-700\/80{color:color-mix(in oklab,var(--color-sky-700) 80%,transparent)}}.text-sky-900{color:var(--color-sky-900)}.text-slate-50{color:#f8fafc}.text-slate-100{color:#f1f5f9}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-500\/80{color:oklab(55.4391% -.00887066 -.039739/.8)}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-slate-950{color:#020617}.text-success{color:var(--color-success)}.text-teal-600{color:var(--color-teal-600)}.text-teal-700{color:var(--color-teal-700)}.text-transparent{color:#0000}.text-violet-500{color:var(--color-violet-500)}.text-violet-600{color:var(--color-violet-600)}.text-violet-700{color:var(--color-violet-700)}.text-violet-700\/80{color:#7008e7cc}@supports (color:color-mix(in lab,red,red)){.text-violet-700\/80{color:color-mix(in oklab,var(--color-violet-700) 80%,transparent)}}.text-warning{color:var(--color-warning)}.text-white{color:var(--color-white)}.text-white\/50{color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.text-white\/50{color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.text-white\/55{color:#ffffff8c}@supports (color:color-mix(in lab,red,red)){.text-white\/55{color:color-mix(in oklab,var(--color-white) 55%,transparent)}}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.text-white\/65{color:#ffffffa6}@supports (color:color-mix(in lab,red,red)){.text-white\/65{color:color-mix(in oklab,var(--color-white) 65%,transparent)}}.text-white\/68{color:#ffffffad}@supports (color:color-mix(in lab,red,red)){.text-white\/68{color:color-mix(in oklab,var(--color-white) 68%,transparent)}}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.text-white\/72{color:#ffffffb8}@supports (color:color-mix(in lab,red,red)){.text-white\/72{color:color-mix(in oklab,var(--color-white) 72%,transparent)}}.text-white\/74{color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.text-white\/74{color:color-mix(in oklab,var(--color-white) 74%,transparent)}}.text-white\/75{color:#ffffffbf}@supports (color:color-mix(in lab,red,red)){.text-white\/75{color:color-mix(in oklab,var(--color-white) 75%,transparent)}}.text-white\/78{color:#ffffffc7}@supports (color:color-mix(in lab,red,red)){.text-white\/78{color:color-mix(in oklab,var(--color-white) 78%,transparent)}}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.text-white\/85{color:#ffffffd9}@supports (color:color-mix(in lab,red,red)){.text-white\/85{color:color-mix(in oklab,var(--color-white) 85%,transparent)}}.text-white\/90{color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.text-white\/90{color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.text-white\/92{color:#ffffffeb}@supports (color:color-mix(in lab,red,red)){.text-white\/92{color:color-mix(in oklab,var(--color-white) 92%,transparent)}}.text-white\/95{color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.text-white\/95{color:color-mix(in oklab,var(--color-white) 95%,transparent)}}.text-yellow-500{color:var(--color-yellow-500)}.text-yellow-600{color:var(--color-yellow-600)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.accent-emerald-600{accent-color:var(--color-emerald-600)}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.opacity-100{opacity:1}.opacity-\[0\.16\]{opacity:.16}.\!shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f172a1f)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_16px_34px_rgba\(14\,165\,233\,0\.32\)\]{--tw-shadow:0 16px 34px var(--tw-shadow-color,#0ea5e952)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_16px_34px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 16px 34px var(--tw-shadow-color,#0f172a2e)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_16px_34px_rgba\(16\,185\,129\,0\.28\)\]{--tw-shadow:0 16px 34px var(--tw-shadow-color,#10b98147)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_18px_36px_rgba\(3\,105\,161\,0\.2\)\]{--tw-shadow:0 18px 36px var(--tw-shadow-color,#0369a133)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_18px_36px_rgba\(15\,118\,110\,0\.2\)\]{--tw-shadow:0 18px 36px var(--tw-shadow-color,#0f766e33)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_18px_40px_rgba\(15\,23\,42\,0\.26\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f172a42)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_18px_40px_rgba\(249\,115\,22\,0\.35\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#f9731659)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-\[0_22px_60px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 22px 60px var(--tw-shadow-color,#0f172a14)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.\!shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_2px_rgba\(59\,130\,246\,0\.3\)\]{--tw-shadow:0 0 0 2px var(--tw-shadow-color,#3b82f64d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_2px_rgba\(224\,242\,254\,0\.9\)\]{--tw-shadow:0 0 0 2px var(--tw-shadow-color,#e0f2fee6);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_4px_rgba\(59\,130\,246\,0\.3\)\]{--tw-shadow:0 0 0 4px var(--tw-shadow-color,#3b82f64d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_4px_rgba\(245\,158\,11\,0\.12\)\]{--tw-shadow:0 0 0 4px var(--tw-shadow-color,#f59e0b1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_6px_rgba\(14\,165\,233\,0\.12\)\]{--tw-shadow:0 0 0 6px var(--tw-shadow-color,#0ea5e91f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(14\,165\,233\,0\.3\)\]{--tw-shadow:0 4px 12px var(--tw-shadow-color,#0ea5e94d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_16px_rgba\(14\,165\,233\,0\.12\)\]{--tw-shadow:0 4px 16px var(--tw-shadow-color,#0ea5e91f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_16px_rgba\(14\,165\,233\,0\.35\)\]{--tw-shadow:0 4px 16px var(--tw-shadow-color,#0ea5e959);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 4px 20px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_24px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 4px 24px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_8px_24px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow:0 8px 24px var(--tw-shadow-color,#0f172a0a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_8px_32px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 8px 32px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_18px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 10px 18px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 10px 24px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 10px 24px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(15\,118\,110\,0\.08\)\]{--tw-shadow:0 10px 24px var(--tw-shadow-color,#0f766e14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.2\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#0f172a33);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(59\,130\,246\,0\.12\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#3b82f61f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_24px_rgba\(15\,23\,42\,0\.1\)\]{--tw-shadow:0 12px 24px var(--tw-shadow-color,#0f172a1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 12px 28px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 12px 28px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(37\,99\,235\,0\.08\)\]{--tw-shadow:0 12px 28px var(--tw-shadow-color,#2563eb14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.22\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f172a38);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_32px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 12px 32px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_36px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 12px 36px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_28px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 14px 28px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_34px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 14px 34px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_34px_rgba\(15\,23\,42\,0\.22\)\]{--tw-shadow:0 14px 34px var(--tw-shadow-color,#0f172a38);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_34px_rgba\(80\,68\,50\,0\.08\)\]{--tw-shadow:0 14px 34px var(--tw-shadow-color,#50443214);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_36px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 14px 36px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_30px_rgba\(14\,165\,233\,0\.10\)\]{--tw-shadow:0 16px 30px var(--tw-shadow-color,#0ea5e91a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_32px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 16px 32px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(14\,165\,233\,0\.12\)\]{--tw-shadow:0 16px 40px var(--tw-shadow-color,#0ea5e91f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 16px 40px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(59\,130\,246\,0\.08\)\]{--tw-shadow:0 16px 40px var(--tw-shadow-color,#3b82f614);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(59\,130\,246\,0\.14\)\]{--tw-shadow:0 16px 40px var(--tw-shadow-color,#3b82f624);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(99\,102\,241\,0\.08\)\]{--tw-shadow:0 16px 40px var(--tw-shadow-color,#6366f114);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_42px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 16px 42px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_16px_42px_rgba\(16\,185\,129\,0\.08\)\]{--tw-shadow:0 16px 42px var(--tw-shadow-color,#10b98114);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_34px_rgba\(15\,23\,42\,0\.22\)\]{--tw-shadow:0 18px 34px var(--tw-shadow-color,#0f172a38);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_36px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 18px 36px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(16\,185\,129\,0\.24\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#10b9813d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(34\,197\,94\,0\.16\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#22c55e29);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(148\,163\,184\,0\.12\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#94a3b81f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_42px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 42px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_42px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 18px 42px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 18px 48px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 48px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 18px 48px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(37\,99\,235\,0\.08\)\]{--tw-shadow:0 18px 48px var(--tw-shadow-color,#2563eb14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_50px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 50px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 60px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 18px 60px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(16\,185\,129\,0\.12\)\]{--tw-shadow:0 18px 60px var(--tw-shadow-color,#10b9811f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(120\,88\,48\,0\.14\)\]{--tw-shadow:0 18px 60px var(--tw-shadow-color,#78583024);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(245\,158\,11\,0\.12\)\]{--tw-shadow:0 18px 60px var(--tw-shadow-color,#f59e0b1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_40px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 20px 40px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_48px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 20px 48px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_48px_rgba\(15\,23\,42\,0\.16\)\]{--tw-shadow:0 20px 48px var(--tw-shadow-color,#0f172a29);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_50px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 20px 50px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_50px_rgba\(15\,23\,42\,0\.22\)\]{--tw-shadow:0 20px 50px var(--tw-shadow-color,#0f172a38);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_50px_rgba\(37\,99\,235\,0\.18\)\]{--tw-shadow:0 20px 50px var(--tw-shadow-color,#2563eb2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_50px_rgba\(47\,163\,107\,0\.12\)\]{--tw-shadow:0 20px 50px var(--tw-shadow-color,#2fa36b1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_50px_rgba\(148\,163\,184\,0\.12\)\]{--tw-shadow:0 20px 50px var(--tw-shadow-color,#94a3b81f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 20px 60px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 20px 60px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_22px_48px_rgba\(16\,185\,129\,0\.18\)\]{--tw-shadow:0 22px 48px var(--tw-shadow-color,#10b9812e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_22px_50px_rgba\(249\,115\,22\,0\.28\)\]{--tw-shadow:0 22px 50px var(--tw-shadow-color,#f9731647);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_22px_60px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 22px 60px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(15\,23\,42\,0\.28\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#0f172a47);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(148\,163\,184\,0\.14\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#94a3b824);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(2\,6\,23\,0\.32\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#02061752);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.16\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#0f172a29);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(245\,158\,11\,0\.12\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#f59e0b1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.16\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f172a29);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,23\,42\,0\.18\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f172a2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,118\,110\,0\.25\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f766e40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(15\,118\,110\,0\.35\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#0f766e59);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(16\,185\,129\,0\.08\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#10b98114);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(120\,88\,48\,0\.16\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#78583029);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(245\,158\,11\,0\.08\)\]{--tw-shadow:0 24px 80px var(--tw-shadow-color,#f59e0b14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_90px_rgba\(15\,23\,42\,0\.45\)\]{--tw-shadow:0 24px 90px var(--tw-shadow-color,#0f172a73);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_28px_90px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 28px 90px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(15\,23\,42\,0\.35\)\]{--tw-shadow:0 30px 80px var(--tw-shadow-color,#0f172a59);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(80\,68\,50\,0\.16\)\]{--tw-shadow:0 30px 80px var(--tw-shadow-color,#50443229);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(80\,68\,50\,0\.18\)\]{--tw-shadow:0 30px 80px var(--tw-shadow-color,#5044322e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_30px_90px_rgba\(15\,23\,42\,0\.24\)\]{--tw-shadow:0 30px 90px var(--tw-shadow-color,#0f172a3d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_34px_120px_rgba\(2\,8\,23\,0\.36\)\]{--tw-shadow:0 34px 120px var(--tw-shadow-color,#0208175c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(14\,165\,233\,0\.12\)\]{--tw-shadow:inset 0 0 0 1px var(--tw-shadow-color,#0ea5e91f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(16\,185\,129\,0\.14\)\]{--tw-shadow:inset 0 0 0 1px var(--tw-shadow-color,#10b98124);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(244\,63\,94\,0\.14\)\]{--tw-shadow:inset 0 0 0 1px var(--tw-shadow-color,#f43f5e24);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--ds-shadow-lg\)\]{--tw-shadow:var(--ds-shadow-lg);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--ds-shadow-md\)\]{--tw-shadow:var(--ds-shadow-md);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--ds-shadow-primary\)\]{--tw-shadow:var(--ds-shadow-primary);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--ds-shadow-sm\)\]{--tw-shadow:var(--ds-shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--ds-shadow-xs\)\]{--tw-shadow:var(--ds-shadow-xs);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--vibrant-shadow\)\]{--tw-shadow:var(--vibrant-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--vibrant-shadow-strong\)\]{--tw-shadow:var(--vibrant-shadow-strong);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -2px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -1px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-4{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-cyan-900\/20{--tw-shadow-color:#104e6433}@supports (color:color-mix(in lab,red,red)){.shadow-cyan-900\/20{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-cyan-900) 20%, transparent) var(--tw-shadow-alpha), transparent)}}.shadow-primary\/10{--tw-shadow-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.shadow-primary\/10{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-primary) 10%, transparent) var(--tw-shadow-alpha), transparent)}}.ring-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,var\(--ds-border\)\)\]{--tw-ring-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.ring-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,var\(--ds-border\)\)\]{--tw-ring-color:color-mix(in srgb,var(--ds-primary) 24%,var(--ds-border))}}.ring-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_24\%\,var\(--ds-border\)\)\]{--tw-ring-color:var(--ds-warning)}@supports (color:color-mix(in lab,red,red)){.ring-\[color\:color-mix\(in_srgb\,var\(--ds-warning\)_24\%\,var\(--ds-border\)\)\]{--tw-ring-color:color-mix(in srgb,var(--ds-warning) 24%,var(--ds-border))}}.ring-\[var\(--ds-border\)\]{--tw-ring-color:var(--ds-border)}.ring-amber-200{--tw-ring-color:var(--color-amber-200)}.ring-amber-200\/70{--tw-ring-color:#fee685b3}@supports (color:color-mix(in lab,red,red)){.ring-amber-200\/70{--tw-ring-color:color-mix(in oklab, var(--color-amber-200) 70%, transparent)}}.ring-amber-200\/80{--tw-ring-color:#fee685cc}@supports (color:color-mix(in lab,red,red)){.ring-amber-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-amber-200) 80%, transparent)}}.ring-amber-200\/90{--tw-ring-color:#fee685e6}@supports (color:color-mix(in lab,red,red)){.ring-amber-200\/90{--tw-ring-color:color-mix(in oklab, var(--color-amber-200) 90%, transparent)}}.ring-amber-300\/90{--tw-ring-color:#ffd236e6}@supports (color:color-mix(in lab,red,red)){.ring-amber-300\/90{--tw-ring-color:color-mix(in oklab, var(--color-amber-300) 90%, transparent)}}.ring-black\/5{--tw-ring-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.ring-black\/5{--tw-ring-color:color-mix(in oklab, var(--color-black) 5%, transparent)}}.ring-blue-100{--tw-ring-color:var(--color-blue-100)}.ring-border,.ring-border\/50{--tw-ring-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.ring-border\/50{--tw-ring-color:color-mix(in oklab, var(--color-border) 50%, transparent)}}.ring-cyan-100{--tw-ring-color:var(--color-cyan-100)}.ring-cyan-200\/80{--tw-ring-color:#a2f4fdcc}@supports (color:color-mix(in lab,red,red)){.ring-cyan-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-cyan-200) 80%, transparent)}}.ring-emerald-200\/80{--tw-ring-color:#a4f4cfcc}@supports (color:color-mix(in lab,red,red)){.ring-emerald-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-emerald-200) 80%, transparent)}}.ring-orange-100{--tw-ring-color:var(--color-orange-100)}.ring-orange-200{--tw-ring-color:var(--color-orange-200)}.ring-orange-200\/90{--tw-ring-color:#ffd7a8e6}@supports (color:color-mix(in lab,red,red)){.ring-orange-200\/90{--tw-ring-color:color-mix(in oklab, var(--color-orange-200) 90%, transparent)}}.ring-primary,.ring-primary\/10{--tw-ring-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.ring-primary\/10{--tw-ring-color:color-mix(in oklab, var(--color-primary) 10%, transparent)}}.ring-primary\/20{--tw-ring-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.ring-primary\/20{--tw-ring-color:color-mix(in oklab, var(--color-primary) 20%, transparent)}}.ring-primary\/30{--tw-ring-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.ring-primary\/30{--tw-ring-color:color-mix(in oklab, var(--color-primary) 30%, transparent)}}.ring-rose-200{--tw-ring-color:var(--color-rose-200)}.ring-rose-200\/80{--tw-ring-color:#ffccd3cc}@supports (color:color-mix(in lab,red,red)){.ring-rose-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-rose-200) 80%, transparent)}}.ring-rose-300\/90{--tw-ring-color:#ffa2aee6}@supports (color:color-mix(in lab,red,red)){.ring-rose-300\/90{--tw-ring-color:color-mix(in oklab, var(--color-rose-300) 90%, transparent)}}.ring-sky-100{--tw-ring-color:var(--color-sky-100)}.ring-sky-200{--tw-ring-color:var(--color-sky-200)}.ring-sky-200\/80{--tw-ring-color:#b8e6fecc}@supports (color:color-mix(in lab,red,red)){.ring-sky-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-sky-200) 80%, transparent)}}.ring-sky-200\/90{--tw-ring-color:#b8e6fee6}@supports (color:color-mix(in lab,red,red)){.ring-sky-200\/90{--tw-ring-color:color-mix(in oklab, var(--color-sky-200) 90%, transparent)}}.ring-slate-100{--tw-ring-color:#f1f5f9}.ring-slate-200{--tw-ring-color:#e2e8f0}.ring-slate-200\/10{--tw-ring-color:oklab(92.8761% -.00315791 -.0122172/.1)}.ring-slate-200\/80{--tw-ring-color:oklab(92.8761% -.00315791 -.0122172/.8)}.ring-stone-200{--tw-ring-color:var(--color-stone-200)}.ring-stone-200\/80{--tw-ring-color:#e7e5e4cc}@supports (color:color-mix(in lab,red,red)){.ring-stone-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-stone-200) 80%, transparent)}}.ring-success\/30{--tw-ring-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.ring-success\/30{--tw-ring-color:color-mix(in oklab, var(--color-success) 30%, transparent)}}.ring-violet-200\/80{--tw-ring-color:#ddd6ffcc}@supports (color:color-mix(in lab,red,red)){.ring-violet-200\/80{--tw-ring-color:color-mix(in oklab, var(--color-violet-200) 80%, transparent)}}.ring-warning\/10{--tw-ring-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.ring-warning\/10{--tw-ring-color:color-mix(in oklab, var(--color-warning) 10%, transparent)}}.ring-warning\/15{--tw-ring-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.ring-warning\/15{--tw-ring-color:color-mix(in oklab, var(--color-warning) 15%, transparent)}}.ring-white\/60{--tw-ring-color:#fff9}@supports (color:color-mix(in lab,red,red)){.ring-white\/60{--tw-ring-color:color-mix(in oklab, var(--color-white) 60%, transparent)}}.ring-white\/70{--tw-ring-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.ring-white\/70{--tw-ring-color:color-mix(in oklab, var(--color-white) 70%, transparent)}}.ring-white\/80{--tw-ring-color:#fffc}@supports (color:color-mix(in lab,red,red)){.ring-white\/80{--tw-ring-color:color-mix(in oklab, var(--color-white) 80%, transparent)}}.ring-offset-background{--tw-ring-offset-color:var(--color-background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-\[160px\]{--tw-blur:blur(160px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-\[170px\]{--tw-blur:blur(170px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-\[180px\]{--tw-blur:blur(180px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-sm{--tw-blur:blur(var(--blur-sm));filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-2xl{--tw-backdrop-blur:blur(var(--blur-2xl));backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[3px\]{--tw-backdrop-blur:blur(3px);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[padding\,margin\]{transition-property:padding,margin;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[transform\,box-shadow\,border-color\]{transition-property:transform,box-shadow,border-color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[transform\,box-shadow\]{transition-property:transform,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[transform\,opacity\,box-shadow\]{transition-property:transform,opacity,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.delay-1{transition-delay:1ms}.delay-2{transition-delay:2ms}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-700{--tw-duration:.7s;transition-duration:.7s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.\[--van-background-2\:var\(--ds-bg-card\,\#ffffff\)\]{--van-background-2:var(--ds-bg-card,#fff)}.\[--van-background-2\:var\(--ds-bg-card-dark\,\#1e293b\)\]{--van-background-2:var(--ds-bg-card-dark,#1e293b)}.\[--van-background-3\:var\(--ds-bg-muted-dark\,\#334155\)\]{--van-background-3:var(--ds-bg-muted-dark,#334155)}.\[--van-background-3\:var\(--ds-bg-page\,\#f8fafc\)\]{--van-background-3:var(--ds-bg-page,#f8fafc)}.\[--van-background\:var\(--ds-bg-page\,\#f8fafc\)\]{--van-background:var(--ds-bg-page,#f8fafc)}.\[--van-background\:var\(--ds-bg-page-dark\,\#0f172a\)\]{--van-background:var(--ds-bg-page-dark,#0f172a)}.\[--van-border-color\:var\(--ds-border\,\#e2e8f0\)\]{--van-border-color:var(--ds-border,#e2e8f0)}.\[--van-border-color\:var\(--ds-border-dark\,\#334155\)\]{--van-border-color:var(--ds-border-dark,#334155)}.\[--van-cell-background\:var\(--ds-bg-card\,\#ffffff\)\]{--van-cell-background:var(--ds-bg-card,#fff)}.\[--van-cell-background\:var\(--ds-bg-card-dark\,\#1e293b\)\]{--van-cell-background:var(--ds-bg-card-dark,#1e293b)}.\[--van-cell-label-color\:var\(--ds-text-secondary\,\#94a3b8\)\]{--van-cell-label-color:var(--ds-text-secondary,#94a3b8)}.\[--van-cell-label-color\:var\(--ds-text-secondary\,\#64748b\)\]{--van-cell-label-color:var(--ds-text-secondary,#64748b)}.\[--van-cell-text-color\:var\(--ds-text-primary\,\#1f2937\)\]{--van-cell-text-color:var(--ds-text-primary,#1f2937)}.\[--van-cell-text-color\:var\(--ds-text-primary-light\,\#f1f5f9\)\]{--van-cell-text-color:var(--ds-text-primary-light,#f1f5f9)}.\[--van-dropdown-menu-background\:var\(--ds-bg-card\,\#ffffff\)\]{--van-dropdown-menu-background:var(--ds-bg-card,#fff)}.\[--van-dropdown-menu-background\:var\(--ds-bg-card-dark\,\#1e293b\)\]{--van-dropdown-menu-background:var(--ds-bg-card-dark,#1e293b)}.\[--van-nav-bar-background\:rgba\(15\,23\,42\,0\.92\)\]{--van-nav-bar-background:#0f172aeb}.\[--van-nav-bar-background\:rgba\(255\,255\,255\,0\.92\)\]{--van-nav-bar-background:#ffffffeb}.\[--van-nav-bar-icon-color\:var\(--ds-text-primary\,\#1f2937\)\]{--van-nav-bar-icon-color:var(--ds-text-primary,#1f2937)}.\[--van-nav-bar-icon-color\:var\(--ds-text-primary-light\,\#f1f5f9\)\]{--van-nav-bar-icon-color:var(--ds-text-primary-light,#f1f5f9)}.\[--van-nav-bar-text-color\:var\(--ds-text-primary\,\#1f2937\)\]{--van-nav-bar-text-color:var(--ds-text-primary,#1f2937)}.\[--van-nav-bar-text-color\:var\(--ds-text-primary-light\,\#f1f5f9\)\]{--van-nav-bar-text-color:var(--ds-text-primary-light,#f1f5f9)}.\[--van-nav-bar-title-text-color\:var\(--ds-text-primary\,\#1f2937\)\]{--van-nav-bar-title-text-color:var(--ds-text-primary,#1f2937)}.\[--van-nav-bar-title-text-color\:var\(--ds-text-primary-light\,\#f1f5f9\)\]{--van-nav-bar-title-text-color:var(--ds-text-primary-light,#f1f5f9)}.\[--van-search-background\:var\(--ds-bg-card\,\#ffffff\)\]{--van-search-background:var(--ds-bg-card,#fff)}.\[--van-search-background\:var\(--ds-bg-card-dark\,\#1e293b\)\]{--van-search-background:var(--ds-bg-card-dark,#1e293b)}.\[--van-search-content-background\:var\(--ds-bg-muted-dark\,\#334155\)\]{--van-search-content-background:var(--ds-bg-muted-dark,#334155)}.\[--van-search-content-background\:var\(--ds-bg-page\,\#f8fafc\)\]{--van-search-content-background:var(--ds-bg-page,#f8fafc)}.\[--van-text-color-2\:var\(--ds-text-secondary\,\#94a3b8\)\]{--van-text-color-2:var(--ds-text-secondary,#94a3b8)}.\[--van-text-color-2\:var\(--ds-text-secondary\,\#64748b\)\]{--van-text-color-2:var(--ds-text-secondary,#64748b)}.\[--van-text-color-3\:var\(--ds-text-secondary\,\#94a3b8\)\]{--van-text-color-3:var(--ds-text-secondary,#94a3b8)}.\[--van-text-color-3\:var\(--ds-text-secondary\,\#64748b\)\]{--van-text-color-3:var(--ds-text-secondary,#64748b)}.\[--van-text-color\:var\(--ds-text-primary\,\#1f2937\)\]{--van-text-color:var(--ds-text-primary,#1f2937)}.\[--van-text-color\:var\(--ds-text-primary-light\,\#f1f5f9\)\]{--van-text-color:var(--ds-text-primary-light,#f1f5f9)}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[animation-delay\:0\.5s\]{animation-delay:.5s}.\[animation-delay\:0ms\],.\[animation-delay\:0s\]{animation-delay:0s}.\[animation-delay\:1s\]{animation-delay:1s}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}@media (hover:hover){.group-hover\:w-1:is(:where(.group):hover *){width:calc(var(--spacing) * 1)}.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.group-hover\:-translate-y-0\.5:is(:where(.group):hover *){--tw-translate-y:calc(var(--spacing) * -.5);translate:var(--tw-translate-x) var(--tw-translate-y)}.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x) var(--tw-scale-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.group-hover\:scale-150:is(:where(.group):hover *){--tw-scale-x:150%;--tw-scale-y:150%;--tw-scale-z:150%;scale:var(--tw-scale-x) var(--tw-scale-y)}.group-hover\:scale-\[1\.02\]:is(:where(.group):hover *){scale:1.02}.group-hover\:scale-\[1\.03\]:is(:where(.group):hover *){scale:1.03}.group-hover\:border-amber-200:is(:where(.group):hover *){border-color:var(--color-amber-200)}.group-hover\:border-orange-300:is(:where(.group):hover *){border-color:var(--color-orange-300)}.group-hover\:border-sky-300:is(:where(.group):hover *){border-color:var(--color-sky-300)}.group-hover\:border-teal-300:is(:where(.group):hover *){border-color:var(--color-teal-300)}.group-hover\:bg-amber-50:is(:where(.group):hover *){background-color:var(--color-amber-50)}.group-hover\:bg-emerald-100:is(:where(.group):hover *){background-color:var(--color-emerald-100)}.group-hover\:bg-orange-100:is(:where(.group):hover *){background-color:var(--color-orange-100)}.group-hover\:bg-primary\/10:is(:where(.group):hover *){background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.group-hover\:bg-primary\/10:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-primary) 10%,transparent)}}.group-hover\:bg-sky-100:is(:where(.group):hover *){background-color:var(--color-sky-100)}.group-hover\:bg-sky-200:is(:where(.group):hover *){background-color:var(--color-sky-200)}.group-hover\:bg-slate-200:is(:where(.group):hover *){background-color:#e2e8f0}.group-hover\:bg-teal-100:is(:where(.group):hover *){background-color:var(--color-teal-100)}.group-hover\:text-amber-700:is(:where(.group):hover *){color:var(--color-amber-700)}.group-hover\:text-orange-700:is(:where(.group):hover *){color:var(--color-orange-700)}.group-hover\:text-primary:is(:where(.group):hover *){color:var(--color-primary)}.group-hover\:text-sky-700:is(:where(.group):hover *){color:var(--color-sky-700)}.group-hover\:text-slate-600:is(:where(.group):hover *){color:#475569}.group-hover\:text-slate-950:is(:where(.group):hover *){color:#020617}.group-hover\:text-teal-700:is(:where(.group):hover *){color:var(--color-teal-700)}.group-hover\:opacity-70:is(:where(.group):hover *){opacity:.7}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\:shadow-\[0_8px_24px_rgba\(14\,165\,233\,0\.25\)\]:is(:where(.group):hover *){--tw-shadow:0 8px 24px var(--tw-shadow-color,#0ea5e940);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-hover\:shadow-\[0_8px_24px_rgba\(20\,184\,166\,0\.25\)\]:is(:where(.group):hover *){--tw-shadow:0 8px 24px var(--tw-shadow-color,#14b8a640);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-hover\:shadow-\[0_8px_24px_rgba\(245\,158\,11\,0\.25\)\]:is(:where(.group):hover *){--tw-shadow:0 8px 24px var(--tw-shadow-color,#f59e0b40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *){border-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *){border-color:color-mix(in oklab,var(--color-muted) 40%,transparent)}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:var(--tw-leading,1.25rem)}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\:text-muted-foreground::-moz-placeholder,.placeholder\:text-muted-foreground\/70::-moz-placeholder{color:var(--color-muted-foreground)}.placeholder\:text-muted-foreground::placeholder,.placeholder\:text-muted-foreground\/70::placeholder{color:var(--color-muted-foreground)}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-muted-foreground\/70::-moz-placeholder{color:color-mix(in oklab,var(--color-muted-foreground) 70%,transparent)}.placeholder\:text-muted-foreground\/70::placeholder{color:color-mix(in oklab,var(--color-muted-foreground) 70%,transparent)}}.placeholder\:text-slate-400::-moz-placeholder{color:#94a3b8}.placeholder\:text-slate-400::placeholder{color:#94a3b8}.first\:ml-0:first-child{margin-left:calc(var(--spacing) * 0)}.first\:border-t-0:first-child{border-top-style:var(--tw-border-style);border-top-width:0}.last\:mb-0:last-child{margin-bottom:calc(var(--spacing) * 0)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:translate-x-1:hover{--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing) * -.5);translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:-translate-y-1:hover{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:-translate-y-\[1px\]:hover,.hover\:translate-y-\[-1px\]:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x) var(--tw-scale-y)}.hover\:rotate-3:hover{rotate:3deg}.hover\:rotate-90:hover{rotate:90deg}.hover\:\!border-primary:hover{border-color:var(--color-primary)!important}.hover\:\!border-sky-300:hover{border-color:var(--color-sky-300)!important}.hover\:\!border-slate-300:hover{border-color:#cbd5e1!important}.hover\:border-\[\#0f766e\]:hover{border-color:#0f766e}.hover\:border-\[\#0f766e\]\/30:hover{border-color:oklab(51.0938% -.0855206 -.00957963/.3)}.hover\:border-\[\#0f766e\]\/40:hover{border-color:oklab(51.0938% -.0855206 -.00957963/.4)}.hover\:border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_28\%\,var\(--ds-border\)\)\]:hover{border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_28\%\,var\(--ds-border\)\)\]:hover{border-color:color-mix(in srgb,var(--ds-primary) 28%,var(--ds-border))}}.hover\:border-\[color\:var\(--ds-info\)\]:hover{border-color:var(--ds-info)}.hover\:border-\[color\:var\(--ds-primary\)\]:hover{border-color:var(--ds-primary)}.hover\:border-\[color\:var\(--ds-success\)\]:hover{border-color:var(--ds-success)}.hover\:border-\[color\:var\(--ds-warning\)\]:hover{border-color:var(--ds-warning)}.hover\:border-\[var\(--ds-border-strong\)\]:hover{border-color:var(--ds-border-strong)}.hover\:border-\[var\(--ds-primary\)\]:hover{border-color:var(--ds-primary)}.hover\:border-amber-200:hover{border-color:var(--color-amber-200)}.hover\:border-amber-300:hover{border-color:var(--color-amber-300)}.hover\:border-blue-400:hover{border-color:var(--color-blue-400)}.hover\:border-blue-500:hover{border-color:var(--color-blue-500)}.hover\:border-border:hover{border-color:var(--color-border)}.hover\:border-cyan-200:hover{border-color:var(--color-cyan-200)}.hover\:border-cyan-300:hover{border-color:var(--color-cyan-300)}.hover\:border-cyan-400\/40:hover{border-color:#00d2ef66}@supports (color:color-mix(in lab,red,red)){.hover\:border-cyan-400\/40:hover{border-color:color-mix(in oklab,var(--color-cyan-400) 40%,transparent)}}.hover\:border-emerald-200:hover{border-color:var(--color-emerald-200)}.hover\:border-emerald-300:hover{border-color:var(--color-emerald-300)}.hover\:border-fuchsia-300:hover{border-color:var(--color-fuchsia-300)}.hover\:border-green-400:hover{border-color:var(--color-green-400)}.hover\:border-indigo-300:hover{border-color:var(--color-indigo-300)}.hover\:border-info\/30:hover{border-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.hover\:border-info\/30:hover{border-color:color-mix(in oklab,var(--color-info) 30%,transparent)}}.hover\:border-orange-300\/50:hover{border-color:#ffb96d80}@supports (color:color-mix(in lab,red,red)){.hover\:border-orange-300\/50:hover{border-color:color-mix(in oklab,var(--color-orange-300) 50%,transparent)}}.hover\:border-primary:hover,.hover\:border-primary\/20:hover{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/20:hover{border-color:color-mix(in oklab,var(--color-primary) 20%,transparent)}}.hover\:border-primary\/25:hover{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/25:hover{border-color:color-mix(in oklab,var(--color-primary) 25%,transparent)}}.hover\:border-primary\/30:hover{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/30:hover{border-color:color-mix(in oklab,var(--color-primary) 30%,transparent)}}.hover\:border-primary\/40:hover{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/40:hover{border-color:color-mix(in oklab,var(--color-primary) 40%,transparent)}}.hover\:border-primary\/50:hover{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/50:hover{border-color:color-mix(in oklab,var(--color-primary) 50%,transparent)}}.hover\:border-purple-400:hover{border-color:var(--color-purple-400)}.hover\:border-red-400:hover{border-color:var(--color-red-400)}.hover\:border-rose-200:hover{border-color:var(--color-rose-200)}.hover\:border-rose-300:hover{border-color:var(--color-rose-300)}.hover\:border-sky-200:hover{border-color:var(--color-sky-200)}.hover\:border-sky-300:hover{border-color:var(--color-sky-300)}.hover\:border-sky-300\/50:hover{border-color:#77d4ff80}@supports (color:color-mix(in lab,red,red)){.hover\:border-sky-300\/50:hover{border-color:color-mix(in oklab,var(--color-sky-300) 50%,transparent)}}.hover\:border-slate-200\/80:hover{border-color:oklab(92.8761% -.00315791 -.0122172/.8)}.hover\:border-slate-300:hover{border-color:#cbd5e1}.hover\:border-success:hover,.hover\:border-success\/20:hover{border-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:border-success\/20:hover{border-color:color-mix(in oklab,var(--color-success) 20%,transparent)}}.hover\:border-success\/30:hover{border-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:border-success\/30:hover{border-color:color-mix(in oklab,var(--color-success) 30%,transparent)}}.hover\:border-teal-300:hover{border-color:var(--color-teal-300)}.hover\:border-teal-300\/50:hover{border-color:#46ecd580}@supports (color:color-mix(in lab,red,red)){.hover\:border-teal-300\/50:hover{border-color:color-mix(in oklab,var(--color-teal-300) 50%,transparent)}}.hover\:border-violet-200:hover{border-color:var(--color-violet-200)}.hover\:border-violet-300:hover{border-color:var(--color-violet-300)}.hover\:border-warning:hover,.hover\:border-warning\/20:hover{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:border-warning\/20:hover{border-color:color-mix(in oklab,var(--color-warning) 20%,transparent)}}.hover\:border-warning\/30:hover{border-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:border-warning\/30:hover{border-color:color-mix(in oklab,var(--color-warning) 30%,transparent)}}.hover\:\!bg-slate-50:hover{background-color:#f8fafc!important}.hover\:\!bg-slate-800:hover{background-color:#1e293b!important}.hover\:\!bg-white:hover{background-color:var(--color-white)!important}.hover\:\!bg-white\/10:hover{background-color:#ffffff1a!important}@supports (color:color-mix(in lab,red,red)){.hover\:\!bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)!important}}.hover\:\!bg-white\/18:hover{background-color:#ffffff2e!important}@supports (color:color-mix(in lab,red,red)){.hover\:\!bg-white\/18:hover{background-color:color-mix(in oklab,var(--color-white) 18%,transparent)!important}}.hover\:\!bg-white\/20:hover{background-color:#fff3!important}@supports (color:color-mix(in lab,red,red)){.hover\:\!bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white) 20%,transparent)!important}}.hover\:bg-\[\#0b5f59\]:hover{background-color:#0b5f59}.hover\:bg-\[\#0d655d\]:hover{background-color:#0d655d}.hover\:bg-\[\#0f766e\]:hover{background-color:#0f766e}.hover\:bg-\[\#6d28d9\]:hover{background-color:#6d28d9}.hover\:bg-\[\#b45309\]:hover{background-color:#b45309}.hover\:bg-\[\#be185d\]:hover{background-color:#be185d}.hover\:bg-\[\#e7dfd4\]:hover{background-color:#e7dfd4}.hover\:bg-\[rgba\(15\,118\,110\,0\.15\)\]:hover{background-color:#0f766e26}.hover\:bg-\[var\(--ds-bg-card\)\]:hover{background-color:var(--ds-bg-card)}.hover\:bg-\[var\(--ds-bg-hover\)\]:hover{background-color:var(--ds-bg-hover)}.hover\:bg-\[var\(--ds-bg-muted\)\]:hover{background-color:var(--ds-bg-muted)}.hover\:bg-amber-50:hover{background-color:var(--color-amber-50)}.hover\:bg-amber-50\/70:hover{background-color:#fffbebb3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-amber-50\/70:hover{background-color:color-mix(in oklab,var(--color-amber-50) 70%,transparent)}}.hover\:bg-amber-100:hover{background-color:var(--color-amber-100)}.hover\:bg-amber-600:hover{background-color:var(--color-amber-600)}.hover\:bg-background:hover{background-color:var(--color-background)}.hover\:bg-blue-50:hover{background-color:var(--color-blue-50)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-card:hover,.hover\:bg-card\/70:hover{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-card\/70:hover{background-color:color-mix(in oklab,var(--color-card) 70%,transparent)}}.hover\:bg-card\/95:hover{background-color:var(--color-card)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-card\/95:hover{background-color:color-mix(in oklab,var(--color-card) 95%,transparent)}}.hover\:bg-cyan-50:hover{background-color:var(--color-cyan-50)}.hover\:bg-cyan-400:hover{background-color:var(--color-cyan-400)}.hover\:bg-danger\/10:hover{background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-danger\/10:hover{background-color:color-mix(in oklab,var(--color-danger) 10%,transparent)}}.hover\:bg-emerald-50:hover{background-color:var(--color-emerald-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-green-600:hover{background-color:var(--color-green-600)}.hover\:bg-info\/20:hover{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-info\/20:hover{background-color:color-mix(in oklab,var(--color-info) 20%,transparent)}}.hover\:bg-info\/90:hover{background-color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-info\/90:hover{background-color:color-mix(in oklab,var(--color-info) 90%,transparent)}}.hover\:bg-muted:hover,.hover\:bg-muted\/20:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/20:hover{background-color:color-mix(in oklab,var(--color-muted) 20%,transparent)}}.hover\:bg-muted\/30:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/30:hover{background-color:color-mix(in oklab,var(--color-muted) 30%,transparent)}}.hover\:bg-muted\/40:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/40:hover{background-color:color-mix(in oklab,var(--color-muted) 40%,transparent)}}.hover\:bg-muted\/50:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.hover\:bg-muted\/80:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/80:hover{background-color:color-mix(in oklab,var(--color-muted) 80%,transparent)}}.hover\:bg-orange-100:hover{background-color:var(--color-orange-100)}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}.hover\:bg-primary\/5:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/5:hover{background-color:color-mix(in oklab,var(--color-primary) 5%,transparent)}}.hover\:bg-primary\/10:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--color-primary) 10%,transparent)}}.hover\:bg-primary\/20:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/20:hover{background-color:color-mix(in oklab,var(--color-primary) 20%,transparent)}}.hover\:bg-primary\/80:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/80:hover{background-color:color-mix(in oklab,var(--color-primary) 80%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--color-primary) 90%,transparent)}}.hover\:bg-rose-50:hover{background-color:var(--color-rose-50)}.hover\:bg-rose-700:hover{background-color:var(--color-rose-700)}.hover\:bg-sky-50:hover{background-color:var(--color-sky-50)}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-slate-950:hover{background-color:#020617}.hover\:bg-stone-50:hover{background-color:var(--color-stone-50)}.hover\:bg-stone-800:hover{background-color:var(--color-stone-800)}.hover\:bg-success\/10:hover{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-success\/10:hover{background-color:color-mix(in oklab,var(--color-success) 10%,transparent)}}.hover\:bg-success\/20:hover{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-success\/20:hover{background-color:color-mix(in oklab,var(--color-success) 20%,transparent)}}.hover\:bg-success\/80:hover{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-success\/80:hover{background-color:color-mix(in oklab,var(--color-success) 80%,transparent)}}.hover\:bg-success\/90:hover{background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-success\/90:hover{background-color:color-mix(in oklab,var(--color-success) 90%,transparent)}}.hover\:bg-teal-50:hover{background-color:var(--color-teal-50)}.hover\:bg-violet-50:hover{background-color:var(--color-violet-50)}.hover\:bg-warning\/10:hover{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-warning\/10:hover{background-color:color-mix(in oklab,var(--color-warning) 10%,transparent)}}.hover\:bg-warning\/20:hover{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-warning\/20:hover{background-color:color-mix(in oklab,var(--color-warning) 20%,transparent)}}.hover\:bg-warning\/80:hover{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-warning\/80:hover{background-color:color-mix(in oklab,var(--color-warning) 80%,transparent)}}.hover\:bg-warning\/90:hover{background-color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-warning\/90:hover{background-color:color-mix(in oklab,var(--color-warning) 90%,transparent)}}.hover\:bg-white:hover{background-color:var(--color-white)}.hover\:bg-white\/10:hover{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.hover\:bg-white\/12:hover{background-color:#ffffff1f}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/12:hover{background-color:color-mix(in oklab,var(--color-white) 12%,transparent)}}.hover\:bg-white\/15:hover{background-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/15:hover{background-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}.hover\:bg-white\/20:hover{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.hover\:bg-white\/45:hover{background-color:#ffffff73}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/45:hover{background-color:color-mix(in oklab,var(--color-white) 45%,transparent)}}.hover\:bg-white\/70:hover{background-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/70:hover{background-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.hover\:bg-white\/74:hover{background-color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/74:hover{background-color:color-mix(in oklab,var(--color-white) 74%,transparent)}}.hover\:bg-white\/90:hover{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/90:hover{background-color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.hover\:bg-white\/92:hover{background-color:#ffffffeb}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/92:hover{background-color:color-mix(in oklab,var(--color-white) 92%,transparent)}}.hover\:bg-white\/\[0\.06\]:hover{background-color:#ffffff0f}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/\[0\.06\]:hover{background-color:color-mix(in oklab,var(--color-white) 6%,transparent)}}.hover\:bg-gradient-to-r:hover{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.hover\:from-amber-50\/50:hover{--tw-gradient-from:#fffbeb80}@supports (color:color-mix(in lab,red,red)){.hover\:from-amber-50\/50:hover{--tw-gradient-from:color-mix(in oklab, var(--color-amber-50) 50%, transparent)}}.hover\:from-amber-50\/50:hover{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:from-cyan-50\/50:hover{--tw-gradient-from:#ecfeff80}@supports (color:color-mix(in lab,red,red)){.hover\:from-cyan-50\/50:hover{--tw-gradient-from:color-mix(in oklab, var(--color-cyan-50) 50%, transparent)}}.hover\:from-cyan-50\/50:hover{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:from-emerald-50\/50:hover{--tw-gradient-from:#ecfdf580}@supports (color:color-mix(in lab,red,red)){.hover\:from-emerald-50\/50:hover{--tw-gradient-from:color-mix(in oklab, var(--color-emerald-50) 50%, transparent)}}.hover\:from-emerald-50\/50:hover{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:from-sky-500:hover{--tw-gradient-from:var(--color-sky-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:from-violet-50\/50:hover{--tw-gradient-from:#f5f3ff80}@supports (color:color-mix(in lab,red,red)){.hover\:from-violet-50\/50:hover{--tw-gradient-from:color-mix(in oklab, var(--color-violet-50) 50%, transparent)}}.hover\:from-violet-50\/50:hover{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:to-cyan-300:hover{--tw-gradient-to:var(--color-cyan-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:to-white:hover{--tw-gradient-to:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.hover\:\!text-foreground:hover{color:var(--color-foreground)!important}.hover\:\!text-primary:hover{color:var(--color-primary)!important}.hover\:\!text-sky-700:hover{color:var(--color-sky-700)!important}.hover\:\!text-slate-900:hover{color:#0f172a!important}.hover\:\!text-white:hover{color:var(--color-white)!important}.hover\:text-\[\#0f766e\]:hover{color:#0f766e}.hover\:text-\[var\(--ds-primary\)\]:hover{color:var(--ds-primary)}.hover\:text-\[var\(--ds-text-primary\)\]:hover{color:var(--ds-text-primary)}.hover\:text-amber-700:hover{color:var(--color-amber-700)}.hover\:text-blue-500:hover{color:var(--color-blue-500)}.hover\:text-cyan-700:hover{color:var(--color-cyan-700)}.hover\:text-cyan-800:hover{color:var(--color-cyan-800)}.hover\:text-danger:hover,.hover\:text-danger\/80:hover{color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.hover\:text-danger\/80:hover{color:color-mix(in oklab,var(--color-danger) 80%,transparent)}}.hover\:text-emerald-700:hover{color:var(--color-emerald-700)}.hover\:text-foreground:hover{color:var(--color-foreground)}.hover\:text-fuchsia-700:hover{color:var(--color-fuchsia-700)}.hover\:text-indigo-700:hover{color:var(--color-indigo-700)}.hover\:text-info\/80:hover{color:var(--color-info)}@supports (color:color-mix(in lab,red,red)){.hover\:text-info\/80:hover{color:color-mix(in oklab,var(--color-info) 80%,transparent)}}.hover\:text-primary:hover,.hover\:text-primary\/80:hover{color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:text-primary\/80:hover{color:color-mix(in oklab,var(--color-primary) 80%,transparent)}}.hover\:text-rose-600:hover{color:var(--color-rose-600)}.hover\:text-rose-700:hover{color:var(--color-rose-700)}.hover\:text-sky-600:hover{color:var(--color-sky-600)}.hover\:text-sky-700:hover{color:var(--color-sky-700)}.hover\:text-slate-600:hover{color:#475569}.hover\:text-slate-700:hover{color:#334155}.hover\:text-slate-800:hover{color:#1e293b}.hover\:text-slate-900:hover{color:#0f172a}.hover\:text-slate-950:hover{color:#020617}.hover\:text-violet-700:hover{color:var(--color-violet-700)}.hover\:text-warning\/80:hover{color:var(--color-warning)}@supports (color:color-mix(in lab,red,red)){.hover\:text-warning\/80:hover{color:color-mix(in oklab,var(--color-warning) 80%,transparent)}}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_10px_22px_rgba\(14\,165\,233\,0\.10\)\]:hover{--tw-shadow:0 10px 22px var(--tw-shadow-color,#0ea5e91a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_10px_24px_rgba\(14\,165\,233\,0\.10\)\]:hover{--tw-shadow:0 10px 24px var(--tw-shadow-color,#0ea5e91a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_12px_24px_rgba\(6\,182\,212\,0\.15\)\]:hover{--tw-shadow:0 12px 24px var(--tw-shadow-color,#06b6d426);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_12px_24px_rgba\(16\,185\,129\,0\.15\)\]:hover{--tw-shadow:0 12px 24px var(--tw-shadow-color,#10b98126);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_12px_24px_rgba\(139\,92\,246\,0\.15\)\]:hover{--tw-shadow:0 12px 24px var(--tw-shadow-color,#8b5cf626);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_12px_28px_rgba\(15\,23\,42\,0\.08\)\]:hover{--tw-shadow:0 12px 28px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_12px_30px_rgba\(15\,118\,110\,0\.08\)\]:hover{--tw-shadow:0 12px 30px var(--tw-shadow-color,#0f766e14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_16px_30px_rgba\(15\,23\,42\,0\.10\)\]:hover{--tw-shadow:0 16px 30px var(--tw-shadow-color,#0f172a1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_16px_34px_rgba\(47\,163\,107\,0\.28\)\]:hover{--tw-shadow:0 16px 34px var(--tw-shadow-color,#2fa36b47);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_16px_36px_rgba\(15\,23\,42\,0\.08\)\]:hover{--tw-shadow:0 16px 36px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_36px_rgba\(15\,23\,42\,0\.1\)\]:hover{--tw-shadow:0 18px 36px var(--tw-shadow-color,#0f172a1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_36px_rgba\(15\,118\,110\,0\.12\)\]:hover{--tw-shadow:0 18px 36px var(--tw-shadow-color,#0f766e1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_36px_rgba\(47\,163\,107\,0\.28\)\]:hover{--tw-shadow:0 18px 36px var(--tw-shadow-color,#2fa36b47);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_40px_rgba\(15\,118\,110\,0\.12\)\]:hover{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0f766e1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_42px_rgba\(15\,23\,42\,0\.12\)\]:hover{--tw-shadow:0 18px 42px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_18px_48px_rgba\(15\,23\,42\,0\.08\)\]:hover{--tw-shadow:0 18px 48px var(--tw-shadow-color,#0f172a14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_20px_40px_rgba\(15\,118\,110\,0\.12\)\]:hover{--tw-shadow:0 20px 40px var(--tw-shadow-color,#0f766e1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_20px_44px_rgba\(15\,23\,42\,0\.12\)\]:hover{--tw-shadow:0 20px 44px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_24px_56px_rgba\(14\,165\,233\,0\.15\)\]:hover{--tw-shadow:0 24px 56px var(--tw-shadow-color,#0ea5e926);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_24px_56px_rgba\(20\,184\,166\,0\.15\)\]:hover{--tw-shadow:0 24px 56px var(--tw-shadow-color,#14b8a626);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_24px_56px_rgba\(245\,158\,11\,0\.15\)\]:hover{--tw-shadow:0 24px 56px var(--tw-shadow-color,#f59e0b26);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[var\(--entry-shadow\)\]:hover{--tw-shadow:var(--entry-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -2px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -1px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-black\/10:hover{--tw-shadow-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.hover\:shadow-black\/10:hover{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-black) 10%, transparent) var(--tw-shadow-alpha), transparent)}}}.focus\:border-\[var\(--ds-border-strong\)\]:focus{border-color:var(--ds-border-strong)}.focus\:border-\[var\(--ds-brand-primary\)\]:focus{border-color:var(--ds-brand-primary)}.focus\:border-\[var\(--ds-primary\)\]:focus{border-color:var(--ds-primary)}.focus\:border-amber-400:focus{border-color:var(--color-amber-400)}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-emerald-400:focus{border-color:var(--color-emerald-400)}.focus\:border-primary\/40:focus{border-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.focus\:border-primary\/40:focus{border-color:color-mix(in oklab,var(--color-primary) 40%,transparent)}}.focus\:border-sky-300:focus{border-color:var(--color-sky-300)}.focus\:bg-white:focus{background-color:var(--color-white)}.focus\:opacity-100:focus{opacity:1}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-4:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#0f766e\]:focus{--tw-ring-color:#0f766e}.focus\:ring-amber-300\/60:focus{--tw-ring-color:#ffd23699}@supports (color:color-mix(in lab,red,red)){.focus\:ring-amber-300\/60:focus{--tw-ring-color:color-mix(in oklab, var(--color-amber-300) 60%, transparent)}}.focus\:ring-amber-400\/35:focus{--tw-ring-color:#fcbb0059}@supports (color:color-mix(in lab,red,red)){.focus\:ring-amber-400\/35:focus{--tw-ring-color:color-mix(in oklab, var(--color-amber-400) 35%, transparent)}}.focus\:ring-emerald-100:focus{--tw-ring-color:var(--color-emerald-100)}.focus\:ring-emerald-300\/60:focus{--tw-ring-color:#5ee9b599}@supports (color:color-mix(in lab,red,red)){.focus\:ring-emerald-300\/60:focus{--tw-ring-color:color-mix(in oklab, var(--color-emerald-300) 60%, transparent)}}.focus\:ring-primary:focus,.focus\:ring-primary\/15:focus{--tw-ring-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.focus\:ring-primary\/15:focus{--tw-ring-color:color-mix(in oklab, var(--color-primary) 15%, transparent)}}.focus\:ring-rose-300\/60:focus{--tw-ring-color:#ffa2ae99}@supports (color:color-mix(in lab,red,red)){.focus\:ring-rose-300\/60:focus{--tw-ring-color:color-mix(in oklab, var(--color-rose-300) 60%, transparent)}}.focus\:ring-sky-100:focus{--tw-ring-color:var(--color-sky-100)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-sky-400\/40:focus-visible{--tw-ring-color:#00bcfe66}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-sky-400\/40:focus-visible{--tw-ring-color:color-mix(in oklab, var(--color-sky-400) 40%, transparent)}}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\:ring-offset-slate-100:focus-visible{--tw-ring-offset-color:#f1f5f9}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:translate-y-0:active{--tw-translate-y:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x) var(--tw-scale-y)}.active\:scale-\[0\.98\]:active{scale:.98}.active\:scale-\[0\.99\]:active{scale:.99}.active\:bg-muted\/50:active{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.active\:bg-muted\/50:active{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!bg-slate-300:disabled{background-color:#cbd5e1!important}.disabled\:bg-muted:disabled{background-color:var(--color-muted)}.disabled\:bg-slate-100:disabled{background-color:#f1f5f9}.disabled\:bg-slate-300:disabled{background-color:#cbd5e1}.disabled\:\!text-slate-500:disabled{color:#64748b!important}.disabled\:text-muted-foreground:disabled{color:var(--color-muted-foreground)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--color-muted)}@supports (backdrop-filter:var(--tw)){.supports-\[backdrop-filter\]\:backdrop-blur{--tw-backdrop-blur:blur(8px);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}}@media (prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}}@media not all and (min-width:64rem){.max-lg\:col-span-12{grid-column:span 12/span 12}}@media not all and (min-width:48rem){.max-md\:h-\[600px\]{height:600px}.max-md\:w-full{width:100%}.max-md\:\!min-w-\[100px\]{min-width:100px!important}.max-md\:flex-1{flex:1}.max-md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:items-stretch{align-items:stretch}.max-md\:justify-center{justify-content:center}.max-md\:gap-3{gap:calc(var(--spacing) * 3)}.max-md\:gap-4{gap:calc(var(--spacing) * 4)}.max-md\:text-center{text-align:center}}@media (min-width:1201px){.min-\[1201px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1401px){.min-\[1401px\]\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:40rem){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:h-\[560px\]{height:560px}.sm\:\!w-\[160px\]{width:160px!important}.sm\:\!w-\[240px\]{width:240px!important}.sm\:w-72{width:calc(var(--spacing) * 72)}.sm\:w-\[140px\]{width:140px}.sm\:w-\[160px\]{width:160px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.sm\:grid-cols-\[72px_minmax\(0\,1fr\)\]{grid-template-columns:72px minmax(0,1fr)}.sm\:grid-cols-\[110px_1fr_1fr_auto\]{grid-template-columns:110px 1fr 1fr auto}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}:where(.sm\:space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.75rem}.sm\:p-5{padding:calc(var(--spacing) * 5)}.sm\:p-7{padding:calc(var(--spacing) * 7)}.sm\:px-4{padding-inline:calc(var(--spacing) * 4)}.sm\:px-5{padding-inline:calc(var(--spacing) * 5)}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:px-8{padding-inline:calc(var(--spacing) * 8)}.sm\:py-6{padding-block:calc(var(--spacing) * 6)}.sm\:py-10{padding-block:calc(var(--spacing) * 10)}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:var(--tw-leading,2rem)}.sm\:text-3xl{font-size:1.875rem;line-height:var(--tw-leading,2.25rem)}.sm\:text-4xl{font-size:2.25rem;line-height:var(--tw-leading,2.5rem)}.sm\:text-5xl{font-size:3rem;line-height:var(--tw-leading,1)}.sm\:text-base{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.sm\:text-lg{font-size:1.125rem;line-height:var(--tw-leading,1.75rem)}.sm\:text-xl{font-size:1.25rem;line-height:var(--tw-leading,1.75rem)}.sm\:text-\[2\.2rem\]{font-size:2.2rem}}@media (min-width:48rem){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-6{grid-column:span 6/span 6}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:inline-flex{display:inline-flex}.md\:aspect-\[5\/4\]{aspect-ratio:5/4}.md\:\!h-12{height:calc(var(--spacing) * 12)!important}.md\:h-40{height:calc(var(--spacing) * 40)}.md\:h-44{height:calc(var(--spacing) * 44)}.md\:h-\[360px\]{height:360px}.md\:h-\[500px\]{height:500px}.md\:h-\[calc\(100vh-240px\)\]{height:calc(100vh - 240px)}.md\:max-h-\[300px\]{max-height:300px}.md\:\!w-\[240px\]{width:240px!important}.md\:\!w-full{width:100%!important}.md\:w-36{width:calc(var(--spacing) * 36)}.md\:w-40{width:calc(var(--spacing) * 40)}.md\:w-48{width:calc(var(--spacing) * 48)}.md\:w-52{width:calc(var(--spacing) * 52)}.md\:w-72{width:calc(var(--spacing) * 72)}.md\:w-80{width:calc(var(--spacing) * 80)}.md\:w-\[180px\]{width:180px}.md\:w-\[220px\]{width:220px}.md\:w-\[280px\]{width:280px}.md\:w-\[420px\]{width:420px}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:max-w-\[320px\]{max-width:320px}.md\:min-w-\[80px\]{min-width:80px}.md\:flex-1{flex:1}.md\:flex-none{flex:none}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.md\:grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.md\:grid-cols-\[120px_minmax\(0\,1fr\)\]{grid-template-columns:120px minmax(0,1fr)}.md\:grid-cols-\[120px_minmax\(0\,1fr\)_108px\]{grid-template-columns:120px minmax(0,1fr) 108px}.md\:grid-cols-\[160px_minmax\(0\,1fr\)\]{grid-template-columns:160px minmax(0,1fr)}.md\:grid-cols-\[180px_minmax\(0\,1fr\)\]{grid-template-columns:180px minmax(0,1fr)}.md\:grid-cols-\[180px_minmax\(0\,1fr\)_auto\]{grid-template-columns:180px minmax(0,1fr) auto}.md\:grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.md\:grid-cols-\[minmax\(260px\,320px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.md\:flex-col{flex-direction:column}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:items-center{align-items:center}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:justify-center{justify-content:center}.md\:justify-end{justify-content:flex-end}.md\:justify-start{justify-content:flex-start}.md\:gap-2{gap:calc(var(--spacing) * 2)}.md\:gap-3{gap:calc(var(--spacing) * 3)}.md\:gap-4{gap:calc(var(--spacing) * 4)}.md\:gap-12{gap:calc(var(--spacing) * 12)}.md\:border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.md\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.md\:p-2\.5{padding:calc(var(--spacing) * 2.5)}.md\:p-3{padding:calc(var(--spacing) * 3)}.md\:p-4{padding:calc(var(--spacing) * 4)}.md\:p-5{padding:calc(var(--spacing) * 5)}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:p-7{padding:calc(var(--spacing) * 7)}.md\:p-8{padding:calc(var(--spacing) * 8)}.md\:\!px-6{padding-inline:calc(var(--spacing) * 6)!important}.md\:px-1{padding-inline:calc(var(--spacing) * 1)}.md\:px-3{padding-inline:calc(var(--spacing) * 3)}.md\:px-5{padding-inline:calc(var(--spacing) * 5)}.md\:px-6{padding-inline:calc(var(--spacing) * 6)}.md\:px-8{padding-inline:calc(var(--spacing) * 8)}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:py-3{padding-block:calc(var(--spacing) * 3)}.md\:py-8{padding-block:calc(var(--spacing) * 8)}.md\:py-10{padding-block:calc(var(--spacing) * 10)}.md\:pb-3{padding-bottom:calc(var(--spacing) * 3)}.md\:text-left{text-align:left}.md\:\!text-base{font-size:1rem!important;line-height:var(--tw-leading,1.5rem)!important}.md\:text-2xl{font-size:1.5rem;line-height:var(--tw-leading,2rem)}.md\:text-3xl{font-size:1.875rem;line-height:var(--tw-leading,2.25rem)}.md\:text-4xl{font-size:2.25rem;line-height:var(--tw-leading,2.5rem)}.md\:text-5xl{font-size:3rem;line-height:var(--tw-leading,1)}.md\:text-base{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.md\:text-lg{font-size:1.125rem;line-height:var(--tw-leading,1.75rem)}.md\:text-sm{font-size:.875rem;line-height:var(--tw-leading,1.25rem)}.md\:text-xl{font-size:1.25rem;line-height:var(--tw-leading,1.75rem)}.md\:text-\[4\.4rem\]{font-size:4.4rem}}@media (min-width:64rem){.lg\:sticky{position:sticky}.lg\:top-6{top:calc(var(--spacing) * 6)}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline{display:inline}.lg\:inline-flex{display:inline-flex}.lg\:min-h-\[calc\(100vh-180px\)\]{min-height:calc(100vh - 180px)}.lg\:\!w-\[220px\]{width:220px!important}.lg\:w-36{width:calc(var(--spacing) * 36)}.lg\:w-40{width:calc(var(--spacing) * 40)}.lg\:w-48{width:calc(var(--spacing) * 48)}.lg\:w-56{width:calc(var(--spacing) * 56)}.lg\:w-70{width:calc(var(--spacing) * 70)}.lg\:w-72{width:calc(var(--spacing) * 72)}.lg\:w-80{width:calc(var(--spacing) * 80)}.lg\:w-\[240px\]{width:240px}.lg\:w-\[340px\]{width:340px}.lg\:w-\[420px\]{width:420px}.lg\:max-w-sm{max-width:var(--container-sm)}.lg\:max-w-xs{max-width:var(--container-xs)}.lg\:min-w-\[120px\]{min-width:120px}.lg\:min-w-\[360px\]{min-width:360px}.lg\:min-w-\[420px\]{min-width:420px}.lg\:-translate-y-3{--tw-translate-y:calc(var(--spacing) * -3);translate:var(--tw-translate-x) var(--tw-translate-y)}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-\[0\.9fr\,1\.1fr\]{grid-template-columns:.9fr,1.1fr}.lg\:grid-cols-\[0\.92fr_1\.08fr\]{grid-template-columns:.92fr 1.08fr}.lg\:grid-cols-\[0\.96fr_1\.04fr\]{grid-template-columns:.96fr 1.04fr}.lg\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}.lg\:grid-cols-\[1\.05fr_0\.82fr\]{grid-template-columns:1.05fr .82fr}.lg\:grid-cols-\[1\.08fr_0\.92fr\]{grid-template-columns:1.08fr .92fr}.lg\:grid-cols-\[1\.15fr_0\.85fr\]{grid-template-columns:1.15fr .85fr}.lg\:grid-cols-\[72px\,minmax\(0\,1\.8fr\)\,120px\,160px\,220px\,112px\]{grid-template-columns:72px,minmax(0,1.8fr),120px,160px,220px,112px}.lg\:grid-cols-\[140px_120px_minmax\(0\,1fr\)\]{grid-template-columns:140px 120px minmax(0,1fr)}.lg\:grid-cols-\[180px_220px_minmax\(0\,1fr\)_140px\]{grid-template-columns:180px 220px minmax(0,1fr) 140px}.lg\:grid-cols-\[220px_220px_minmax\(0\,1fr\)_140px\]{grid-template-columns:220px 220px minmax(0,1fr) 140px}.lg\:grid-cols-\[220px_minmax\(0\,1fr\)\]{grid-template-columns:220px minmax(0,1fr)}.lg\:grid-cols-\[280px_minmax\(0\,1fr\)\]{grid-template-columns:280px minmax(0,1fr)}.lg\:grid-cols-\[320px_minmax\(0\,1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.lg\:grid-cols-\[360px\,minmax\(0\,1fr\)\]{grid-template-columns:360px,minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1\.1fr\)_180px_200px_180px_180px\]{grid-template-columns:minmax(0,1.1fr) 180px 200px 180px 180px}.lg\:grid-cols-\[minmax\(0\,1\.2fr\)_320px\]{grid-template-columns:minmax(0,1.2fr) 320px}.lg\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.lg\:grid-cols-\[minmax\(0\,1\.3fr\)_320px\]{grid-template-columns:minmax(0,1.3fr) 320px}.lg\:grid-cols-\[minmax\(0\,1\.3fr\)_380px\]{grid-template-columns:minmax(0,1.3fr) 380px}.lg\:grid-cols-\[minmax\(0\,1\.15fr\)_360px\]{grid-template-columns:minmax(0,1.15fr) 360px}.lg\:grid-cols-\[minmax\(0\,1\.35fr\)_320px\]{grid-template-columns:minmax(0,1.35fr) 320px}.lg\:grid-cols-\[minmax\(0\,1\.45fr\)_340px\]{grid-template-columns:minmax(0,1.45fr) 340px}.lg\:grid-cols-\[minmax\(0\,1fr\)\,160px\,180px\,180px\,auto\]{grid-template-columns:minmax(0,1fr),160px,180px,180px,auto}.lg\:grid-cols-\[minmax\(0\,1fr\)_140px_120px\]{grid-template-columns:minmax(0,1fr) 140px 120px}.lg\:grid-cols-\[minmax\(0\,1fr\)_220px\]{grid-template-columns:minmax(0,1fr) 220px}.lg\:grid-cols-\[minmax\(0\,1fr\)_220px_160px\]{grid-template-columns:minmax(0,1fr) 220px 160px}.lg\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.lg\:grid-cols-\[minmax\(0\,1fr\)_340px\]{grid-template-columns:minmax(0,1fr) 340px}.lg\:grid-cols-\[minmax\(0\,1fr\)_420px\]{grid-template-columns:minmax(0,1fr) 420px}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)_minmax\(0\,1\.2fr\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr) auto}.lg\:grid-cols-\[minmax\(0\,340px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,340px) minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,440px\)_1fr\]{grid-template-columns:minmax(0,440px) 1fr}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-center{align-items:center}.lg\:items-end{align-items:flex-end}.lg\:items-start{align-items:flex-start}.lg\:items-stretch{align-items:stretch}.lg\:justify-between{justify-content:space-between}.lg\:justify-end{justify-content:flex-end}.lg\:gap-8{gap:calc(var(--spacing) * 8)}.lg\:gap-12{gap:calc(var(--spacing) * 12)}.lg\:self-start{align-self:flex-start}.lg\:p-6{padding:calc(var(--spacing) * 6)}.lg\:p-10{padding:calc(var(--spacing) * 10)}.lg\:px-4{padding-inline:calc(var(--spacing) * 4)}.lg\:px-5{padding-inline:calc(var(--spacing) * 5)}.lg\:px-6{padding-inline:calc(var(--spacing) * 6)}.lg\:px-8{padding-inline:calc(var(--spacing) * 8)}.lg\:py-8{padding-block:calc(var(--spacing) * 8)}.lg\:py-10{padding-block:calc(var(--spacing) * 10)}.lg\:pt-16{padding-top:calc(var(--spacing) * 16)}.lg\:pr-8{padding-right:calc(var(--spacing) * 8)}.lg\:pl-\[116px\]{padding-left:116px}.lg\:pl-\[304px\]{padding-left:304px}.lg\:text-right{text-align:right}.lg\:text-4xl{font-size:2.25rem;line-height:var(--tw-leading,2.5rem)}.lg\:text-5xl{font-size:3rem;line-height:var(--tw-leading,1)}.lg\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.lg\:text-base{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.lg\:text-\[2\.4rem\]{font-size:2.4rem}.lg\:text-\[2\.5rem\]{font-size:2.5rem}.lg\:text-\[15px\]{font-size:15px}}@media (min-width:80rem){.xl\:sticky{position:sticky}.xl\:top-6{top:calc(var(--spacing) * 6)}.xl\:top-20{top:calc(var(--spacing) * 20)}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:inline-flex{display:inline-flex}.xl\:min-h-\[calc\(100vh-150px\)\]{min-height:calc(100vh - 150px)}.xl\:\!w-\[280px\]{width:280px!important}.xl\:w-80{width:calc(var(--spacing) * 80)}.xl\:w-\[140px\]{width:140px}.xl\:w-\[240px\]{width:240px}.xl\:w-\[280px\]{width:280px}.xl\:w-\[360px\]{width:360px}.xl\:w-\[380px\]{width:380px}.xl\:w-\[400px\]{width:400px}.xl\:w-\[420px\]{width:420px}.xl\:w-auto{width:auto}.xl\:max-w-\[220px\]{max-width:220px}.xl\:max-w-sm{max-width:var(--container-sm)}.xl\:min-w-\[420px\]{min-width:420px}.xl\:min-w-\[540px\]{min-width:540px}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[0\.8fr\,1\.2fr\]{grid-template-columns:.8fr,1.2fr}.xl\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.xl\:grid-cols-\[0\.72fr\,1\.28fr\]{grid-template-columns:.72fr,1.28fr}.xl\:grid-cols-\[0\.82fr\,1\.18fr\]{grid-template-columns:.82fr,1.18fr}.xl\:grid-cols-\[0\.88fr\,1\.12fr\]{grid-template-columns:.88fr,1.12fr}.xl\:grid-cols-\[0\.92fr\,1\.08fr\]{grid-template-columns:.92fr,1.08fr}.xl\:grid-cols-\[0\.92fr_1\.08fr\]{grid-template-columns:.92fr 1.08fr}.xl\:grid-cols-\[0\.94fr_1\.06fr\]{grid-template-columns:.94fr 1.06fr}.xl\:grid-cols-\[0\.95fr_1\.05fr\]{grid-template-columns:.95fr 1.05fr}.xl\:grid-cols-\[0\.96fr_1\.04fr\]{grid-template-columns:.96fr 1.04fr}.xl\:grid-cols-\[0\.98fr_1\.02fr\]{grid-template-columns:.98fr 1.02fr}.xl\:grid-cols-\[1\.1fr\,0\.9fr\]{grid-template-columns:1.1fr,.9fr}.xl\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}.xl\:grid-cols-\[1\.1fr_1fr\]{grid-template-columns:1.1fr 1fr}.xl\:grid-cols-\[1\.02fr\,0\.98fr\]{grid-template-columns:1.02fr,.98fr}.xl\:grid-cols-\[1\.2fr\,1fr\]{grid-template-columns:1.2fr,1fr}.xl\:grid-cols-\[1\.2fr_0\.8fr\]{grid-template-columns:1.2fr .8fr}.xl\:grid-cols-\[1\.2fr_0\.95fr\]{grid-template-columns:1.2fr .95fr}.xl\:grid-cols-\[1\.3fr_0\.7fr\]{grid-template-columns:1.3fr .7fr}.xl\:grid-cols-\[1\.3fr_0\.9fr\]{grid-template-columns:1.3fr .9fr}.xl\:grid-cols-\[1\.04fr\,0\.96fr\]{grid-template-columns:1.04fr,.96fr}.xl\:grid-cols-\[1\.04fr_0\.96fr\]{grid-template-columns:1.04fr .96fr}.xl\:grid-cols-\[1\.4fr\,1fr\]{grid-template-columns:1.4fr,1fr}.xl\:grid-cols-\[1\.4fr_1fr\]{grid-template-columns:1.4fr 1fr}.xl\:grid-cols-\[1\.05fr\,0\.95fr\]{grid-template-columns:1.05fr,.95fr}.xl\:grid-cols-\[1\.05fr_0\.95fr\]{grid-template-columns:1.05fr .95fr}.xl\:grid-cols-\[1\.08fr\,0\.92fr\]{grid-template-columns:1.08fr,.92fr}.xl\:grid-cols-\[1\.08fr_0\.92fr\]{grid-template-columns:1.08fr .92fr}.xl\:grid-cols-\[1\.12fr\,0\.88fr\]{grid-template-columns:1.12fr,.88fr}.xl\:grid-cols-\[1\.15fr\,0\.85fr\]{grid-template-columns:1.15fr,.85fr}.xl\:grid-cols-\[1\.15fr_0\.85fr\]{grid-template-columns:1.15fr .85fr}.xl\:grid-cols-\[1\.15fr_0\.95fr\]{grid-template-columns:1.15fr .95fr}.xl\:grid-cols-\[1\.25fr_1fr\]{grid-template-columns:1.25fr 1fr}.xl\:grid-cols-\[1\.35fr_0\.65fr\]{grid-template-columns:1.35fr .65fr}.xl\:grid-cols-\[1\.45fr_1fr\]{grid-template-columns:1.45fr 1fr}.xl\:grid-cols-\[1fr\,1fr\]{grid-template-columns:1fr,1fr}.xl\:grid-cols-\[1fr_0\.9fr\]{grid-template-columns:1fr .9fr}.xl\:grid-cols-\[1fr_0\.95fr\]{grid-template-columns:1fr .95fr}.xl\:grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.xl\:grid-cols-\[2fr\,1fr\]{grid-template-columns:2fr,1fr}.xl\:grid-cols-\[160px_minmax\(0\,1\.3fr\)_180px_110px\]{grid-template-columns:160px minmax(0,1.3fr) 180px 110px}.xl\:grid-cols-\[220px_minmax\(0\,1fr\)\]{grid-template-columns:220px minmax(0,1fr)}.xl\:grid-cols-\[240px_minmax\(0\,1fr\)\]{grid-template-columns:240px minmax(0,1fr)}.xl\:grid-cols-\[260px_minmax\(0\,1fr\)\]{grid-template-columns:260px minmax(0,1fr)}.xl\:grid-cols-\[280px\,1fr\]{grid-template-columns:280px,1fr}.xl\:grid-cols-\[280px_minmax\(0\,1fr\)\]{grid-template-columns:280px minmax(0,1fr)}.xl\:grid-cols-\[300px\,minmax\(0\,1fr\)\]{grid-template-columns:300px,minmax(0,1fr)}.xl\:grid-cols-\[300px_minmax\(0\,1fr\)_280px\]{grid-template-columns:300px minmax(0,1fr) 280px}.xl\:grid-cols-\[320px_minmax\(0\,1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.xl\:grid-cols-\[340px_minmax\(0\,1fr\)\]{grid-template-columns:340px minmax(0,1fr)}.xl\:grid-cols-\[360px_minmax\(0\,1fr\)\]{grid-template-columns:360px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,0\.9fr\)_minmax\(320px\,0\.7fr\)\]{grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr)}.xl\:grid-cols-\[minmax\(0\,1\.1fr\)_420px\]{grid-template-columns:minmax(0,1.1fr) 420px}.xl\:grid-cols-\[minmax\(0\,1\.1fr\)_minmax\(320px\,0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.xl\:grid-cols-\[minmax\(0\,1\.1fr\)_minmax\(360px\,0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.xl\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.xl\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(280px\,0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.xl\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(320px\,0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(320px\,0\.7fr\)\]{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr)}.xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(360px\,0\.9fr\)\]{grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr)}.xl\:grid-cols-\[minmax\(0\,1\.05fr\)_minmax\(0\,0\.95fr\)\]{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(320px\,0\.9fr\)\]{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr)}.xl\:grid-cols-\[minmax\(0\,1\.6fr\)_380px\]{grid-template-columns:minmax(0,1.6fr) 380px}.xl\:grid-cols-\[minmax\(0\,1\.08fr\)_minmax\(320px\,0\.92fr\)\]{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.xl\:grid-cols-\[minmax\(0\,1\.15fr\)_380px\]{grid-template-columns:minmax(0,1.15fr) 380px}.xl\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(320px\,0\.85fr\)\]{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.xl\:grid-cols-\[minmax\(0\,1\.25fr\)_360px\]{grid-template-columns:minmax(0,1.25fr) 360px}.xl\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(320px\,0\.75fr\)\]{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.xl\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(280px\,0\.85fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr)}.xl\:grid-cols-\[minmax\(0\,1fr\)_220px\]{grid-template-columns:minmax(0,1fr) 220px}.xl\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.xl\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:grid-cols-\[minmax\(0\,420px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,420px) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,430px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,430px) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(280px\,0\.9fr\)_minmax\(0\,1\.1fr\)\]{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)}.xl\:flex-col{flex-direction:column}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:items-end{align-items:flex-end}.xl\:items-start{align-items:flex-start}.xl\:justify-between{justify-content:space-between}.xl\:justify-end{justify-content:flex-end}.xl\:self-start{align-self:flex-start}.xl\:p-6{padding:calc(var(--spacing) * 6)}.xl\:p-8{padding:calc(var(--spacing) * 8)}.xl\:px-8{padding-inline:calc(var(--spacing) * 8)}.xl\:px-10{padding-inline:calc(var(--spacing) * 10)}.xl\:pr-\[474px\]{padding-right:474px}.xl\:text-right{text-align:right}.xl\:text-3xl{font-size:1.875rem;line-height:var(--tw-leading,2.25rem)}}@media (min-width:96rem){.\32xl\:inline-flex{display:inline-flex}.\32xl\:min-h-\[calc\(100vh-140px\)\]{min-height:calc(100vh - 140px)}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:grid-cols-\[minmax\(0\,1\.45fr\)_minmax\(360px\,0\.95fr\)\]{grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr)}.\32xl\:grid-cols-\[minmax\(0\,2fr\)_380px\]{grid-template-columns:minmax(0,2fr) 380px}.\32xl\:flex-row{flex-direction:row}.\32xl\:items-start{align-items:flex-start}.\32xl\:justify-between{justify-content:space-between}.\32xl\:justify-end{justify-content:flex-end}}.dark\:border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,transparent\)\]:is(.dark *){border-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.dark\:border-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_24\%\,transparent\)\]:is(.dark *){border-color:color-mix(in srgb,var(--ds-primary) 24%,transparent)}}.dark\:border-amber-300\/30:is(.dark *){border-color:#ffd2364d}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-300) 30%,transparent)}}.dark\:border-amber-400\/14:is(.dark *){border-color:#fcbb0024}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-400) 14%,transparent)}}.dark\:border-amber-400\/18:is(.dark *){border-color:#fcbb002e}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-400) 18%,transparent)}}.dark\:border-amber-400\/20:is(.dark *){border-color:#fcbb0033}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-400) 20%,transparent)}}.dark\:border-amber-400\/40:is(.dark *){border-color:#fcbb0066}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-400\/40:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-400) 40%,transparent)}}.dark\:border-amber-500\/20:is(.dark *){border-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-500) 20%,transparent)}}.dark\:border-amber-500\/30:is(.dark *){border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.dark\:border-amber-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.dark\:border-border:is(.dark *){border-color:var(--color-border)}.dark\:border-cyan-300\/30:is(.dark *){border-color:#53eafd4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-300) 30%,transparent)}}.dark\:border-cyan-400\/14:is(.dark *){border-color:#00d2ef24}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-400) 14%,transparent)}}.dark\:border-cyan-400\/18:is(.dark *){border-color:#00d2ef2e}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-400) 18%,transparent)}}.dark\:border-cyan-400\/20:is(.dark *){border-color:#00d2ef33}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-400) 20%,transparent)}}.dark\:border-cyan-500\/20:is(.dark *){border-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-500) 20%,transparent)}}.dark\:border-emerald-300\/30:is(.dark *){border-color:#5ee9b54d}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-300) 30%,transparent)}}.dark\:border-emerald-400\/14:is(.dark *){border-color:#00d29424}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-400) 14%,transparent)}}.dark\:border-emerald-400\/18:is(.dark *){border-color:#00d2942e}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-400) 18%,transparent)}}.dark\:border-emerald-400\/20:is(.dark *){border-color:#00d29433}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-400) 20%,transparent)}}.dark\:border-emerald-400\/30:is(.dark *){border-color:#00d2944d}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-400\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-400) 30%,transparent)}}.dark\:border-emerald-400\/50:is(.dark *){border-color:#00d29480}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-400\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-400) 50%,transparent)}}.dark\:border-emerald-500\/20:is(.dark *){border-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-500) 20%,transparent)}}.dark\:border-emerald-500\/30:is(.dark *){border-color:#00bb7f4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-emerald-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-emerald-500) 30%,transparent)}}.dark\:border-fuchsia-500\/20:is(.dark *){border-color:#e12afb33}@supports (color:color-mix(in lab,red,red)){.dark\:border-fuchsia-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-fuchsia-500) 20%,transparent)}}.dark\:border-indigo-500\/20:is(.dark *){border-color:#625fff33}@supports (color:color-mix(in lab,red,red)){.dark\:border-indigo-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-indigo-500) 20%,transparent)}}.dark\:border-rose-300\/30:is(.dark *){border-color:#ffa2ae4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-300) 30%,transparent)}}.dark\:border-rose-400\/14:is(.dark *){border-color:#ff667f24}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-400) 14%,transparent)}}.dark\:border-rose-400\/18:is(.dark *){border-color:#ff667f2e}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-400) 18%,transparent)}}.dark\:border-rose-400\/20:is(.dark *){border-color:#ff667f33}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-400) 20%,transparent)}}.dark\:border-rose-500\/20:is(.dark *){border-color:#ff235733}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-500) 20%,transparent)}}.dark\:border-rose-500\/30:is(.dark *){border-color:#ff23574d}@supports (color:color-mix(in lab,red,red)){.dark\:border-rose-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-500) 30%,transparent)}}.dark\:border-sky-300\/30:is(.dark *){border-color:#77d4ff4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-300) 30%,transparent)}}.dark\:border-sky-400\/14:is(.dark *){border-color:#00bcfe24}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-400) 14%,transparent)}}.dark\:border-sky-400\/18:is(.dark *){border-color:#00bcfe2e}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-400) 18%,transparent)}}.dark\:border-sky-400\/20:is(.dark *){border-color:#00bcfe33}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-400) 20%,transparent)}}.dark\:border-sky-500\/20:is(.dark *){border-color:#00a5ef33}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-500) 20%,transparent)}}.dark\:border-sky-500\/25:is(.dark *){border-color:#00a5ef40}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-500\/25:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-500) 25%,transparent)}}.dark\:border-sky-500\/30:is(.dark *){border-color:#00a5ef4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-sky-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-500) 30%,transparent)}}.dark\:border-slate-300\/30:is(.dark *){border-color:oklab(86.8981% -.00583792 -.0189697/.3)}.dark\:border-slate-400\/18:is(.dark *){border-color:oklab(71.0672% -.00802556 -.0341849/.18)}.dark\:border-slate-400\/20:is(.dark *){border-color:oklab(71.0672% -.00802556 -.0341849/.2)}.dark\:border-slate-400\/25:is(.dark *){border-color:oklab(71.0672% -.00802556 -.0341849/.25)}.dark\:border-slate-600:is(.dark *){border-color:#475569}.dark\:border-slate-700:is(.dark *){border-color:#334155}.dark\:border-slate-700\/80:is(.dark *){border-color:oklab(37.1696% -.00861713 -.0381965/.8)}.dark\:border-slate-800:is(.dark *){border-color:#1e293b}.dark\:border-slate-800\/70:is(.dark *){border-color:oklab(27.9495% -.00637898 -.0362918/.7)}.dark\:border-slate-800\/80:is(.dark *){border-color:oklab(27.9495% -.00637898 -.0362918/.8)}.dark\:border-slate-900\/40:is(.dark *){border-color:oklab(20.7682% -.00294792 -.0397151/.4)}.dark\:border-violet-300\/30:is(.dark *){border-color:#c4b4ff4d}@supports (color:color-mix(in lab,red,red)){.dark\:border-violet-300\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-violet-300) 30%,transparent)}}.dark\:border-violet-400\/14:is(.dark *){border-color:#a685ff24}@supports (color:color-mix(in lab,red,red)){.dark\:border-violet-400\/14:is(.dark *){border-color:color-mix(in oklab,var(--color-violet-400) 14%,transparent)}}.dark\:border-violet-400\/18:is(.dark *){border-color:#a685ff2e}@supports (color:color-mix(in lab,red,red)){.dark\:border-violet-400\/18:is(.dark *){border-color:color-mix(in oklab,var(--color-violet-400) 18%,transparent)}}.dark\:border-violet-400\/20:is(.dark *){border-color:#a685ff33}@supports (color:color-mix(in lab,red,red)){.dark\:border-violet-400\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-violet-400) 20%,transparent)}}.dark\:border-violet-500\/20:is(.dark *){border-color:#8d54ff33}@supports (color:color-mix(in lab,red,red)){.dark\:border-violet-500\/20:is(.dark *){border-color:color-mix(in oklab,var(--color-violet-500) 20%,transparent)}}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:border-white\/10:is(.dark *){border-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.dark\:border-white\/15:is(.dark *){border-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){.dark\:border-white\/15:is(.dark *){border-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}.dark\:bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_16\%\,transparent\)\]:is(.dark *){background-color:var(--ds-primary)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-\[color\:color-mix\(in_srgb\,var\(--ds-primary\)_16\%\,transparent\)\]:is(.dark *){background-color:color-mix(in srgb,var(--ds-primary) 16%,transparent)}}.dark\:bg-\[rgba\(47\,163\,107\,0\.16\)\]:is(.dark *){background-color:#2fa36b29}.dark\:bg-\[rgba\(52\,120\,246\,0\.16\)\]:is(.dark *){background-color:#3478f629}.dark\:bg-\[rgba\(198\,138\,45\,0\.16\)\]:is(.dark *){background-color:#c68a2d29}.dark\:bg-\[rgba\(231\,115\,163\,0\.18\)\]:is(.dark *){background-color:#e773a32e}.dark\:bg-\[var\(--bl-ambient-one-dark\)\]:is(.dark *){background-color:var(--bl-ambient-one-dark)}.dark\:bg-\[var\(--ds-bg-card\)\]:is(.dark *){background-color:var(--ds-bg-card)}.dark\:bg-amber-400:is(.dark *){background-color:var(--color-amber-400)}.dark\:bg-amber-400\/8:is(.dark *){background-color:#fcbb0014}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400) 8%,transparent)}}.dark\:bg-amber-400\/10:is(.dark *){background-color:#fcbb001a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400) 10%,transparent)}}.dark\:bg-amber-400\/12:is(.dark *){background-color:#fcbb001f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400) 12%,transparent)}}.dark\:bg-amber-400\/14:is(.dark *){background-color:#fcbb0024}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400) 14%,transparent)}}.dark\:bg-amber-400\/16:is(.dark *){background-color:#fcbb0029}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400) 16%,transparent)}}.dark\:bg-amber-500\/10:is(.dark *){background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.dark\:bg-amber-900\/10:is(.dark *){background-color:#7b33061a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-amber-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-900) 10%,transparent)}}.dark\:bg-black\/50:is(.dark *){background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.dark\:bg-black\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.dark\:bg-black\/80:is(.dark *){background-color:#000c}@supports (color:color-mix(in lab,red,red)){.dark\:bg-black\/80:is(.dark *){background-color:color-mix(in oklab,var(--color-black) 80%,transparent)}}.dark\:bg-cyan-400\/8:is(.dark *){background-color:#00d2ef14}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-400) 8%,transparent)}}.dark\:bg-cyan-400\/10:is(.dark *){background-color:#00d2ef1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-400) 10%,transparent)}}.dark\:bg-cyan-400\/12:is(.dark *){background-color:#00d2ef1f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-400) 12%,transparent)}}.dark\:bg-cyan-400\/14:is(.dark *){background-color:#00d2ef24}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-400) 14%,transparent)}}.dark\:bg-cyan-400\/16:is(.dark *){background-color:#00d2ef29}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-400) 16%,transparent)}}.dark\:bg-cyan-500\/10:is(.dark *){background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-cyan-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-500) 10%,transparent)}}.dark\:bg-danger\/20:is(.dark *){background-color:var(--color-danger)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-danger\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-danger) 20%,transparent)}}.dark\:bg-emerald-400\/8:is(.dark *){background-color:#00d29414}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-400) 8%,transparent)}}.dark\:bg-emerald-400\/10:is(.dark *){background-color:#00d2941a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-400) 10%,transparent)}}.dark\:bg-emerald-400\/12:is(.dark *){background-color:#00d2941f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-400) 12%,transparent)}}.dark\:bg-emerald-400\/14:is(.dark *){background-color:#00d29424}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-400) 14%,transparent)}}.dark\:bg-emerald-400\/16:is(.dark *){background-color:#00d29429}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-400) 16%,transparent)}}.dark\:bg-emerald-500\/10:is(.dark *){background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.dark\:bg-emerald-500\/15:is(.dark *){background-color:#00bb7f26}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-500) 15%,transparent)}}.dark\:bg-emerald-900\/10:is(.dark *){background-color:#004e3b1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-900) 10%,transparent)}}.dark\:bg-fuchsia-500\/10:is(.dark *){background-color:#e12afb1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-fuchsia-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-fuchsia-500) 10%,transparent)}}.dark\:bg-indigo-500\/10:is(.dark *){background-color:#625fff1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-indigo-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-indigo-500) 10%,transparent)}}.dark\:bg-muted:is(.dark *){background-color:var(--color-muted)}.dark\:bg-rose-400\/8:is(.dark *){background-color:#ff667f14}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-400) 8%,transparent)}}.dark\:bg-rose-400\/10:is(.dark *){background-color:#ff667f1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-400) 10%,transparent)}}.dark\:bg-rose-400\/12:is(.dark *){background-color:#ff667f1f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-400) 12%,transparent)}}.dark\:bg-rose-400\/14:is(.dark *){background-color:#ff667f24}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-400) 14%,transparent)}}.dark\:bg-rose-400\/16:is(.dark *){background-color:#ff667f29}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-400) 16%,transparent)}}.dark\:bg-rose-500\/10:is(.dark *){background-color:#ff23571a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-500) 10%,transparent)}}.dark\:bg-rose-900\/10:is(.dark *){background-color:#8b08361a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-rose-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-900) 10%,transparent)}}.dark\:bg-sky-400\/8:is(.dark *){background-color:#00bcfe14}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-400) 8%,transparent)}}.dark\:bg-sky-400\/10:is(.dark *){background-color:#00bcfe1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-400) 10%,transparent)}}.dark\:bg-sky-400\/12:is(.dark *){background-color:#00bcfe1f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-400) 12%,transparent)}}.dark\:bg-sky-400\/14:is(.dark *){background-color:#00bcfe24}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-400) 14%,transparent)}}.dark\:bg-sky-400\/16:is(.dark *){background-color:#00bcfe29}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-400) 16%,transparent)}}.dark\:bg-sky-500\/10:is(.dark *){background-color:#00a5ef1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-500) 10%,transparent)}}.dark\:bg-sky-500\/15:is(.dark *){background-color:#00a5ef26}@supports (color:color-mix(in lab,red,red)){.dark\:bg-sky-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-500) 15%,transparent)}}.dark\:bg-slate-100:is(.dark *){background-color:#f1f5f9}.dark\:bg-slate-600\/55:is(.dark *){background-color:oklab(44.5533% -.00824478 -.0365278/.55)}.dark\:bg-slate-700:is(.dark *){background-color:#334155}.dark\:bg-slate-700\/35:is(.dark *){background-color:oklab(37.1696% -.00861713 -.0381965/.35)}.dark\:bg-slate-700\/40:is(.dark *){background-color:oklab(37.1696% -.00861713 -.0381965/.4)}.dark\:bg-slate-700\/60:is(.dark *){background-color:oklab(37.1696% -.00861713 -.0381965/.6)}.dark\:bg-slate-800:is(.dark *){background-color:#1e293b}.dark\:bg-slate-800\/80:is(.dark *){background-color:oklab(27.9495% -.00637898 -.0362918/.8)}.dark\:bg-slate-800\/85:is(.dark *){background-color:oklab(27.9495% -.00637898 -.0362918/.85)}.dark\:bg-slate-800\/90:is(.dark *){background-color:oklab(27.9495% -.00637898 -.0362918/.9)}.dark\:bg-slate-900:is(.dark *){background-color:#0f172a}.dark\:bg-slate-900\/62:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.62)}.dark\:bg-slate-900\/70:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.7)}.dark\:bg-slate-900\/72:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.72)}.dark\:bg-slate-900\/80:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.8)}.dark\:bg-slate-900\/85:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.85)}.dark\:bg-slate-900\/86:is(.dark *){background-color:oklab(20.7682% -.00294792 -.0397151/.86)}.dark\:bg-slate-950:is(.dark *){background-color:#020617}.dark\:bg-slate-950\/50:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.5)}.dark\:bg-slate-950\/55:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.55)}.dark\:bg-slate-950\/60:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.6)}.dark\:bg-slate-950\/70:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.7)}.dark\:bg-slate-950\/72:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.72)}.dark\:bg-slate-950\/74:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.74)}.dark\:bg-slate-950\/75:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.75)}.dark\:bg-slate-950\/95:is(.dark *){background-color:oklab(12.8802% -.003754 -.0404292/.95)}.dark\:bg-success\/20:is(.dark *){background-color:var(--color-success)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-success\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-success) 20%,transparent)}}.dark\:bg-violet-400\/8:is(.dark *){background-color:#a685ff14}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-400\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-400) 8%,transparent)}}.dark\:bg-violet-400\/10:is(.dark *){background-color:#a685ff1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-400) 10%,transparent)}}.dark\:bg-violet-400\/12:is(.dark *){background-color:#a685ff1f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-400\/12:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-400) 12%,transparent)}}.dark\:bg-violet-400\/14:is(.dark *){background-color:#a685ff24}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-400\/14:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-400) 14%,transparent)}}.dark\:bg-violet-400\/16:is(.dark *){background-color:#a685ff29}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-400\/16:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-400) 16%,transparent)}}.dark\:bg-violet-500\/10:is(.dark *){background-color:#8d54ff1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-violet-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-violet-500) 10%,transparent)}}.dark\:bg-white:is(.dark *){background-color:var(--color-white)}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/5:is(.dark *){background-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.dark\:bg-white\/6:is(.dark *){background-color:#ffffff0f}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/6:is(.dark *){background-color:color-mix(in oklab,var(--color-white) 6%,transparent)}}.dark\:bg-white\/8:is(.dark *){background-color:#ffffff14}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/8:is(.dark *){background-color:color-mix(in oklab,var(--color-white) 8%,transparent)}}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:bg-white\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.dark\:bg-\[linear-gradient\(135deg\,rgba\(12\,74\,110\,0\.28\)_0\%\,rgba\(15\,23\,42\,0\.94\)_100\%\)\]:is(.dark *){background-image:linear-gradient(135deg,#0c4a6e47 0%,#0f172af0 100%)}.dark\:bg-\[linear-gradient\(135deg\,rgba\(15\,23\,42\,0\.96\)_0\%\,rgba\(15\,23\,42\,0\.9\)_62\%\,rgba\(17\,24\,39\,0\.92\)_100\%\)\]:is(.dark *){background-image:linear-gradient(135deg,#0f172af5 0%,#0f172ae6 62%,#111827eb 100%)}.dark\:bg-\[linear-gradient\(135deg\,rgba\(15\,23\,42\,0\.96\)_0\%\,rgba\(17\,24\,39\,0\.92\)_100\%\)\]:is(.dark *){background-image:linear-gradient(135deg,#0f172af5 0%,#111827eb 100%)}.dark\:bg-\[linear-gradient\(180deg\,\#07111f_0\%\,\#0f172a_52\%\,\#111827_100\%\)\]:is(.dark *){background-image:linear-gradient(#07111f 0%,#0f172a 52%,#111827 100%)}.dark\:bg-\[linear-gradient\(180deg\,\#08111f_0\%\,\#0d1728_42\%\,\#111827_100\%\)\]:is(.dark *){background-image:linear-gradient(#08111f 0%,#0d1728 42%,#111827 100%)}.dark\:bg-\[linear-gradient\(180deg\,\#111827_0\%\,\#0f172a_100\%\)\]:is(.dark *){background-image:linear-gradient(#111827 0%,#0f172a 100%)}.dark\:bg-\[linear-gradient\(180deg\,rgba\(15\,23\,42\,0\.86\)_0\%\,rgba\(15\,23\,42\,0\.76\)_100\%\)\]:is(.dark *){background-image:linear-gradient(#0f172adb 0%,#0f172ac2 100%)}.dark\:bg-\[linear-gradient\(180deg\,rgba\(15\,23\,42\,0\.96\)_0\%\,rgba\(15\,23\,42\,0\.82\)_74\%\,rgba\(15\,23\,42\,0\)_100\%\)\]:is(.dark *){background-image:linear-gradient(#0f172af5 0%,#0f172ad1 74%,#0f172a00 100%)}.dark\:bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_0\%\,rgba\(255\,255\,255\,0\.03\)_100\%\)\]:is(.dark *){background-image:linear-gradient(#fff0 0%,#ffffff08 100%)}.dark\:bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.1\)_0\%\,rgba\(255\,255\,255\,0\.04\)_100\%\)\]:is(.dark *){background-image:linear-gradient(#ffffff1a 0%,#ffffff0a 100%)}.dark\:bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\.04\)_0\%\,rgba\(255\,255\,255\,0\)_100\%\)\]:is(.dark *){background-image:linear-gradient(#ffffff0a 0%,#fff0 100%)}.dark\:text-\[color\:color-mix\(in_srgb\,var\(--ds-primary-light\)_82\%\,white\)\]:is(.dark *){color:var(--ds-primary-light)}@supports (color:color-mix(in lab,red,red)){.dark\:text-\[color\:color-mix\(in_srgb\,var\(--ds-primary-light\)_82\%\,white\)\]:is(.dark *){color:color-mix(in srgb,var(--ds-primary-light) 82%,white)}}.dark\:text-amber-50:is(.dark *){color:var(--color-amber-50)}.dark\:text-amber-100:is(.dark *){color:var(--color-amber-100)}.dark\:text-amber-200:is(.dark *){color:var(--color-amber-200)}.dark\:text-amber-300:is(.dark *){color:var(--color-amber-300)}.dark\:text-amber-300\/80:is(.dark *){color:#ffd236cc}@supports (color:color-mix(in lab,red,red)){.dark\:text-amber-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-amber-300) 80%,transparent)}}.dark\:text-amber-400:is(.dark *){color:var(--color-amber-400)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-cyan-100:is(.dark *){color:var(--color-cyan-100)}.dark\:text-cyan-200:is(.dark *){color:var(--color-cyan-200)}.dark\:text-cyan-300:is(.dark *){color:var(--color-cyan-300)}.dark\:text-cyan-300\/80:is(.dark *){color:#53eafdcc}@supports (color:color-mix(in lab,red,red)){.dark\:text-cyan-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-cyan-300) 80%,transparent)}}.dark\:text-danger:is(.dark *){color:var(--color-danger)}.dark\:text-emerald-50\/80:is(.dark *){color:#ecfdf5cc}@supports (color:color-mix(in lab,red,red)){.dark\:text-emerald-50\/80:is(.dark *){color:color-mix(in oklab,var(--color-emerald-50) 80%,transparent)}}.dark\:text-emerald-100:is(.dark *){color:var(--color-emerald-100)}.dark\:text-emerald-200:is(.dark *){color:var(--color-emerald-200)}.dark\:text-emerald-300:is(.dark *){color:var(--color-emerald-300)}.dark\:text-emerald-300\/80:is(.dark *){color:#5ee9b5cc}@supports (color:color-mix(in lab,red,red)){.dark\:text-emerald-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-emerald-300) 80%,transparent)}}.dark\:text-emerald-400:is(.dark *){color:var(--color-emerald-400)}.dark\:text-fuchsia-300:is(.dark *){color:var(--color-fuchsia-300)}.dark\:text-fuchsia-300\/80:is(.dark *){color:#f2a9ffcc}@supports (color:color-mix(in lab,red,red)){.dark\:text-fuchsia-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-fuchsia-300) 80%,transparent)}}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-indigo-200:is(.dark *){color:var(--color-indigo-200)}.dark\:text-indigo-300:is(.dark *){color:var(--color-indigo-300)}.dark\:text-indigo-300\/80:is(.dark *){color:#a4b3ffcc}@supports (color:color-mix(in lab,red,red)){.dark\:text-indigo-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-indigo-300) 80%,transparent)}}.dark\:text-muted-foreground:is(.dark *){color:var(--color-muted-foreground)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-rose-100:is(.dark *){color:var(--color-rose-100)}.dark\:text-rose-200:is(.dark *){color:var(--color-rose-200)}.dark\:text-rose-300:is(.dark *){color:var(--color-rose-300)}.dark\:text-rose-300\/80:is(.dark *){color:#ffa2aecc}@supports (color:color-mix(in lab,red,red)){.dark\:text-rose-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-rose-300) 80%,transparent)}}.dark\:text-rose-400:is(.dark *){color:var(--color-rose-400)}.dark\:text-sky-100:is(.dark *){color:var(--color-sky-100)}.dark\:text-sky-200:is(.dark *){color:var(--color-sky-200)}.dark\:text-sky-300:is(.dark *){color:var(--color-sky-300)}.dark\:text-sky-300\/80:is(.dark *){color:#77d4ffcc}@supports (color:color-mix(in lab,red,red)){.dark\:text-sky-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-sky-300) 80%,transparent)}}.dark\:text-slate-50:is(.dark *){color:#f8fafc}.dark\:text-slate-100:is(.dark *){color:#f1f5f9}.dark\:text-slate-200:is(.dark *){color:#e2e8f0}.dark\:text-slate-300:is(.dark *){color:#cbd5e1}.dark\:text-slate-400:is(.dark *){color:#94a3b8}.dark\:text-slate-500:is(.dark *){color:#64748b}.dark\:text-slate-900:is(.dark *){color:#0f172a}.dark\:text-slate-950:is(.dark *){color:#020617}.dark\:text-success:is(.dark *){color:var(--color-success)}.dark\:text-violet-100:is(.dark *){color:var(--color-violet-100)}.dark\:text-violet-200:is(.dark *){color:var(--color-violet-200)}.dark\:text-violet-300:is(.dark *){color:var(--color-violet-300)}.dark\:text-violet-300\/80:is(.dark *){color:#c4b4ffcc}@supports (color:color-mix(in lab,red,red)){.dark\:text-violet-300\/80:is(.dark *){color:color-mix(in oklab,var(--color-violet-300) 80%,transparent)}}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-white\/50:is(.dark *){color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/50:is(.dark *){color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.dark\:text-white\/55:is(.dark *){color:#ffffff8c}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/55:is(.dark *){color:color-mix(in oklab,var(--color-white) 55%,transparent)}}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/70:is(.dark *){color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.dark\:text-white\/72:is(.dark *){color:#ffffffb8}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/72:is(.dark *){color:color-mix(in oklab,var(--color-white) 72%,transparent)}}.dark\:text-white\/74:is(.dark *){color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/74:is(.dark *){color:color-mix(in oklab,var(--color-white) 74%,transparent)}}.dark\:text-white\/78:is(.dark *){color:#ffffffc7}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/78:is(.dark *){color:color-mix(in oklab,var(--color-white) 78%,transparent)}}.dark\:text-white\/80:is(.dark *){color:#fffc}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/80:is(.dark *){color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.dark\:text-white\/88:is(.dark *){color:#ffffffe0}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/88:is(.dark *){color:color-mix(in oklab,var(--color-white) 88%,transparent)}}.dark\:text-white\/90:is(.dark *){color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.dark\:text-white\/90:is(.dark *){color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.dark\:opacity-\[0\.08\]:is(.dark *){opacity:.08}.dark\:shadow-\[0_0_0_2px_rgba\(12\,74\,110\,0\.45\)\]:is(.dark *){--tw-shadow:0 0 0 2px var(--tw-shadow-color,#0c4a6e73);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:shadow-\[0_18px_40px_rgba\(2\,6\,23\,0\.18\)\]:is(.dark *){--tw-shadow:0 18px 40px var(--tw-shadow-color,#0206172e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:shadow-\[0_18px_40px_rgba\(2\,6\,23\,0\.34\)\]:is(.dark *){--tw-shadow:0 18px 40px var(--tw-shadow-color,#02061757);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:shadow-\[0_24px_60px_rgba\(2\,6\,23\,0\.36\)\]:is(.dark *){--tw-shadow:0 24px 60px var(--tw-shadow-color,#0206175c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:ring-amber-400\/20:is(.dark *){--tw-ring-color:#fcbb0033}@supports (color:color-mix(in lab,red,red)){.dark\:ring-amber-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-amber-400) 20%, transparent)}}.dark\:ring-cyan-400\/20:is(.dark *){--tw-ring-color:#00d2ef33}@supports (color:color-mix(in lab,red,red)){.dark\:ring-cyan-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-cyan-400) 20%, transparent)}}.dark\:ring-emerald-400\/20:is(.dark *){--tw-ring-color:#00d29433}@supports (color:color-mix(in lab,red,red)){.dark\:ring-emerald-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-emerald-400) 20%, transparent)}}.dark\:ring-rose-400\/20:is(.dark *){--tw-ring-color:#ff667f33}@supports (color:color-mix(in lab,red,red)){.dark\:ring-rose-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-rose-400) 20%, transparent)}}.dark\:ring-sky-400\/20:is(.dark *){--tw-ring-color:#00bcfe33}@supports (color:color-mix(in lab,red,red)){.dark\:ring-sky-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-sky-400) 20%, transparent)}}.dark\:ring-sky-500\/10:is(.dark *){--tw-ring-color:#00a5ef1a}@supports (color:color-mix(in lab,red,red)){.dark\:ring-sky-500\/10:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-sky-500) 10%, transparent)}}.dark\:ring-sky-500\/20:is(.dark *){--tw-ring-color:#00a5ef33}@supports (color:color-mix(in lab,red,red)){.dark\:ring-sky-500\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-sky-500) 20%, transparent)}}.dark\:ring-slate-400\/20:is(.dark *){--tw-ring-color:oklab(71.0672% -.00802556 -.0341849/.2)}.dark\:ring-violet-400\/20:is(.dark *){--tw-ring-color:#a685ff33}@supports (color:color-mix(in lab,red,red)){.dark\:ring-violet-400\/20:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-violet-400) 20%, transparent)}}.dark\:ring-white\/10:is(.dark *){--tw-ring-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:ring-white\/10:is(.dark *){--tw-ring-color:color-mix(in oklab, var(--color-white) 10%, transparent)}}@media (hover:hover){.dark\:group-hover\:bg-sky-900\/60:is(.dark *):is(:where(.group):hover *){background-color:#024a7099}@supports (color:color-mix(in lab,red,red)){.dark\:group-hover\:bg-sky-900\/60:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-sky-900) 60%,transparent)}}.dark\:group-hover\:bg-slate-800:is(.dark *):is(:where(.group):hover *){background-color:#1e293b}}.dark\:placeholder\:text-amber-200\/45:is(.dark *)::-moz-placeholder{color:#fee68573}.dark\:placeholder\:text-amber-200\/45:is(.dark *)::placeholder{color:#fee68573}@supports (color:color-mix(in lab,red,red)){.dark\:placeholder\:text-amber-200\/45:is(.dark *)::-moz-placeholder{color:color-mix(in oklab,var(--color-amber-200) 45%,transparent)}.dark\:placeholder\:text-amber-200\/45:is(.dark *)::placeholder{color:color-mix(in oklab,var(--color-amber-200) 45%,transparent)}}.dark\:placeholder\:text-slate-500:is(.dark *)::-moz-placeholder{color:#64748b}.dark\:placeholder\:text-slate-500:is(.dark *)::placeholder{color:#64748b}@media (hover:hover){.dark\:hover\:border-amber-500:is(.dark *):hover{border-color:var(--color-amber-500)}.dark\:hover\:border-cyan-500:is(.dark *):hover{border-color:var(--color-cyan-500)}.dark\:hover\:border-emerald-400\/40:is(.dark *):hover{border-color:#00d29466}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:border-emerald-400\/40:is(.dark *):hover{border-color:color-mix(in oklab,var(--color-emerald-400) 40%,transparent)}}.dark\:hover\:border-emerald-400\/50:is(.dark *):hover{border-color:#00d29480}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:border-emerald-400\/50:is(.dark *):hover{border-color:color-mix(in oklab,var(--color-emerald-400) 50%,transparent)}}.dark\:hover\:border-emerald-500:is(.dark *):hover{border-color:var(--color-emerald-500)}.dark\:hover\:border-fuchsia-500:is(.dark *):hover{border-color:var(--color-fuchsia-500)}.dark\:hover\:border-indigo-500:is(.dark *):hover{border-color:var(--color-indigo-500)}.dark\:hover\:border-rose-500:is(.dark *):hover{border-color:var(--color-rose-500)}.dark\:hover\:border-sky-500:is(.dark *):hover{border-color:var(--color-sky-500)}.dark\:hover\:border-slate-800:is(.dark *):hover{border-color:#1e293b}.dark\:hover\:border-violet-500:is(.dark *):hover{border-color:var(--color-violet-500)}.dark\:hover\:bg-amber-300:is(.dark *):hover{background-color:var(--color-amber-300)}.dark\:hover\:bg-amber-400\/12:is(.dark *):hover{background-color:#fcbb001f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-amber-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-amber-400) 12%,transparent)}}.dark\:hover\:bg-amber-500\/10:is(.dark *):hover{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-amber-500\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.dark\:hover\:bg-black\/90:is(.dark *):hover{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-black\/90:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-black) 90%,transparent)}}.dark\:hover\:bg-cyan-400\/12:is(.dark *):hover{background-color:#00d2ef1f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-cyan-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-cyan-400) 12%,transparent)}}.dark\:hover\:bg-emerald-400\/12:is(.dark *):hover{background-color:#00d2941f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-emerald-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-emerald-400) 12%,transparent)}}.dark\:hover\:bg-rose-400\/12:is(.dark *):hover{background-color:#ff667f1f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-rose-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-rose-400) 12%,transparent)}}.dark\:hover\:bg-sky-400\/12:is(.dark *):hover{background-color:#00bcfe1f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-sky-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-sky-400) 12%,transparent)}}.dark\:hover\:bg-slate-700\/60:is(.dark *):hover{background-color:oklab(37.1696% -.00861713 -.0381965/.6)}.dark\:hover\:bg-slate-800\/85:is(.dark *):hover{background-color:oklab(27.9495% -.00637898 -.0362918/.85)}.dark\:hover\:bg-slate-900:is(.dark *):hover{background-color:#0f172a}.dark\:hover\:bg-slate-950\/60:is(.dark *):hover{background-color:oklab(12.8802% -.003754 -.0404292/.6)}.dark\:hover\:bg-violet-400\/12:is(.dark *):hover{background-color:#a685ff1f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-violet-400\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-violet-400) 12%,transparent)}}.dark\:hover\:bg-white\/12:is(.dark *):hover{background-color:#ffffff1f}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-white\/12:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white) 12%,transparent)}}.dark\:hover\:bg-white\/90:is(.dark *):hover{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-white\/90:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.dark\:hover\:text-amber-200:is(.dark *):hover{color:var(--color-amber-200)}.dark\:hover\:text-amber-300:is(.dark *):hover{color:var(--color-amber-300)}.dark\:hover\:text-cyan-200:is(.dark *):hover{color:var(--color-cyan-200)}.dark\:hover\:text-cyan-300:is(.dark *):hover{color:var(--color-cyan-300)}.dark\:hover\:text-emerald-200:is(.dark *):hover{color:var(--color-emerald-200)}.dark\:hover\:text-emerald-300:is(.dark *):hover{color:var(--color-emerald-300)}.dark\:hover\:text-fuchsia-300:is(.dark *):hover{color:var(--color-fuchsia-300)}.dark\:hover\:text-indigo-300:is(.dark *):hover{color:var(--color-indigo-300)}.dark\:hover\:text-rose-200:is(.dark *):hover{color:var(--color-rose-200)}.dark\:hover\:text-rose-300:is(.dark *):hover{color:var(--color-rose-300)}.dark\:hover\:text-sky-200:is(.dark *):hover{color:var(--color-sky-200)}.dark\:hover\:text-sky-300:is(.dark *):hover{color:var(--color-sky-300)}.dark\:hover\:text-slate-100:is(.dark *):hover{color:#f1f5f9}.dark\:hover\:text-slate-300:is(.dark *):hover{color:#cbd5e1}.dark\:hover\:text-violet-200:is(.dark *):hover{color:var(--color-violet-200)}.dark\:hover\:text-violet-300:is(.dark *):hover{color:var(--color-violet-300)}}.dark\:focus\:border-emerald-400:is(.dark *):focus{border-color:var(--color-emerald-400)}.dark\:focus\:border-sky-500:is(.dark *):focus{border-color:var(--color-sky-500)}.dark\:focus\:ring-emerald-500\/20:is(.dark *):focus{--tw-ring-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.dark\:focus\:ring-emerald-500\/20:is(.dark *):focus{--tw-ring-color:color-mix(in oklab, var(--color-emerald-500) 20%, transparent)}}.dark\:focus\:ring-sky-500\/10:is(.dark *):focus{--tw-ring-color:#00a5ef1a}@supports (color:color-mix(in lab,red,red)){.dark\:focus\:ring-sky-500\/10:is(.dark *):focus{--tw-ring-color:color-mix(in oklab, var(--color-sky-500) 10%, transparent)}}.dark\:focus-visible\:ring-sky-500\/30:is(.dark *):focus-visible{--tw-ring-color:#00a5ef4d}@supports (color:color-mix(in lab,red,red)){.dark\:focus-visible\:ring-sky-500\/30:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--color-sky-500) 30%, transparent)}}.dark\:focus-visible\:ring-offset-slate-950:is(.dark *):focus-visible{--tw-ring-offset-color:#020617}.\[\&_\.el-tabs__header\]\:mb-4 .el-tabs header{margin-bottom:calc(var(--spacing) * 4)}.\[\&_\.el-tabs__header\]\:rounded-\[24px\] .el-tabs header{border-radius:24px}.\[\&_\.el-tabs__header\]\:border .el-tabs header{border-style:var(--tw-border-style);border-width:1px}.\[\&_\.el-tabs__header\]\:border-border .el-tabs header{border-color:var(--color-border)}.\[\&_\.el-tabs__header\]\:bg-card .el-tabs header{background-color:var(--color-card)}.\[\&_\.el-tabs__header\]\:px-2 .el-tabs header{padding-inline:calc(var(--spacing) * 2)}.\[\&_\.el-tabs__header\]\:py-2 .el-tabs header{padding-block:calc(var(--spacing) * 2)}.\[\&_\.el-tabs__nav-wrap\:\:after\]\:hidden .el-tabs nav-wrap:after{display:none}@media not all and (min-width:48rem){.max-md\:\[\&_\.text-xs\]\:text-\[11px\] .text-xs{font-size:11px}}.\[\&_a\]\:text-primary a{color:var(--color-primary)}.\[\&_a\]\:no-underline a{text-decoration-line:none}@media (hover:hover){.hover\:\[\&_a\]\:underline:hover a{text-decoration-line:underline}}.\[\&_blockquote\]\:my-3 blockquote{margin-block:calc(var(--spacing) * 3)}.\[\&_blockquote\]\:border-l-2 blockquote{border-left-style:var(--tw-border-style);border-left-width:2px}.\[\&_blockquote\]\:border-l-4 blockquote{border-left-style:var(--tw-border-style);border-left-width:4px}.\[\&_blockquote\]\:border-slate-200 blockquote{border-color:#e2e8f0}.\[\&_blockquote\]\:border-slate-300 blockquote{border-color:#cbd5e1}.\[\&_blockquote\]\:pl-3 blockquote{padding-left:calc(var(--spacing) * 3)}.\[\&_blockquote\]\:pl-4 blockquote{padding-left:calc(var(--spacing) * 4)}.\[\&_blockquote\]\:text-muted-foreground blockquote{color:var(--color-muted-foreground)}.\[\&_blockquote\]\:text-slate-500 blockquote{color:#64748b}.dark\:\[\&_blockquote\]\:border-slate-700:is(.dark *) blockquote{border-color:#334155}.\[\&_code\]\:rounded-md code{border-radius:.5rem}.\[\&_code\]\:bg-muted\/50 code{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.\[\&_code\]\:bg-muted\/50 code{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.\[\&_code\]\:px-1 code{padding-inline:calc(var(--spacing) * 1)}.\[\&_code\]\:py-0\.5 code{padding-block:calc(var(--spacing) * .5)}.\[\&_h1\]\:mt-1 h1{margin-top:calc(var(--spacing) * 1)}.\[\&_h1\]\:mb-2 h1{margin-bottom:calc(var(--spacing) * 2)}.\[\&_h1\]\:text-2xl h1{font-size:1.5rem;line-height:var(--tw-leading,2rem)}.\[\&_h1\]\:text-xl h1{font-size:1.25rem;line-height:var(--tw-leading,1.75rem)}.\[\&_h1\]\:font-semibold h1{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\[\&_h1\]\:tracking-\[-0\.03em\] h1{--tw-tracking:-.03em;letter-spacing:-.03em}.\[\&_h2\]\:mt-3 h2{margin-top:calc(var(--spacing) * 3)}.\[\&_h2\]\:mb-1\.5 h2{margin-bottom:calc(var(--spacing) * 1.5)}.\[\&_h2\]\:text-lg h2{font-size:1.125rem;line-height:var(--tw-leading,1.75rem)}.\[\&_h2\]\:text-xl h2{font-size:1.25rem;line-height:var(--tw-leading,1.75rem)}.\[\&_h2\]\:font-semibold h2{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\[\&_h3\]\:mt-2\.5 h3{margin-top:calc(var(--spacing) * 2.5)}.\[\&_h3\]\:mb-1 h3{margin-bottom:calc(var(--spacing) * 1)}.\[\&_h3\]\:mb-3 h3{margin-bottom:calc(var(--spacing) * 3)}.\[\&_h3\]\:text-base h3{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.\[\&_h3\]\:text-lg h3{font-size:1.125rem;line-height:var(--tw-leading,1.75rem)}.\[\&_h3\]\:font-semibold h3{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\[\&_h4\]\:mt-4 h4{margin-top:calc(var(--spacing) * 4)}.\[\&_h4\]\:mb-3 h4{margin-bottom:calc(var(--spacing) * 3)}.\[\&_h4\]\:text-base h4{font-size:1rem;line-height:var(--tw-leading,1.5rem)}.\[\&_h4\]\:font-semibold h4{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\[\&_li\]\:my-0\.5 li{margin-block:calc(var(--spacing) * .5)}.\[\&_li\]\:ml-5 li{margin-left:calc(var(--spacing) * 5)}.\[\&_li\]\:list-disc li{list-style-type:disc}.\[\&_li\]\:leading-\[1\.68\] li{--tw-leading:1.68;line-height:1.68}.\[\&_li\>p\]\:my-0\.5 li>p{margin-block:calc(var(--spacing) * .5)}.\[\&_ol\]\:my-1 ol{margin-block:calc(var(--spacing) * 1)}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}:where(.\[\&_ol\]\:space-y-1 ol>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}.\[\&_ol\]\:pl-5 ol{padding-left:calc(var(--spacing) * 5)}.\[\&_p\]\:my-0\.5 p{margin-block:calc(var(--spacing) * .5)}.\[\&_p\]\:my-3 p{margin-block:calc(var(--spacing) * 3)}.\[\&_p\]\:leading-\[1\.72\] p{--tw-leading:1.72;line-height:1.72}.\[\&_p\]\:text-slate-700 p{color:#334155}.\[\&_pre\]\:my-3 pre{margin-block:calc(var(--spacing) * 3)}.\[\&_pre\]\:overflow-x-auto pre{overflow-x:auto}.\[\&_pre\]\:rounded-2xl pre{border-radius:1.5rem}.\[\&_pre\]\:rounded-\[18px\] pre{border-radius:18px}.\[\&_pre\]\:border pre{border-style:var(--tw-border-style);border-width:1px}.\[\&_pre\]\:border-border\/60 pre{border-color:var(--color-border)}@supports (color:color-mix(in lab,red,red)){.\[\&_pre\]\:border-border\/60 pre{border-color:color-mix(in oklab,var(--color-border) 60%,transparent)}}.\[\&_pre\]\:bg-muted\/40 pre{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.\[\&_pre\]\:bg-muted\/40 pre{background-color:color-mix(in oklab,var(--color-muted) 40%,transparent)}}.\[\&_pre\]\:bg-slate-950 pre{background-color:#020617}.\[\&_pre\]\:p-3\.5 pre{padding:calc(var(--spacing) * 3.5)}.\[\&_pre\]\:p-4 pre{padding:calc(var(--spacing) * 4)}.\[\&_pre\]\:text-slate-100 pre{color:#f1f5f9}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&_ul\]\:my-1 ul{margin-block:calc(var(--spacing) * 1)}.\[\&_ul\]\:list-disc ul{list-style-type:disc}:where(.\[\&_ul\]\:space-y-1 ul>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}.\[\&_ul\]\:pl-5 ul{padding-left:calc(var(--spacing) * 5)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing) * 0)}.\[\&\>option\]\:bg-background>option{background-color:var(--color-background)}.\[\&\>option\]\:text-foreground>option{color:var(--color-foreground)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@layer base{.tw-app-shell,.layered-page-container{--ds-primary:#2fa36b;--ds-primary-hover:#278959;--ds-primary-active:#1f6d47;--ds-primary-light:#7bd3a6;--ds-primary-lighter:#caefd9;--ds-primary-bg:#2fa36b24;--ds-success:#16a34a;--ds-success-light:#86efac;--ds-success-bg:#16a34a1f;--ds-warning:#f59e0b;--ds-warning-light:#fde68a;--ds-warning-bg:#f59e0b24;--ds-info:#0ea5e9;--ds-info-light:#7dd3fc;--ds-info-bg:#0ea5e91f;--ds-danger:#ef4444;--ds-danger-light:#fecaca;--ds-danger-bg:#ef44441f;--ds-bg-page:#f5efe6;--ds-bg-card:#fff;--ds-bg-muted:#f8fafc;--ds-bg-hover:#f1f5f9;--ds-border:#0f172a14;--ds-border-light:#0f172a0f;--ds-border-strong:#0f172a24;--ds-text-primary:#0f172a;--ds-text-secondary:#475569;--ds-text-muted:#64748b;--ds-text-on-primary:#fff;--ds-shadow-xs:0 1px 2px #0f172a0a;--bl-panel-start:#ecfdf5fa;--bl-panel-end:#f0fdf4f2;--bl-panel-border:#0f172a14;--bl-ambient-one:#2fa36b29;--bl-ambient-one-dark:#2fa36b3d}.tw-app-shell,.tw-app-shell *,.tw-app-shell :before,.tw-app-shell :after{--tw-default-border-color:var(--ds-border);border-color:var(--tw-default-border-color,#e2e8f0)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.unified-icon[data-v-ae09b21d]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.unified-icon .icon-svg[data-v-ae09b21d]{transition:all .2s ease;color:currentColor;width:auto;height:auto;display:block}.unified-icon.icon-filled .icon-svg[data-v-ae09b21d]{fill:currentColor;stroke:none}.unified-icon.icon-outlined .icon-svg[data-v-ae09b21d]{stroke-width:1.5}.unified-icon.icon-rounded .icon-svg[data-v-ae09b21d]{stroke-linecap:round;stroke-linejoin:round}.unified-icon:hover .icon-svg[data-v-ae09b21d]{opacity:.8}.unified-icon:not(.icon-custom-color) .icon-svg[data-v-ae09b21d]{color:currentColor}[data-theme=glass-light] .unified-icon .icon-svg[data-v-ae09b21d]{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}[data-theme=glass-dark] .unified-icon .icon-svg[data-v-ae09b21d]{filter:drop-shadow(0 1px 2px rgba(255,255,255,.1))}.app-card[data-v-9ee42c92]{background-color:var(--bg-card, var(--bg-white));border-radius:var(--radius-lg, var(--spacing-sm));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all var(--transition-normal, .3s);border:var(--border-width) solid var(--border-color, var(--border-color))}.app-card--shadow-none[data-v-9ee42c92]{box-shadow:none}.app-card--shadow-sm[data-v-9ee42c92]{box-shadow:var(--shadow-sm, 0 2px var(--text-sm) 0 var(--shadow-light))}.app-card--shadow-md[data-v-9ee42c92]{box-shadow:var(--shadow-md, 0 var(--spacing-xs) var(--spacing-xl) 0 var(--shadow-medium))}.app-card--shadow-lg[data-v-9ee42c92]{box-shadow:var(--shadow-lg, 0 var(--spacing-sm) var(--spacing-3xl) 0 var(--shadow-heavy))}.app-card--padding-sm .app-card-header[data-v-9ee42c92],.app-card--padding-sm .app-card-body[data-v-9ee42c92],.app-card--padding-sm .app-card-footer[data-v-9ee42c92]{padding:var(--text-sm)}.app-card--padding-md .app-card-header[data-v-9ee42c92],.app-card--padding-md .app-card-body[data-v-9ee42c92],.app-card--padding-md .app-card-footer[data-v-9ee42c92]{padding:var(--spacing-xl)}.app-card--padding-lg .app-card-header[data-v-9ee42c92],.app-card--padding-lg .app-card-body[data-v-9ee42c92],.app-card--padding-lg .app-card-footer[data-v-9ee42c92]{padding:var(--spacing-3xl)}.app-card--hoverable[data-v-9ee42c92]{cursor:pointer}.app-card--hoverable[data-v-9ee42c92]:hover{transform:translateY(-var(--spacing-xs));box-shadow:var(--shadow-lg, 0 var(--spacing-sm) var(--spacing-3xl) 0 var(--shadow-heavy))}.app-card-header[data-v-9ee42c92]{background:var(--bg-secondary, var(--bg-gray-light));border-bottom:var(--z-index-dropdown) solid var(--border-color, var(--border-color))}.app-card-header .card-header-content[data-v-9ee42c92]{display:flex;align-items:center;gap:var(--text-sm)}.app-card-header .card-icon[data-v-9ee42c92]{display:flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);background:var(--bg-card, var(--bg-white));border-radius:var(--spacing-sm);box-shadow:0 2px var(--spacing-sm) var(--shadow-light)}.app-card-header .card-title[data-v-9ee42c92]{flex:1}.app-card-header .card-title h3[data-v-9ee42c92]{margin:0;font-size:var(--text-lg);font-weight:600;color:var(--text-primary, var(--text-primary));line-height:1.4}.app-card-header .card-title .card-subtitle[data-v-9ee42c92]{margin:var(--spacing-xs) 0 0 0;font-size:var(--text-base);color:var(--text-secondary, var(--text-regular));line-height:1.4}.app-card-footer[data-v-9ee42c92]{background:var(--bg-secondary, var(--bg-gray-light));border-top:var(--z-index-dropdown) solid var(--border-color, var(--border-color))}@media (max-width: var(--breakpoint-md)){.app-card--padding-md .app-card-header[data-v-9ee42c92],.app-card--padding-md .app-card-body[data-v-9ee42c92],.app-card--padding-md .app-card-footer[data-v-9ee42c92]{padding:var(--text-lg)}.app-card--padding-lg .app-card-header[data-v-9ee42c92],.app-card--padding-lg .app-card-body[data-v-9ee42c92],.app-card--padding-lg .app-card-footer[data-v-9ee42c92]{padding:var(--spacing-xl)}.app-card-header .card-icon[data-v-9ee42c92]{width:var(--spacing-3xl);height:var(--spacing-3xl)}.app-card-header .card-title h3[data-v-9ee42c92]{font-size:var(--text-base)}.app-card-header .card-subtitle[data-v-9ee42c92]{font-size:var(--text-sm)}}.app-card-header[data-v-9bdc15d3]{padding:var(--spacing-lg, var(--text-3xl)) var(--spacing-lg, var(--text-3xl)) var(--spacing-md, var(--text-lg));border-bottom:var(--z-index-dropdown) solid var(--border-color, #ebeef5);display:flex;justify-content:space-between;align-items:center}.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}.app-card-content[data-v-603ad4de]{padding:var(--spacing-lg)}
