body,html{color:#1f2937;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{height:100%}*{box-sizing:border-box}:root{--el-color-primary:#6366f1;--el-color-primary-light-3:#818cf8;--el-color-primary-light-5:#a5b4fc;--el-color-primary-light-7:#c7d2fe;--el-color-primary-light-8:#e0e7ff;--el-color-primary-light-9:#eef2ff;--el-color-primary-dark-2:#4f46e5;--layout-bg:#f3f4f6;--canvas-bg:#fafafa;--card-bg:#fffffff2;--card-border:#0f172a14;--card-shadow:0 4px 16px #0f172a0f, 0 2px 4px #0f172a05;--card-shadow-hover:0 20px 25px -5px #00000014, 0 10px 10px -5px #0000000a;--sidebar-bg:#ffffffbf;--header-bg:#ffffffbf;--text-primary:#1f2937;--text-secondary:#4b5563;--border-color:#e5e7ebcc}html.dark{--el-color-primary:#818cf8;--layout-bg:#0f111a;--canvas-bg:#14151a;--card-bg:#1b1c21b3;--card-border:#ffffff14;--card-shadow:0 10px 15px -3px #0000004d, 0 4px 6px -2px #00000026;--card-shadow-hover:0 25px 50px -12px #00000080;--sidebar-bg:#14161ea6;--header-bg:#14161ea6;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--border-color:#4b556366}body{background-color:var(--layout-bg);color:var(--text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}#appPanel{background:0 0;min-height:100vh}.el-card{-webkit-backdrop-filter:blur(24px)saturate(180%);background-color:var(--card-bg)!important;border:1px solid var(--card-border)!important;box-shadow:var(--card-shadow)!important;border-radius:16px!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s!important}.el-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-hover)!important}.el-card__header{border-bottom:1px solid var(--border-color)!important}.el-statistic__head{color:var(--text-secondary)!important;margin-bottom:8px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important;font-size:13px!important}.el-statistic__content{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important;font-size:26px!important;font-weight:700!important}.el-statistic__content *{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important}.el-table{--el-table-border-color:#9ca3af33!important;--el-table-border:1px dashed var(--el-table-border-color)!important;--el-table-header-bg-color:transparent!important;--el-table-bg-color:transparent!important;--el-table-tr-bg-color:transparent!important;--el-table-row-hover-bg-color:#6366f10d!important;background-color:#0000!important}html.dark .el-table{--el-table-row-hover-bg-color:#818cf81a!important;--el-table-border-color:#4b55634d!important}.el-table--border .el-table__inner-wrapper:after,.el-table--border:after,.el-table--border:before,.el-table--group:after,.el-table:before,.el-table__inner-wrapper:before,.el-table__border-left-patch{display:none!important}.el-table td.el-table__cell,.el-table th.el-table__cell,.el-table--border .el-table__cell{border-bottom:1px dashed var(--el-table-border-color)!important;border-left:none!important;border-right:none!important;padding:12px 0!important}.el-table th.el-table__cell{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary)!important;border-bottom:2px solid var(--el-table-border-color)!important;background:0 0!important;font-size:13px!important;font-weight:600!important}.el-table tbody tr{transition:all .3s;position:relative}.el-table tbody tr td:first-child:before{content:"";background-color:var(--el-color-primary);opacity:0;border-radius:0 4px 4px 0;width:4px;transition:opacity .3s,transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:15%;bottom:15%;left:0;transform:scaleY(.3)}.el-table tbody tr:hover td{background-color:var(--el-table-row-hover-bg-color)!important}.el-table tbody tr:hover td:first-child:before{opacity:1;transform:scaleY(1)}.el-table .el-button{margin:0 4px;font-weight:600;transition:all .3s;border:none!important;border-radius:20px!important;height:30px!important;padding:6px 14px!important}.el-table .el-button--primary,.el-table .el-button--default,.el-table .el-button.is-text{background-color:var(--el-color-primary-light-9)!important;color:var(--el-color-primary)!important}.el-table .el-button--primary:hover,.el-table .el-button--default:hover,.el-table .el-button.is-text:hover{transform:translateY(-2px);background-color:var(--el-color-primary)!important;color:#fff!important;box-shadow:0 4px 12px #6366f140!important}html.dark .el-table .el-button--primary,html.dark .el-table .el-button--default,html.dark .el-table .el-button.is-text{color:var(--text-primary)!important;background-color:#818cf826!important}html.dark .el-table .el-button--primary:hover,html.dark .el-table .el-button--default:hover,html.dark .el-table .el-button.is-text:hover{background-color:var(--el-color-primary)!important;color:#fff!important}.el-table .el-button.el-button--danger{color:#ef4444!important;background-color:#fef2f2!important}.el-table .el-button.el-button--danger:hover{color:#fff!important;background-color:#ef4444!important;box-shadow:0 4px 12px #ef444440!important}html.dark .el-table .el-button.el-button--danger{background-color:#ef444426!important}html.dark .el-table .el-button.el-button--danger:hover{color:#fff!important;background-color:#ef4444!important}.el-table .el-button.el-button--warning{color:#f59e0b!important;background-color:#fffbeb!important}.el-table .el-button.el-button--warning:hover{color:#fff!important;background-color:#f59e0b!important;box-shadow:0 4px 12px #f59e0b40!important}html.dark .el-table .el-button.el-button--warning{background-color:#f59e0b26!important}html.dark .el-table .el-button.el-button--warning:hover{color:#fff!important;background-color:#f59e0b!important}.el-table .el-button.el-button--info{color:#6b7280!important;background-color:#f3f4f6!important}.el-table .el-button.el-button--info:hover{color:#fff!important;background-color:#6b7280!important;box-shadow:0 4px 12px #6b728040!important}html.dark .el-table .el-button.el-button--info{color:#9ca3af!important;background-color:#6b728026!important}html.dark .el-table .el-button.el-button--info:hover{color:#fff!important;background-color:#9ca3af!important}.el-tag{border:none!important;border-radius:6px!important;height:26px!important;padding:0 10px!important;font-weight:600!important;line-height:26px!important}.el-tag--primary{background-color:var(--el-color-primary-light-9)!important;color:var(--el-color-primary)!important}html.dark .el-tag--primary{background-color:#818cf826!important}.el-tag--success{color:#10b981!important;background-color:#ecfdf5!important}html.dark .el-tag--success{background-color:#10b98126!important}.el-tag--warning{color:#f59e0b!important;background-color:#fffbeb!important}html.dark .el-tag--warning{background-color:#f59e0b26!important}.el-tag--danger{color:#ef4444!important;background-color:#fef2f2!important}html.dark .el-tag--danger{background-color:#ef444426!important}.el-tag--info{color:#6b7280!important;background-color:#f3f4f6!important}html.dark .el-tag--info{color:#9ca3af!important;background-color:#6b728026!important}.platform-stat-card{position:relative;overflow:hidden;background:var(--el-bg-color-overlay)!important;border-top:none!important;border-bottom:none!important;border-right:none!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important}.platform-stat-card:hover{transform:translateY(-4px)}.platform-stat-card:before{content:"";pointer-events:none;z-index:0;opacity:1;position:absolute;inset:0}html.dark .platform-stat-card:before{opacity:.6}html.dark .platform-stat-card{background:linear-gradient(#ffffff05 0%,#fff0 100%),#131925f0!important;border:1px solid #94a3b81f!important;box-shadow:0 12px 28px #02061742!important}html.dark .platform-stat-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px #02061752!important}@keyframes iconFloatPulse{0%{transform:translateY(0)rotate(-15deg)scale(1)}50%{transform:translateY(-8px)rotate(-10deg)scale(1.05)}to{transform:translateY(0)rotate(-15deg)scale(1)}}.stat-right-icon{opacity:.1;pointer-events:none;z-index:0;transition:opacity .4s;animation:4s ease-in-out infinite iconFloatPulse;position:absolute;bottom:-20px;right:-10px;transform:rotate(-15deg);font-size:90px!important}.platform-stat-card:hover .stat-right-icon{opacity:.25}html.dark .stat-right-icon{opacity:.08}html.dark .platform-stat-card:hover .stat-right-icon{opacity:.14}.platform-stat-card .el-card__body,.platform-stat-card .stat-left,.platform-stat-card .stat-sub-container{z-index:1;position:relative}.platform-stat-card .el-card__body{overflow:hidden!important}.theme-ks{border-left:4px solid #ff7e00!important}.theme-ks:before{background:linear-gradient(135deg,#ff7e0003 0%,#ff7e0014 100%)}.theme-ks:hover{box-shadow:0 16px 32px #ff7e0014!important}.theme-ks .stat-right-icon,.theme-ks .el-statistic__content,.theme-ks .stat-sub-val,.theme-ks .el-statistic__content span{color:#ff7e00!important}.theme-xhs{border-left:4px solid #ff2442!important}.theme-xhs:before{background:linear-gradient(135deg,#ff244203 0%,#ff244214 100%)}.theme-xhs:hover{box-shadow:0 16px 32px #ff244214!important}.theme-xhs .stat-right-icon,.theme-xhs .el-statistic__content,.theme-xhs .stat-sub-val,.theme-xhs .el-statistic__content span{color:#ff2442!important}.theme-wxxd{border-left:4px solid #07c160!important}.theme-wxxd:before{background:linear-gradient(135deg,#07c16003 0%,#07c16014 100%)}.theme-wxxd:hover{box-shadow:0 16px 32px #07c16014!important}.theme-wxxd .stat-right-icon,.theme-wxxd .el-statistic__content,.theme-wxxd .stat-sub-val,.theme-wxxd .el-statistic__content span{color:#07c160!important}.theme-blue,.theme-default{border-left:4px solid var(--el-color-primary)!important}.theme-blue:before,.theme-default:before{background:linear-gradient(135deg,#6366f103 0%,#6366f114 100%)}.theme-blue:hover,.theme-default:hover{box-shadow:0 16px 32px #6366f114!important}.theme-blue .stat-right-icon,.theme-default .stat-right-icon,.theme-blue .el-statistic__content,.theme-blue .stat-sub-val,.theme-blue .el-statistic__content span,.theme-default .el-statistic__content span,.theme-default .stat-sub-val{color:var(--el-color-primary)!important}.theme-purple{border-left:4px solid #b37feb!important}.theme-purple:before{background:linear-gradient(135deg,#b37feb03 0%,#b37feb14 100%)}.theme-purple:hover{box-shadow:0 16px 32px #b37feb14!important}.theme-purple .stat-right-icon{color:#b37feb!important}html.dark .theme-ks{border-left:2px solid #d8943f!important}html.dark .theme-ks:before{background:linear-gradient(135deg,#d8943f0d 0%,#d8943f04 60%,#d8943f00 100%)}html.dark .theme-ks:hover{box-shadow:0 16px 30px #d8943f1f!important}html.dark .theme-ks .stat-right-icon{color:#d8943fc7!important}html.dark .theme-ks .el-statistic__content,html.dark .theme-ks .stat-sub-val,html.dark .theme-ks .el-statistic__content span{color:#e7af63!important}html.dark .theme-xhs{border-left:2px solid #d85d74!important}html.dark .theme-xhs:before{background:linear-gradient(135deg,#d85d740d 0%,#d85d7404 60%,#d85d7400 100%)}html.dark .theme-xhs:hover{box-shadow:0 16px 30px #d85d741f!important}html.dark .theme-xhs .stat-right-icon{color:#d85d74bd!important}html.dark .theme-xhs .el-statistic__content,html.dark .theme-xhs .stat-sub-val,html.dark .theme-xhs .el-statistic__content span{color:#f08aa0!important}html.dark .theme-wxxd{border-left:2px solid #55b788!important}html.dark .theme-wxxd:before{background:linear-gradient(135deg,#55b7880d 0%,#55b78804 60%,#55b78800 100%)}html.dark .theme-wxxd:hover{box-shadow:0 16px 30px #55b7881f!important}html.dark .theme-wxxd .stat-right-icon{color:#55b788bd!important}html.dark .theme-wxxd .el-statistic__content,html.dark .theme-wxxd .stat-sub-val,html.dark .theme-wxxd .el-statistic__content span{color:#7ed3a5!important}.theme-purple .el-statistic__content,.theme-purple .stat-sub-val,.theme-purple .el-statistic__content span{color:#b37feb!important}
