:root{
 --bg:#f5f6f8;--card:#fff;--line:#e8eaef;--text:#1d2129;--muted:#86909c;
 --blue:#1664ff;--green:#00a870;--orange:#ff7d00;--red:#f53f3f;--purple:#722ed1;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--text);font:13px -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif}
button,input,textarea{font:inherit}
button{cursor:pointer}
.page{max-width:1680px;margin:auto;padding:22px 28px 48px}
.page-title{margin:0 0 18px;font-size:20px;font-weight:600}
.page-subtitle{margin:-10px 0 18px;color:var(--muted)}
.banner{height:126px;margin-bottom:18px;border-radius:4px;position:relative;overflow:hidden;
 background:linear-gradient(110deg,#07172f,#0b3865 48%,#102b61);color:#fff;padding:28px 38px}
.banner:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-40px;top:-350px;
 background:radial-gradient(circle,rgba(56,184,255,.42),transparent 64%)}
.banner-grid{position:absolute;right:35px;top:12px;width:470px;height:100px;opacity:.2;
 background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
 background-size:28px 28px}
.banner-title{position:relative;font-size:29px;font-weight:800;letter-spacing:1px}
.banner-sub{position:relative;margin-top:8px;opacity:.78;font-size:12px}
.announce{position:absolute;right:30px;top:18px;width:420px}
.announce-title{font-weight:600;margin-bottom:5px}
.announce-row{display:flex;justify-content:space-between;gap:16px;line-height:25px;color:rgba(255,255,255,.78);font-size:11px;border-bottom:1px dashed rgba(255,255,255,.13)}
.section{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 5px rgba(31,35,41,.025)}
.section-head{height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--line);font-weight:600}
.more{margin-left:auto;color:var(--muted);font-weight:400}
.grid-info{display:grid;grid-template-columns:repeat(4,1fr)}
.info-item{padding:14px 17px;min-height:76px;border-right:1px solid #f0f1f4;border-bottom:1px solid #f0f1f4}
.info-item:nth-child(4n){border-right:0}
.label{color:var(--muted);font-size:12px;margin-bottom:7px}
.value{line-height:1.55}
.value.big,.num{font-size:25px;font-weight:700}
.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}
.dot.orange{background:var(--orange)}.dot.red{background:var(--red)}
.badge{display:inline-flex;padding:2px 8px;border-radius:10px;background:#e8f7f1;color:var(--green);font-size:11px}
.badge.blue{background:#e8f1ff;color:var(--blue)}.badge.orange{background:#fff2e8;color:var(--orange)}
.badge.purple{background:#f2eaff;color:var(--purple)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.metric{position:relative;background:#fff;border:1px solid var(--line);border-radius:4px;padding:16px;overflow:hidden}
.metric:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--blue)}
.metric.green:before{background:var(--green)}.metric.orange:before{background:var(--orange)}.metric.purple:before{background:var(--purple)}
.metric .num{margin:5px 0 7px}.trend{font-size:11px;color:var(--green)}.trend.down{color:var(--red)}
.overview .section-head{border-bottom:0}
.overview .more-link{color:var(--blue)}
.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:4px 16px 18px}
.spark-card{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:108px;padding:16px 18px;background:#f7f8fb;border-radius:8px;min-width:0}
.spark-info{min-width:0;flex:1}
.spark-card .label{margin-bottom:10px;color:#86909c;font-size:12px}
.spark-card .num{font-size:20px;font-weight:600;line-height:1.25;margin:0 0 10px;letter-spacing:.2px;white-space:nowrap}
.spark-card .compare{font-size:12px;color:#86909c;white-space:nowrap}
.spark{width:38%;max-width:148px;height:56px;flex:0 0 38%}
.filterbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:13px 16px;border-bottom:1px solid var(--line);color:#4e5969}
.filter{border:1px solid #d9dce3;border-radius:4px;background:#fff;padding:6px 10px;color:#4e5969}
.two-col{display:grid;grid-template-columns:1.55fr 1fr;gap:16px}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.chart-box{height:320px;padding:10px 15px 15px}.chart-box.compact{height:275px}
.table{width:100%;border-collapse:collapse}
.table th{height:40px;background:#f7f8fa;color:#4e5969;font-weight:500;text-align:left;padding:0 12px;white-space:nowrap}
.table td{padding:12px;border-top:1px solid #f0f2f5;color:#4e5969}
.table tr:hover td{background:#fafbfc}
.kpi-line{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #f0f2f5}
.kpi-line:last-child{border-bottom:0}
.progress{height:7px;min-width:95px;background:#edf0f4;border-radius:10px;overflow:hidden}
.progress i{display:block;height:100%;background:var(--blue);border-radius:10px}
.timeline{padding:4px 20px 15px}.timeline-item{display:grid;grid-template-columns:108px 18px 1fr;min-height:60px}
.timeline-time{padding-top:15px;color:var(--muted);font-size:11px}
.timeline-dot{position:relative;padding-top:17px}.timeline-dot:before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:var(--blue);position:relative;z-index:2}
.timeline-dot:after{content:"";position:absolute;left:3px;top:23px;bottom:-6px;border-left:1px solid #dfe3e8}
.timeline-item:last-child .timeline-dot:after{display:none}
.timeline-content{padding:12px 0 12px 12px;border-bottom:1px solid #f0f2f5}.timeline-content div{margin-top:4px;color:var(--muted);font-size:11px}
.tag-list{display:flex;flex-wrap:wrap;gap:8px;padding:16px}.tag{padding:6px 10px;border-radius:4px;background:#f2f5fa;color:#4e5969}
.editable{cursor:pointer;border-radius:3px}
.editable:hover{background:transparent}
.edit-mask{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center;padding:20px}
.edit-dialog{width:min(560px,92vw);background:#fff;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.25);overflow:hidden}
.edit-head{display:flex;justify-content:space-between;padding:19px 22px 15px;border-bottom:1px solid var(--line)}
.edit-kicker{font-size:11px;color:var(--blue);margin-bottom:5px}.edit-head h3{margin:0;font-size:17px}
.close{border:0;background:transparent;font-size:24px;color:var(--muted)}
.edit-body{padding:20px 22px}.edit-label{display:block;color:#4e5969;font-size:12px;margin-bottom:8px}
.edit-input{width:100%;border:1px solid #c9ced6;border-radius:6px;padding:10px 12px;outline:0;resize:vertical}
.edit-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,100,255,.1)}
.edit-actions{display:flex;gap:8px;padding:14px 22px;border-top:1px solid var(--line)}
.flex{flex:1}
.btn{border:1px solid var(--line);background:#fff;color:#4e5969;border-radius:5px;padding:7px 13px}
.btn.primary{color:#fff;background:var(--blue);border-color:var(--blue)}
.btn.reset{color:var(--red);border-color:#ffd1d1;background:#fff}
@media(max-width:1100px){.announce{display:none}.grid-info{grid-template-columns:repeat(2,1fr)}.two-col,.three-col{grid-template-columns:1fr}.cards,.four-col{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.overview-grid{grid-template-columns:1fr}.spark{flex-basis:120px;width:120px}}
@media(max-width:650px){.page{padding:14px}.grid-info,.cards,.four-col{grid-template-columns:1fr}.banner{height:105px;padding:22px}.banner-title{font-size:22px}}