@import "tailwindcss";

:root { --blue:#2563eb; --blue-dark:#1d4ed8; --ink:#172033; --muted:#697386; --line:#e6eaf0; --bg:#f4f6f9; }
* { box-sizing:border-box; }
html, body { margin:0; min-width:1180px; background:var(--bg); color:var(--ink); font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif; }
body { min-height:100vh; }
.app-shell { display:flex; min-height:100vh; }
.sidebar { position:fixed; inset:0 auto 0 0; width:224px; display:flex; flex-direction:column; padding:25px 16px 18px; color:#d9e2f1; background:#15233a; border-right:1px solid #22324a; }
.brand { display:flex; align-items:center; gap:11px; padding:0 8px 28px; color:white; }
.brand-mark { display:grid; place-items:center; width:36px; height:36px; border-radius:9px; background:#fff; overflow:hidden; }
.brand-mark img { display:block; width:30px; height:30px; object-fit:contain; }
.brand b { display:block; font-size:16px; letter-spacing:.5px; }
.brand small { display:block; margin-top:3px; color:#8493aa; font-size:9px; letter-spacing:1.8px; }
nav { display:flex; flex-direction:column; gap:5px; }
.nav-label { margin:20px 12px 7px; color:#687991; font-size:11px; }
.nav-item { display:flex; align-items:center; gap:12px; height:44px; padding:0 13px; border-radius:7px; color:#aab6c8; text-decoration:none; font-size:14px; }
.nav-item span { width:19px; font-size:18px; text-align:center; }
.nav-item.active { color:white; background:var(--blue); box-shadow:0 6px 16px rgba(37,99,235,.25); }
.nav-item.disabled { cursor:default; }
.nav-item.disabled:hover { background:#1b2b43; }
.sidebar-footer { display:grid; grid-template-columns:36px 1fr 20px; align-items:center; gap:10px; margin-top:auto; padding:17px 8px 0; border-top:1px solid #2a3950; }
.avatar { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; color:#dce8ff; background:#2f4770; font-size:13px; }
.sidebar-footer b,.sidebar-footer small { display:block; }.sidebar-footer b{color:#fff;font-size:13px}.sidebar-footer small{margin-top:3px;color:#8290a5;font-size:10px}
.content-area { width:calc(100% - 224px); margin-left:224px; }
.topbar { height:82px; display:flex; align-items:center; justify-content:space-between; padding:0 28px; background:#fff; border-bottom:1px solid var(--line); }
.topbar h1 { margin:0 0 5px; font-size:22px; letter-spacing:.2px; }.topbar p{margin:0;color:var(--muted);font-size:12px}
.topbar-right,.date-box { display:flex; align-items:center; }.topbar-right{gap:20px}.date-box{gap:10px}.date-box>span{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;color:var(--blue);background:#eef4ff;font-weight:700}.date-box small,.date-box b{display:block}.date-box small{color:#8a94a6;font-size:10px}.date-box b{margin-top:3px;font-size:12px}
.notice { position:relative; width:36px; height:36px; border:1px solid var(--line); border-radius:8px; color:#728097; background:white; }.notice i{position:absolute;right:-4px;top:-5px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;color:white;background:#ef4444;border:2px solid white;font-size:9px;font-style:normal}
.dashboard { padding:22px 28px 30px; max-width:1500px; margin:auto; }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.metric-card,.panel { background:#fff; border:1px solid var(--line); border-radius:9px; box-shadow:0 1px 2px rgba(16,24,40,.03); }
.metric-card { padding:17px 18px 15px; }.metric-top{display:flex;justify-content:space-between;align-items:center;color:#697386;font-size:12px}.metric-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:var(--blue);background:#edf3ff;font-size:14px;font-weight:700}.metric-card>strong{display:block;margin:7px 0 8px;font-size:24px;letter-spacing:-.3px}.metric-note{display:flex;gap:5px;color:#8a94a6;font-size:10px}.trend{color:#159566;font-weight:700}
.main-grid { display:grid; grid-template-columns:1.8fr 1fr; gap:16px; margin-top:16px; }.panel{padding:18px}.panel-title{display:flex;align-items:flex-start;justify-content:space-between}.panel-title h2{margin:0 0 5px;font-size:14px}.panel-title p{margin:0;color:#8a94a6;font-size:10px}.total-tag{padding:6px 9px;border-radius:6px;color:#6f7a8d;background:#f6f8fa;font-size:10px}.total-tag b{margin-left:4px;color:var(--ink)}
.chart-wrap{display:flex;height:174px;margin-top:18px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;width:32px;padding-bottom:23px;color:#9aa4b3;font-size:9px}.bar-chart{display:grid;grid-template-columns:repeat(7,1fr);gap:18px;flex:1;border-bottom:1px solid #dfe5ec;background:repeating-linear-gradient(to bottom,#eef1f5 0,#eef1f5 1px,transparent 1px,transparent 37px)}.bar-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;color:#8792a5;font-size:9px}.bar-space{position:relative;width:100%;height:142px;display:flex;align-items:flex-end;justify-content:center}.bar{width:24px;min-height:8px;border-radius:4px 4px 1px 1px;background:#8db2fb}.bar.peak{background:var(--blue)}.bar-value{display:none;position:absolute;top:0;padding:3px 5px;border-radius:4px;color:white;background:#172033;font-size:8px}.bar-column:nth-child(4) .bar-value{display:block}.bar-column>span{margin-top:8px}
.goal-list{margin-top:12px}.goal-item{padding:10px 0;border-bottom:1px solid #eef1f5}.goal-item:last-child{border:0}.goal-item>div:first-child{display:flex;justify-content:space-between}.goal-item b{font-size:11px}.goal-item span{color:var(--blue);font-size:11px;font-weight:700}.goal-item small{display:block;margin:5px 0 8px;color:#8490a3;font-size:9px}
.progress{height:7px;overflow:hidden;border-radius:10px;background:#e9edf2}.progress i{display:block;height:100%;border-radius:10px;background:var(--blue)}.progress.slim{height:6px}.progress i.orange{background:#f59e0b}
.budget-panel,.alerts-panel{margin-top:16px;padding-bottom:5px}.muted{color:#9aa4b3;font-size:9px}.budget-head,.budget-row{display:grid;grid-template-columns:1.05fr .7fr 1.8fr 1.15fr .7fr;align-items:center;gap:18px}.budget-head,.alerts-head{margin:15px -18px 0;padding:9px 18px;color:#8792a5;background:#f8f9fb;border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4;font-size:9px}.budget-row{min-height:47px;border-bottom:1px solid #eef1f4;font-size:10px}.budget-row:last-child{border:0}.budget-row>b{font-size:11px}.owner{display:flex;align-items:center;gap:7px}.owner i{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#3b65a6;background:#e7effd;font-size:9px;font-style:normal}.progress-cell{display:grid;grid-template-columns:1fr 32px;align-items:center;gap:9px}.progress-cell b{color:#506078;font-size:9px}.status{width:max-content;padding:4px 8px;border-radius:12px;font-size:9px}.status.normal{color:#13885e;background:#e9f8f1}.status.watch{color:#bd6a04;background:#fff3dc}
.alerts-head,.alert-row{display:grid;grid-template-columns:.7fr 2.2fr .65fr .9fr .7fr;align-items:center;gap:16px}.alert-count{color:#c16b05;font-size:10px;font-weight:700}.alert-row{min-height:45px;border-bottom:1px solid #eef1f4;font-size:10px}.alert-row:last-child{border:0}.alert-row b{font-size:10px}.alert-label{width:max-content;padding:4px 7px;border-radius:4px;font-size:9px}.alert-label.warning{color:#b66908;background:#fff3dc}.alert-label.danger{color:#c44242;background:#ffebeb}.alert-label.neutral{color:#446ea9;background:#eaf1fd}.pending-dot{color:#cf7809;font-size:9px}
@media (max-width:1250px){.dashboard{padding-left:20px;padding-right:20px}.metric-grid{gap:10px}.main-grid{grid-template-columns:1.65fr 1fr}.bar-chart{gap:10px}}

/* 新版企业运营总览 */
.system-note{display:flex;align-items:center;gap:10px;margin-top:auto;padding:15px 10px 2px;border-top:1px solid #2a3950}.system-note>i{color:#43c38b;font-size:10px}.system-note b,.system-note small{display:block}.system-note b{color:#dce5f2;font-size:11px}.system-note small{margin-top:4px;color:#73839b;font-size:9px}
.overview-dashboard{padding-top:24px}.summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.summary-card{display:flex;align-items:flex-start;gap:12px;min-height:116px;padding:18px 16px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 1px 2px rgba(16,24,40,.03)}.summary-card.alert-card{border-color:#f3ddbc;background:#fffdf9}.summary-icon{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:8px;font-size:13px;font-weight:800}.summary-icon.blue{color:#2563eb;background:#edf3ff}.summary-icon.green{color:#168a61;background:#eaf8f2}.summary-icon.violet{color:#7251c9;background:#f1edff}.summary-icon.orange{color:#c8740a;background:#fff2dc}.summary-card small{display:block;color:#6f7a8d;font-size:10px}.summary-card strong{display:block;margin:8px 0 7px;font-size:20px;white-space:nowrap}.summary-card strong i{font-size:10px;font-style:normal;font-weight:500}.summary-card p{margin:0;color:#919baa;font-size:9px;white-space:nowrap}.summary-card p b{color:#34715b}
.operations-panel{margin-top:18px;padding:0;overflow:hidden}.operations-title{display:flex;align-items:center;justify-content:space-between;padding:19px 18px 16px}.operations-title h2{margin:0 0 5px;font-size:15px}.operations-title p{margin:0;color:#8a94a6;font-size:10px}.legend{display:flex;gap:14px;color:#7e899b;font-size:9px}.legend span{display:flex;align-items:center;gap:5px}.dot{width:6px;height:6px;border-radius:50%}.dot.normal{background:#24a875}.dot.behind,.dot.expiry{background:#e59a25}.dot.fast{background:#e15b58}
.ops-table{width:100%;overflow:hidden}.ops-head,.ops-row{display:grid;grid-template-columns:1.05fr 1.35fr .52fr 1.25fr 1.12fr 1.4fr .78fr 1.15fr .72fr;align-items:center;column-gap:14px;padding:0 18px}.ops-head{height:38px;color:#7f8a9c;background:#f7f9fb;border-top:1px solid #edf0f3;border-bottom:1px solid #e8ecf1;font-size:9px}.ops-row{min-height:79px;border-bottom:1px solid #edf0f3;font-size:10px}.ops-row:last-child{border-bottom:0}.company-cell{display:flex;align-items:center;gap:9px}.company-cell>i{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#315d9b;background:#eaf1fd;font-size:11px;font-style:normal}.company-cell>b{font-size:11px;white-space:nowrap}.service-date{color:#5f6b7d;font-size:9px;white-space:nowrap}.days{display:flex;align-items:baseline;gap:2px}.days b{font-size:14px}.days small{color:#8490a2;font-size:9px}.days.urgent b{color:#dc7630}.mini-metric>div:first-child{position:relative;margin-bottom:7px;white-space:nowrap}.mini-metric b{font-size:10px}.mini-metric span{color:#8a94a6;font-size:9px}.mini-metric em{position:absolute;right:0;color:#738096;font-size:8px;font-style:normal}.progress.tiny{height:5px}.progress i.amber{background:#e7a02d}.progress i.red{background:#e15b58}.today-spend{font-size:10px;white-space:nowrap}.status-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.ops-status{padding:4px 7px;border-radius:10px;font-size:8px;white-space:nowrap}.ops-status.normal{color:#13885e;background:#e9f8f1}.ops-status.behind,.ops-status.slow{color:#b96a09;background:#fff2dc}.ops-status.fast{color:#c94948;background:#ffebeb}.ops-status.expiry{color:#9a63b6;background:#f4eafb}.detail-btn{padding:7px 8px;border:1px solid #dce3ec;border-radius:6px;color:#3166b3;background:#fff;font-size:9px;white-space:nowrap;cursor:default}.detail-btn span{margin-left:3px;font-size:12px}.overview-footnote{display:flex;align-items:center;gap:8px;margin-top:13px;color:#8792a3;font-size:9px}.overview-footnote>span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;color:#5879a8;background:#e7eef8;font-family:serif;font-weight:bold}
@media(max-width:1320px){.summary-grid{gap:9px}.summary-card{padding:15px 12px}.ops-head,.ops-row{column-gap:9px;padding-left:13px;padding-right:13px}.ops-head,.ops-row{grid-template-columns:1fr 1.28fr .48fr 1.2fr 1.05fr 1.32fr .72fr 1.1fr .68fr}}

/* 企业列表与展开执行计划 */
.account-area{margin-top:auto;padding:12px 4px 0;border-top:1px solid #2a3950}.mock-badge{display:inline-block;margin:0 5px 8px;padding:3px 6px;border-radius:4px;color:#87a0c3;background:#203650;font-size:8px}.account-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 5px}.account-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#e1ebfa;background:#2f4770;font-size:12px}.account-card b,.account-card small{display:block}.account-card b{color:white;font-size:11px}.account-card small{margin-top:4px;color:#8290a5;font-size:8px}.account-card .logout-button{padding:6px 8px;border:1px solid #53647d;border-radius:6px;color:#dce6f4;background:#20314b;font-family:inherit;font-size:11px;line-height:1.2;white-space:nowrap;cursor:pointer}.account-card .logout-button:hover{color:#fff;border-color:#8295b0;background:#2a3e5c}.account-card .logout-button:disabled{opacity:.6;cursor:wait}.data-badge{padding:5px 8px;border-radius:5px;color:#60758f;background:#eef2f7;font-size:9px}
.company-dashboard{padding-top:22px}.list-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.list-summary h2{margin:0 0 5px;font-size:16px}.list-summary p{margin:0;color:#8792a5;font-size:10px}.status-summary{display:flex;gap:14px;color:#748094;font-size:9px}.status-summary span{display:flex;align-items:center;gap:5px}.company-panel{padding:0;overflow:hidden}.company-head,.company-row{display:grid;grid-template-columns:1.05fr 1.4fr .5fr 1.22fr 1.08fr 1.35fr .75fr 1.15fr .35fr;align-items:center;column-gap:14px;padding:0 18px}.company-head{height:40px;color:#7f8a9c;background:#f7f9fb;border-bottom:1px solid #e8ecf1;font-size:9px}.company-row{width:100%;min-height:76px;border:0;border-bottom:1px solid #edf0f3;color:var(--ink);background:white;text-align:left;font-family:inherit;font-size:10px;cursor:pointer}.company-row:hover,.company-row.open{background:#f9fbff}.company-row.open{border-bottom-color:#dfe8f5}.expand-button{display:grid;place-items:center;width:25px;height:25px;border:1px solid #dce3ec;border-radius:6px;color:#426da9;background:white;font-size:14px;transition:transform .15s}.expand-button.open{transform:rotate(180deg);color:white;background:var(--blue);border-color:var(--blue)}
.execution-plan{padding:18px 20px 20px;background:#f5f8fc;border-bottom:1px solid #dfe6ef;box-shadow:inset 0 1px 0 #e8eef6}.plan-heading,.monthly-title{display:flex;align-items:flex-start;justify-content:space-between}.plan-heading h3{margin:0 0 5px;font-size:13px}.plan-heading p,.plan-heading>span,.monthly-title span{margin:0;color:#8490a2;font-size:9px}.daily-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 18px}.daily-cards article{padding:12px 14px;background:white;border:1px solid #e1e7ef;border-radius:7px}.daily-cards small{display:block;color:#798598;font-size:9px}.daily-cards strong{display:block;margin:6px 0 5px;color:#2459a8;font-size:17px}.daily-cards strong i{font-size:9px;font-style:normal;font-weight:500}.daily-cards p{margin:0;color:#9aa4b3;font-size:8px}.monthly-title{align-items:center;margin-bottom:8px}.monthly-title h4{margin:0;font-size:11px}.monthly-table{overflow:hidden;border:1px solid #e0e6ee;border-radius:7px;background:white}.monthly-head,.monthly-row,.monthly-total{display:grid;grid-template-columns:1.05fr .65fr .95fr .75fr 1fr .95fr .75fr 1fr .75fr;align-items:center;gap:12px;padding:0 13px}.monthly-head{height:34px;color:#7f8a9c;background:#f1f4f8;border-bottom:1px solid #dfe5ed;font-size:8px}.monthly-row{min-height:37px;border-bottom:1px solid #edf0f3;color:#586577;font-size:9px}.monthly-row>b{color:#263349;font-size:9px}.monthly-row>b i{margin-left:5px;padding:2px 4px;border-radius:3px;color:#2d67b6;background:#e8f0fd;font-size:7px;font-style:normal}.month-status{width:max-content;padding:3px 6px;border-radius:9px;font-size:8px}.month-status.active{color:#247153;background:#e9f8f1}.month-status.planned{color:#697789;background:#eef1f5}.monthly-total{min-height:38px;color:#425269;background:#f9fafc;font-size:9px}.monthly-total>b{font-size:9px}
@media(max-width:1320px){.company-head,.company-row{column-gap:9px;padding-left:13px;padding-right:13px;grid-template-columns:1fr 1.32fr .45fr 1.15fr 1fr 1.27fr .68fr 1.05fr .3fr}.monthly-head,.monthly-row,.monthly-total{gap:8px}}

/* 企业运营计划分区 */
.company-head,.company-row{grid-template-columns:1fr 1.28fr .42fr 1.05fr .95fr 1.18fr .65fr 1.08fr 1.08fr;column-gap:11px}.text-expand{display:block;padding:7px 8px;border:1px solid #d8e1ed;border-radius:6px;color:#2f65b4;background:white;text-align:center;font-size:8px;white-space:nowrap}.company-row.open .text-expand{color:white;background:#2563eb;border-color:#2563eb}.execution-plan{padding:20px 22px 22px}.sync-meta{text-align:right}.sync-meta b,.sync-meta span{display:block}.sync-meta b{color:#57708f;font-size:9px}.sync-meta span{margin-top:4px;color:#8995a7;font-size:8px}.detail-section{margin-top:14px;padding:15px;background:white;border:1px solid #e1e7ef;border-radius:8px}.detail-section>h4,.schedule-head h4{display:flex;align-items:center;gap:7px;margin:0 0 13px;font-size:11px}.detail-section h4>i,.schedule-head h4>i{display:grid;place-items:center;width:19px;height:19px;border-radius:5px;color:#2c64b6;background:#e9f1fd;font-size:9px;font-style:normal}.service-grid{display:grid;grid-template-columns:repeat(5,.72fr) 2fr;align-items:center;gap:14px}.service-grid small,.fund-grid small{display:block;margin-bottom:5px;color:#8792a4;font-size:8px}.service-grid b,.fund-grid b{font-size:10px}.blue-text{color:#2563eb!important}.green-text{color:#16855e!important}.orange-text{color:#c97812!important}.service-progress>span{display:flex;justify-content:space-between;margin-bottom:7px;color:#718096;font-size:8px}.service-progress .progress{height:6px}.goal-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.goal-cards article{padding:13px;border:1px solid #e7ebf1;border-radius:7px;background:#fbfcfe}.goal-title{display:flex;align-items:center;justify-content:space-between}.goal-title>b{font-size:10px}.goal-title span{padding:3px 6px;border-radius:9px;font-size:7px}.goal-title .ok{color:#16855e;background:#e8f7f0}.goal-title .warn{color:#b96a09;background:#fff1d9}.goal-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.goal-numbers span{color:#8792a4;font-size:8px}.goal-numbers b{display:block;margin-top:5px;color:#26344a;font-size:11px}.progress.labeled{position:relative;height:6px;margin-right:28px}.progress.labeled em{position:absolute;left:calc(100% + 7px);top:-3px;color:#607087;font-size:8px;font-style:normal}.fund-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e7ebf1;border-radius:7px;overflow:hidden}.fund-grid>div{position:relative;min-height:67px;padding:13px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.fund-grid>div:nth-child(4n){border-right:0}.fund-grid>div:nth-child(n+5){border-bottom:0}.fund-grid b{display:block;font-size:12px}.fund-grid em{display:block;margin-top:5px;color:#9aa4b3;font-size:7px;font-style:normal}.fund-grid .separate{background:#f8fafc}.schedule-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.schedule-head h4{margin:0}.view-tabs{display:flex;padding:2px;border-radius:6px;background:#eef2f6}.view-tabs button{padding:5px 10px;border:0;border-radius:5px;color:#718096;background:transparent;font-family:inherit;font-size:8px}.view-tabs button.active{color:#265da8;background:white;box-shadow:0 1px 3px rgba(20,35,60,.1)}.plan-table,.day-table{overflow:hidden;border:1px solid #e2e7ee;border-radius:7px}.plan-head,.plan-row{display:grid;grid-template-columns:1.08fr .62fr 1.05fr .9fr 1.4fr .65fr .25fr;align-items:center;gap:11px;padding:0 12px}.plan-head{height:32px;color:#7f8a9c;background:#f2f5f8;font-size:8px}.plan-row{width:100%;min-height:37px;border:0;border-top:1px solid #edf0f3;color:#536175;background:white;text-align:left;font-family:inherit;font-size:8px}.plan-row:hover{background:#f9fbfd}.plan-row>b{color:#26344a;font-size:9px}.plan-row em{margin-left:5px;padding:2px 4px;border-radius:3px;color:#2862ad;background:#e8f0fd;font-size:7px;font-style:normal}.running,.waiting{width:max-content;padding:3px 6px;border-radius:9px;font-size:7px}.running{color:#16855e;background:#e8f7f0}.waiting{color:#68778a;background:#eef1f5}.day-table{margin:8px 10px 10px;border-color:#dfe6ef}.day-head,.day-row{display:grid;grid-template-columns:.8fr 1fr .9fr 1.12fr .85fr .78fr 1.05fr .7fr;align-items:center;gap:9px;padding:0 11px}.day-head{height:31px;color:#7d899b;background:#edf2f8;font-size:7px}.day-row{min-height:33px;border-top:1px solid #edf0f3;color:#5b687a;background:#fff;font-size:8px}.day-row b{color:#29374c;font-size:8px}.schedule>.day-table{margin:0}.video-card{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:16px}.video-thumb{height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:7px;color:#dbe7f7;background:#294364}.video-thumb span{font-size:18px}.video-thumb small{margin-top:6px;font-size:7px}.facebook-note{display:inline-block;padding:3px 6px;border-radius:4px;color:#6a7890;background:#eef1f5;font-size:7px}.video-info h5{margin:8px 0 5px;font-size:11px}.video-info p{margin:0;color:#8792a5;font-size:8px}.video-info>div{display:flex;gap:18px;margin-top:9px;color:#7b8799;font-size:8px}.video-info>div b{margin-left:4px;color:#26344a}.facebook-button{padding:8px 11px;border:1px solid #d7e0eb;border-radius:6px;color:#3566a8;background:white;font-family:inherit;font-size:8px;cursor:default}
@media(max-width:1320px){.company-head,.company-row{grid-template-columns:.92fr 1.2fr .4fr 1fr .9fr 1.1fr .62fr 1fr 1fr;column-gap:8px;padding-left:12px;padding-right:12px}.execution-plan{padding-left:14px;padding-right:14px}.service-grid{gap:10px}.plan-head,.plan-row{gap:7px}}

/* 全系统可读性：统一放大电脑端文字，并让行高随字号自适应 */
body{font-size:14px;line-height:1.5}.brand b{font-size:18px}.brand small{font-size:11px}.nav-label{font-size:12px}.nav-item{font-size:15px}.topbar h1{font-size:25px}.topbar p,.date-box b{font-size:14px}.date-box small{font-size:12px}.data-badge,.mock-badge{font-size:11px}.account-card b{font-size:13px}.account-card small{font-size:11px}.list-summary h2{font-size:18px}.list-summary p,.overview-footnote{font-size:12px}.panel-title h2,.operations-title h2{font-size:16px}.panel-title p,.operations-title p,.legend,.muted{font-size:12px}.company-head,.ops-head,.budget-head,.alerts-head{font-size:11px}.company-row,.ops-row,.budget-row,.alert-row{font-size:12px;line-height:1.4}.company-head{min-height:44px}.company-row{min-height:84px}.company-cell>b{font-size:13px}.company-cell>i{font-size:12px}.service-date{font-size:11px}.days b{font-size:17px}.days small{font-size:11px}.mini-metric b,.today-spend{font-size:12px}.mini-metric span{font-size:11px}.mini-metric em{font-size:10px}.ops-status,.status,.alert-label{font-size:10px}.text-expand{font-size:11px}.plan-heading h3{font-size:16px}.plan-heading p,.plan-heading>span,.sync-meta b,.sync-meta span{font-size:11px}.detail-section>h4,.schedule-head h4{font-size:14px}.detail-section h4>i,.schedule-head h4>i{font-size:11px}.service-grid small,.fund-grid small{font-size:11px}.service-grid b,.fund-grid b{font-size:13px}.service-progress>span{font-size:11px}.goal-title>b{font-size:13px}.goal-title span{font-size:10px}.goal-numbers span{font-size:11px}.goal-numbers b{font-size:13px}.progress.labeled em{font-size:10px}.fund-grid em{font-size:10px}.view-tabs button{font-size:11px}.plan-head,.day-head{font-size:10px}.plan-row,.day-row{font-size:11px;line-height:1.4}.plan-row>b,.day-row b{font-size:11px}.plan-row em,.running,.waiting{font-size:9px}.facebook-note,.video-thumb small{font-size:10px}.video-info h5{font-size:13px}.video-info p,.video-info>div,.facebook-button{font-size:11px}
@media(max-width:1280px){body{font-size:13px}.nav-item{font-size:14px}.company-head,.company-row{column-gap:7px;padding-left:10px;padding-right:10px}.company-head{font-size:10px}.company-row{font-size:11px}.company-cell>b{font-size:12px}.service-date{font-size:10px}.mini-metric b,.today-spend{font-size:11px}.mini-metric span{font-size:10px}.text-expand{font-size:10px}}
button,input,select,textarea{font-family:inherit;font-size:14px}.dashboard{font-size:14px}.topbar h1{font-size:27px}.topbar p{font-size:14px}.nav-item{font-size:16px}.data-badge{font-size:12px}
