:root{--brand-red:#e63329;--brand-red-dark:#c21f16;--sidebar-bg:#10131a;--ink:#16181d;--ink-secondary:#5a6270;--muted:#8a919c;--line:#e4e7ec;--page-bg:#f5f6f8;--green:#0e9f6e;--red:#dc2626}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--ink);background:var(--page-bg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.brand-panel{background:linear-gradient(135deg,#171c29 0%,#0a0c10 100%)}.tabular-nums{font-variant-numeric:tabular-nums}.app-sidebar{overflow-x:hidden!important}.sidebar-logo{align-items:center;gap:10px;height:62px;padding:0 16px;display:flex;overflow:hidden}.sidebar-collapse-area{justify-content:flex-end;align-items:center;min-height:42px;padding:4px 12px 6px;display:flex}.sidebar-collapse-toggle{color:#ffffff9e;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:15px;transition:color .16s,background .16s;display:inline-flex}.sidebar-collapse-toggle:hover{color:#fff;background:#ffffff1a}.app-sidebar.is-collapsed .sidebar-logo{justify-content:center;padding:0 8px}.app-sidebar.is-collapsed .sidebar-collapse-area{justify-content:center;padding-inline:0}.sidebar-logo-mark{background:var(--brand-red);color:#fff;border-radius:7px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-style:italic;font-weight:900;display:inline-flex}.sidebar-logo-text{color:#fff;letter-spacing:.5px;white-space:nowrap;opacity:1;min-width:126px;font-size:15px;font-style:italic;font-weight:800;transition:opacity .1s .12s;overflow:hidden}.app-sidebar.is-collapsed .sidebar-logo-text{opacity:0;width:0;min-width:0;transition-delay:0s}.sidebar-logo-text b{color:#f2564c;font-weight:900}.sidebar-inner{flex-direction:column;min-height:100%;display:flex}.sidebar-menu{flex:auto}.sidebar-account{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff1a;align-items:center;gap:10px;width:100%;padding:14px 16px 16px;display:flex}.sidebar-account:hover{background:#ffffff12}.app-sidebar.is-collapsed .sidebar-account{justify-content:center;gap:0;padding:14px 8px 16px}.sidebar-account-copy{opacity:1;flex-direction:column;flex:1;gap:2px;min-width:0;max-width:150px;transition:opacity .1s .12s;display:flex;overflow:hidden}.app-sidebar.is-collapsed .sidebar-account-copy{opacity:0;flex:0 0 0;max-width:0;transition-delay:0s}.sidebar-account-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.sidebar-account-role{color:#ffffff8c;font-size:11px}.sidebar-account-arrow{color:#ffffff8c;opacity:1;width:10px;font-size:10px;transition:opacity .1s .12s;overflow:hidden}.app-sidebar.is-collapsed .sidebar-account-arrow{opacity:0;width:0;transition-delay:0s}.page-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-header-title{color:var(--ink);font-size:22px;font-weight:800;line-height:1.3}.page-header-subtitle{color:var(--muted);font-size:13px}.metric-card{border-radius:12px}.metric-card-head{justify-content:space-between;align-items:center;display:flex}.metric-card-label{color:var(--ink-secondary);font-size:13px}.metric-card-icon{color:#c3c8d1;font-size:18px}.metric-card-value{color:var(--ink);margin:8px 0 4px;font-size:26px;font-weight:800;line-height:1.3}.metric-card-delta{font-size:12px;font-weight:600}.metric-card-delta-label{color:var(--muted);margin-left:4px;font-weight:400}.pivot-page{max-width:1440px;margin:0 auto}.pivot-page-header{margin-bottom:16px}.pivot-template-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.pivot-template-card{border:1px solid var(--line);min-height:94px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.pivot-template-card:focus{outline:none}.pivot-template-card:focus-visible{outline:2px solid var(--template-color);outline-offset:2px}.pivot-template-card:hover{border-color:color-mix(in srgb, var(--template-color) 55%, white);transform:translateY(-1px);box-shadow:0 6px 18px #10131a0f}.pivot-template-card.is-active{border:2px solid var(--template-color);background:color-mix(in srgb, var(--template-color) 4%, white);padding:11px}.pivot-template-icon{background:color-mix(in srgb, var(--template-color) 10%, white);width:28px;height:28px;color:var(--template-color);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2px;font-size:15px;display:inline-flex}.pivot-template-name{color:var(--ink);font-size:13px;font-weight:700}.pivot-template-card.is-active .pivot-template-name{color:var(--template-color)}.pivot-template-description{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}.pivot-template-check{color:var(--template-color);font-size:13px;position:absolute;top:10px;right:10px}.pivot-filter-card{margin-bottom:10px}.pivot-filter-card .ant-card-body{align-items:center;gap:16px;display:flex}.pivot-filter-label{min-width:72px;color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.pivot-scope-hint{align-items:center;min-height:30px;padding:0 2px 4px;font-size:12px;display:flex}.scene-analysis-filter-card .ant-tag{margin-inline-end:0;line-height:30px}.scene-template-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px;display:flex}.scene-template-heading h2{color:var(--ink);margin:0;font-size:18px;line-height:1.35}.scene-template-heading p{color:var(--muted);margin:4px 0 0;font-size:12px}.scene-analysis-filter-card .ant-card-body{display:block}.scene-filter-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.scene-filter-head strong{color:var(--brand-red);font-size:12px;font-weight:700}.scene-filter-dot{background:var(--brand-red);border-radius:50%;width:8px;height:8px}.scene-filter-helper{color:var(--muted);margin-top:10px;font-size:12px}.scene-metric-picker{background:#fff;border:0;border-radius:0;margin:0;padding:0 24px 18px;position:relative}.scene-metric-picker:after,.scene-analysis-workspace-card>.ant-card-head:after{content:"";background:linear-gradient(90deg,#0000 0%,#dfe3e9 8% 92%,#0000 100%);height:1px;position:absolute;bottom:0;left:24px;right:24px}.scene-analysis-workspace-card{margin-bottom:16px;overflow:hidden}.scene-analysis-workspace-card>.ant-card-head{border-bottom:0;position:relative}.scene-analysis-workspace-card .scene-metric-picker{padding-left:24px;padding-right:24px}.scene-analysis-workspace-body{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);display:grid}.scene-analysis-chart-section{min-width:0;padding:20px 24px 26px;position:relative}.scene-analysis-chart-section:after{content:"";background:linear-gradient(#0000 0%,#dfe3e9 10% 90%,#0000 100%);width:1px;position:absolute;top:24px;bottom:24px;right:0}.scene-analysis-note-section{min-width:0;padding:20px 24px 26px}.scene-workspace-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.scene-workspace-section-head strong{color:var(--ink);font-size:16px}.scene-workspace-section-head>span{color:var(--muted);font-size:12px}.scene-workspace-section-head .ant-tag{margin-inline-end:0}.scene-metric-loading-card{min-height:250px;margin-bottom:16px}.scene-metric-picker-head{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.scene-metric-picker-head>div{align-items:baseline;gap:9px;display:flex}.scene-metric-picker-head strong{color:var(--ink);font-size:16px}.scene-metric-picker-head span{color:var(--muted);font-size:12px}.scene-metric-select{width:180px}.scene-metric-tabs{border-bottom:1px solid var(--line);gap:26px;display:flex}.scene-metric-tabs button{color:var(--ink-secondary);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:0 2px 11px;font-size:13px;transition:color .16s;display:inline-flex;position:relative}.scene-metric-tabs button:after{content:"";background:0 0;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.scene-metric-tabs button:hover,.scene-metric-tabs button.is-active{color:var(--brand-red)}.scene-metric-tabs button.is-active{font-weight:700}.scene-metric-tabs button.is-active:after{background:var(--brand-red)}.scene-metric-tabs button span{min-width:18px;height:18px;color:var(--muted);background:#e9ecf1;border-radius:5px;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.scene-metric-tabs button.is-active span{color:var(--brand-red);background:#fde9e7}.scene-metric-tabs button:focus-visible,.scene-metric-option:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.scene-metric-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:14px;display:grid}.scene-metric-option{min-width:0;min-height:112px;color:var(--ink-secondary);cursor:pointer;font:inherit;text-align:left;background:#fff;border:1px solid #e6e9ee;border-radius:10px;padding:13px 14px;transition:border-color .16s,box-shadow .16s,transform .12s}.scene-metric-option:hover{border-color:#cfd5de;box-shadow:0 5px 14px #2c374a0f}.scene-metric-option:active{transform:translateY(1px)}.scene-metric-option-title{min-width:0;color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;display:flex}.scene-metric-option-title>svg{color:var(--brand-red);flex:none}.scene-metric-option>strong{color:var(--ink);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:20px;line-height:1.25;display:block;overflow:hidden}.scene-metric-option-compare{flex-wrap:wrap;gap:6px 12px;margin-top:9px;font-size:11px;font-weight:600;display:flex}.scene-metric-option-compare .is-up,.scene-change-cell .is-up{color:var(--red)}.scene-metric-option-compare .is-down,.scene-change-cell .is-down{color:var(--green)}.scene-metric-option-compare .is-empty,.scene-change-cell .is-empty{color:var(--muted)}.scene-metric-option.is-active{box-shadow:inset 3px 0 0 var(--brand-red), 0 5px 14px #2c374a12;border-color:#e633298c}.scene-metric-option.is-active .scene-metric-option-title{color:var(--brand-red)}.scene-change-cell{flex-direction:column;gap:2px;line-height:1.25;display:flex}.scene-change-cell strong{font-size:12px}.scene-change-cell span{color:var(--muted);white-space:nowrap;font-size:11px}.scene-analysis-note-card{height:100%}.scene-period-line{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:10px 0;font-size:12px;display:flex}.scene-period-line span{color:var(--muted)}.scene-period-line strong{color:var(--ink);text-align:right;font-size:12px}.scene-analysis-note{color:var(--brand-red-dark);background:#fff1f0;border-radius:8px;margin-top:16px;padding:10px 12px;font-size:12px;line-height:1.6}.scene-analysis-table-card{margin-top:16px}.scene-export-modal-help{color:var(--ink-secondary);margin:0 0 14px;font-size:13px;line-height:1.65}.scene-export-option-section{border:1px solid var(--line);background:#fafbfc;border-radius:10px;padding:16px}.scene-export-option-section+.scene-export-option-section{margin-top:14px}.scene-export-option-title{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px;display:flex}.scene-export-option-title strong{color:var(--ink);font-size:14px}.scene-export-option-title span{color:var(--muted);font-size:12px}.scene-export-modal-actions{align-items:center;gap:8px;margin-bottom:12px;display:flex}.scene-export-modal-actions span{color:var(--muted);margin-left:auto;font-size:12px}.scene-export-stage{z-index:-1;pointer-events:none;width:2400px;position:fixed;top:0;left:-10000px}.scene-export-report{color:#16181d;background:#f5f6f8;width:2400px;padding:56px;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}.scene-export-header{color:#fff;background:linear-gradient(125deg,#111a2a 0%,#253249 100%);border-radius:22px;justify-content:space-between;align-items:flex-end;gap:40px;padding:42px 48px;display:flex}.scene-export-header>div:first-child>span{color:#ffffff9e;letter-spacing:.16em;font-size:18px}.scene-export-header h1{color:#fff;margin:10px 0 0;font-size:52px;line-height:1.15}.scene-export-header-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:8px;max-width:58%;display:flex}.scene-export-header-meta strong{font-size:26px}.scene-export-header-meta span{color:#ffffffad;font-size:18px;line-height:1.5}.scene-export-periods{background:#fff;border:1px solid #e2e6ec;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:26px;display:grid;overflow:hidden}.scene-export-periods>div{border-right:1px solid #e8ebf0;flex-direction:column;gap:9px;min-width:0;padding:24px 28px;display:flex}.scene-export-periods>div:last-child{border-right:0}.scene-export-periods span{color:#8b93a1;font-size:15px}.scene-export-periods strong{color:#242934;text-overflow:ellipsis;white-space:nowrap;font-size:19px;line-height:1.45;overflow:hidden}.scene-export-section{margin-top:32px}.scene-export-section-title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.scene-export-section-title h2{color:#181c24;margin:0;font-size:30px}.scene-export-section-title span{color:#747d8d;font-size:16px}.scene-export-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.scene-export-chart-card{background:#fff;border:1px solid #e1e5eb;border-radius:16px;min-width:0;padding:26px 28px 22px}.scene-export-chart-card h3{color:#242934;margin:0 0 10px;font-size:21px}.scene-export-data-section{margin-top:38px}.scene-export-table-block{background:#fff;border:1px solid #dde2e9;border-radius:16px;margin-top:22px;overflow:hidden}.scene-export-table-block h3{color:#242934;background:#fafbfc;border-bottom:1px solid #e5e9ef;margin:0;padding:18px 22px;font-size:18px}.scene-export-table-block table{border-collapse:collapse;table-layout:fixed;width:100%}.scene-export-table-block th,.scene-export-table-block td{color:#303642;text-align:right;vertical-align:middle;border-bottom:1px solid #e9edf2;border-right:1px solid #e9edf2;padding:11px 8px;font-size:12px;line-height:1.35}.scene-export-table-block thead tr:first-child th{color:#4b5565;text-align:center;background:#f2f4f7;font-size:13px}.scene-export-table-block thead tr:nth-child(2) th{color:#7b8493;text-align:center;background:#fafbfc;font-size:11px}.scene-export-table-block th:first-child{text-align:left;width:180px;padding-left:14px}.scene-export-table-block tbody th{color:#242934;background:#fafbfc;font-size:13px}.scene-export-table-block tr:last-child th,.scene-export-table-block tr:last-child td{border-bottom:0}.scene-export-table-block th:last-child,.scene-export-table-block td:last-child{border-right:0}.scene-export-current-cell{background:#fffdfd;font-weight:700;color:#181c24!important}.scene-export-change-cell strong,.scene-export-change-cell span{white-space:nowrap;display:block}.scene-export-change-cell strong{font-size:12px}.scene-export-change-cell span{color:#9aa1ad;margin-top:2px;font-size:10px}.scene-export-change-cell .is-up{color:#e63329}.scene-export-change-cell .is-down{color:#0e9f6e}.scene-export-change-cell .is-empty{color:#9aa1ad}.scene-export-footer{color:#8b93a1;border-top:1px solid #dfe3e9;justify-content:space-between;margin-top:30px;padding:20px 4px 4px;font-size:14px;display:flex}.pivot-kpi-card,.pivot-content-row{margin-bottom:16px}.pivot-kpi-label{color:var(--ink-secondary);justify-content:space-between;align-items:center;font-size:13px;display:flex}.pivot-kpi-value{color:var(--ink);margin:9px 0 5px;font-size:25px;font-weight:800;line-height:1.3}.pivot-kpi-delta{font-size:12px;font-weight:600}.pivot-kpi-delta span{color:var(--muted);margin-left:4px;font-weight:400}.pivot-kpi-delta.is-up{color:var(--red)}.pivot-positive,.pivot-kpi-delta.is-down{color:var(--green)}.pivot-rank-top{color:var(--brand-red)}.pivot-rank{color:#b4bac4}.pivot-mini-bar{background:#edf0f4;border-radius:99px;height:6px;overflow:hidden}.pivot-mini-bar span{border-radius:inherit;height:100%;display:block}.pivot-template-note .ant-card-body{min-height:236px}.pivot-note-icon{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:19px;display:inline-flex}.pivot-template-note h3{margin:14px 0 6px;font-size:16px}.pivot-template-note p{min-height:48px;color:var(--ink-secondary);margin:0;font-size:13px;line-height:1.7}.pivot-note-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:18px;padding-top:12px;font-size:12px;display:flex}.pivot-note-footer strong{color:var(--ink-secondary);font-weight:600}.pivot-loading .ant-card{min-height:180px}.modal-helper{color:var(--ink-secondary);margin:0 0 16px;font-size:13px}.template-option-icon{margin:0 8px 0 2px;display:inline-flex}.template-option-description{color:var(--muted);margin-left:12px;font-size:12px}@media (width<=1100px){.pivot-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scene-metric-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.scene-analysis-workspace-body{grid-template-columns:1fr}.scene-analysis-chart-section:after{background:linear-gradient(90deg,#0000 0%,#dfe3e9 8% 92%,#0000 100%);width:auto;height:1px;inset:auto 24px 0}}@media (width<=700px){.scene-template-heading{flex-direction:column;align-items:flex-start}.pivot-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pivot-filter-card .ant-card-body,.scene-metric-picker-head{flex-direction:column;align-items:flex-start}.scene-metric-picker-head>div{flex-direction:column;align-items:flex-start;gap:4px}.scene-metric-select{width:100%}.scene-metric-tabs{scrollbar-width:none;gap:20px;overflow-x:auto}.scene-metric-tabs::-webkit-scrollbar{display:none}.scene-metric-tabs button{flex:none}.scene-metric-options{grid-template-columns:minmax(0,1fr)}}
