:root{--bg:#f4f6f8;--panel:#fff;--ink:#17212b;--muted:#73808c;--line:#e3e8ec;--navy:#15283b;--teal:#0b877b;--teal-soft:#e8f6f3;--blue:#3567db;--orange:#dc7c2b;--red:#c44c4c;--shadow:0 8px 30px rgba(21,40,59,.07)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--ink);font-size:14px}.app-shell{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--navy);color:#fff;padding:26px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;padding:0 6px 28px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid #4ed1c3;border-radius:11px;color:#6ce1d6;font-weight:800;font-size:20px}.brand b,.brand small{display:block}.brand b{font-size:16px;letter-spacing:.2px}.brand small{color:#90a1b0;font-size:11px;margin-top:3px}.new-compare{background:#20a797;color:white;border:0;border-radius:8px;padding:12px;font-weight:700;cursor:pointer}.history-head{display:flex;justify-content:space-between;color:#94a5b5;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:28px 7px 12px}.history-head button{border:0;background:none;color:#758898;font-size:11px;cursor:pointer}.history-list{overflow:auto}.history-item{padding:12px;border-radius:8px;cursor:pointer;margin-bottom:5px;border:1px solid transparent}.history-item:hover,.history-item.active{background:#21384d;border-color:#304b62}.history-item b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item small{display:block;color:#90a1b0;margin-top:5px}.history-empty{color:#718698;text-align:center;padding:32px 10px;font-size:12px}.sidebar-foot{margin-top:auto;color:#8497a7;font-size:11px;padding:12px 5px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#49cdbf;margin-right:7px}
main{padding:0 30px 36px;min-width:0}.topbar{height:96px;display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:24px;margin:0 0 4px}.topbar p{margin:0;color:var(--muted);font-size:13px}.top-actions{display:flex;gap:10px}button{font:inherit}.primary,.ghost,.filter-btn{border-radius:7px;padding:9px 14px;cursor:pointer}.primary{background:var(--teal);border:1px solid var(--teal);color:#fff;font-weight:700}.ghost,.filter-btn{background:#fff;border:1px solid #d7dee4;color:#43505c}.import-grid{display:grid;grid-template-columns:1fr 56px 1fr;align-items:center}.drop-card{height:98px;background:#fff;border:1px dashed #b8c4ce;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;cursor:pointer;box-shadow:0 3px 12px rgba(30,40,50,.03)}.drop-card.drag{border-color:var(--teal);background:#f0fbf9}.source-logo{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;font-size:24px;font-weight:900}.source-logo.meta{background:#eef3ff;color:#3b67d9}.source-logo.adjust{background:#20252c;color:white}.drop-copy{min-width:0}.drop-copy b,.drop-copy small{display:block}.drop-copy small{color:var(--muted);margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-icon{font-size:20px;color:#84929f;margin-left:auto}.link-badge{text-align:center;color:#8996a2;font-size:10px;line-height:1.4}.link-badge b{color:var(--teal)}
.summary{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0}.metric{background:white;border:1px solid var(--line);border-radius:10px;padding:15px 18px}.metric span,.metric small{display:block;color:var(--muted);font-size:11px}.metric b{display:block;font-size:22px;margin:7px 0 3px;font-variant-numeric:tabular-nums}.metric.accent{background:var(--teal-soft);border-color:#c6e7e1}.metric.accent b{color:var(--teal)}
.page-tabs{display:flex;gap:5px;margin:-8px 0 18px;border-bottom:1px solid #dce3e8}.page-tabs button{border:0;background:transparent;color:#71808c;padding:12px 18px;cursor:pointer;font-weight:700;border-bottom:3px solid transparent}.page-tabs button.active{color:var(--teal);border-color:var(--teal)}.page-panel{display:none}.page-panel.active{display:grid}.api-page.active{display:block}.api-intro{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#142b3e,#1b4652);color:#fff;border-radius:12px;padding:18px 22px;margin-bottom:14px}.api-intro b{font-size:17px}.api-intro p{margin:5px 0 0;color:#a9bec8;font-size:12px}.api-local-state{font-size:11px;padding:7px 10px;border-radius:16px;background:rgba(255,255,255,.1)}.api-local-state.ok{color:#72e0ca}.api-local-state.bad{color:#ffbf9f}.api-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.api-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 4px 16px rgba(20,40,55,.04)}.api-card-head,.api-card-head>div{display:flex;align-items:center;justify-content:space-between}.api-card-head>div{justify-content:flex-start;gap:10px}.api-card-head .source-logo{width:36px;height:36px;font-size:18px}.api-card-head small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.mini-btn{border:1px solid #cbd7dc;background:#f7fafb;color:#3a5962;border-radius:6px;padding:7px 10px;cursor:pointer;font-size:11px}.config-list{display:grid;gap:8px;margin:16px 0}.config-row{display:grid;grid-template-columns:1fr 1.35fr 32px;gap:7px;background:#f7f9fa;border:1px solid #e4e9ec;border-radius:8px;padding:9px}.config-row.adjust-config{grid-template-columns:1.6fr 1fr 32px}.config-row label,.api-token-row label,.sync-bar label{display:grid;gap:4px;color:#73808c;font-size:9px}.config-row input,.api-token-row input,.sync-bar input{border:1px solid #d5dee3;background:#fff;border-radius:6px;padding:8px;min-width:0;font:inherit;color:var(--ink)}.remove-config{border:0;background:transparent;color:#a66;font-size:18px;cursor:pointer}.api-token-row{display:flex;align-items:end;gap:8px;border-top:1px solid #edf0f2;padding-top:13px}.api-token-row label{flex:1}.api-hint{font-size:10px;color:#8c989f;line-height:1.6;margin-top:10px}.sync-bar{display:flex;align-items:end;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-top:14px}.sync-button{height:38px}.sync-bar>span{margin-left:auto;color:#788791;font-size:11px;align-self:center}
.config-save-bar{display:flex;align-items:center;justify-content:flex-end;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px 16px;margin-top:14px}.config-save-bar span{margin-right:auto;color:#788791;font-size:11px}.api-config-link{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:7px;padding:8px 12px;cursor:pointer}.sync-source-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sync-source-overview>div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px}.sync-source-overview span,.sync-source-overview small{display:block;color:var(--muted);font-size:10px}.sync-source-overview b{display:block;margin:7px 0 4px;font-size:16px}.sync-intro{margin-bottom:14px}
.workspace-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.toolbar{padding:14px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.search{width:330px;border:1px solid #d7dee4;border-radius:7px;display:flex;align-items:center;padding:0 10px;gap:8px}.search input{border:0;outline:0;width:100%;height:36px}.segmented{display:flex;background:#f0f3f5;border-radius:7px;padding:3px}.segmented button{border:0;background:transparent;padding:6px 10px;color:#697783;cursor:pointer;border-radius:5px;font-size:12px}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px #ccd3d9}.result-count{margin-left:auto;color:var(--muted);font-size:12px}.filter-panel{display:none;padding:14px 16px;background:#f8fafb;border-bottom:1px solid var(--line);gap:12px;align-items:end;flex-wrap:wrap}.filter-panel.open{display:flex}.filter-panel label{display:grid;gap:5px;color:#687682;font-size:11px}.filter-panel label select,.filter-panel label input{border:1px solid #d7dee4;background:white;border-radius:6px;padding:7px}.filter-panel label select{width:74px;display:inline-block}.filter-panel label input{width:110px}.table-wrap{overflow:auto;max-height:calc(100vh - 386px);min-height:310px}table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:12px}th,td{padding:11px 10px;border-bottom:1px solid #e8ecef;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}th{position:sticky;top:0;background:#f7f9fa;color:#4d5a65;font-weight:700;z-index:3}th em{font-style:normal;color:#96a1aa;font-size:9px;font-weight:500}.group-head th{top:0;height:29px;padding:5px 10px;text-align:center;font-size:10px;letter-spacing:.05em}.group-head+.group-head,.group-head+tr th{top:29px}.bm-group{color:#3b67d9;background:#f1f5ff}.adjust-group{color:var(--teal);background:#eef9f7}td:first-child,th:first-child{text-align:left}.sticky-col{left:0;z-index:5}.sticky-name{left:124px;z-index:5}.data-row td:first-child,.data-row td:nth-child(2){position:sticky;background:#fff;z-index:2}.data-row td:first-child{left:0}.data-row td:nth-child(2){left:124px;text-align:left;border-right:1px solid var(--line)}.data-row:hover td{background:#fbfdfd}.data-row:hover td:first-child,.data-row:hover td:nth-child(2){background:#fbfdfd}.campaign-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.duplicate{border:0;background:#fff0d8;color:#9c641f;border-radius:10px;padding:3px 7px;font-size:10px;margin-left:6px;cursor:pointer}.match-ok{color:var(--teal)}.match-no{color:#a8742e}.rec{border:0;border-radius:13px;padding:5px 9px;font-weight:700;font-size:11px;cursor:pointer}.rec.scale{color:#08776d;background:#dff4ef}.rec.watch{color:#7b671f;background:#f7f0d4}.rec.reduce{color:#a55d20;background:#fde9d8}.rec.stop{color:#a33f3f;background:#f9dddd}.empty-state{text-align:center;padding:75px;color:#82909b}.empty-state div{font-size:38px;color:#b2c1c9}.empty-state b{display:block;color:#4b5964;margin:12px}.empty-state p{font-size:12px}.toast{position:fixed;right:28px;bottom:28px;background:#192c3e;color:#fff;padding:12px 18px;border-radius:8px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateY(0)}dialog{border:0;border-radius:13px;padding:24px;box-shadow:0 25px 80px rgba(0,0,0,.3);min-width:390px}dialog::backdrop{background:rgba(15,27,38,.5)}dialog h3{margin-top:0}dialog p{color:var(--muted)}dialog label{display:grid;gap:7px}dialog input{border:1px solid #ccd6de;border-radius:7px;padding:10px}dialog form>div,dialog>button{margin-top:20px}dialog form>div{display:flex;justify-content:flex-end;gap:10px}#detailDialog{max-width:520px}.detail-score{font-size:32px;color:var(--teal);font-weight:800}.detail-list{line-height:1.9;color:#52606c}
.col-resizer{position:absolute;right:-3px;top:0;width:7px;height:100%;cursor:col-resize;z-index:9}.col-resizer:hover,.col-resizer:active{background:rgba(11,135,123,.45)}body.resizing-column{cursor:col-resize;user-select:none}
.search{width:560px;max-width:100%;align-items:flex-start;transition:border-color .2s,box-shadow .2s}.search:focus-within{border-color:#67b8ae;box-shadow:0 0 0 3px rgba(11,135,123,.1)}.search>span{padding-top:9px}.search textarea{border:0;outline:0;width:100%;height:36px;min-height:36px;max-height:216px;padding:9px 0 7px;resize:none;overflow-y:hidden;font:inherit;line-height:18px;background:transparent;transition:height .16s ease}
.account-search{width:410px}.campaign-search{width:280px;height:38px;border:1px solid #d7dee4;border-radius:7px;display:flex;align-items:center;padding:0 10px;gap:8px;background:#fff;transition:border-color .2s,box-shadow .2s}.campaign-search:focus-within{border-color:#67b8ae;box-shadow:0 0 0 3px rgba(11,135,123,.1)}.campaign-search input{border:0;outline:0;width:100%;height:36px;background:transparent;font:inherit}
table th,table td,table th:first-child,table td:first-child,.data-row td:nth-child(2){text-align:center}.campaign-name{text-align:center}
.roas-band-select{height:38px;border:1px solid #d7dee4;border-radius:7px;background:#fff;color:#43505c;padding:0 10px;outline:none;cursor:pointer}.roas-band-select:focus{border-color:#67b8ae}.roas-cell{padding:8px 12px}.roas-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:6px 11px;border-radius:8px;border:1px solid transparent;font-weight:800;box-shadow:0 1px 2px rgba(20,30,40,.04)}.roas-badge.red{background:#fbe3e3;border-color:#efc2c2;color:#9f2929}.roas-badge.yellow{background:#fff4c5;border-color:#eadb8c;color:#806400}.roas-badge.orange{background:#fce5cc;border-color:#efc393;color:#9a4e0b}.roas-badge.purple{background:#f0e6f8;border-color:#d8c0ec;color:#713ca0}.roas-badge.blue{background:#e4eefc;border-color:#c5d9f4;color:#245fa8}.roas-badge.green{background:#e0f4e6;border-color:#bde1c8;color:#19713b}.roas-badge.none{background:#f2f4f5;border-color:#e1e5e8;color:#89949d}.money-strong{font-weight:800}.spend-value{color:#263b4d}.revenue-value{color:#126f66}.total-revenue{background:#f2faf8!important}
.money-strong,.spend-value,.revenue-value{font-weight:800;color:#17212b!important}.data-row td:nth-child(18){font-weight:400!important;color:#17212b!important}.result-summary-row td{position:sticky;bottom:0;z-index:4;background:#edf3f5;border-top:2px solid #a9bec5;border-bottom:0;color:#314451;padding-top:13px;padding-bottom:13px}.result-summary-row .summary-strong{font-weight:800;color:#17212b}.result-summary-row td:first-child{left:0;z-index:6;background:#e4edef}.result-summary-row td:nth-child(2){left:124px;z-index:6;background:#e4edef;border-right:1px solid #ccd9de}
.auto-fetch-settings{display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px 12px;border:1px solid #dce8e7;background:#f4faf9;border-radius:8px}.auto-fetch-settings label{display:flex;align-items:center;gap:6px;color:#52636b;font-size:10px}.auto-fetch-settings label:first-child{font-weight:800;margin-right:auto}.auto-fetch-settings select{border:1px solid #cddbdc;background:#fff;border-radius:6px;padding:6px;color:#40525a}.source-sync{height:38px;border-radius:7px;padding:0 13px;background:#fff;font-weight:700;cursor:pointer}.meta-sync{border:1px solid #b9caef;color:#3567db}.adjust-sync{border:1px solid #b5dcd7;color:#08796f}.source-sync:disabled,.sync-button:disabled{opacity:.55;cursor:wait}.config-save-bar{display:flex;align-items:center;justify-content:flex-end;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-top:14px}.config-save-bar span{margin-right:auto;color:#71808a;font-size:11px}.api-config-link{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:7px;padding:8px 12px;cursor:pointer}.sync-source-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sync-source-overview>div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px}.sync-source-overview span,.sync-source-overview small{display:block;color:#7a8892;font-size:10px}.sync-source-overview b{display:block;margin:7px 0;font-size:16px}
.adjust-filter-bar{display:flex;align-items:end;gap:8px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;margin-bottom:12px;overflow-x:auto}.adjust-filter-bar label{display:grid;gap:5px;color:#6e7c86;font-size:9px;flex:1;min-width:125px}.adjust-filter-bar label:first-child{min-width:210px}.adjust-filter-bar select,.adjust-filter-bar input{height:36px;border:1px solid #d6dee4;border-radius:7px;background:#fff;padding:0 9px;color:#33434f;font:inherit;outline:none}.adjust-filter-bar select:focus,.adjust-filter-bar input:focus{border-color:#67b8ae}.adjust-filter-bar button{height:36px;white-space:nowrap}
.adjust-local-filter{display:flex;align-items:center;gap:9px;padding:10px 16px;background:#f1f8f7;border-bottom:1px solid #d9e7e5}.adjust-local-filter>span{display:flex;align-items:center;gap:7px;font-size:11px;color:#36555a}.adjust-local-filter>span b{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:#20252c;color:#fff}.adjust-local-filter label{display:flex;align-items:center;gap:5px;color:#718087;font-size:9px}.adjust-local-filter select{height:31px;max-width:190px;border:1px solid #cfdcdd;border-radius:6px;background:#fff;padding:0 7px;font:inherit;color:#405159}.adjust-local-filter button{padding:6px 10px}.adjust-local-filter small{margin-left:auto;color:#829096;font-size:9px}
@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.history-list,.history-head,.sidebar-foot{display:none}main{padding:0 14px 25px}.import-grid{grid-template-columns:1fr}.link-badge{display:none}.summary{grid-template-columns:repeat(2,1fr)}.topbar{height:auto;padding:20px 0}.topbar p{display:none}.search{width:100%}.toolbar{flex-wrap:wrap}.result-count{margin-left:0}.api-grid,.sync-source-overview{grid-template-columns:1fr}.sync-bar,.auto-fetch-settings{flex-wrap:wrap}}
