:root{color:#172033;background:#f4f7fb;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--app-bg: #f4f7fb;--surface: #ffffff;--surface-soft: #f8fafc;--border: #dbe4ef;--border-soft: #edf2f7;--text: #172033;--muted: #617089;--muted-2: #8a98ad;--primary: #2563eb;--primary-strong: #1d4ed8;--success: #059669;--danger: #dc2626;--warning: #d97706;--sidebar: #111827;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 16px 38px rgba(31, 41, 55, .08);--radius: 8px}*{box-sizing:border-box}body{margin:0;min-width:0;background:var(--app-bg);font-size:14px}button,input,textarea,select{font:inherit}#app{min-height:100vh}.page-shell{min-height:100vh;background:linear-gradient(180deg,#2563eb0f 0,#2563eb00 260px),var(--app-bg)}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.08);background:var(--sidebar);color:#f8fafc;padding:20px 12px}.brand{display:flex;align-items:center;gap:12px;min-height:58px;padding:0 10px}.brand-mark{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:var(--radius);background:#f8fafc;color:var(--primary);font-size:18px;font-weight:800;box-shadow:inset 0 0 0 1px #2563eb1f}.brand-title{color:#fff;font-size:16px;font-weight:700;line-height:22px}.brand-subtitle{margin-top:3px;color:#9aa7bb;font-size:12px;line-height:18px}.nav-menu{margin-top:22px;border-right:0;background:transparent}.nav-menu .el-menu-item{height:42px;margin:4px 0;border-radius:var(--radius);color:#cbd5e1;line-height:42px}.nav-menu .el-menu-item:hover{background:#ffffff14;color:#fff}.nav-menu .el-menu-item.is-active{background:#fff;color:var(--primary);font-weight:700}.main{min-width:0;padding:24px}.toolbar,.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.toolbar h1,.topbar h1,.panel-header h2,.table-header h2{margin:0;color:var(--text);font-weight:750;letter-spacing:0}.toolbar h1,.topbar h1{font-size:26px;line-height:36px}.toolbar p,.topbar p,.table-header p,.panel-header p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:20px}.toolbar-actions,.topbar-actions,.table-tools,.panel-header{display:flex;align-items:center;gap:10px}.filter-band,.table-band,.trend-panel,.channel-panel,.remark-panel,.rule-panel{border:1px solid var(--border);border-radius:var(--radius);background:#fffffff5;box-shadow:var(--shadow-sm)}.filter-band{padding:18px 18px 14px}.filter-form{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));column-gap:16px}.filter-form .el-form-item{margin-bottom:16px}.filter-form .el-select,.filter-form .el-autocomplete,.filter-form .el-date-editor,.filter-form .el-input{width:100%}.filter-actions{justify-content:flex-end}.time-range-item{grid-column:span 2}.advanced-filters{margin-top:2px;border-top:1px solid var(--border-soft);border-bottom:0}.advanced-filters .el-collapse-item__header{gap:6px;color:var(--muted);font-size:13px;font-weight:650}.advanced-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:10px;padding-bottom:10px}.quick-filters{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.metric-card{position:relative;display:flex;min-height:112px;flex-direction:column;justify-content:center;gap:8px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:17px 18px;box-shadow:var(--shadow-sm)}.metric-card:before{position:absolute;top:16px;right:16px;width:8px;height:38px;border-radius:999px;background:var(--muted-2);content:"";opacity:.75}.metric-card.primary:before{background:var(--primary)}.metric-card.success:before{background:var(--success)}.metric-card.danger:before{background:var(--danger)}.metric-card.warning:before{background:var(--warning)}.metric-card span,.metric-card small{color:var(--muted);font-size:13px;line-height:18px}.metric-card strong{color:var(--text);font-size:29px;font-weight:760;line-height:36px}.analysis-band,.insight-band{display:grid;gap:14px;margin-bottom:16px}.analysis-band{grid-template-columns:minmax(420px,.9fr) minmax(360px,1.1fr)}.insight-band{grid-template-columns:minmax(460px,1fr) minmax(420px,.9fr)}.trend-panel,.channel-panel,.remark-panel,.rule-panel,.table-band{padding:16px}.panel-header,.table-header{justify-content:space-between;margin-bottom:14px}.panel-header{align-items:flex-start}.panel-header h2,.table-header h2{font-size:18px;line-height:26px}.trend-chart{height:292px}.table-header{display:flex;align-items:flex-start;gap:14px}.table-tools{justify-content:flex-end}.table-tools .el-input{width:min(320px,36vw)}.compare-table,.click-table,.remark-table{width:100%}.pager{justify-content:flex-end;margin-top:14px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-item{display:flex;min-height:64px;flex-direction:column;gap:7px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:11px 12px}.detail-item span{color:var(--muted);font-size:12px;line-height:16px}.detail-item strong{color:var(--text);font-size:13px;font-weight:650;line-height:19px;word-break:break-all}.el-button{border-radius:var(--radius);font-weight:600}.el-button--primary{--el-button-bg-color: var(--primary);--el-button-border-color: var(--primary);--el-button-hover-bg-color: var(--primary-strong);--el-button-hover-border-color: var(--primary-strong)}.el-input__wrapper,.el-select__wrapper,.el-date-editor.el-input__wrapper,.el-textarea__inner{border-radius:var(--radius);box-shadow:0 0 0 1px var(--border) inset}.el-input__wrapper.is-focus,.el-select__wrapper.is-focused{box-shadow:0 0 0 1px var(--primary) inset}.el-table{--el-table-border-color: var(--border-soft);--el-table-header-bg-color: #f8fafc;--el-table-header-text-color: #334155;--el-table-row-hover-bg-color: #f8fbff;border-radius:var(--radius)}.el-table th.el-table__cell{font-weight:700}.el-table .cell{line-height:21px}.el-table__empty-text{color:var(--muted)}.el-pagination{flex-wrap:wrap;row-gap:8px}.el-dialog,.el-drawer{border-radius:var(--radius)}@media (max-width: 1480px){.filter-form{grid-template-columns:repeat(3,minmax(210px,1fr))}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-grid{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (max-width: 1180px){.page-shell{display:block}.sidebar{position:static;width:100%!important;height:auto;padding:12px}.brand{min-height:46px}.nav-menu{display:flex;gap:8px;margin-top:10px}.nav-menu .el-menu-item{flex:1 1 0;justify-content:center;margin:0}.main{padding:18px}.analysis-band,.insight-band,.advanced-grid,.detail-grid{grid-template-columns:1fr}.time-range-item{grid-column:span 1}.toolbar,.topbar,.table-header{align-items:stretch;flex-direction:column}.toolbar-actions,.topbar-actions,.table-tools{justify-content:flex-start}.table-tools .el-input{width:min(100%,360px)}}@media (max-width: 760px){.main{padding:14px}.toolbar h1,.topbar h1{font-size:22px;line-height:30px}.filter-band,.trend-panel,.channel-panel,.remark-panel,.rule-panel,.table-band{padding:14px}.filter-form,.kpi-grid{grid-template-columns:1fr}.filter-form .el-form-item{margin-bottom:14px}.filter-actions .el-form-item__content,.topbar-actions,.toolbar-actions,.table-tools{flex-wrap:wrap}.metric-card{min-height:96px}.metric-card strong{font-size:25px;line-height:32px}.trend-chart{height:250px}.el-pagination{justify-content:flex-start}}.click-dashboard{background:linear-gradient(135deg,rgba(47,111,237,.08) 0,transparent 34%),linear-gradient(180deg,#f3f7fd 0,#f7f9fc 320px,#f5f7fb)}.click-dashboard .sidebar{border-right:1px solid rgba(148,163,184,.12);background:linear-gradient(180deg,#0f172a,#121d33 52%,#172338);padding:22px 14px;box-shadow:8px 0 30px #0f172a14}.click-dashboard .brand{gap:13px;min-height:64px;padding:0 12px 18px;border-bottom:1px solid rgba(148,163,184,.13)}.click-dashboard .brand-mark{width:42px;height:42px;background:linear-gradient(145deg,#3478f6,#1753d5);color:#fff;font-size:20px;box-shadow:0 10px 22px #2563eb52}.click-dashboard .brand-title{font-size:17px;font-weight:700}.click-dashboard .brand-subtitle{color:#8fa3bf}.click-dashboard .nav-menu{margin-top:22px}.click-dashboard .nav-menu .el-menu-item{position:relative;height:48px;margin:6px 0;padding-left:18px!important;color:#aab8cd;font-size:14px;gap:5px;font-weight:500;line-height:48px;transition:background-color .18s ease,color .18s ease}.click-dashboard .nav-menu .el-menu-item .el-icon{color:#7f92ae;font-size:18px}.click-dashboard .nav-menu .el-menu-item:hover{background:#94a3b81a}.click-dashboard .nav-menu .el-menu-item.is-active{background:#2f6fed2b;color:#f8fbff;font-weight:650}.click-dashboard .nav-menu .el-menu-item.is-active:before{position:absolute;top:11px;left:0;width:3px;height:26px;border-radius:0 4px 4px 0;background:#4e86f7;content:""}.click-dashboard .nav-menu .el-menu-item.is-active .el-icon{color:#60a5fa}.click-dashboard .main{flex:1;min-width:0;width:100%;padding:24px 32px 32px}.click-dashboard .topbar{align-items:center;margin-bottom:20px}.click-dashboard .page-heading h1{font-size:24px;font-weight:760;line-height:34px}.click-dashboard .page-heading p{margin-top:7px;color:#7b8aa3;font-size:14px}.click-dashboard .topbar-actions{gap:12px}.click-dashboard .topbar-actions .el-segmented{--el-segmented-bg-color: #e9eff9;--el-segmented-item-selected-bg-color: #ffffff;--el-segmented-item-selected-color: var(--primary);min-height:38px;border:1px solid #dce6f4;border-radius:8px;padding:4px;color:var(--muted)}.click-dashboard .topbar-actions .el-segmented__item{min-width:64px;border-radius:6px;font-size:14px;font-weight:600}.click-dashboard .topbar-actions .el-button{height:38px;padding:0 18px;font-size:14px;box-shadow:0 7px 16px #2563eb38}.click-dashboard .filter-band{width:100%;border-color:#d7e2f1e6;background:#fff;padding:20px 22px 18px;box-shadow:0 14px 34px #1e2e480e,0 1px 2px #1e2e480a}.click-dashboard .filter-form{grid-template-columns:repeat(5,minmax(190px,1fr));gap:0 18px}.click-dashboard .filter-form .el-form-item{margin-bottom:18px}.click-dashboard .filter-form .el-form-item__label{height:38px;color:#52647e;font-size:13px;font-weight:600;line-height:38px}.click-dashboard .el-input__wrapper,.click-dashboard .el-select__wrapper,.click-dashboard .el-date-editor.el-input__wrapper{min-height:38px;border-radius:8px;background:#fbfcfe;box-shadow:0 0 0 1px #dce5f1 inset;transition:box-shadow .18s ease,background-color .18s ease}.click-dashboard .el-input,.click-dashboard .el-select,.click-dashboard .el-autocomplete,.click-dashboard .el-date-editor,.click-dashboard .el-button{font-size:14px}.click-dashboard .el-input__wrapper:hover,.click-dashboard .el-select__wrapper:hover,.click-dashboard .el-date-editor.el-input__wrapper:hover{background:#fff;box-shadow:0 0 0 1px #b7c9e4 inset}.click-dashboard .el-input__wrapper.is-focus,.click-dashboard .el-select__wrapper.is-focused,.click-dashboard .el-date-editor.is-active{background:#fff;box-shadow:0 0 0 1px var(--primary) inset,0 0 0 3px #2563eb14}.click-dashboard .filter-actions .el-button{height:38px;padding:0 18px}.click-dashboard .filter-actions .el-button:not(.el-button--primary){border-color:#d8e2ef;color:#52647e;background:#f8fafc}.click-dashboard .quick-filters{gap:10px;margin-top:4px;padding-top:16px;border-top:1px solid #edf2f9}.click-dashboard .quick-filters .el-button{height:34px;margin-left:0;border-color:#dbe5f2;border-radius:999px;background:#f7f9fc;color:#52647e;padding:0 14px;font-weight:560}.click-dashboard .quick-filters .el-button:hover{border-color:#bfd3f7;background:#eef4ff;color:var(--primary)}.click-dashboard .quick-filters .el-button--primary{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 5px 12px #2563eb33}.click-dashboard .kpi-grid{width:100%;grid-template-columns:1fr;margin:18px 0}.click-dashboard .metric-card{width:100%;min-height:116px;gap:8px;border:1px solid #cfe0fb;background:linear-gradient(112deg,#fff,#f0f6ff);padding:18px 24px;box-shadow:0 15px 32px #2563eb16}.click-dashboard .metric-card:before{top:-28px;right:62px;width:116px;height:192px;border-radius:0;background:linear-gradient(180deg,#2563eb00,#2563eb14);opacity:1;transform:rotate(18deg)}.click-dashboard .metric-card-icon{position:absolute;top:22px;right:26px;z-index:1;display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:#e5efff;color:var(--primary);font-size:21px}.click-dashboard .metric-card span,.click-dashboard .metric-card strong,.click-dashboard .metric-card small{position:relative;z-index:1}.click-dashboard .metric-card span{color:#52647e;font-weight:600}.click-dashboard .metric-card strong{color:#102143;font-size:36px;font-weight:760;line-height:42px}.click-dashboard .metric-card small{color:#71829b}.click-dashboard .trend-panel{width:100%;border-color:#d7e2f1e6;background:#fff;padding:18px 22px 16px;box-shadow:0 14px 34px #1e2e480e,0 1px 2px #1e2e480a}.click-dashboard .trend-panel .panel-header{align-items:center;margin-bottom:10px}.click-dashboard .trend-panel .panel-header h2{font-size:16px;font-weight:700}.click-dashboard .trend-panel .el-tag{height:29px;border-color:#d6e4fb;border-radius:999px;background:#eff5ff;color:#3564c7;padding:0 12px}.click-dashboard .trend-chart{height:360px}@media (max-width: 1480px){.click-dashboard .filter-form{grid-template-columns:repeat(4,minmax(190px,1fr))}}@media (max-width: 1180px){.click-dashboard .sidebar{padding:12px 14px}.click-dashboard .brand{padding-bottom:0;border-bottom:0}.click-dashboard .main{padding:20px 18px 28px}.click-dashboard .filter-form{grid-template-columns:repeat(3,minmax(190px,1fr))}}@media (max-width: 760px){.click-dashboard .main{padding:16px 12px 22px}.click-dashboard .page-heading h1{font-size:23px;line-height:32px}.click-dashboard .filter-band,.click-dashboard .trend-panel{padding:16px}.click-dashboard .filter-form{grid-template-columns:1fr}.click-dashboard .metric-card{min-height:110px;padding:18px}.click-dashboard .metric-card strong{font-size:32px;line-height:40px}.click-dashboard .trend-chart{height:276px}}.compare-dashboard{background:linear-gradient(135deg,rgba(47,111,237,.08) 0,transparent 34%),linear-gradient(180deg,#f3f7fd 0,#f7f9fc 320px,#f5f7fb)}.compare-dashboard .sidebar{border-right:1px solid rgba(139,159,189,.14);background:linear-gradient(180deg,#10192b,#14233b);padding:18px 14px;box-shadow:10px 0 26px #0f172a14}.compare-dashboard .brand{min-height:62px;border-bottom:1px solid rgba(148,163,184,.15);padding:0 10px 18px}.compare-dashboard .brand-mark{background:linear-gradient(145deg,#f8fbff,#dce9ff);box-shadow:0 5px 16px #2563eb33}.compare-dashboard .brand-title{font-size:16px;font-weight:700}.compare-dashboard .brand-subtitle{color:#8fa3bf}.compare-dashboard .nav-menu{margin-top:22px}.compare-dashboard .nav-menu .el-menu-item{position:relative;height:48px;gap:5px;margin:6px 0;padding-left:18px!important;color:#aab8cd;font-size:14px;font-weight:500;line-height:48px;transition:background-color .18s ease,color .18s ease}.compare-dashboard .nav-menu .el-menu-item .el-icon{color:#7f92ae;font-size:18px}.compare-dashboard .nav-menu .el-menu-item:hover{background:#94a3b81a}.compare-dashboard .nav-menu .el-menu-item.is-active{background:#2f6fed2b;color:#f8fbff;font-weight:650}.compare-dashboard .nav-menu .el-menu-item.is-active:before{position:absolute;top:11px;left:0;width:3px;height:26px;border-radius:0 4px 4px 0;background:#4e86f7;content:""}.compare-dashboard .nav-menu .el-menu-item.is-active .el-icon{color:#60a5fa}.compare-dashboard .main{flex:1;min-width:0;width:100%;padding:24px 32px 32px}.compare-dashboard .toolbar{align-items:center;margin-bottom:20px}.compare-dashboard .page-heading h1{font-size:24px;font-weight:760;line-height:34px}.compare-dashboard .page-heading p{margin-top:7px;color:#7b8aa3;font-size:14px}.compare-dashboard .toolbar .el-button{height:38px;padding:0 18px;font-size:14px;box-shadow:0 7px 16px #2563eb38}.compare-dashboard .filter-band,.compare-dashboard .remark-panel,.compare-dashboard .rule-panel,.compare-dashboard .table-band{width:100%;border-color:#d7e2f1e6;background:#fff;box-shadow:0 14px 34px #1e2e480e,0 1px 2px #1e2e480a}.compare-dashboard .filter-band{padding:20px 22px 18px}.compare-dashboard .filter-form{grid-template-columns:repeat(4,minmax(220px,1fr));gap:0 18px}.compare-dashboard .filter-form .el-form-item{margin-bottom:18px}.compare-dashboard .filter-form .el-form-item__label{height:38px;color:#52647e;font-size:13px;font-weight:600;line-height:38px}.compare-dashboard .el-input__wrapper,.compare-dashboard .el-select__wrapper,.compare-dashboard .el-date-editor.el-input__wrapper{min-height:38px;border-radius:8px;background:#fbfcfe;box-shadow:0 0 0 1px #dce5f1 inset;transition:box-shadow .18s ease,background-color .18s ease}.compare-dashboard .el-input,.compare-dashboard .el-select,.compare-dashboard .el-autocomplete,.compare-dashboard .el-date-editor,.compare-dashboard .el-button{font-size:14px}.compare-dashboard .el-input__wrapper:hover,.compare-dashboard .el-select__wrapper:hover,.compare-dashboard .el-date-editor.el-input__wrapper:hover{background:#fff;box-shadow:0 0 0 1px #b7c9e4 inset}.compare-dashboard .el-input__wrapper.is-focus,.compare-dashboard .el-select__wrapper.is-focused,.compare-dashboard .el-date-editor.is-active{background:#fff;box-shadow:0 0 0 1px var(--primary) inset,0 0 0 3px #2563eb14}.compare-dashboard .filter-actions .el-button{height:38px;padding:0 18px}.compare-dashboard .filter-actions .el-button:not(.el-button--primary),.compare-dashboard .table-tools .el-button{border-color:#d8e2ef;color:#52647e;background:#f8fafc}.compare-dashboard .quick-filters{gap:10px;margin-top:4px;padding-top:16px;border-top:1px solid #edf2f9}.compare-dashboard .quick-filters .el-button{height:34px;margin-left:0;border-color:#dbe5f2;border-radius:999px;background:#f7f9fc;color:#52647e;padding:0 14px;font-weight:560}.compare-dashboard .quick-filters .el-button:hover{border-color:#bfd3f7;background:#eef4ff;color:var(--primary)}.compare-dashboard .quick-filters .el-button--primary{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 5px 12px #2563eb33}.compare-dashboard .kpi-grid{width:100%;gap:16px;margin:18px 0}.compare-dashboard .metric-card{width:100%;min-height:120px;gap:8px;border-color:#d7e2f1;padding:18px 20px;box-shadow:0 14px 28px #1e2e480d}.compare-dashboard .metric-card.primary{border-color:#cfe0fb;background:linear-gradient(112deg,#fff,#eff6ff)}.compare-dashboard .metric-card.success{border-color:#cfeade;background:linear-gradient(112deg,#fff,#ecfdf5)}.compare-dashboard .metric-card.danger{border-color:#f1d2d2;background:linear-gradient(112deg,#fff,#fef2f2)}.compare-dashboard .metric-card.warning{border-color:#f1dfba;background:linear-gradient(112deg,#fff,#fffbeb)}.compare-dashboard .metric-card span{color:#52647e;font-weight:600}.compare-dashboard .metric-card strong{color:#102143;font-size:34px;font-weight:760;line-height:42px}.compare-dashboard .metric-card small{color:#71829b}.compare-dashboard .analysis-band{width:100%;grid-template-columns:minmax(420px,1fr) minmax(360px,.9fr);gap:16px;margin-bottom:18px}.compare-dashboard .remark-panel,.compare-dashboard .rule-panel{padding:18px 20px}.compare-dashboard .table-band{padding:18px 22px}.compare-dashboard .panel-header,.compare-dashboard .table-header{margin-bottom:16px}.compare-dashboard .panel-header h2,.compare-dashboard .table-header h2{font-size:16px;font-weight:700;line-height:24px}.compare-dashboard .panel-header p,.compare-dashboard .table-header p{color:#71829b;font-size:13px}.compare-dashboard .table-tools .el-input{width:320px}.compare-dashboard .table-tools .el-button{height:38px}.compare-dashboard .el-table th.el-table__cell{height:44px;color:#42536c}.compare-dashboard .el-table td.el-table__cell{padding:10px 0}.compare-dashboard .el-tag{border-radius:999px;font-weight:600}.compare-dashboard .pager{margin-top:16px}@media (max-width: 1480px){.compare-dashboard .filter-form{grid-template-columns:repeat(3,minmax(210px,1fr))}.compare-dashboard .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1180px){.compare-dashboard .sidebar{padding:12px 14px}.compare-dashboard .brand{padding-bottom:0;border-bottom:0}.compare-dashboard .main{padding:20px 18px 28px}.compare-dashboard .analysis-band{grid-template-columns:1fr}}@media (max-width: 760px){.compare-dashboard .main{padding:16px 12px 22px}.compare-dashboard .page-heading h1{font-size:23px;line-height:32px}.compare-dashboard .filter-band,.compare-dashboard .remark-panel,.compare-dashboard .rule-panel,.compare-dashboard .table-band{padding:16px}.compare-dashboard .filter-form,.compare-dashboard .kpi-grid{grid-template-columns:1fr}.compare-dashboard .metric-card{min-height:108px;padding:18px}.compare-dashboard .metric-card strong{font-size:32px;line-height:40px}.compare-dashboard .table-tools .el-input{width:100%}}
