:root{
  --blue:#155EEF;--blue-2:#0B4DD8;--blue-soft:#EAF2FF;--cyan:#0BA5EC;
  --orange:#F97316;--orange-soft:#FFF1E8;--green:#12B76A;--green-soft:#EAFBF2;
  --red:#F04438;--red-soft:#FFF0EE;--yellow:#F79009;--ink:#101828;--text:#344054;
  --muted:#667085;--line:#E4E7EC;--bg:#F5F7FB;--card:#FFFFFF;--sidebar:#0B1833;
  --shadow:0 3px 12px rgba(16,24,40,.06);--radius:12px;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--bg)}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.hidden{display:none!important}
.muted{color:var(--muted)}.small{font-size:12px}.tiny{font-size:11px}.strong{font-weight:700}.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.grow{flex:1}.text-right{text-align:right}
.stack{display:flex;flex-direction:column;gap:12px}.divider{height:1px;background:var(--line);margin:16px 0}
.btn{border:1px solid transparent;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:650;background:#fff;color:var(--text);transition:.18s;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.btn:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(16,24,40,.11)}.btn:active{transform:translateY(0)}
.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-2)}.btn-light{border-color:var(--line);background:#fff}.btn-danger{background:var(--red);color:#fff}.btn-orange{background:var(--orange);color:#fff}.btn-ghost{background:transparent;color:var(--blue)}.btn-sm{padding:6px 10px;font-size:12px}.btn-block{width:100%}
.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:650;white-space:nowrap;background:#F2F4F7;color:#475467}.badge::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.8}
.badge.blue{background:var(--blue-soft);color:var(--blue)}.badge.green{background:var(--green-soft);color:#087A48}.badge.orange{background:var(--orange-soft);color:#C2410C}.badge.red{background:var(--red-soft);color:#D92D20}.badge.purple{background:#F4F0FF;color:#6938EF}.badge.gray{background:#F2F4F7;color:#667085}
.tag{padding:3px 7px;background:#F2F4F7;border-radius:6px;font-size:11px;color:#475467;white-space:nowrap}
.card{background:var(--card);border:1px solid #E4E7EC;border-radius:var(--radius);box-shadow:none}.card-pad{padding:18px}.card-title{font-size:15px;font-weight:750}.card-sub{font-size:12px;color:var(--muted);margin-top:4px}
.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.kpi{padding:16px;background:#fff;border:1px solid #E4E7EC;border-radius:10px;position:relative;overflow:hidden}.kpi .label{font-size:12px;color:var(--muted)}.kpi .value{font-size:25px;line-height:1.15;font-weight:800;margin-top:8px;letter-spacing:-.5px}.kpi .delta{font-size:11px;color:var(--green);margin-top:7px}.kpi .orb{display:none}
.alert{padding:12px 14px;border-radius:12px;font-size:12px;border:1px solid}.alert.blue{background:#F4F8FF;border-color:#C9DBFF;color:#174EA6}.alert.orange{background:#FFF8F0;border-color:#FED7AA;color:#9A3412}.alert.red{background:#FFF4F2;border-color:#FECDCA;color:#B42318}.alert.green{background:#ECFDF3;border-color:#ABEFC6;color:#067647}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:13px}.table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.table th{background:#F8FAFC;color:#667085;text-align:left;font-size:11px;font-weight:700;padding:10px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:11px 12px;border-bottom:1px solid #F0F2F5;font-size:12px;color:#344054;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#FAFCFF}
.input,.select,.textarea{border:1px solid #D0D5DD;background:#fff;border-radius:9px;padding:9px 11px;color:var(--ink);outline:none;width:100%;font-size:13px}.input:focus,.select:focus,.textarea:focus{border-color:#84ADFF;box-shadow:0 0 0 3px #EAF2FF}.textarea{min-height:78px;resize:vertical}.field label{display:block;font-size:12px;color:#475467;font-weight:650;margin-bottom:6px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:14px}.search{width:240px}
.seg{display:flex;background:#F2F4F7;border-radius:10px;padding:3px;gap:2px}.seg button{border:0;background:transparent;color:#667085;border-radius:8px;padding:7px 12px;font-size:12px}.seg button.active{background:#fff;color:var(--blue);font-weight:700;box-shadow:0 1px 4px rgba(16,24,40,.1)}
.progress-line{height:7px;background:#EEF2F6;border-radius:999px;overflow:hidden}.progress-line>span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#48A7FF);border-radius:999px}
.chart{height:210px;display:flex;align-items:flex-end;gap:9px;padding:22px 6px 4px;border-bottom:1px solid var(--line);background:#fff}.bar{flex:1;background:#4B86E8;border-radius:3px 3px 0 0;min-width:12px;position:relative}.bar:hover::after{content:attr(data-v);position:absolute;top:-28px;left:50%;transform:translateX(-50%);padding:4px 7px;background:#101828;color:#fff;border-radius:4px;font-size:10px;white-space:nowrap}
.timeline{position:relative;margin-left:6px}.timeline::before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:#DCE6F7}.tl-item{position:relative;padding-left:28px;margin:0 0 15px}.tl-item::before{content:"";position:absolute;left:0;top:4px;width:14px;height:14px;border-radius:50%;background:#fff;border:4px solid #98A2B3;z-index:1}.tl-item.done::before{border-color:var(--green)}.tl-item.live::before{border-color:var(--blue);box-shadow:0 0 0 4px #DDE9FF}.tl-item .t{font-size:12px;font-weight:700}.tl-item .d{font-size:11px;color:var(--muted);margin-top:2px}
.map{height:230px;border-radius:13px;overflow:hidden;position:relative;background-color:#E9EFF5;background-image:linear-gradient(30deg,transparent 49%,#D0DBE7 50%,transparent 52%),linear-gradient(120deg,transparent 49%,#D7E2ED 50%,transparent 52%);background-size:100px 100px,130px 130px}.map::before,.map::after{content:"";position:absolute;border-radius:999px;background:#fff;border:3px solid var(--blue);box-shadow:0 4px 12px rgba(21,94,239,.25)}.map::before{width:18px;height:18px;left:18%;top:58%}.map::after{width:20px;height:20px;right:20%;top:25%;border-color:var(--orange)}.route{position:absolute;left:21%;top:49%;width:59%;height:48px;border-top:4px dashed var(--blue);transform:rotate(-16deg);opacity:.75}.map-label{position:absolute;background:#fff;padding:6px 8px;border-radius:7px;font-size:10px;box-shadow:var(--shadow)}
.switch{width:42px;height:24px;border-radius:999px;background:#D0D5DD;padding:3px;border:0;transition:.2s}.switch::after{content:"";display:block;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(16,24,40,.25);transition:.2s}.switch.on{background:var(--blue)}.switch.on::after{transform:translateX(18px)}
.avatar{width:34px;height:34px;border-radius:8px;background:#EAF2FF;display:flex;align-items:center;justify-content:center;color:var(--blue);font-weight:800}.avatar.orange{background:#FFF1E8;color:#C2410C}

/* PC */
.pc-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:#0D1A2D;color:#fff;padding:20px 14px;z-index:10;display:flex;flex-direction:column}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.brand-logo{width:38px;height:38px;border-radius:8px;background:#155EEF;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850;letter-spacing:.04em;box-shadow:none}.brand-name{font-size:14px;font-weight:760}.brand-sub{font-size:10px;color:rgba(255,255,255,.55);margin-top:3px}.nav{margin-top:18px;display:flex;flex-direction:column;gap:4px;overflow:auto}.nav-group{font-size:10px;color:rgba(255,255,255,.38);padding:13px 10px 4px;text-transform:uppercase;letter-spacing:.08em}.nav-item{border:0;color:rgba(255,255,255,.68);background:transparent;border-radius:7px;padding:9px 10px;text-align:left;display:flex;align-items:center;gap:10px;font-size:12px;width:100%}.nav-item:hover{background:rgba(255,255,255,.07);color:#fff}.nav-item.active{background:#155EEF;color:#fff;box-shadow:none}.nav-icon{width:24px;height:24px;border:1px solid rgba(255,255,255,.16);border-radius:5px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;font-weight:750}.nav-item.active .nav-icon{border-color:rgba(255,255,255,.38)}.side-footer{margin-top:auto;padding:13px 8px 0;border-top:1px solid rgba(255,255,255,.1)}
.pc-main{margin-left:244px;min-width:0}.topbar{height:64px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:8}.crumb{font-size:12px;color:var(--muted)}.top-title{font-size:16px;font-weight:760;margin-top:3px}.top-actions{display:flex;align-items:center;gap:9px}.page{padding:22px 24px 50px;max-width:1600px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px}.page-head h1{font-size:21px;margin:0}.page-head p{font-size:12px;color:var(--muted);margin:6px 0 0}.live-order{border-left:4px solid var(--blue)}.order-id{font-weight:800;color:var(--blue);letter-spacing:.2px}
.modal-mask{position:fixed;inset:0;background:rgba(13,24,43,.5);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(3px)}.modal{width:min(600px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 22px 70px rgba(16,24,40,.24);padding:21px}.modal h3{margin:0 0 6px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}
.toast{position:fixed;z-index:300;left:50%;bottom:35px;transform:translateX(-50%);background:#101828;color:#fff;border-radius:10px;padding:10px 16px;font-size:12px;box-shadow:0 12px 34px rgba(16,24,40,.25);animation:toastIn .22s}
@keyframes toastIn{from{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%,0)}}

/* 手机 */
.mobile-stage{min-height:100vh;background:radial-gradient(circle at 15% 20%,#E7F0FF,transparent 32%),radial-gradient(circle at 85% 70%,#FFF0E4,transparent 35%),#EEF2F7;display:flex;align-items:center;justify-content:center;padding:22px}.phone{width:390px;height:min(844px,calc(100vh - 44px));min-height:620px;background:#F6F8FB;border:8px solid #162033;border-radius:38px;box-shadow:0 25px 70px rgba(16,24,40,.25);overflow:hidden;position:relative;display:flex;flex-direction:column}.phone::before{content:"";position:absolute;z-index:20;top:7px;left:50%;transform:translateX(-50%);width:98px;height:25px;border-radius:18px;background:#162033}.statusbar{height:34px;display:flex;align-items:center;justify-content:space-between;padding:8px 20px 0;font-size:10px;background:#fff;flex:none}.m-navbar{height:48px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #EEF1F5;flex:none}.m-title{font-weight:750;font-size:15px}.capsule{width:62px;height:26px;border:1px solid #D0D5DD;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px;color:#667085;font-size:11px}.back{width:30px;font-size:23px;color:#344054;border:0;background:transparent}.m-screen{flex:1;overflow:auto;overscroll-behavior:contain;padding:12px 12px 84px}.m-screen::-webkit-scrollbar{width:0}.tabbar{height:67px;background:rgba(255,255,255,.97);border-top:1px solid #E7EAF0;display:flex;position:absolute;bottom:0;left:0;right:0;padding-bottom:10px;z-index:10}.tab-btn{flex:1;border:0;background:transparent;color:#98A2B3;font-size:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.tab-btn .ico{font-size:19px}.tab-btn.active{color:var(--blue);font-weight:700}.m-card{background:#fff;border:1px solid #EAECF0;border-radius:14px;padding:14px;margin-bottom:10px;box-shadow:0 2px 7px rgba(16,24,40,.035)}.m-hero{margin:-12px -12px 12px;padding:27px 18px 22px;color:#fff;background:linear-gradient(135deg,#0B4DD8,#155EEF 54%,#0BA5EC);border-radius:0 0 24px 24px}.m-hero h1{font-size:22px;margin:13px 0 6px}.m-hero p{font-size:11px;opacity:.78;margin:0}.m-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.m-kpi{text-align:center;padding:10px 3px;background:#F8FAFC;border-radius:10px}.m-kpi b{display:block;font-size:16px}.m-kpi span{font-size:9px;color:#667085}.m-list{display:flex;flex-direction:column}.m-list-item{padding:12px 0;border-bottom:1px solid #F0F2F5;display:flex;align-items:center;gap:10px}.m-list-item:last-child{border-bottom:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 6px}.service-item{text-align:center;border:0;background:transparent;font-size:11px;color:#475467}.service-item .service-icon{width:48px;height:48px;border-radius:15px;margin:0 auto 6px;display:flex;align-items:center;justify-content:center;background:var(--blue-soft);font-size:21px}.m-bottom{position:absolute;left:0;right:0;bottom:0;padding:12px 14px 18px;background:linear-gradient(transparent,#fff 22%);z-index:9}.m-bottom.with-tabs{bottom:60px}.stepper{display:flex;justify-content:space-between;position:relative;margin:10px 2px 18px}.stepper::before{content:"";position:absolute;top:8px;left:8px;right:8px;height:2px;background:#E4E7EC}.step{position:relative;z-index:1;text-align:center;font-size:9px;color:#98A2B3;width:16.6%}.step i{display:block;width:17px;height:17px;margin:0 auto 5px;border-radius:50%;background:#EAECF0;border:4px solid #fff;box-shadow:0 0 0 1px #EAECF0}.step.done{color:#067647}.step.done i{background:var(--green);box-shadow:0 0 0 1px var(--green)}.step.live{color:var(--blue);font-weight:700}.step.live i{background:var(--blue);box-shadow:0 0 0 4px #DCE8FF}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.photo{height:74px;border-radius:10px;background:linear-gradient(145deg,#DCE7F3,#BFCFE0);display:flex;align-items:center;justify-content:center;color:#60758B;font-size:22px}.money{font-size:28px;font-weight:850;color:var(--ink)}

/* V2.1 移动端基线：减少装饰，放大文字与热区 */
.mobile-stage{background:#EEF2F6}.phone{background:#F4F6F8;border-radius:34px;box-shadow:0 16px 42px rgba(16,24,40,.2)}.statusbar{font-size:11px}.m-navbar{height:52px;border-bottom-color:#E4E7EC}.m-title{font-size:17px}.back{width:42px;height:42px;font-size:27px}.m-screen{padding:14px 14px 92px;font-size:14px}.phone .small{font-size:14px;line-height:1.5}.phone .tiny{font-size:12px;line-height:1.5}.phone .btn{min-height:48px;padding:11px 14px;font-size:14px}.phone .btn-sm{min-height:42px;padding:9px 12px;font-size:13px}.phone .input,.phone .select{min-height:48px;font-size:16px}.phone .textarea{min-height:96px;font-size:16px}.tabbar{height:72px;background:#fff;border-top-color:#DDE2E8;padding-bottom:8px}.tab-btn{min-width:56px;color:#7A8699;font-size:12px;gap:3px}.tab-btn .ico{font-size:20px;line-height:1}.tab-btn.active{font-weight:750}.m-card{border-color:#DFE3E8;border-radius:10px;padding:16px;margin-bottom:12px;box-shadow:none}.m-hero{margin:-14px -14px 14px;padding:28px 18px 24px;background:#155EEF;border-radius:0}.m-hero h1{font-size:23px;margin:13px 0 7px}.m-hero p{font-size:13px;line-height:1.5;opacity:.84}.m-kpis{gap:6px}.m-kpi{padding:11px 3px;background:#F4F6F8;border-radius:7px}.m-kpi b{font-size:17px}.m-kpi span{font-size:11px}.m-list-item{min-height:56px;padding:14px 0;border-bottom-color:#E9ECF0;gap:11px}.service-item{min-height:78px;font-size:14px}.service-item .service-icon{width:52px;height:52px;border-radius:10px;margin-bottom:7px;background:#EEF3FA;color:#155EEF}.service-item .service-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.m-bottom{background:#fff;border-top:1px solid #E4E7EC}.m-bottom.with-tabs{bottom:68px}.step{font-size:11px;color:#7A8699}.step i{width:19px;height:19px}.photo{height:82px;border-radius:8px;background:#E8EDF2}

.phone .row>.service-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#EEF3FA;color:#155EEF}.phone .row>.service-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* 师傅现场作业端：大字、大热区、单一主动作 */
.app-driver .m-screen{padding:14px 14px 108px;background:#F2F4F6}.driver-shift{background:#fff;border-bottom:1px solid #DDE2E8;margin:-14px -14px 16px;padding:18px 16px}.driver-shift .driver-name{font-size:20px;font-weight:800}.driver-shift .driver-meta{font-size:13px;color:#667085;margin-top:5px}.driver-section-title{font-size:16px;font-weight:800;margin:18px 2px 10px}.driver-task{background:#fff;border:1px solid #D5DBE3;border-radius:10px;padding:18px;margin-bottom:14px}.driver-task .task-type{font-size:20px;font-weight:850;margin-top:14px}.driver-task .task-address{font-size:16px;line-height:1.55;font-weight:700;margin-top:12px;color:#1D2939}.driver-task .task-meta{font-size:14px;line-height:1.55;color:#667085;margin-top:8px}.driver-task .task-open{width:100%;height:56px;font-size:17px;margin-top:18px}.driver-order-head{background:#fff;border:1px solid #D5DBE3;border-radius:10px;padding:16px;margin-bottom:12px}.driver-order-head .driver-status{font-size:21px;font-weight:850;margin-top:10px}.work-stage-row{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:12px 0}.work-stage{min-height:44px;border:1px solid #D7DCE3;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;color:#667085;padding:5px}.work-stage.done{background:#ECFDF3;border-color:#ABEFC6;color:#067647}.work-stage.live{background:#EAF2FF;border:2px solid #155EEF;color:#155EEF;font-weight:800}.driver-address-block{background:#fff;border:1px solid #D5DBE3;border-radius:10px;padding:17px;margin-bottom:12px}.driver-address-block .label{font-size:13px;color:#667085}.driver-address-block .address{font-size:17px;line-height:1.55;font-weight:800;margin-top:7px}.driver-address-block .eta{font-size:14px;color:#155EEF;font-weight:700;margin-top:8px}.driver-secondary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.driver-secondary-grid .btn{height:50px;font-size:15px}.driver-action-dock{position:absolute;left:0;right:0;bottom:0;z-index:15;background:#fff;border-top:1px solid #D5DBE3;padding:12px 14px 18px}.driver-action-dock .btn{width:100%;height:58px;font-size:18px;font-weight:800;border-radius:8px}.driver-empty{background:#fff;border:1px solid #D5DBE3;border-radius:10px;padding:38px 18px;text-align:center}.driver-completed-row{background:#fff;border-bottom:1px solid #E4E7EC;padding:14px 2px;display:flex;align-items:center;gap:12px}.driver-completed-row:last-child{border-bottom:0}

.photo{font-size:13px;font-weight:700;color:#526171;text-align:center;padding:8px}
.review-mark,.empty-mark{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border:1px solid #D5DBE3;border-radius:6px;padding:5px 10px;color:#475467;font-size:13px;font-weight:750;margin-bottom:4px}
.driver-nav{height:50px;font-size:15px;margin-top:14px;border-color:#AFC6EC;color:#174EA6;background:#F7FAFF}

/* 聚合页 */
.portal{min-height:100vh;background:#071226;color:#fff}.portal-wrap{max-width:1180px;margin:0 auto;padding:38px 24px 60px}.portal-hero{display:grid;grid-template-columns:1.4fr .9fr;gap:20px;align-items:stretch;margin-bottom:26px}.portal-title{padding:34px;border-radius:24px;background:linear-gradient(140deg,#102B5B,#0B4DD8 60%,#0BA5EC);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.23)}.portal-title h1{font-size:32px;letter-spacing:-1px;margin:13px 0 9px}.portal-title p{color:rgba(255,255,255,.66);line-height:1.7;font-size:13px;margin:0}.portal-control{padding:22px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.portal .card{color:var(--ink)}.endpoint-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.endpoint{padding:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);border-radius:18px;transition:.18s}.endpoint:hover{transform:translateY(-3px);background:rgba(255,255,255,.12);border-color:rgba(111,163,255,.7)}.endpoint .ep-icon{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#2E75FF,#0BA5EC);display:flex;align-items:center;justify-content:center;font-size:20px}.endpoint h3{font-size:15px;margin:13px 0 5px}.endpoint p{font-size:11px;line-height:1.6;color:rgba(255,255,255,.58);margin:0;min-height:36px}.endpoint .pages{margin-top:12px;color:#8FB7FF;font-size:10px}.section-title{display:flex;align-items:end;justify-content:space-between;margin:30px 0 13px}.section-title h2{font-size:18px;margin:0}.section-title span{font-size:11px;color:rgba(255,255,255,.45)}.scenario-steps{display:flex;align-items:flex-start;gap:4px;margin:17px 0}.scenario-step{flex:1;text-align:center;position:relative;color:rgba(255,255,255,.4);font-size:9px}.scenario-step::before{content:"";display:block;height:3px;background:rgba(255,255,255,.12);margin-bottom:8px}.scenario-step.done{color:#6CE9A6}.scenario-step.done::before{background:#12B76A}.scenario-step.live{color:#84ADFF;font-weight:700}.scenario-step.live::before{background:#2E75FF}.coverage{width:100%;border-collapse:collapse;background:#fff;color:#344054;border-radius:16px;overflow:hidden}.coverage th,.coverage td{font-size:11px;text-align:left;padding:10px 12px;border-bottom:1px solid #EAECF0}.coverage th{background:#F8FAFC;color:#667085}.coverage tr:last-child td{border-bottom:0}.check{color:#12B76A;font-weight:800}

/* V2.1 聚合页：平面化、减少模板感 */
.portal-title{border-radius:14px;background:#134FAF;box-shadow:none}.portal-title p{color:rgba(255,255,255,.74)}.portal-control{border-radius:14px;background:#152238}.endpoint{background:#142137;border-radius:10px;transition:.15s}.endpoint:hover{transform:translateY(-1px);background:#192941}.endpoint:active{transform:none}.endpoint .ep-icon{border-radius:8px;background:#155EEF;font-size:11px;font-weight:850;letter-spacing:.03em}.endpoint p{font-size:12px;color:rgba(255,255,255,.64)}.endpoint .pages{font-size:11px}.scenario-step{font-size:10px}.coverage{border-radius:10px}.coverage th,.coverage td{font-size:12px;padding:11px 12px}

@media(max-width:1100px){.grid-5{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.endpoint-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.sidebar{width:76px;padding:18px 9px}.brand{padding:0 4px 16px}.brand-name,.brand-sub,.nav-item span:not(.nav-icon),.nav-group,.side-footer .user-copy{display:none}.nav-item{justify-content:center;padding:11px 6px}.pc-main{margin-left:76px}.page{padding:18px 14px 42px}.topbar{padding:0 14px}.grid-3,.grid-2,.form-grid{grid-template-columns:1fr}.portal-hero{grid-template-columns:1fr}.grid-5{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.mobile-stage{padding:0}.phone{width:100vw;height:100vh;min-height:100vh;border:0;border-radius:0}.phone::before{display:none}.endpoint-grid{grid-template-columns:1fr}.portal-wrap{padding:24px 14px 40px}.portal-title{padding:23px}.portal-title h1{font-size:25px}.grid-4,.grid-5{grid-template-columns:1fr}.top-actions .hide-small{display:none}}
