.data-center-dashboard{--bg:#f1f2f5;--card-bg:#fff;--primary:#409eff;--primary-light:#ecf5ff;--success:#3fb66f;--warning:#e6a23c;--danger:#e36b64;--text:#1b1b1b;--text-secondary:#5d5c5b;--text-muted:#8c8c9a;--border:#ecedf0;--border-light:#f0f1f5;--shadow:0 1px 3px rgba(0,0,0,0.02);--shadow-hover:0 4px 12px rgba(42,83,130,0.08);--radius:10px;--radius-lg:12px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;background:var(--bg);color:#2e2e2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:auto!important;min-height:100%}.data-center-dashboard[data-theme=dark]{--bg:#0f1421;--card-bg:#1a2235;--primary:#4fa3ff;--primary-light:#1e3252;--text:#e8eaf0;--text-secondary:#aab1c0;--text-muted:#6b7593;--border:#29324a;--border-light:#232c43;--shadow:0 1px 3px rgba(0,0,0,0.3);--shadow-hover:0 4px 14px rgba(0,0,0,0.5)}.data-center-dashboard *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.data-center-dashboard #screen{width:100%;max-width:1480px;min-height:100%;margin:0 auto;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.data-center-dashboard .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:36px;padding:0 4px;background:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .3s;transition:all .3s}.data-center-dashboard .header-title{font-size:18px;font-weight:600;color:var(--text);letter-spacing:.5px;position:relative;padding-left:0}.data-center-dashboard .header-title:before{display:none}.data-center-dashboard .header-title span{color:var(--text)}.data-center-dashboard .header-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:var(--text-muted)}.data-center-dashboard .header-info .date-badge{background:var(--card-bg);border:1px solid #e4e6ef;border-radius:6px;padding:4px 12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.data-center-dashboard .header-info .dot{width:8px;height:8px;border-radius:50%;background:var(--success);-webkit-animation:dc-pulse 2s infinite;animation:dc-pulse 2s infinite}.data-center-dashboard .icon-btn{width:32px;height:32px;border-radius:6px;background:var(--card-bg);border:1px solid #e4e6ef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:var(--text-secondary);font-size:14px;-webkit-transition:all .16s;transition:all .16s}.data-center-dashboard .icon-btn:hover{color:var(--primary);border-color:var(--primary)}.data-center-dashboard .panel{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);-webkit-box-shadow:var(--shadow);box-shadow:var(--shadow);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.data-center-dashboard .panel-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 16px;border-bottom:2px solid var(--border-light);-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .panel-header,.data-center-dashboard .panel-header h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.data-center-dashboard .panel-header h3{font-size:15px;font-weight:600;color:var(--text);gap:8px;position:relative;padding-left:14px}.data-center-dashboard .panel-header h3:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;height:16px;border-radius:2px;background:var(--primary)}.data-center-dashboard .panel-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.data-center-dashboard .panel-header h3{-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .panel-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 14px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:200px}.data-center-dashboard .row{display:grid;gap:12px}.data-center-dashboard .row-2{grid-template-columns:3fr 2fr;min-height:300px}.data-center-dashboard .row-3{grid-template-columns:repeat(3,1fr);min-height:240px}.data-center-dashboard .kpi-section{-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .kpi-section .panel-header{padding:8px 16px;background:#fff}.data-center-dashboard .kpi-section .panel-header h3{font-size:15px}.data-center-dashboard .kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0;background:#fafbfd}.data-center-dashboard .kpi-card{background:#fafbfd;border:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;padding:17px 16px 18px;-webkit-transition:all .16s;transition:all .16s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:92px}.data-center-dashboard .kpi-card:nth-child(5n){border-right:none}.data-center-dashboard .kpi-card:nth-child(n+6){border-bottom:none}.data-center-dashboard .kpi-card:hover{background:#fff;-webkit-box-shadow:inset 0 0 0 1px rgba(64,158,255,.18);box-shadow:inset 0 0 0 1px rgba(64,158,255,.18)}.data-center-dashboard .kpi-card .kpi-card-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;margin-bottom:11px}.data-center-dashboard .kpi-card .kpi-dot{width:7px;height:7px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .kpi-card .kpi-dot.blue{background:#409eff}.data-center-dashboard .kpi-card .kpi-dot.green{background:#3fb66f}.data-center-dashboard .kpi-card .kpi-dot.orange{background:#e6a23c}.data-center-dashboard .kpi-card .kpi-dot.purple{background:#6b6cc4}.data-center-dashboard .kpi-card .kpi-dot.red{background:#e36b64}.data-center-dashboard .kpi-card .kpi-name{font-size:13px;font-weight:500;color:var(--text-secondary)}.data-center-dashboard .kpi-card .kpi-value{font-size:25px;font-weight:700;color:var(--text);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.2px}.data-center-dashboard .kpi-value-row{min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.data-center-dashboard .kpi-growth{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;-ms-flex-negative:0;flex-shrink:0;color:#5bd175;background:rgba(91,209,117,.1);font-size:11px;font-weight:700;line-height:1;padding:3px 8px;border-radius:4px;font-variant-numeric:tabular-nums;white-space:nowrap}.data-center-dashboard[data-theme=dark] .kpi-card,.data-center-dashboard[data-theme=dark] .kpi-grid,.data-center-dashboard[data-theme=dark] .kpi-section .panel-header{background:var(--card-bg)}.data-center-dashboard[data-theme=dark] .kpi-card:hover{background:#1d2740}.data-center-dashboard .tag-section{--tag-section-height:540px;-ms-flex-negative:0;flex-shrink:0;height:var(--tag-section-height);max-height:var(--tag-section-height);min-height:var(--tag-section-height)}.data-center-dashboard .tag-section .panel-header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.data-center-dashboard .tag-section .panel-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr);gap:16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;padding:16px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:0;overflow:hidden}.data-center-dashboard .tag-summary-bar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr);gap:16px;padding:12px 16px 0}.data-center-dashboard .tag-summary-item{position:relative;min-width:0;min-height:76px;padding:12px 14px 12px 16px;display:grid;grid-template-columns:168px minmax(0,1fr);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px;border:1px solid var(--border-light);border-radius:8px;background:-webkit-gradient(linear,left top,right top,from(rgba(64,158,255,.06)),color-stop(44%,transparent)),#fafbfd;background:linear-gradient(90deg,rgba(64,158,255,.06),transparent 44%),#fafbfd;overflow:hidden}.data-center-dashboard .tag-summary-item:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 2px 2px 0;background:var(--summary-color,var(--primary))}.data-center-dashboard .tag-summary-item.mark-summary{--summary-color:#6b6cc4;background:-webkit-gradient(linear,left top,right top,from(rgba(107,108,196,.06)),color-stop(44%,transparent)),#fafbfd;background:linear-gradient(90deg,rgba(107,108,196,.06),transparent 44%),#fafbfd}.data-center-dashboard .tag-summary-main{min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}.data-center-dashboard .tag-summary-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;color:var(--text-secondary);font-size:12px;font-weight:600}.data-center-dashboard .tag-summary-marker{width:7px;height:7px;border-radius:50%;background:var(--summary-color,var(--primary))}.data-center-dashboard .tag-summary-value{color:var(--text);font-size:26px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.2px}.data-center-dashboard .tag-summary-value .unit{margin-left:3px;color:var(--text-muted);font-size:12px;font-weight:500}.data-center-dashboard .tag-summary-details{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;color:var(--text-muted);font-size:12px;line-height:1.25}.data-center-dashboard .tag-summary-item.mark-summary .tag-summary-details{grid-template-columns:repeat(2,minmax(0,1fr))}.data-center-dashboard .tag-summary-detail{min-width:0;padding:9px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;white-space:nowrap;border:1px solid rgba(236,237,240,.9);border-radius:8px;background:#fff}.data-center-dashboard .tag-summary-number{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;min-width:0}.data-center-dashboard .tag-summary-detail b{color:var(--text);font-size:17px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums}.data-center-dashboard .tag-summary-detail .unit{margin-left:2px;font-size:11px}.data-center-dashboard[data-theme=dark] .tag-summary-item{background:hsla(0,0%,100%,.025)}.data-center-dashboard .tag-side{min-width:0;min-height:0;height:100%;max-height:100%;padding:14px;background:#fff;border:1px solid var(--border-light);border-radius:10px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.data-center-dashboard .tag-side-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .tag-side-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;color:var(--text);font-size:15px;font-weight:600}.data-center-dashboard .tag-side-title:before{content:"";width:3px;height:16px;border-radius:2px;background:var(--primary)}.data-center-dashboard .tag-side-count{font-size:11px;font-weight:600;color:var(--text-muted);background:var(--card-bg);border:1px solid var(--border-light);border-radius:999px;padding:2px 8px;line-height:16px;text-align:center;-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .tag-domain-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(78px,1fr));grid-auto-rows:minmax(78px,1fr);gap:12px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;max-height:100%;overflow:hidden;-ms-flex-line-pack:start;align-content:start;padding:2px 0 0}.data-center-dashboard .tag-side-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;min-width:0;min-height:78px;position:relative;padding:12px 12px;overflow:hidden;display:grid;grid-template-columns:7px minmax(0,1fr);grid-template-rows:auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px 10px;text-align:left;border:1px solid var(--border-light);border-radius:8px;background:#fff;color:var(--text-secondary);cursor:pointer;-webkit-transition:all .16s;transition:all .16s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font:inherit;-webkit-box-shadow:none;box-shadow:none}.data-center-dashboard .tag-side-item[hidden]{display:none!important}.data-center-dashboard .tag-side-item:hover{border-color:rgba(64,158,255,.24);background:#fafbfd;color:var(--primary)}.data-center-dashboard .tag-side-item.active{z-index:2;color:var(--text);border-color:var(--domain-color,var(--primary));background:#fff;-webkit-box-shadow:inset 0 0 0 1px rgba(64,158,255,.1),0 4px 10px rgba(64,158,255,.08);box-shadow:inset 0 0 0 1px rgba(64,158,255,.1),0 4px 10px rgba(64,158,255,.08);-webkit-transform:none;transform:none}.data-center-dashboard .tag-side-item.active:after{content:"\5F53\524D";position:absolute;right:8px;top:7px;padding:2px 6px;border-radius:999px;background:var(--domain-color,var(--primary));color:#fff;font-size:10px;line-height:14px;font-weight:700}.data-center-dashboard .tag-side-index{display:block;grid-row:1/3;width:7px;height:28px;border-radius:999px;color:transparent;font-size:0;background:var(--domain-color,var(--primary))}.data-center-dashboard .tag-side-item.active .tag-side-index{width:8px;height:34px}.data-center-dashboard .tag-side-text{width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:14px;font-weight:600;line-height:1.2}.data-center-dashboard .tag-side-item.active .tag-side-text{padding-right:42px;color:var(--text)}.data-center-dashboard .tag-side-meta{min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:var(--text-muted);font-size:11px;line-height:1.15;white-space:nowrap}.data-center-dashboard .tag-side-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-variant-numeric:tabular-nums}.data-center-dashboard .tag-side-meta .tag-side-total{color:var(--text-muted)}.data-center-dashboard .tag-side-meta .tag-side-metric,.data-center-dashboard .tag-side-metric{color:var(--domain-color,var(--primary))}.data-center-dashboard .tag-side-metric{font-weight:700;font-variant-numeric:tabular-nums}.data-center-dashboard .tag-side-item.active .tag-side-metric{opacity:1}.data-center-dashboard[data-theme=dark] .tag-side{background:hsla(0,0%,100%,.025)}.data-center-dashboard .tag-domain-pager{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:9px;padding-top:2px}.data-center-dashboard .tag-domain-pager[hidden]{display:none}.data-center-dashboard .tag-pager-btn{width:28px;height:28px;border-radius:8px;border:1px solid #dce8f8;background:#fff;color:var(--primary);cursor:pointer;font-size:16px;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .16s;transition:all .16s}.data-center-dashboard .tag-pager-btn:hover:not(:disabled){border-color:rgba(64,158,255,.45);background:var(--primary-light);-webkit-box-shadow:0 6px 14px rgba(42,83,130,.08);box-shadow:0 6px 14px rgba(42,83,130,.08)}.data-center-dashboard .tag-pager-btn:disabled{cursor:default;color:#c3cad7;background:#f8f9fb}.data-center-dashboard .tag-pager-track{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;min-height:18px;padding:4px 7px;border:1px solid #e3ecfb;border-radius:999px;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7faff));background:linear-gradient(180deg,#fff,#f7faff)}.data-center-dashboard .tag-pager-dot{width:18px;height:5px;border:0;border-radius:999px;background:#d5e5f8;cursor:pointer;padding:0;-webkit-transition:width .16s,background .16s,-webkit-box-shadow .16s;transition:width .16s,background .16s,-webkit-box-shadow .16s;transition:width .16s,background .16s,box-shadow .16s;transition:width .16s,background .16s,box-shadow .16s,-webkit-box-shadow .16s}.data-center-dashboard .tag-pager-dot.active{width:34px;background:-webkit-gradient(linear,left top,right top,from(#409eff),to(#36c6d7));background:linear-gradient(90deg,#409eff,#36c6d7);-webkit-box-shadow:0 4px 10px rgba(64,158,255,.18);box-shadow:0 4px 10px rgba(64,158,255,.18)}.data-center-dashboard .tag-pager-status{min-width:34px;color:var(--text-muted);font-size:11px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.data-center-dashboard .tag-chart-wrap{min-width:0;min-height:0;height:100%;max-height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fafbfd;border:1px solid var(--border-light);border-radius:10px}.data-center-dashboard .tag-cloud-caption{min-height:44px;padding:10px 16px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-negative:0;flex-shrink:0;background:var(--card-bg);border-bottom:1px solid var(--border-light)}.data-center-dashboard .tag-cloud-caption-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;color:var(--text);font-size:15px;font-weight:600}.data-center-dashboard .tag-cloud-caption-title:before{content:"";width:3px;height:16px;border-radius:2px;background:var(--primary);-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .tag-cloud-caption-sub{color:var(--text-muted);font-size:11px}.data-center-dashboard .tag-cloud-wrap{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden}.data-center-dashboard .word-cloud{width:100%;height:100%;max-height:100%;min-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:var(--cloud-row-gap,12px) var(--cloud-col-gap,14px);padding:var(--cloud-padding,16px 18px 20px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(144,147,153,.24) transparent;scrollbar-gutter:stable;-ms-scroll-chaining:none;overscroll-behavior:contain}.data-center-dashboard .word-cloud::-webkit-scrollbar{width:4px;height:0}.data-center-dashboard .word-cloud::-webkit-scrollbar-thumb{background:rgba(144,147,153,.24);border-radius:999px}.data-center-dashboard .word-cloud-item{min-width:0;max-width:100%;width:min(var(--cloud-width),100%);height:var(--cloud-height);padding:0 var(--cloud-pad-x);overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:7px;border:2px solid var(--cloud-border);border-radius:999px;background:var(--cloud-bg);color:var(--cloud-color);-webkit-box-shadow:0 8px 18px rgba(37,76,124,.05);box-shadow:0 8px 18px rgba(37,76,124,.05);-webkit-transform:translateY(var(--cloud-shift,0));transform:translateY(var(--cloud-shift,0));-webkit-transition:-webkit-transform .16s,-webkit-box-shadow .16s,-webkit-filter .16s;transition:-webkit-transform .16s,-webkit-box-shadow .16s,-webkit-filter .16s;transition:transform .16s,box-shadow .16s,filter .16s;transition:transform .16s,box-shadow .16s,filter .16s,-webkit-transform .16s,-webkit-box-shadow .16s,-webkit-filter .16s;cursor:default;-webkit-animation:dc-tagFadeIn .25s ease both;animation:dc-tagFadeIn .25s ease both}.data-center-dashboard .word-cloud-item:hover{position:relative;z-index:2;-webkit-transform:translateY(calc(var(--cloud-shift, 0px) - 3px));transform:translateY(calc(var(--cloud-shift, 0px) - 3px));-webkit-box-shadow:0 14px 28px rgba(37,76,124,.13);box-shadow:0 14px 28px rgba(37,76,124,.13);-webkit-filter:brightness(1.015);filter:brightness(1.015)}.data-center-dashboard .word-cloud-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--cloud-font);line-height:1;font-weight:800}.data-center-dashboard .word-cloud-value{-ms-flex-negative:0;flex-shrink:0;color:var(--cloud-color);font-size:var(--cloud-font);line-height:1;font-weight:800;font-variant-numeric:tabular-nums;opacity:.9}.data-center-dashboard .cloud-level-1{--cloud-width:118px;--cloud-height:28px;--cloud-pad-x:10px;--cloud-font:11px}.data-center-dashboard .cloud-level-2{--cloud-width:150px;--cloud-height:32px;--cloud-pad-x:12px;--cloud-font:12px}.data-center-dashboard .cloud-level-3{--cloud-width:194px;--cloud-height:38px;--cloud-pad-x:14px;--cloud-font:15px}.data-center-dashboard .cloud-level-4{--cloud-width:244px;--cloud-height:46px;--cloud-pad-x:17px;--cloud-font:18px}.data-center-dashboard .cloud-level-5{--cloud-width:310px;--cloud-height:54px;--cloud-pad-x:20px;--cloud-font:22px}.data-center-dashboard .cloud-tone-0{--cloud-color:#409eff;--cloud-bg:rgba(250,253,255,0.92);--cloud-border:#cfe5ff}.data-center-dashboard .cloud-tone-1{--cloud-color:#6f70c9;--cloud-bg:rgba(252,252,255,0.92);--cloud-border:#d5d6f0}.data-center-dashboard .cloud-tone-2{--cloud-color:#5b9b6b;--cloud-bg:rgba(250,253,251,0.92);--cloud-border:#d5e6dc}.data-center-dashboard .cloud-tone-3{--cloud-color:#bd9760;--cloud-bg:rgba(255,253,248,0.92);--cloud-border:#e6dcc8}.data-center-dashboard .cloud-tone-4{--cloud-color:#9a85b8;--cloud-bg:rgba(253,251,255,0.92);--cloud-border:#dfd9ef}.data-center-dashboard .cloud-tone-5{--cloud-color:#ee9141;--cloud-bg:rgba(255,252,248,0.92);--cloud-border:#f1dcc8}.data-center-dashboard .cloud-tone-6{--cloud-color:#5d9b91;--cloud-bg:rgba(250,253,252,0.92);--cloud-border:#d3e5e1}.data-center-dashboard .tag-wc-zero{--cloud-color:var(--text-muted);--cloud-bg:var(--card-bg);--cloud-border:var(--border);--cloud-width:128px;--cloud-height:28px;--cloud-pad-x:10px;--cloud-font:11px;opacity:.72}.data-center-dashboard[data-theme=dark] .word-cloud-item{background:hsla(0,0%,100%,.035);border-color:var(--cloud-border)}.data-center-dashboard .tag-empty{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:var(--text-muted);pointer-events:none}.data-center-dashboard .tag-empty[hidden]{display:none}.data-center-dashboard .chain-section{-ms-flex-negative:0;flex-shrink:0;padding:0;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);-webkit-box-shadow:var(--shadow);box-shadow:var(--shadow);overflow:hidden}.data-center-dashboard .chain-section-content{padding:16px 18px 14px}.data-center-dashboard .chain-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:0;width:100%;margin:0;padding:5px 0 0 15px;background:#f0f3f8;border-radius:12px;overflow:auto hidden;scrollbar-width:none}.data-center-dashboard .chain-tabs::-webkit-scrollbar{display:none}.data-center-dashboard .chain-tab{position:relative;border:0;background:transparent;color:#2a2e37;cursor:pointer;padding:10px 15px 12px;font-size:16px;line-height:24px;font-weight:500;white-space:nowrap;-webkit-transition:background-color .18s ease,color .18s ease;transition:background-color .18s ease,color .18s ease}.data-center-dashboard .chain-tab.active{background:#fff;color:#0152d9;border-radius:8px 8px 0 0}.data-center-dashboard .chain-stage{position:relative;min-height:444px;margin-top:18px;padding:20px;border-radius:0 0 14px 14px;background:radial-gradient(circle at 22% 26%,rgba(74,135,255,.08),transparent 26%),radial-gradient(circle at 78% 68%,rgba(118,215,255,.08),transparent 24%),-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.96)),to(#fafcff));background:radial-gradient(circle at 22% 26%,rgba(74,135,255,.08),transparent 26%),radial-gradient(circle at 78% 68%,rgba(118,215,255,.08),transparent 24%),linear-gradient(180deg,hsla(0,0%,100%,.96),#fafcff);overflow:hidden}.data-center-dashboard .chain-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,76,188,.04) 1px,transparent 0),linear-gradient(90deg,rgba(8,76,188,.04) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.28)),to(transparent));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.28),transparent);mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.28)),to(transparent));mask-image:linear-gradient(180deg,rgba(0,0,0,.28),transparent);pointer-events:none}.data-center-dashboard .chain-drill-bar{position:relative;z-index:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:16px}.data-center-dashboard .chain-drill-bar,.data-center-dashboard .chain-drill-path{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.data-center-dashboard .chain-drill-path{gap:8px;min-width:0;color:#596276;font-size:14px;line-height:22px}.data-center-dashboard .chain-drill-crumb{max-width:180px;padding:0;border:0;background:transparent;color:#596276;cursor:pointer;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-center-dashboard .chain-drill-crumb.active,.data-center-dashboard .chain-drill-crumb:hover{color:#1f63c7;font-weight:600}.data-center-dashboard .chain-drill-separator{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;color:#a7b0c0}.data-center-dashboard .chain-graph-toolbar{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.data-center-dashboard .chain-graph-toolbar.is-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.data-center-dashboard .chain-graph-toggle,.data-center-dashboard .chain-zoom-button{border:1px solid #d9e6fb;background:#fff;color:#3a6fc7;cursor:pointer;-webkit-transition:border-color .18s ease,color .18s ease,background-color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,background-color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,background-color .18s ease,box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,background-color .18s ease,box-shadow .18s ease,-webkit-box-shadow .18s ease}.data-center-dashboard .chain-graph-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:30px;padding:0 12px;border-radius:4px;font-size:13px;line-height:28px}.data-center-dashboard .chain-graph-toggle.active,.data-center-dashboard .chain-graph-toggle:hover{border-color:rgba(0,125,255,.42);background:#eef5ff;color:#0152d9;-webkit-box-shadow:0 6px 14px rgba(24,93,190,.06);box-shadow:0 6px 14px rgba(24,93,190,.06)}.data-center-dashboard .chain-zoom-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;border:1px solid #d9e6fb;border-radius:4px;background:#fff;overflow:hidden}.data-center-dashboard .chain-zoom-button{width:30px;height:28px;padding:0;border-width:0 1px 0 0;font-size:16px;line-height:28px}.data-center-dashboard .chain-zoom-button:hover{background:#eef5ff;color:#0152d9}.data-center-dashboard .chain-zoom-value{min-width:48px;padding:0 8px;color:#596276;font-size:12px;line-height:28px;text-align:center;border-right:1px solid #e8effb}.data-center-dashboard .chain-tip{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:12px;color:#9aa4b5;font-size:12px;line-height:20px}.data-center-dashboard .chain-tip__icon{position:relative;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;width:18px;height:18px;border-radius:50% 50% 42% 42%;background:-webkit-gradient(linear,left top,left bottom,from(#ffe27a),to(#ffcc3d));background:linear-gradient(180deg,#ffe27a,#ffcc3d);-webkit-box-shadow:0 0 0 3px rgba(255,204,61,.18);box-shadow:0 0 0 3px rgba(255,204,61,.18)}.data-center-dashboard .chain-tip__icon:before{content:"";position:absolute;left:5px;right:5px;bottom:-4px;height:5px;border-radius:0 0 4px 4px;background:#6c87b5}.data-center-dashboard .chain-tip__icon:after{content:"";position:absolute;left:7px;top:4px;width:4px;height:6px;border-radius:999px;background:hsla(0,0%,100%,.92);-webkit-transform:rotate(18deg);transform:rotate(18deg)}.data-center-dashboard .chain-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.data-center-dashboard .chain-item{min-height:138px;padding:16px 16px 14px;background:#f7f9fe;border:1px solid #edf2fb;border-radius:12px;cursor:pointer;-webkit-transition:border-color .18s ease,-webkit-box-shadow .18s ease,-webkit-transform .18s ease;transition:border-color .18s ease,-webkit-box-shadow .18s ease,-webkit-transform .18s ease;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,-webkit-box-shadow .18s ease,-webkit-transform .18s ease}.data-center-dashboard .chain-item.active,.data-center-dashboard .chain-item:hover{border-color:rgba(0,125,255,.36);-webkit-box-shadow:0 12px 28px rgba(26,93,178,.1);box-shadow:0 12px 28px rgba(26,93,178,.1);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.data-center-dashboard .chain-item__head{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.data-center-dashboard .chain-item__head,.data-center-dashboard .chain-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;min-width:0}.data-center-dashboard .chain-item__title{min-height:24px;color:#333;font-size:15px;font-weight:400;line-height:24px}.data-center-dashboard .chain-item.active .chain-item__title,.data-center-dashboard .chain-item:hover .chain-item__title{color:#0152d9}.data-center-dashboard .chain-item__title span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-center-dashboard .chain-item__icon{-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#4aa0ff,#22d6ff);-webkit-box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.45),0 6px 16px rgba(0,125,255,.2);box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.45),0 6px 16px rgba(0,125,255,.2)}.data-center-dashboard .chain-graph-link{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:26px;padding:0 9px;border:1px solid #cfe0fb;border-radius:4px;background:#fff;color:#2d72da;font-size:12px;line-height:24px;cursor:pointer;-webkit-transition:border-color .18s ease,background-color .18s ease,color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,background-color .18s ease,color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,-webkit-box-shadow .18s ease}.data-center-dashboard .chain-graph-link:hover{border-color:rgba(0,125,255,.46);background:#eef5ff;color:#0152d9;-webkit-box-shadow:0 6px 14px rgba(24,93,190,.08);box-shadow:0 6px 14px rgba(24,93,190,.08)}.data-center-dashboard .chain-graph-link:disabled,.data-center-dashboard .chain-graph-link:disabled:hover{border-color:#cfe0fb;background:#fff;color:#2d72da;opacity:.65;cursor:default;-webkit-box-shadow:none;box-shadow:none}.data-center-dashboard .chain-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 8px;margin-top:14px}.data-center-dashboard .chain-metric{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:default;font:inherit}.data-center-dashboard .chain-metric__value{display:block;color:#181818;font-size:16px;font-weight:600;line-height:20px}.data-center-dashboard .chain-metric__label{display:block;margin-top:5px;color:#666;font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}.data-center-dashboard .chain-empty{grid-column:1/-1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:220px;color:#9ba5b5;font-size:14px}.data-center-dashboard .chain-empty,.data-center-dashboard .chain-more-wrap{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.data-center-dashboard .chain-more-wrap{margin-top:16px}.data-center-dashboard .chain-more-button{min-width:118px;height:34px;padding:0 16px;border:1px solid #d7e3f7;border-radius:4px;background:#fff;color:#2b72d9;font-size:14px;line-height:32px;cursor:pointer;-webkit-box-shadow:0 8px 18px rgba(25,74,143,.05);box-shadow:0 8px 18px rgba(25,74,143,.05);-webkit-transition:border-color .18s ease,color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,-webkit-box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease,-webkit-box-shadow .18s ease}.data-center-dashboard .chain-more-button:hover{border-color:rgba(0,125,255,.42);-webkit-box-shadow:0 10px 22px rgba(25,74,143,.08);box-shadow:0 10px 22px rgba(25,74,143,.08)}.data-center-dashboard .chain-disclaimer{position:relative;z-index:1;margin:12px 0 0;color:#9da4b3;font-size:12px;text-align:right}.data-center-dashboard .chain-tag-graph{position:relative;z-index:1;grid-column:1/-1;width:100%;height:560px;min-height:548px;overflow:hidden;border:1px solid #e5edf9;border-radius:8px;background:linear-gradient(rgba(30,107,214,.05) 1px,transparent 0),linear-gradient(90deg,rgba(30,107,214,.05) 1px,transparent 0),radial-gradient(circle at 24% 18%,rgba(74,160,255,.12),transparent 30%),linear-gradient(180deg,#fff,#f7fbff);background-size:42px 42px,42px 42px,auto,auto;cursor:-webkit-grab;cursor:grab;scrollbar-width:none}.data-center-dashboard .chain-tag-graph::-webkit-scrollbar{display:none}.data-center-dashboard .chain-tag-graph.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.data-center-dashboard .chain-tag-graph svg{display:block;height:auto}.data-center-dashboard .chain-tag-graph__link{fill:none;stroke:rgba(49,122,218,.24);stroke-width:1.5}.data-center-dashboard .chain-tag-graph__link.depth-1{stroke:rgba(83,183,205,.26);stroke-width:1.2}.data-center-dashboard .chain-tag-graph__node{cursor:pointer;outline:none}.data-center-dashboard .chain-tag-graph__bubble{fill:url(#chain-graph-bubble-default);stroke:hsla(0,0%,100%,.82);stroke-width:1.5;-webkit-filter:url(#chain-graph-bubble-shadow);filter:url(#chain-graph-bubble-shadow)}.data-center-dashboard .chain-tag-graph__node.depth-0 .chain-tag-graph__bubble{fill:url(#chain-graph-bubble-root)}.data-center-dashboard .chain-tag-graph__node.depth-1 .chain-tag-graph__bubble{fill:url(#chain-graph-bubble-second)}.data-center-dashboard .chain-tag-graph__node.depth-2 .chain-tag-graph__bubble{fill:url(#chain-graph-bubble-third)}.data-center-dashboard .chain-tag-graph__node.active .chain-tag-graph__bubble{fill:url(#chain-graph-bubble-active);stroke:hsla(0,0%,100%,.96);stroke-width:2}.data-center-dashboard .chain-tag-graph__shine{fill:hsla(0,0%,100%,.72);pointer-events:none}.data-center-dashboard .chain-tag-graph__orbit{fill:none;stroke:rgba(31,140,255,0);stroke-width:2;stroke-dasharray:5 5;-webkit-transform-origin:center;transform-origin:center;pointer-events:none}.data-center-dashboard .chain-tag-graph__node.active .chain-tag-graph__orbit{stroke:rgba(31,140,255,.56);-webkit-animation:dc-graph-orbit 1.2s linear infinite;animation:dc-graph-orbit 1.2s linear infinite}.data-center-dashboard .chain-tag-graph__node text{fill:#2f3d54;font-size:13px;font-weight:600;dominant-baseline:middle;pointer-events:none}.data-center-dashboard .chain-tag-graph__node.depth-0 text{font-size:15px;fill:#103c82}.data-center-dashboard .chain-tag-graph__node.depth-2 text{font-size:12px;font-weight:500;fill:#596276}.data-center-dashboard .chain-graph-tooltip{position:absolute;z-index:5;max-width:220px;padding:6px 9px;border-radius:4px;background:rgba(22,43,78,.9);color:#fff;font-size:12px;line-height:18px;opacity:0;pointer-events:none;-webkit-transform:translate(-50%,-100%) translateY(-8px);transform:translate(-50%,-100%) translateY(-8px);-webkit-transition:opacity .18s ease;transition:opacity .18s ease;white-space:nowrap}.data-center-dashboard .chain-graph-tooltip.is-visible{opacity:1}.data-center-dashboard .screen-links{-ms-flex-negative:0;flex-shrink:0}.data-center-dashboard .screen-links .panel-body{display:block;min-height:0;padding:14px 16px 16px}.data-center-dashboard .screen-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.data-center-dashboard .screen-card{display:block;min-height:178px;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;position:relative;background-size:cover;background-position:top;border:1px solid var(--border);cursor:pointer;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;color:inherit}.data-center-dashboard .screen-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:var(--shadow-hover);box-shadow:var(--shadow-hover);border-color:var(--primary)}.data-center-dashboard .screen-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(5,22,48,.82)),color-stop(48%,rgba(5,22,48,.38)),to(rgba(5,22,48,.05))),radial-gradient(circle at 80% 10%,rgba(64,158,255,.18),transparent 38%);background:linear-gradient(0deg,rgba(5,22,48,.82) 0,rgba(5,22,48,.38) 48%,rgba(5,22,48,.05)),radial-gradient(circle at 80% 10%,rgba(64,158,255,.18),transparent 38%);-webkit-transition:all .2s;transition:all .2s}.data-center-dashboard .screen-card:hover .screen-overlay{background:-webkit-gradient(linear,left bottom,left top,from(rgba(5,22,48,.9)),color-stop(50%,rgba(5,22,48,.46)),to(rgba(5,22,48,.08))),radial-gradient(circle at 80% 10%,rgba(64,158,255,.24),transparent 42%);background:linear-gradient(0deg,rgba(5,22,48,.9) 0,rgba(5,22,48,.46) 50%,rgba(5,22,48,.08)),radial-gradient(circle at 80% 10%,rgba(64,158,255,.24),transparent 42%)}.data-center-dashboard .screen-badge{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.92);font-size:11px;padding:4px 10px;border-radius:999px;backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.2)}.data-center-dashboard .screen-title{position:absolute;bottom:16px;left:16px;right:16px;color:#fff;font-size:15px;line-height:1.35;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width:1180px){.data-center-dashboard .screen-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.data-center-dashboard .screen-links-grid{grid-template-columns:minmax(0,1fr)}}.data-center-dashboard .modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000}.data-center-dashboard .modal-mask.show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:dc-fadeIn .2s;animation:dc-fadeIn .2s}.data-center-dashboard .modal{background:var(--card-bg);border-radius:12px;width:480px;padding:24px;-webkit-box-shadow:0 20px 50px rgba(0,0,0,.2);box-shadow:0 20px 50px rgba(0,0,0,.2);border:1px solid var(--border)}.data-center-dashboard .modal-title{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.data-center-dashboard .modal-close{cursor:pointer;color:var(--text-muted);font-size:20px}.data-center-dashboard .modal-close:hover{color:var(--danger)}.data-center-dashboard .modal-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border-light);font-size:13px}.data-center-dashboard .modal-row:last-child{border-bottom:none}.data-center-dashboard .modal-row .label{color:var(--text-muted)}.data-center-dashboard .modal-row .value{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.data-center-dashboard .tooltip{position:fixed;padding:8px 12px;border-radius:6px;background:rgba(0,0,0,.85);color:#fff;font-size:12px;pointer-events:none;z-index:999;display:none}@-webkit-keyframes dc-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes dc-pulse{0%,to{opacity:1}50%{opacity:.4}}@-webkit-keyframes dc-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dc-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes dc-tagFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dc-tagFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes dc-graph-orbit{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dc-graph-orbit{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}