.mobile-root{--m-bg:#12161a;--m-surf:#1f2428;--m-surf-2:#2b3238;--m-primary:#f26419;--m-primary-hover:#e05308;--m-accent:#3e5c76;--m-text:#fff;--m-text-subtle:#9aa5b1;--m-border:#ffffff1a;--m-ready:#2ea043;--m-risk:#da3633;background-color:var(--m-bg);color:var(--m-text);box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;direction:rtl;flex-direction:column;width:100%;min-height:100vh;font-family:Heebo,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.mobile-header{z-index:50;background:var(--m-surf);border-bottom:1px solid var(--m-border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0000004d}.mobile-content{flex-direction:column;flex:1;gap:16px;padding:16px 16px 80px;display:flex;overflow-y:auto}.mobile-card{background:var(--m-surf);border:1px solid var(--m-border);border-radius:16px;padding:16px;box-shadow:0 4px 16px #0003}.mobile-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:50px;font-size:15px;font-weight:700;transition:transform .1s,filter .15s;display:flex}.mobile-btn:active{transform:scale(.97)}.mobile-btn-primary{background:var(--m-primary);color:#fff}.mobile-btn-secondary{background:var(--m-surf-2);color:var(--m-text);border:1px solid var(--m-border)}.mobile-btn-ready{background:var(--m-ready);color:#fff}.mobile-nav{z-index:50;background:var(--m-surf);border-top:1px solid var(--m-border);height:64px;padding-bottom:env(safe-area-inset-bottom,0px);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}.mobile-nav-item{color:var(--m-text-subtle);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;font-size:11px;font-weight:600;transition:color .15s;display:flex}.mobile-nav-item.active{color:var(--m-primary)}
.driver-shell{min-height:100%}.driver-shell__header{gap:8px}.driver-shell__brand{align-items:center;gap:8px;display:flex}.driver-shell__brand-mark{color:var(--m-primary);font-size:18px;font-weight:900}.driver-shell__brand-sub{font-size:13px;font-weight:700}.driver-shell__content{width:100%;max-width:480px;margin-inline:auto}.driver-shell__list-header h1,.driver-shell__detail-title,.driver-shell__pod h2{margin:0;font-size:18px;font-weight:800}.driver-shell__subtle{color:var(--m-text-subtle);margin:4px 0 0;font-size:12px}.driver-shell__stop-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.driver-shell__stop-card{background:var(--m-surf);border:1px solid var(--m-border);border-inline-start:4px solid var(--m-border);color:inherit;-webkit-tap-highlight-color:transparent;border-radius:14px;min-height:72px;padding:14px;text-decoration:none;display:block}.driver-shell__stop-card:active{background:var(--m-surf-2)}.driver-shell__stop-card-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.driver-shell__seq{background:var(--m-surf-2);color:var(--m-primary);border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700}.driver-shell__badge{font-size:12px;font-weight:700}.driver-shell__stop-title{font-size:15px;font-weight:800}.driver-shell__stop-meta,.driver-shell__stop-foot{color:var(--m-primary);justify-content:space-between;margin-top:8px;font-size:12px;font-weight:700;display:flex}.driver-shell__stop-foot{border-top:1px solid var(--m-border);color:var(--m-text-subtle);margin-top:10px;padding-top:9px}.driver-shell__route-header{background:var(--m-surf);border:1px solid var(--m-border);border-radius:16px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.driver-shell__route-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.driver-shell__route-title{margin:0;font-size:19px;font-weight:800}.driver-shell__sync-pill{white-space:nowrap;border-radius:11px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.driver-shell__sync-pill--synced{color:var(--m-ready);background:#2ea04329}.driver-shell__sync-pill--pending{color:var(--m-primary);background:#f2641929}.driver-shell__sync-pill--failed{color:var(--m-risk);background:#da363329}.driver-shell__sync-pill--offline{color:var(--m-text-subtle);background:var(--m-surf-2)}.driver-shell__route-tiles{gap:8px;display:flex}.driver-shell__tile{background:var(--m-surf-2);text-align:center;border-radius:9px;flex-direction:column;flex:1;gap:2px;padding:9px;display:flex}.driver-shell__tile-value{font-size:20px;font-weight:800;line-height:1.1}.driver-shell__tile-value--ready{color:var(--m-ready)}.driver-shell__tile-label{color:var(--m-text-subtle);font-size:10px}.driver-shell__stop-row{align-items:center;gap:8px;display:flex}.driver-shell__seq-circle{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.driver-shell__stop-text{flex:1;min-width:0}.driver-shell__stop-text .driver-shell__stop-title,.driver-shell__stop-text .driver-shell__subtle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.driver-shell__status-pill{flex:none;font-size:12px;font-weight:700}.driver-shell__field textarea{border:1px solid var(--m-border);background:var(--m-surf-2);width:100%;color:var(--m-text);box-sizing:border-box;resize:vertical;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}.driver-shell__offline-hint,.driver-shell__offline-note{color:var(--m-text-subtle);text-align:center;justify-content:center;align-items:center;gap:6px;margin:0;font-size:11px;display:flex}.driver-shell__card{background:var(--m-surf);border:1px solid var(--m-border);border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.driver-shell__address{margin:0;font-size:14px;font-weight:600}.driver-shell__notes{color:var(--m-text-subtle);margin:0;font-size:13px}.driver-shell__packages{border:1px solid var(--m-border);border-radius:12px;overflow:hidden}.driver-shell__packages-title{border-bottom:1px solid var(--m-border);padding:9px 12px;font-size:13px;font-weight:700}.driver-shell__package-list{margin:0;padding:0;list-style:none}.driver-shell__package-row{border-bottom:1px solid var(--m-border);align-items:center;gap:10px;padding:9px 12px;display:flex}.driver-shell__package-code{color:var(--m-primary);background:color-mix(in srgb, var(--m-primary) 10%, transparent);white-space:nowrap;border-radius:5px;padding:2px 8px;font-size:12px;font-weight:800}.driver-shell__package-desc{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;overflow:hidden}.driver-shell__package-weight{white-space:nowrap;font-size:12px;font-weight:700}.driver-shell__packages-total{color:var(--m-text-subtle);justify-content:space-between;padding:10px 12px;font-size:12px;display:flex}.driver-shell__packages-total span:last-child{color:var(--m-text);font-size:15px;font-weight:800}.driver-shell__confirm-list{flex-direction:column;gap:4px;margin:6px 0 0;padding:0;list-style:none;display:flex}.driver-shell__confirm-label{cursor:pointer;align-items:center;gap:10px;padding:8px 4px;display:flex}.driver-shell__confirm-label input[type=checkbox]{width:22px;height:22px;accent-color:var(--m-ready,#23845b);cursor:pointer;flex:none}.driver-shell__confirm-code{color:var(--m-primary);white-space:nowrap;font-size:12px;font-weight:800}.driver-shell__confirm-desc{min-width:0;color:var(--m-text-subtle);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;overflow:hidden}.driver-shell__actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.driver-shell__btn{cursor:pointer;min-height:48px;color:inherit;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.driver-shell__btn:active{transform:scale(.97)}.driver-shell__btn--primary{background:var(--m-primary);color:#fff;width:100%}.driver-shell__btn--primary:disabled{opacity:.6;cursor:not-allowed}.driver-shell__btn--secondary{background:var(--m-surf-2);border:1px solid var(--m-border);color:var(--m-text)}.driver-shell__back{color:var(--m-text-subtle);align-items:center;gap:6px;min-height:44px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.driver-shell__detail{flex-direction:column;gap:14px;display:flex}.driver-shell__pod h2{font-size:16px}.driver-shell__field{flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.driver-shell__field input{border:1px solid var(--m-border);background:var(--m-surf-2);width:100%;height:48px;color:var(--m-text);box-sizing:border-box;border-radius:10px;padding:0 12px;font-size:15px}.driver-shell__pod-done{text-align:center;color:var(--m-ready);align-items:center;padding:28px 16px}.driver-shell__state{text-align:center;min-height:200px;color:var(--m-text-subtle);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-weight:600;display:flex}.driver-shell__state--error{color:var(--m-risk)}.driver-shell__error{color:var(--m-risk);margin:0;font-size:13px;font-weight:700}.driver-shell__list{flex-direction:column;gap:14px;display:flex}.driver-shell__scan-overlay{z-index:60;background:#080b0db8;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.driver-shell__scan-dialog{background:var(--m-surface,#14181b);border-radius:20px 20px 0 0;flex-direction:column;gap:12px;width:100%;max-width:480px;max-height:92vh;padding:16px;display:flex;overflow:auto}.driver-shell__scan-offline{color:#7a5205;background:var(--m-risk-bg,#f59e0b29);border-radius:9px;align-items:center;gap:7px;padding:8px 12px;font-size:12.5px;font-weight:700;display:flex}.driver-shell__scan-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.driver-shell__scan-head h2{margin:0;font-size:16px;font-weight:800}.driver-shell__scan-count{color:var(--m-primary);font-size:13px;font-weight:800}.driver-shell__scan-progress{background:var(--m-surf-strong,#ffffff14);border-radius:4px;height:7px;overflow:hidden}.driver-shell__scan-progress-fill{background:var(--m-primary);border-radius:4px;height:100%;transition:width .2s}.driver-shell__scan-video-wrap{flex-direction:column;gap:8px;display:flex}.driver-shell__scan-video{background:#000;border-radius:12px;width:100%}.driver-shell__scan-error{color:var(--m-risk);margin:0;font-size:13px;font-weight:700}.driver-shell__scan-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.driver-shell__scan-row{border-bottom:1px solid var(--m-border);align-items:center;gap:9px;padding:8px 0;display:flex}.driver-shell__scan-mark{width:22px;height:22px;color:var(--m-text-subtle);flex:none;justify-content:center;align-items:center;display:flex}.driver-shell__scan-mark--ok{color:var(--m-ready,#23845b)}.driver-shell__scan-code{color:var(--m-primary);white-space:nowrap;font-size:12px;font-weight:800}.driver-shell__scan-desc{min-width:0;color:var(--m-text-subtle);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;overflow:hidden}.driver-shell__scan-manual{flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.driver-shell__scan-manual input{border:1px solid var(--m-border);background:var(--m-surf-2);width:100%;height:46px;color:var(--m-text);box-sizing:border-box;border-radius:10px;padding:0 12px;font-size:15px}
