:root{--ink: #18201d;--muted: #68736e;--faint: #9da7a2;--line: #e4e8e6;--paper: #fff;--bg: #f2f5f3;--green: #176c4c;--green2: #e0efe8;--amber: #ad751e;--amber2: #fff2d8;--red: #b84848;--red2: #fae7e7;--blue: #3d6e92;--blue2: #e5eef5;--shadow: 0 12px 28px rgba(23, 38, 30, .09)}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar,*::-webkit-scrollbar-button{display:none;width:0;height:0}html,body,#root{margin:0;min-height:100%;background:#dde4e0;color:var(--ink);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,Segoe UI,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer;background:transparent}.app{width:100%;max-width:480px;min-height:100vh;margin:auto;background:var(--bg);position:relative;overflow-x:hidden}.screen{min-height:100vh;padding:0 14px calc(88px + env(safe-area-inset-bottom));animation:enter .22s ease}.screen.no-tabs{padding-bottom:24px}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;gap:10px;position:sticky;top:0;z-index:10;background:#f2f5f3f0;backdrop-filter:blur(15px)}.topbar h1{font-size:19px;margin:0;font-weight:700}.eyebrow{font-size:10px;text-transform:uppercase;color:var(--green);font-weight:700}.sub{font-size:11px;color:var(--muted)}.icon-btn{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:8px;display:grid;place-items:center;color:var(--ink);flex:none}.avatar{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:50%;object-fit:cover;flex:none}.card{background:#fff;border:1px solid rgba(225,231,227,.95);border-radius:8px;box-shadow:0 4px 14px #1929200a}.dashboard-head{padding:18px;background:var(--ink);color:#fff;position:relative;overflow:hidden}.dashboard-head:after{content:"";position:absolute;right:-34px;top:-43px;width:155px;height:155px;border:28px solid rgba(255,255,255,.045);border-radius:50%}.dashboard-head .time{font-size:12px;color:#bdc9c3}.dashboard-head h2{font-size:25px;margin:10px 0 4px}.live{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#9fe0c0}.live i{width:7px;height:7px;border-radius:50%;background:#6bd5a2;box-shadow:0 0 0 4px #6bd5a21f}.kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}.kpi{padding:14px;text-align:left;width:100%}.kpi-top{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.kpi b{display:block;font-size:25px;margin-top:8px;color:var(--ink)}.trend{font-size:10px;color:var(--green)}.section-head{display:flex;align-items:center;justify-content:space-between;margin:19px 2px 9px}.section-head h2{font-size:15px;margin:0}.link{font-size:11px;color:var(--green)}.map{height:310px;border-radius:8px;overflow:hidden;position:relative;background-color:#d7e4dc;border:1px solid var(--line)}.map.schematic{background-image:linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(135deg,#cfe0d6,#e7eee9);background-size:42px 42px,42px 42px,auto}.map.schematic:after{background:transparent}.map:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff05,#18201d14);pointer-events:none}.map-tools{position:absolute;z-index:3;left:10px;top:10px;display:flex;gap:6px}.map-chip{padding:8px 10px;background:#fffffff0;border-radius:6px;box-shadow:var(--shadow);font-size:10px;display:flex;gap:5px;align-items:center}.vehicle-pin{position:absolute;z-index:3;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;border:3px solid rgba(255,255,255,.9);box-shadow:0 5px 12px #00000038}.vehicle-pin.online{background:var(--green)}.vehicle-pin.busy{background:var(--amber)}.vehicle-pin.offline,.vehicle-pin.disabled{background:#7f8a84}.legend{position:absolute;z-index:3;left:10px;bottom:10px;background:#fffffff2;padding:8px 10px;border-radius:6px;display:flex;gap:11px;font-size:9px}.legend span{display:flex;align-items:center;gap:4px}.legend i{width:7px;height:7px;border-radius:50%}.tabbar{position:fixed;z-index:30;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:72px;padding:7px 6px calc(6px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fffffff7;border-top:1px solid var(--line);backdrop-filter:blur(15px)}.tab{color:var(--faint);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;min-width:0}.tab.active{color:var(--green);font-weight:600}.btn{height:44px;border-radius:8px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:650;white-space:nowrap}.btn-primary{background:var(--green);color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-danger{background:var(--red);color:#fff}.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.search{height:44px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;padding:0 12px;gap:8px}.search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.filters{display:flex;gap:7px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.chips-wrap{display:flex;flex-wrap:wrap;gap:7px}.chip{height:32px;padding:0 12px;border-radius:999px;background:#fff;color:var(--muted);border:1px solid var(--line);white-space:nowrap;font-size:11px;flex:none}.chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.list{overflow:hidden}.row{padding:14px;display:flex;align-items:flex-start;gap:11px;border-bottom:1px solid var(--line);width:100%;text-align:left;background:#fff}.row:last-child{border-bottom:0}.row-main{flex:1;min-width:0}.row-title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;font-size:13px;font-weight:650}.row-title>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-title time{flex:none;color:var(--muted);font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;font-variant-numeric:tabular-nums}.row-desc{font-size:11px;color:var(--muted);line-height:1.55;margin-top:5px}.row-icon{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:8px;background:var(--bg);color:var(--green);display:grid;place-items:center;flex:none}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:600}.b-green{color:var(--green);background:var(--green2)}.b-amber{color:#815817;background:var(--amber2)}.b-red{color:var(--red);background:var(--red2)}.b-gray{color:#65706a;background:#e9edeb}.b-blue{color:var(--blue);background:var(--blue2)}.info-row{min-height:50px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);font-size:12px;width:100%;background:#fff;text-align:left}.info-row:last-child{border-bottom:0}.info-row span{color:var(--muted)}.driver-head{display:flex;align-items:center;gap:12px;padding:17px}.driver-head .avatar{width:54px;height:54px;min-width:54px;min-height:54px}.driver-head h2{font-size:18px;margin:0 0 4px}.field{margin:13px 0}.field label{display:block;font-size:11px;color:var(--muted);margin-bottom:7px}.input{width:100%;height:44px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 12px;outline:0}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px #176c4c14}textarea.input{height:88px;padding-top:11px;resize:none}.form-card{padding:15px}.notice{padding:13px;display:flex;gap:9px;font-size:11px;line-height:1.55;color:#755318;background:var(--amber2);border-radius:8px}.timeline{padding:16px}.timeline-item{display:grid;grid-template-columns:18px 1fr;gap:9px;min-height:62px}.timeline-dot{display:flex;flex-direction:column;align-items:center}.timeline-dot i{width:9px;height:9px;border-radius:50%;background:var(--green);margin-top:4px}.timeline-dot:after{content:"";width:1px;flex:1;background:var(--line);margin-top:4px}.timeline-item:last-child .timeline-dot:after{display:none}.timeline-main b{font-size:12px}.timeline-main p{font-size:10px;color:var(--muted);margin:4px 0;line-height:1.5}.manual-card{padding:15px;margin-bottom:10px}.manual-card h3{font-size:14px;margin:0 0 5px}.radio-row{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line);width:100%;background:#fff;text-align:left}.radio-row:last-child{border:0}.radio-circle{width:17px;height:17px;min-width:17px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;flex:none}.radio-row.selected .radio-circle:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--green)}.bar{height:7px;border-radius:99px;background:#e9eeeb;overflow:hidden}.bar i{display:block;height:100%;background:var(--green);border-radius:99px}.rank{width:25px;text-align:center;font-weight:700;color:var(--faint);flex:none}.login{min-height:100vh;background:#fff;padding:46px 24px}.brand{width:54px;height:54px;border-radius:8px;background:var(--ink);color:#fff;display:grid;place-items:center;margin-bottom:24px}.login h1{font-size:28px;margin:0 0 8px}.login p{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:30px}.toast{position:fixed;z-index:90;left:50%;top:18px;transform:translate(-50%);max-width:calc(100% - 32px);padding:12px 15px;border-radius:8px;background:var(--ink);color:#fff;font-size:13px;line-height:1.55;text-align:center;white-space:normal;word-break:break-word;box-shadow:var(--shadow)}.modal-wrap{position:fixed;z-index:70;inset:0;background:#0e16128f;display:flex;align-items:flex-end;justify-content:center;padding:14px}.modal{width:100%;max-width:452px;background:#fff;border-radius:12px;padding:18px}.grab{width:40px;height:4px;border-radius:99px;background:#d9dfdc;margin:0 auto 16px}.modal h2{font-size:19px;margin:0 0 8px}.modal p{font-size:12px;color:var(--muted);line-height:1.6}.seg{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;background:#e7ece9;border-radius:8px}.seg button{height:34px;border-radius:6px;color:var(--muted);font-size:11px}.seg button.active{background:#fff;color:var(--ink);box-shadow:0 1px 5px #00000014}.chart{height:160px;padding:14px 10px 0;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.col{flex:1;min-width:0;text-align:center;font-size:9px;color:var(--faint)}.col i{display:block;margin:0 auto 7px;width:70%;background:var(--green);border-radius:3px 3px 0 0}.empty{text-align:center;padding:40px 18px;color:var(--muted);font-size:12px}.error{color:var(--red);font-size:12px;margin-top:10px;line-height:1.5}.btn:disabled,.btn.disabled{opacity:.45;pointer-events:none}.btn:active,.icon-btn:active,.card:active,.row:active{transform:scale(.98)}.modal{animation:sheet .24s ease}.toast{animation:toast .2s ease}.bar-row{margin:14px 0}.bar-meta{display:flex;justify-content:space-between;font-size:11px;margin-bottom:6px}.mt12{margin-top:12px}.full{width:100%}.map.tall{height:220px}@keyframes enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes sheet{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes toast{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
