@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#15231e;background:#f4f7f5;font-synthesis:none;--ink:#15231e;--muted:#66766f;--line:#dce5e1;--surface:#fff;--green:#0f8a63;--green-dark:#087052;--green-soft:#e4f5ee;--nav:#0b1c17;--amber:#d98b16;--red:#d84c4c;--blue:#3577d4}*{box-sizing:border-box}body{margin:0;min-width:1080px;min-height:100vh;background:#f4f7f5}button,input{font:inherit}button{cursor:pointer}svg{width:18px;height:18px}.app-shell{display:grid;grid-template-columns:228px 1fr;min-height:100vh;transition:grid-template-columns .2s}.app-shell.nav-collapsed{grid-template-columns:72px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:var(--nav);color:#dcebe5;padding:20px 13px;overflow:hidden}.brand{height:48px;display:flex;align-items:center;gap:10px;padding:0 6px;white-space:nowrap}.brand-mark{width:35px;height:35px;border-radius:9px;background:#27c58d;color:#06130f;display:grid;place-items:center;flex:0 0 auto}.brand b{font-size:13px;letter-spacing:.06em}.brand small{display:block;color:#5de0ae;font:500 8px DM Mono;letter-spacing:.2em}.sidebar nav{display:flex;flex-direction:column;gap:4px;margin-top:27px}.sidebar nav button,.sidebar-foot>button{height:43px;border:0;border-radius:8px;background:transparent;color:#82978f;display:flex;align-items:center;gap:12px;padding:0 12px;text-align:left;white-space:nowrap}.sidebar nav button:hover,.sidebar nav button.active{background:#163229;color:#f5fffb}.sidebar nav button.active{box-shadow:inset 3px 0 #36d39a}.sidebar nav button svg{flex:0 0 auto}.sidebar nav button span{font-size:12px;font-weight:600}.sidebar nav button i{margin-left:auto;background:#25463b;color:#67e4b4;border-radius:10px;min-width:20px;text-align:center;font:500 10px DM Mono;padding:3px}.sidebar-foot{margin-top:auto;border-top:1px solid #20352e;padding-top:14px}.connection{display:flex;align-items:center;gap:9px;padding:10px 8px;white-space:nowrap}.connection svg{color:#60dbae}.connection span{display:flex;flex-direction:column}.connection b{font-size:10px}.connection small{font-size:8px;color:#70867e}.connection>i{width:7px;height:7px;border-radius:50%;background:#39d69d;margin-left:auto}.app-shell.nav-collapsed .sidebar{padding-inline:9px}.app-shell.nav-collapsed .sidebar .brand b,.app-shell.nav-collapsed .sidebar nav span,.app-shell.nav-collapsed .sidebar nav i,.app-shell.nav-collapsed .connection span,.app-shell.nav-collapsed .connection>i,.app-shell.nav-collapsed .sidebar-foot>button span{display:none}.app-main{min-width:0}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:10}.menu-btn,.alert-button,.icon-btn{border:1px solid var(--line);background:#fff;border-radius:8px;width:36px;height:36px;display:grid;place-items:center;color:#65766f}.crumb{margin-left:18px;font-size:11px;color:#809089}.crumb span{margin:0 8px;color:#bac5c1}.crumb b{color:#21302b}.topbar-right{margin-left:auto;display:flex;gap:12px;align-items:center}.global-search{height:35px;width:210px;border:1px solid var(--line);background:#f7f9f8;border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#8c9994;font-size:10px}.global-search svg{width:14px}.global-search kbd{margin-left:auto;border:1px solid #dce4e1;border-radius:4px;background:#fff;padding:2px 5px;font:9px DM Mono}.alert-button{position:relative}.alert-button i{position:absolute;right:-4px;top:-4px;background:#dd4d4d;color:#fff;width:16px;height:16px;border-radius:50%;font:500 9px DM Mono;display:grid;place-items:center}.profile{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:2px}.profile>span,.avatar{width:32px;height:32px;border-radius:8px;background:#dff3eb;color:#0d7b5a;display:grid;place-items:center;font-weight:800;font-size:10px;flex:0 0 auto}.profile div{display:flex;flex-direction:column;text-align:left}.profile b{font-size:10px}.profile small{font-size:8px;color:#82918b}.profile svg{width:13px}.view-container{min-height:calc(100vh - 64px)}.page{padding:30px;max-width:1540px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:24px}.page-heading h1,.map-toolbar h1{font-size:27px;letter-spacing:-.045em;margin:4px 0 3px}.page-heading>div>p:last-child,.map-toolbar p{margin:0;color:var(--muted);font-size:12px}.kicker{font:500 8px DM Mono!important;letter-spacing:.15em;color:#739188!important;margin:0!important}.heading-actions{display:flex;gap:9px}.btn{height:38px;border-radius:8px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;font-size:11px;font-weight:700;white-space:nowrap}.btn svg{width:15px}.btn.primary{background:var(--green);color:#fff;box-shadow:0 3px 10px #0f8a6323}.btn.primary:hover{background:var(--green-dark)}.btn.secondary{background:#fff;color:#40514a;border:1px solid var(--line)}.btn.compact{height:32px;padding:0 12px}.btn.xl{height:43px;padding:0 18px}.btn.xl span{background:#ffffff2b;border-radius:12px;padding:3px 7px;font:500 9px DM Mono}.btn:disabled{opacity:.35;cursor:not-allowed}.btn.full{width:100%}.surface{background:#fff;border:1px solid var(--line);border-radius:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:14px}.metric-card{height:112px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:19px;display:flex;align-items:center;gap:15px}.metric-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:9px}.metric-icon.teal{background:#e2f5ee;color:#138361}.metric-icon.blue{background:#e7f0fb;color:#3477cf}.metric-icon.violet{background:#eee9fc;color:#7456c9}.metric-icon.amber{background:#fff1db;color:#cf8012}.metric-card div{display:flex;flex-direction:column}.metric-card small,.movement-stat small,.map-detail-grid small,.visit-stats small{font:500 8px DM Mono;letter-spacing:.1em;color:#829089}.metric-card strong{font-size:25px;line-height:1.2}.metric-card strong i{font-size:12px;color:#85938e;font-style:normal}.metric-card em{font-style:normal;color:#6d7d76;font-size:9px}.overview-grid{display:grid;grid-template-columns:minmax(500px,1.45fr) minmax(330px,.75fr);gap:14px;margin-bottom:14px}.map-card,.attention{height:360px;overflow:hidden}.section-head{height:67px;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4ebe8}.section-head h2{margin:3px 0 0;font-size:15px}.text-btn{border:0;background:none;color:var(--green);font-size:10px;font-weight:700;display:flex;align-items:center;gap:5px}.text-btn svg{width:13px}.mini-map{height:293px}.fleet-map{width:100%;height:100%}.truck-marker{width:30px;height:30px;border:3px solid white;border-radius:8px;background:#0c8c65;color:#fff;box-shadow:0 2px 10px #0c2a2090;font:700 9px DM Mono}.truck-marker.selected{background:#15231e;transform:scale(1.16)}.facility-marker{width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:#e8a02f;box-shadow:0 2px 9px #6a481b88}.exception{width:100%;height:91px;border:0;border-bottom:1px solid #e8eeeb;background:#fff;display:flex;align-items:flex-start;text-align:left;padding:16px 17px;gap:11px}.exception:hover{background:#fafcfb}.exception>span{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;flex:0 0 auto}.exception>span svg{width:14px}.danger-icon{background:#fde9e8;color:var(--red)}.amber-icon{background:#fff0d9;color:#cf8014}.blue-icon{background:#e9f1fd;color:#3578d0}.exception div{flex:1}.exception b{font-size:11px}.exception p{font-size:9px;color:#74837d;line-height:1.4;margin:4px 0}.exception>svg{width:14px;color:#9aaaa4;margin-top:8px}.badge{display:inline-flex;width:max-content;border-radius:20px;padding:4px 8px;font:500 8px DM Mono;text-transform:uppercase;letter-spacing:.06em;background:#edf1ef;color:#5e6d67}.badge.green{background:#def4eb;color:#097653}.badge.amber{background:#fff0d6;color:#a96408}.badge.red{background:#fce6e5;color:#b43838}.badge.blue{background:#e5eefb;color:#2866b7}.live-label{font:500 8px DM Mono;color:#809089}.live-label i,.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#26c58c;box-shadow:0 0 0 4px #26c58c18;margin-right:5px}.movement{min-height:76px;display:flex;align-items:center;gap:14px;padding:14px 19px;border-bottom:1px solid #edf1ef}.movement:last-child{border:0}.movement-main{flex:1}.movement-main>div{display:flex;align-items:center;gap:7px}.movement-main>div b{font-size:11px}.movement-main svg{width:12px;color:#84938d}.movement-main p{margin:3px 0 8px;color:#71817a;font-size:9px}.progress{height:4px;background:#e8efec;border-radius:4px;overflow:hidden}.progress i{display:block;height:100%;background:#21b681;border-radius:4px}.movement-stat{width:83px;display:flex;flex-direction:column}.movement-stat b{font-size:10px}.pulse{animation:pulse 1.3s infinite}@keyframes pulse{50%{opacity:.35}}.dispatch-toolbar{height:58px;background:#fff;border:1px solid var(--line);border-radius:10px 10px 0 0;display:flex;align-items:center;gap:7px;padding:10px 12px}.search{height:36px;display:flex;align-items:center;border:1px solid var(--line);background:#f9fbfa;border-radius:7px;padding:0 10px;gap:7px}.dispatch-toolbar .search{width:280px;margin-right:8px}.search svg{width:14px;color:#8b9994}.search input{border:0;outline:0;background:transparent;font-size:10px;width:100%}.chip{border:1px solid var(--line);border-radius:7px;background:#fff;height:33px;padding:0 10px;color:#61716a;font-size:9px}.chip.active{background:#e6f4ef;color:#0e7859;border-color:#bee5d7}.chip b{margin-left:5px}.dispatch-toolbar .icon-btn{margin-left:auto}.dispatch-grid{display:grid;grid-template-columns:1fr 1fr .85fr;gap:1px;background:#dce4e1;border:1px solid var(--line);border-top:0;min-height:calc(100vh - 250px)}.board-column{padding:13px;background:#f5f8f6}.board-column.planned{background:#f8faf9}.column-head{display:flex;justify-content:space-between;align-items:center;padding:4px 3px 12px;font:500 8px DM Mono;letter-spacing:.12em;color:#73847d}.load-card,.assignment-card,.resource-card{background:#fff;border:1px solid var(--line);border-radius:9px;margin-bottom:9px;padding:14px;box-shadow:0 2px 5px #15231e08}.load-card{border-left:3px solid #91a29b}.load-card.priority-critical{border-left-color:#e05252}.load-card.priority-high{border-left-color:#dda02e}.load-title,.load-title>div,.assignment-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.load-title b{font-size:12px}.load-title strong{font-size:11px}.route-line{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;margin:15px 0}.route-line>span{font-size:10px;font-weight:700;display:grid;grid-template-columns:8px 1fr}.route-line>span i{width:6px;height:6px;border:2px solid #17946d;border-radius:50%;margin-top:3px}.route-line>span small{grid-column:2;color:#83918b;font-size:8px;font-weight:500}.route-line>svg{width:13px;color:#99a7a1}.load-meta{display:flex;gap:12px;color:#63736c;font-size:8px;border-top:1px solid #edf1ef;padding-top:10px}.load-meta span{display:flex;align-items:center;gap:4px}.load-meta svg{width:12px}.assign-action{width:100%;border:0;background:#eef7f3;color:#087957;border-radius:6px;margin-top:11px;height:30px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px}.assign-action svg{width:12px}.assignment-top{justify-content:flex-start}.assignment-top>div{flex:1}.assignment-top b,.resource-card b{font-size:10px}.assignment-top p,.resource-card p{font-size:8px;color:#778780;margin:2px 0}.assignment-load{margin:12px 0;padding:10px;background:#f3f7f5;border-radius:6px}.assignment-load b{display:block;font-size:9px;color:#0e805e}.assignment-load span{display:flex;align-items:center;gap:4px;font-size:9px;margin-top:3px}.assignment-load svg{width:11px}.assignment-foot{display:flex;align-items:center;justify-content:space-between;color:#74847d;font-size:8px}.assignment-foot span{display:flex;align-items:center;gap:4px}.assignment-foot svg{width:11px}.assignment-foot button{border:0;background:none;color:#ba4747;font-size:8px}.resource-card>div:first-child{display:flex;align-items:center;gap:8px}.resource-card>div:first-child>div{flex:1}.availability{width:7px;height:7px;border-radius:50%;background:#24bc83}.resource-card.assigned{opacity:.62}.resource-card.assigned .availability{background:#568bd2}.resource-stats{display:grid;grid-template-columns:1.2fr .7fr 1fr;border-top:1px solid #edf1ef;margin-top:10px;padding-top:9px;gap:5px}.resource-stats span{font-size:8px;display:flex;flex-direction:column}.resource-stats small{font:500 7px DM Mono;color:#91a099}.resource-stats .risk{color:#cf4b4b}.modal-backdrop{position:fixed;inset:0;background:#08130f99;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;display:grid;place-items:center;padding:30px}.modal{position:relative;width:min(900px,95vw);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 30px 80px #07110f55;padding:25px}.modal .close,.map-detail .close{position:absolute;right:16px;top:15px;border:0;background:#f0f4f2;border-radius:7px;width:31px;height:31px;display:grid;place-items:center;color:#6d7d76}.modal .close svg{width:14px}.modal h2{font-size:19px;margin:5px 0}.modal-sub{color:#697871;font-size:10px;margin:0 0 20px}.candidate-list{display:flex;flex-direction:column;gap:7px}.candidate{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:12px}.candidate.blocked{background:#fafafa}.candidate-copy{flex:1}.candidate-copy>div{display:flex;align-items:center;gap:8px}.candidate-copy b{font-size:11px}.candidate-copy p{font-size:9px;color:#63736c;margin:3px 0}.candidate-copy small{font-size:8px;color:#8a3f3f}.candidate:not(.blocked) .candidate-copy small{color:#587069}.candidate-score{text-align:center;width:50px}.candidate-score strong{display:block;font-size:19px}.candidate-score small{font:500 7px DM Mono;color:#84938d}.plan-modal{width:min(1050px,96vw);padding:0}.plan-modal>.close{z-index:2}.plan-title{padding:24px;display:flex;gap:13px}.spark{width:42px;height:42px;border-radius:10px;background:#def5ec;color:#0d825f;display:grid;place-items:center}.plan-title h2{margin:3px 0}.plan-title p{font-size:10px;color:#6f7e78;margin:3px 0}.proposal-summary{height:52px;background:#f5f8f7;border-block:1px solid var(--line);display:flex;align-items:center;gap:30px;padding:0 25px;font-size:9px}.proposal-summary span{display:flex;align-items:center;gap:6px}.proposal-summary svg{width:13px;color:#168463}.proposal-summary .warn-text svg{color:#d48716}.proposal-list{padding:12px 24px}.proposal-list article{display:grid;grid-template-columns:1.25fr 1.35fr .65fr .65fr;gap:15px;border-bottom:1px solid #e8eeeb;padding:14px 4px}.proposal-list article>div{display:flex;flex-direction:column}.proposal-list small{font:500 7px DM Mono;color:#899791}.proposal-list b{font-size:9px}.proposal-route>span{display:flex;align-items:center;gap:4px;font-size:9px;color:#607069;margin-top:3px}.proposal-route svg{width:11px}.proposal-list article>p{grid-column:1/-1;background:#eef7f3;padding:8px;border-radius:6px;margin:0;color:#4f665d;font-size:8px;display:flex;align-items:center;gap:5px}.proposal-list article>p svg{width:11px;color:#0e8963}.proposal-list article.rejected{grid-template-columns:1.25fr 2.65fr;background:snow}.reject-reason{flex-direction:row!important;align-items:center;gap:8px;color:#a44040}.reject-reason>span{display:flex;flex-direction:column}.reject-reason svg{width:16px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;border-top:1px solid var(--line)}.table-surface{overflow:hidden}.table-toolbar{padding:12px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.table-toolbar .search{width:330px}.data-table{overflow:auto}.table-row{min-width:950px;display:grid;grid-template-columns:.8fr 1.25fr 1fr .9fr .6fr .65fr;gap:15px;align-items:center;padding:14px 17px;border-bottom:1px solid #edf1ef}.table-row>span{display:flex;flex-direction:column;font-size:10px}.table-row b{font-size:10px}.table-row small{font-size:8px;color:#7b8a84;margin-top:2px}.table-head{background:#f7f9f8;padding-block:10px;font:500 8px DM Mono;color:#76867f}.fleet-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.driver-card{padding:17px}.driver-head{display:flex;align-items:center;gap:10px}.avatar.large{width:42px;height:42px}.driver-head>div{flex:1}.driver-head h3{font-size:13px;margin:0}.driver-head p{font-size:9px;color:#778780;margin:2px 0}.location-line{display:flex;align-items:center;gap:6px;margin:16px 0;padding:9px;background:#f4f7f6;border-radius:7px;font-size:9px}.location-line svg{width:13px;color:#138461}.location-line small{margin-left:auto;color:#16815f}.hos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hos-grid>div{display:flex;flex-direction:column}.hos-grid small{font:500 7px DM Mono;color:#87968f}.hos-grid strong{font-size:17px;margin:2px 0 5px}.hos-grid i,.mobile-hos span>i{height:4px;background:#e5ece9;border-radius:4px;overflow:hidden}.hos-grid i b,.mobile-hos i em{display:block;height:100%;background:#1ab17c}.equipment-row{display:flex;gap:8px;border-top:1px solid #e8eeeb;margin-top:15px;padding-top:12px}.equipment-row span{font-size:8px;color:#65756e;display:flex;align-items:center;gap:4px}.equipment-row svg{width:12px}.map-page{height:calc(100vh - 64px);display:flex;flex-direction:column}.map-toolbar{height:82px;padding:15px 25px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px}.map-toolbar h1{font-size:20px}.segmented{margin-left:auto;display:flex;border:1px solid var(--line);border-radius:8px;padding:3px}.segmented button{height:29px;border:0;background:transparent;border-radius:5px;font-size:9px;padding:0 12px;color:#63736d}.segmented button.active{background:#e5f4ef;color:#087959}.live-btn{background:#dff5ec;color:#087a59;border:1px solid #b8e7d5}.full-map{position:relative;flex:1;min-height:0}.map-detail{position:absolute;right:18px;top:18px;width:300px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 14px 40px #15231e25}.map-detail h2{margin:5px 0;font-size:20px}.map-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);margin:17px 0}.map-detail-grid span{background:#fff;padding:10px;display:flex;flex-direction:column}.map-detail-grid b{font-size:11px}.map-detail h3{font:500 8px DM Mono;color:#75857e}.progress.big{height:7px}.map-detail>p:last-child{font-size:9px;color:#778780}.detention-total{display:flex;flex-direction:column;text-align:right}.detention-total small{font:500 8px DM Mono;color:#7d8d86}.detention-total b{font-size:25px;color:#b76a06}.detention-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.visit-card{padding:19px}.visit-top{display:flex;align-items:center;gap:12px}.clock-ring{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e4f5ef;color:#0c815d}.clock-ring.billing{background:#fff0da;color:#cf7c0b}.visit-top>div{flex:1}.visit-top h2{font-size:15px;margin:5px 0 0}.visit-top p{font-size:9px;color:#778780;margin:1px 0}.visit-top>strong{font-size:20px;color:#b96f0c}.dwell-track{position:relative;height:7px;background:#e8eeeb;border-radius:6px;margin:19px 0}.dwell-track i{display:block;height:100%;background:#e69a27;border-radius:6px}.dwell-track b{position:absolute;top:-4px;width:2px;height:15px;background:#7c5a27}.visit-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.visit-stats span{display:flex;flex-direction:column;font-size:9px}.evidence{display:flex;align-items:center;gap:9px;background:#fff7e9;border:1px solid #f2ddb8;border-radius:7px;padding:10px;margin-top:17px;color:#9a5d0c}.evidence span{display:flex;flex:1;flex-direction:column}.evidence b{font-size:9px}.evidence small{font-size:8px}.evidence button{border:0;background:none;color:#99600f;font-size:8px;font-weight:700}.driver-demo{min-height:calc(100vh - 64px);display:grid;grid-template-columns:420px 420px;justify-content:center;align-items:center;gap:80px;background:radial-gradient(circle at 30% 45%,#dcefe8,#f4f7f5 45%);padding:35px}.phone{width:390px;height:690px;background:#f5f8f6;border:8px solid #13251f;border-radius:30px;overflow:hidden;box-shadow:0 30px 70px #15322833}.phone header{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.driver-brand{display:flex;align-items:center;gap:8px}.driver-brand .brand-mark{width:30px;height:30px}.driver-brand b{font-size:11px}.driver-brand small{display:block;font:500 7px DM Mono;color:#0d8963;letter-spacing:.15em}.online{font:500 8px DM Mono;color:#5a6c64}.phone main{padding:20px}.driver-greeting h1{font-size:25px;margin:8px 0 0}.driver-greeting p{font-size:10px;color:#718079;margin:3px 0 19px}.mobile-load{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;box-shadow:0 5px 20px #1731270d}.mobile-load>div:first-child{display:flex;justify-content:space-between;align-items:center}.mobile-load>div:first-child>b{font-size:11px}.mobile-route{margin:18px 0}.mobile-route span{display:flex;flex-direction:column;padding-left:17px;position:relative}.mobile-route span i{position:absolute;left:0;top:3px;width:8px;height:8px;border:2px solid #1aad7a;border-radius:50%}.mobile-route span small{font:500 7px DM Mono;color:#809089}.mobile-route span b{font-size:12px;margin-top:2px}.mobile-route>em{display:block;height:29px;border-left:1px dashed #8cb4a5;margin-left:3.5px}.mobile-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e9eeec;padding-top:12px}.mobile-meta span{display:grid;grid-template-columns:15px 1fr;align-items:center}.mobile-meta svg{grid-row:1/3;width:12px;color:#0d8963}.mobile-meta b{font-size:9px}.mobile-meta small{font-size:7px;color:#829089}.driver-actions{display:grid;grid-template-columns:1.4fr 1fr;gap:8px;margin:11px 0}.driver-actions button{height:42px;border:1px solid var(--line);background:#fff;border-radius:8px;color:#52645c;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px}.driver-actions button.accept{background:#0e8963;color:#fff;border-color:#0e8963}.driver-actions svg{width:14px}.mobile-hos{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px}.mobile-hos>div:first-child{display:flex;justify-content:space-between}.mobile-hos>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:13px}.mobile-hos span{display:flex;flex-direction:column}.mobile-hos span small{font:500 7px DM Mono;color:#819089}.mobile-hos span b{font-size:17px}.driver-notes h1{font-size:32px;letter-spacing:-.045em;line-height:1.1;margin:10px 0}.driver-notes>p:not(.kicker){font-size:12px;line-height:1.7;color:#64756e}.driver-notes ul{list-style:none;padding:0;margin-top:24px}.driver-notes li{display:flex;gap:8px;align-items:center;font-size:11px;margin:11px 0}.driver-notes li svg{width:15px;color:#0e8a64}.loader-page{height:calc(100vh - 64px);display:grid;grid-template-columns:290px 1fr 260px;background:#07110f;color:#eaf2ef}.loader-page>aside{background:#0b1714;padding:24px 19px;overflow:auto}.loader-page>aside:first-child{border-right:1px solid #20322c}.loader-page>aside>h1{font-size:23px;margin:6px 0}.loader-page>aside>p:not(.kicker){font-size:10px;color:#849990}.loader-page .kicker{color:#68ae95!important}.loader-trailer{display:flex;gap:9px;align-items:center;padding:11px;background:#12231e;border:1px solid #284138;border-radius:8px;margin:18px 0}.loader-trailer span{display:flex;flex-direction:column;font-size:10px}.loader-trailer small{color:#81978e}.loader-page aside h3{font:500 8px DM Mono;color:#7e958c;letter-spacing:.12em;margin-top:20px}.loader-page aside article{background:#0d1b17;border:1px solid #263b34;border-radius:8px;padding:11px;margin-bottom:8px}.loader-page aside article>div{display:flex;align-items:center;gap:6px;font-size:10px}.loader-page aside article small{margin-left:auto;color:#7c9289;font:500 7px DM Mono}.loader-page aside article p{font-size:8px;color:#82978e}.loader-page aside label{display:inline-block;width:50%;font:500 7px DM Mono;color:#71877e}.loader-page aside input{display:block;width:calc(100% - 5px);background:#09130f;color:#dce9e4;border:1px solid #294139;border-radius:4px;padding:6px;margin-top:3px;font-size:9px}.cargo{width:7px;height:7px;border-radius:2px;background:#4ee6a8}.cargo.c1{background:#58a6ff}.loader-page .btn{margin-top:10px}.loader-scene{position:relative;min-width:0}.scene-label{position:absolute;z-index:2;top:17px;left:20px;right:20px;display:flex;justify-content:space-between;font:500 8px DM Mono;color:#7f978e;letter-spacing:.1em}.scene-label i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#4ee0a7;box-shadow:0 0 8px #4ee0a7;margin-right:6px}.scene-label small{color:#53675f}.stop-filter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;padding:4px;background:#0a1714e8;border:1px solid #2c443b;border-radius:8px}.stop-filter button{border:0;background:transparent;color:#82978f;padding:8px 11px;border-radius:5px;font:500 8px DM Mono}.stop-filter button.active{background:#234137;color:#e7f4ef}.loader-health{border-left:1px solid #20322c}.health-score{font-size:45px;font-weight:700;margin-top:12px}.health-score small{font-size:12px;color:#647e75}.loader-ready{display:block;font:500 8px DM Mono;color:#5de0aa;margin-top:-4px}.loader-metric{position:relative;margin:23px 0}.loader-metric>span{font-size:9px;color:#81968e}.loader-metric>b{display:block;font-size:11px;margin:3px 0 7px}.loader-metric>i{display:block;height:4px;background:#1c312a;border-radius:4px;overflow:hidden}.loader-metric>i em{display:block;height:100%;background:#5ee1a9}.loader-metric>small{position:absolute;right:0;top:0;font:500 8px DM Mono;color:#5ee1a9}.loader-counts{display:grid;grid-template-columns:1fr 1fr;gap:6px}.loader-counts span{border:1px solid #263b34;border-radius:7px;padding:9px;color:#81968e;font-size:8px}.loader-counts svg{width:12px;display:block}.loader-counts b{display:block;color:#edf4f1;font-size:18px}.loader-health .valid,.loader-health .warning{font-size:9px;padding:7px 0;border-bottom:1px solid #1c2e28}.loader-health .valid{color:#8ed7b8}.loader-health .warning{color:#dfb966}.selected-pallet{position:relative;margin-top:14px;padding:11px;border:1px solid #396151;background:#11251e;border-radius:7px}.selected-pallet button{position:absolute;right:6px;top:4px;border:0;background:none;color:#91a69e}.selected-pallet small,.selected-pallet b{display:block}.selected-pallet small{font:500 7px DM Mono;color:#63dfa9}.selected-pallet p,.selected-pallet span{font-size:8px;color:#91a69e}.float-label{white-space:nowrap;background:#07110fee;color:#eaf2ef;border:1px solid #487162;border-radius:5px;padding:6px 8px;font-size:9px}.float-label small{display:block;color:#9eb0aa}.fade-in{animation:fade .28s ease}@keyframes fade{0%{opacity:0;transform:translateY(4px)}}@media(max-width:1250px){.page{padding:22px}.dispatch-grid{grid-template-columns:1fr 1fr}.resources{display:none}.metric-card{padding:14px}.metric-grid{gap:8px}.detention-grid{grid-template-columns:1fr}.loader-page{grid-template-columns:270px 1fr 235px}}.auth-modal{width:410px;padding:28px}.auth-modal>.spark{margin-bottom:18px}.auth-modal h2{font-size:23px;margin:7px 0}.auth-field{display:block;font:500 8px DM Mono;color:#697871;letter-spacing:.08em;margin:20px 0 12px}.auth-field input{display:block;width:100%;height:43px;margin-top:6px;border:1px solid var(--line);border-radius:8px;padding:0 12px;outline:0;color:var(--ink)}.auth-field input:focus{border-color:#56b99a;box-shadow:0 0 0 3px #1bab7920}.auth-message{background:#edf7f3;border-radius:7px;padding:10px;color:#27624d;font-size:9px}.sync-state{display:flex;align-items:center;gap:10px;background:#f3f7f5;border:1px solid var(--line);border-radius:8px;padding:12px;margin:17px 0}.sync-state>i{width:9px;height:9px;border-radius:50%;background:#d58b1a}.sync-state>i.synced{background:#20b77f}.sync-state>i.error{background:#d94f4f}.sync-state span{display:flex;flex-direction:column}.sync-state b{font-size:10px}.sync-state small{font-size:8px;color:#778780}.module-loading{height:calc(100vh - 64px);display:grid;place-items:center;align-content:center;gap:10px;background:#07110f;color:#dcebe5}.module-loading svg{color:#42d9a3}.module-loading b{font-size:11px}.p1-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:11px;overflow:hidden;margin-bottom:15px}.p1-summary span{display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;align-items:center;background:#fff;padding:15px}.p1-summary svg{grid-row:1/3;color:var(--green)}.p1-summary b{font-size:21px}.p1-summary small{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.intelligence-grid,.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.intelligence-panel{padding:18px}.intelligence-panel .section-head{margin-bottom:11px}.exception-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:12px 0;border-top:1px solid var(--line)}.exception-row .risk{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#fff1dc;color:#a96205}.exception-row .risk.critical{background:#ffe8e8;color:#ad3333}.exception-row>div>div{display:flex;align-items:center;gap:7px}.exception-row b{font-size:10px}.exception-row p{margin:3px 0;font-size:9px;color:var(--muted)}.exception-row small{font-size:8px;color:#3e6d5c}.decision-card{border-top:1px solid var(--line);padding:13px 0}.decision-card>div:first-child{display:flex;align-items:center;gap:8px}.decision-card>div:first-child b{font-size:10px}.decision-card>div:first-child strong{margin-left:auto;color:#a74432;font-size:12px}.decision-card p{font-size:9px;line-height:1.5;margin:8px 0;color:#44564f}.decision-card>small{font-size:8px;color:var(--muted)}.decision-actions{display:flex;align-items:center;gap:7px;margin-top:10px}.decision-actions .btn{margin:0}.decision-actions>span{font-size:8px;color:#287058}.backhaul-panel,.decision-log{padding:18px;margin-bottom:15px}.backhaul-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.backhaul-grid>article{border:1px solid var(--line);border-radius:9px;padding:13px}.backhaul-grid>article>div:first-child{display:flex;gap:8px;align-items:center}.backhaul-grid .score{width:34px;height:34px;border-radius:8px;background:var(--green-soft);display:grid;place-items:center;color:var(--green);font-weight:800}.backhaul-grid b,.backhaul-grid small{display:block;font-size:9px}.backhaul-grid small{font-size:7px;color:var(--muted)}.backhaul-grid p{min-height:40px;font-size:8px;line-height:1.5;color:var(--muted)}.backhaul-grid dl,.replay-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 0}.backhaul-grid dt,.replay-card dt{font-size:6px;color:var(--muted);text-transform:uppercase}.backhaul-grid dd,.replay-card dd{font-size:9px;font-weight:700;margin:2px 0}.table-list>div{display:grid;grid-template-columns:100px 1fr auto;align-items:center;border-top:1px solid var(--line);padding:11px 0}.table-list b{font-size:9px}.table-list time{font-size:8px;color:var(--muted)}.replay-card{padding:20px}.replay-card h2{font-size:18px}.source-note{font-size:8px;line-height:1.55;color:var(--muted)}.replay-bars>div{margin:17px 0}.replay-bars span{display:flex;justify-content:space-between;font-size:9px}.replay-bars i{display:block;height:9px;background:#e9efec;border-radius:8px;overflow:hidden;margin-top:5px}.replay-bars em{display:block;height:100%;background:#1aaf7b}.replay-bars em.empty{background:#e2a139}.replay-card dl{grid-template-columns:1fr 1fr}.replay-card dd{font-size:18px}.scenario .opportunity{display:block;color:#087958;font-size:20px;margin:15px 0}.comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:15px;align-items:center}.comparison span{background:#f4f7f5;border-radius:8px;padding:11px;text-align:center}.comparison span:nth-child(2){background:none;padding:0}.comparison small,.comparison b{display:block}.comparison small{font-size:7px;color:var(--muted)}.comparison b{font-size:20px}.opportunity-table{padding:18px}.opportunity-row{display:grid;grid-template-columns:1fr 130px 130px;border-top:1px solid var(--line);padding:12px 4px;font-size:9px}.opportunity-row span{color:var(--muted)}.opportunity-row strong{text-align:right;color:var(--green)}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.provider-card{padding:17px}.provider-card>div:first-child{display:flex;justify-content:space-between;align-items:center}.provider-card>small{display:block;margin-top:12px;color:var(--muted);font:500 7px DM Mono}.provider-card h2{font-size:13px;margin:5px 0}.provider-card p{font-size:8px;color:var(--muted)}.provider-card ul{list-style:none;padding:0}.provider-card li{font-size:8px;display:flex;gap:5px;align-items:center;margin:6px 0}.provider-card li svg{width:12px;color:var(--green)}.provider-card footer{border-top:1px solid var(--line);padding-top:9px;font-size:7px;color:var(--muted)}.adapter-note{padding:18px;margin-top:14px}.adapter-note p{font-size:10px;color:var(--muted);line-height:1.6}.incident-marker{width:28px;height:28px;border:3px solid white;border-radius:50%;background:#d48618;color:#fff;font-weight:800;box-shadow:0 3px 12px #0004}.incident-marker.high,.incident-marker.critical{background:#c74343}.incident-detail>p:not(.kicker){font-size:10px;line-height:1.55;color:var(--muted)}.cargo-estimator{border:1px solid #315046;border-radius:9px;padding:11px;margin:12px 0;background:#0e1f1a}.cargo-estimator summary{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:10px;font-weight:700;color:#7fe4bc}.cargo-estimator summary svg{width:14px}.cargo-estimator>p{font-size:8px!important;line-height:1.4}.cargo-estimator label{margin-top:8px}.cargo-estimator label.wide{width:100%}.cargo-estimator select{display:block;width:100%;background:#09130f;color:#dce9e4;border:1px solid #294139;border-radius:4px;padding:6px;margin-top:3px;font-size:9px}.cargo-check{display:flex!important;width:100%!important;align-items:center;gap:6px;font-family:Manrope!important;font-size:8px!important}.cargo-check input{width:auto!important;margin:0!important}.cargo-result{padding:9px;background:#102b22;border-radius:6px;margin-top:9px;color:#8ce2bd}.cargo-result.blocked{background:#351b1b;color:#f2a2a2}.cargo-result strong,.cargo-result small{display:block;font-size:9px}.cargo-result small{font-size:7px;line-height:1.5;margin-top:3px}.estimate-note{display:block;font-size:7px;color:#81978e;line-height:1.5;margin-top:8px}.remove-cargo{border:0;background:transparent;color:#e7a4a4;font-size:8px;display:flex;align-items:center;gap:4px;margin-top:7px}.remove-cargo svg{width:11px}.sync-conflict{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px;background:#fff0dc;border-bottom:1px solid #e8c894;color:#754807;font-size:9px}.sync-conflict .btn{margin:0}.save-notice{padding:9px 12px;border:1px solid #b9decf;background:#edf8f4;border-radius:8px;color:#286451;font-size:9px}.optimizer-controls{display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:20px;padding:17px;margin-bottom:15px}.optimizer-controls h2{font-size:14px;margin:4px 0}.optimizer-controls p{font-size:8px;color:var(--muted);margin:3px 0}.optimizer-controls>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:9px 18px}.optimizer-controls label{display:grid;grid-template-columns:95px 1fr 24px;align-items:center;font-size:8px}.optimizer-controls input{accent-color:var(--green)}.optimizer-controls label b{text-align:right}.score-details{margin-top:6px}.score-details summary{font-size:8px;color:#176e53;cursor:pointer}.score-details>div{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:5px}.score-details span{font-size:7px;color:var(--muted)}.score-details b{display:block;font-size:9px}@media(max-width:1250px){.intelligence-grid,.analytics-grid{grid-template-columns:1fr}.backhaul-grid,.provider-grid{grid-template-columns:repeat(2,1fr)}}:root{--muted:#52635c;--green:#087052;--green-dark:#065b43}button:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #2f8cff;outline-offset:2px}.crumb,.global-search,.profile small,.metric-card em,.movement-main p,.live-label,.page-heading>div>p:last-child,.map-toolbar p{color:#53635d}.kicker{color:#4c695f!important}.metric-card small,.movement-stat small,.map-detail-grid small,.visit-stats small{color:#53635d}.global-search{appearance:none;text-align:left;cursor:pointer}.empty-state{margin:18px;padding:18px;border:1px dashed #aab8b2;border-radius:8px;color:#4d5e57;background:#fff;text-align:center;font-size:11px}.assignment-foot button:disabled{color:#697972;cursor:not-allowed}.evidence details{margin-left:auto;max-width:260px;font-size:8px}.evidence summary{cursor:pointer;font-weight:700;text-align:right}.evidence details span{display:block;margin-top:6px;line-height:1.45;color:#70480e}.phone-main{padding:20px}.driver-stop-details{display:flex;flex-direction:column;gap:3px;margin:-2px 0 10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#40514a;font-size:9px}.driver-stop-details span{color:#53635d}.loader-error{padding:9px!important;border:1px solid #c85656;border-radius:6px;background:#351717;color:#ffd7d7!important;line-height:1.4}.action-success{margin:-12px 0 18px;padding:10px 13px;border:1px solid #b9e2d2;border-radius:8px;background:#e8f6f0;color:#087052;font-size:10px}.new-load-modal{width:min(1040px,96vw)}.form-errors{margin:0 0 16px;padding:11px 14px;border:1px solid #efbcbc;border-radius:8px;background:#fff2f2;color:#922f2f;font-size:10px}.form-errors ul{margin:6px 0 0;padding-left:18px}.new-load-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.new-load-grid label,.cargo-manifest-editor label{display:flex;flex-direction:column;gap:5px;font:600 8px DM Mono;color:#687a73}.new-load-grid label.wide{grid-column:span 2}.new-load-grid input,.new-load-grid select,.cargo-manifest-editor input{height:36px;border:1px solid var(--line);border-radius:7px;background:#fbfcfc;padding:0 9px;color:var(--ink);font:500 10px Manrope}.cargo-manifest-heading{display:flex;align-items:center;justify-content:space-between;margin:22px 0 10px}.cargo-manifest-heading>div{display:flex;align-items:center;gap:9px}.cargo-manifest-heading span{display:flex;flex-direction:column}.cargo-manifest-heading b{font-size:12px}.cargo-manifest-heading small{font-size:9px;color:var(--muted)}.cargo-manifest-editor{display:flex;flex-direction:column;gap:8px}.cargo-manifest-editor fieldset{position:relative;display:grid;grid-template-columns:1.5fr .55fr repeat(4,.8fr) .7fr .7fr 32px;gap:8px;align-items:end;border:1px solid var(--line);border-radius:9px;padding:12px}.cargo-manifest-editor legend{padding:0 5px;font:600 8px DM Mono;color:#65766f}.cargo-manifest-editor .check{height:36px;flex-direction:row;align-items:center}.cargo-manifest-editor .check input{width:15px;height:15px}.icon-danger{width:32px;height:36px;border:1px solid #efd2d2;border-radius:7px;background:#fff5f5;color:#b34242;display:grid;place-items:center}.icon-danger:disabled{opacity:.3}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}@media(max-width:1250px){.new-load-grid{grid-template-columns:repeat(2,1fr)}.cargo-manifest-editor fieldset{grid-template-columns:repeat(4,1fr)}.cargo-manifest-editor fieldset .icon-danger{position:absolute;right:8px;top:-7px}}.loader-manifest{scrollbar-width:thin}.manifest-title{display:flex;align-items:center;justify-content:space-between}.manifest-title span{font:500 8px DM Mono;color:#5ee1a9}.cargo-card{background:#0d1b17;border:1px solid #263b34;border-radius:8px;margin-bottom:8px;overflow:hidden}.cargo-card summary{display:flex;align-items:center;gap:8px;padding:11px;cursor:pointer}.cargo-card summary>span{display:flex;min-width:0;flex:1;flex-direction:column}.cargo-card summary b{font-size:9px}.cargo-card summary small{color:#7c9289;font:500 7px DM Mono}.cargo-card summary strong{font-size:8px;color:#b9cbc4}.cargo-card>p{margin:0;padding:0 11px 9px;color:#849990!important}.cargo-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:0 8px}.cargo-fields label{width:100%!important}.cargo-options{display:flex;align-items:center;gap:10px;padding:10px}.cargo-options label{display:flex!important;width:auto!important;align-items:center;gap:4px}.cargo-options input{display:inline-block!important;width:13px!important;margin:0!important}.cargo-options button{margin-left:auto;border:0;background:none;color:#de8e8e;font-size:8px;display:flex;align-items:center;gap:4px}.cargo-options svg{width:11px}.cargo-estimator{margin:12px 0;padding:11px;border:1px solid #345247;border-radius:8px;background:#10221c}.cargo-estimator summary{display:flex;align-items:center;gap:6px;color:#68e0b0;font-size:10px;font-weight:700;cursor:pointer}.cargo-estimator summary svg{width:13px}.cargo-estimator label{padding:4px;width:50%!important}.cargo-estimator label.wide{width:100%!important}.cargo-estimator select{display:block;width:100%;margin-top:3px;background:#09130f;color:#dce9e4;border:1px solid #294139;border-radius:4px;padding:6px;font-size:9px}.cargo-estimator .cargo-check{display:inline-flex!important;align-items:center;gap:5px;width:50%!important}.cargo-estimator .cargo-check input{display:inline-block;width:13px;margin:0}.cargo-result{display:flex;flex-direction:column;margin-top:8px;padding:8px;border-radius:6px;background:#15362b;color:#79e4b8;font-size:9px}.cargo-result small{margin-top:3px;color:#98afa6}.cargo-result.blocked{background:#351d1d;color:#f1a0a0}.estimate-note{display:block;margin-top:7px;color:#7f9d92}.import-loads{margin:0 0 14px!important;background:#132720!important;color:#9ed8c1!important;border-color:#305144!important}.scene-tools{position:absolute;z-index:3;top:42px;left:20px;display:flex;flex-wrap:wrap;gap:6px}.scene-tools>div{display:flex;align-items:center;gap:3px;padding:3px;background:#0a1714e8;border:1px solid #2c443b;border-radius:7px;color:#6e8b80}.scene-tools svg{width:12px;margin:0 3px}.scene-tools button,.scene-tools select{height:27px;border:0;border-radius:4px;background:transparent;color:#93a9a0;padding:0 7px;font:500 7px DM Mono;text-transform:uppercase}.scene-tools button.active{background:#24453a;color:#e6fff5}.scene-tools select{background:#10231d}.layer-filter{position:absolute;z-index:2;bottom:62px;left:50%;transform:translate(-50%);display:flex;padding:4px;background:#0a1714e8;border:1px solid #2c443b;border-radius:8px}.layer-filter button{border:0;background:transparent;color:#82978f;padding:7px 9px;border-radius:5px;font:500 7px DM Mono}.layer-filter button.active{background:#234137;color:#e7f4ef}.unplanned-list{margin:13px 0;border:1px solid #57472b;border-radius:7px;padding:9px;color:#dfb966;font-size:9px}.unplanned-list summary{cursor:pointer;font-weight:700}.unplanned-list p{display:flex;flex-direction:column}.float-label.compact{font-size:6px;padding:2px 4px;opacity:.85;pointer-events:none}.float-label.expanded{z-index:5}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.demo-tms{margin-top:14px}.demo-tms>div{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.demo-tms article{display:grid;grid-template-columns:.8fr 1.4fr .7fr;gap:12px;padding:11px;background:#fff;font-size:9px}.demo-tms article span{display:flex;flex-direction:column}.demo-tms article small{color:var(--muted);font-size:8px;margin-top:2px}.table-row{grid-template-columns:.72fr 1.05fr .92fr .72fr .58fr .58fr 1.05fr}.load-filters{display:flex;align-items:center;gap:7px}.load-filters svg{width:14px;color:var(--muted)}.load-filters select{height:34px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#52645c;padding:0 8px;font-size:9px}.load-row-actions{display:flex!important;flex-flow:row wrap!important;gap:4px}.load-row-actions button{border:1px solid var(--line);border-radius:5px;background:#fff;color:#476058;padding:4px 6px;font-size:7px}.load-row-actions button.danger{color:#a33c3c;border-color:#efcccc}.load-row-actions button:disabled{opacity:.35}.form-steps{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 17px}.form-steps span{padding:8px;border-radius:6px;background:#f1f4f3;color:#7b8984;font:600 8px DM Mono}.form-steps span.active{background:#dff4ec;color:#087052}.form-steps span.complete{background:#edf8f4;color:#399175}.additional-stop-editor{display:flex;flex-direction:column;gap:7px}.additional-stop-editor fieldset{display:grid;grid-template-columns:1fr 1fr 1fr 34px;gap:8px;align-items:end;border:1px solid var(--line);border-radius:8px;padding:10px}.additional-stop-editor label{display:flex;flex-direction:column;gap:4px;font:600 8px DM Mono;color:#687a73}.additional-stop-editor select,.additional-stop-editor input{height:35px;border:1px solid var(--line);border-radius:6px;background:#fbfcfc;padding:0 8px;font-size:9px}.unit-toggle{display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid #294139;border-radius:7px;margin:-8px 0 13px}.unit-toggle button{height:27px;border:0;border-radius:4px;background:transparent;color:#7f968d;font:600 8px DM Mono}.unit-toggle button.active{background:#234137;color:#e7f4ef}.placement-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:4px;margin-top:9px}.placement-actions button{position:static!important;width:auto!important;height:25px!important;border:1px solid #315044!important;border-radius:4px!important;background:#0c1b16!important;color:#a9bcb5!important;font-size:7px!important}.placement-actions button.active{color:#5ee1a9!important;border-color:#4a997b!important}.placement-actions svg{width:9px}.saved-plans{margin-top:12px;border:1px solid #294139;border-radius:7px;padding:9px;font-size:8px;color:#9fb3ab}.saved-plans summary{cursor:pointer;color:#6fe0b2;font-weight:700}.saved-plans article{display:flex!important;align-items:center;justify-content:space-between;margin:7px 0 0!important;padding:7px!important}.saved-plans article span{display:flex;flex-direction:column}.saved-plans article small{margin:2px 0 0!important}.saved-plans article button{border:1px solid #345347;background:#13261f;color:#a9bdb5;border-radius:4px;padding:4px;font-size:7px;margin-left:4px}@media print{.sidebar,.topbar,.loader-manifest,.scene-tools,.layer-filter,.stop-filter,.loader-health .btn{display:none!important}.app-shell,.loader-page{display:block!important}.loader-page{height:auto;background:#fff;color:#111}.loader-scene{height:620px}.loader-health{border:0;background:#fff!important;color:#111!important;overflow:visible!important}.loader-metric>i{border:1px solid #777}.loader-metric>span,.loader-metric>small,.loader-health .valid,.loader-health .warning{color:#222!important}}.metric-card strong i{color:#52635c}.truck-marker{background:#066b4d}.badge{color:#46564f}.badge.green{color:#056044}.badge.amber{color:#824b00}.badge.red{color:#992929}.badge.blue{color:#1f579e}.exception p,.candidate-copy p,.candidate-copy small,.route-line>span small,.load-meta,.assignment-top p,.assignment-foot,.resource-card p,.resource-stats small,.table-row small,.table-head,.driver-head p,.location-line small,.hos-grid small,.visit-top p,.detention-total small,.driver-greeting p,.mobile-route span small,.mobile-meta small,.mobile-hos span small{color:#4d5e57}.column-head,.chip{color:#4d5e57}.chip.active,.assign-action,.assignment-load b{color:#056548}.avatar{color:#056044}.resource-card.assigned{opacity:1;background:#f3f6f4}.resource-stats .risk{color:#982b2b}.evidence,.evidence summary,.evidence b,.evidence small{color:#70480e}.driver-brand small{color:#056548}.driver-actions button.accept{background:#07694d;border-color:#07694d}.driver-actions button:disabled{cursor:not-allowed;opacity:.55}.driver-action-error{margin:0 0 11px;padding:9px 10px;border:1px solid #efc7c4;border-radius:7px;background:#fff2f1;color:#9b3737;font-size:9px;line-height:1.45}.fleet-map-shell{position:relative;width:100%;height:100%}.route-mode{position:absolute;z-index:4;left:10px;bottom:10px;border:1px solid #d6dfdb;border-radius:999px;background:#fffffff0;color:#6b7b74;padding:5px 8px;font:600 7px DM Mono;letter-spacing:.08em;box-shadow:0 2px 8px #10261d1c}.route-mode.live{border-color:#a8ddca;background:#e6f7f0;color:#076c4e}.route-mode.fallback{border-color:#ead2a9;background:#fff6e6;color:#8a5a0d}.maplibregl-ctrl-attrib a{color:#005a46!important;font-weight:700;text-decoration:underline!important}.map-layer-toggles{margin-left:auto;display:flex;gap:6px}.map-toolbar .segmented{margin-left:0}.map-layer-toggles button{height:32px;display:flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#5d6d66;padding:0 9px;font-size:9px;font-weight:700}.map-layer-toggles button svg{width:13px}.map-layer-toggles button.active{background:#e6f4ef;border-color:#a9d9c8;color:#087959}.map-layer-toggles button.active.truck-stop{background:#e8f0fb;border-color:#b8cdea;color:#285f9f}.map-layer-toggles button.active.fuel-station{background:#fff1da;border-color:#efd09b;color:#9b6108}.poi-marker{width:27px;height:27px;border:3px solid #fff;border-radius:50%;color:#fff;box-shadow:0 3px 10px #14282066;font:800 9px DM Mono}.poi-marker.truck-stop{background:#356fae}.poi-marker.fuel-station{background:#d58a18}.poi-popup{display:flex;min-width:155px;flex-direction:column;gap:3px;color:#15231e}.poi-popup strong{font-size:11px}.poi-popup span{font-size:8px;color:#5f7069;line-height:1.5}.fatal-error{min-height:100vh;display:grid;place-content:center;justify-items:start;gap:12px;padding:40px;background:#f4f7f5;color:var(--ink)}.fatal-error p{font:600 10px DM Mono;letter-spacing:.16em;color:var(--green);margin:0}.fatal-error h1{font-size:30px;margin:0}.fatal-error span{max-width:620px;color:var(--muted);line-height:1.6}.fatal-error button{border:0;border-radius:8px;background:var(--green);color:#fff;padding:11px 16px;font-weight:700}.health-score small{color:#8ca099}.btn.xl span{background:#064d39;color:#fff}.copilot-panel{padding-bottom:16px;margin-bottom:14px}.copilot-provider{display:flex;align-items:center;gap:6px;font-size:10px;color:#4f625a}.copilot-provider svg{width:14px;height:14px;color:#0f8a63}.copilot-chips{display:flex;flex-wrap:wrap;gap:8px;padding:14px 19px 4px}.copilot-chips .chip:disabled{opacity:.55;cursor:progress}.copilot-result{padding:6px 19px 0}.copilot-hint,.copilot-note{display:flex;align-items:center;gap:6px;font-size:11px;color:#4f625a;margin:6px 0}.copilot-hint svg{width:14px;height:14px;color:#0f8a63}.copilot-answer{font-size:13px;line-height:1.55;color:#15231e;margin:8px 0}.copilot-citations{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:8px 0}.copilot-warning{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b4100;background:#fff4dd;border-radius:6px;padding:8px 10px;margin:8px 0}.copilot-warning svg{width:14px;height:14px;flex:0 0 auto}.copilot-fact-block{margin-top:10px;font-size:11px;color:#34463f}.copilot-fact-block summary{cursor:pointer;color:#0b6e4f;font-weight:600}.copilot-summary{margin:8px 0;font-weight:600}.copilot-facts{list-style:none;padding:0;margin:0;display:grid;gap:6px}.copilot-facts li{display:flex;flex-direction:column;gap:2px;border-left:3px solid #dce5e1;padding:4px 10px}.mobile-pod{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px;margin:0 0 11px;display:grid;gap:8px}.mobile-pod>div{display:flex;justify-content:space-between;align-items:center}.mobile-pod p{display:flex;align-items:center;gap:6px;margin:0;font-size:10px;color:#4f625a}.mobile-pod p svg{width:14px;height:14px;flex:0 0 auto}.mobile-pod .pod-alert{color:#8a1f1f;background:#fde9e8;border-radius:6px;padding:8px;font-weight:600}.documents-panel{margin-bottom:14px;padding-bottom:14px}.documents-panel .section-head small{font-size:10px;color:#4f625a}.documents-panel .empty-state{margin:12px 19px 0}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;padding:12px 19px 0}.document-card{display:grid;grid-template-columns:64px 1fr;gap:10px;border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff}.document-thumb{width:64px;height:64px;border-radius:6px;background:#eef3f1;display:grid;place-items:center;overflow:hidden;color:#4f625a}.document-thumb img{width:100%;height:100%;object-fit:cover}.document-card b{font-size:11px}.document-card p{margin:3px 0;font-size:9px;color:#4f625a}.document-card .badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.document-card .badge svg{width:10px;height:10px}.load-form-modal{width:min(820px,96vw)}.load-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-top:14px}.load-field{display:flex;flex-direction:column;gap:4px}.load-field label{font-size:10px;font-weight:700;color:#34463f}.load-field input,.load-field select{height:36px;border:1px solid var(--line);border-radius:7px;padding:0 10px;font-size:11px;background:#fff;color:#15231e}.load-field.invalid input,.load-field.invalid select{border-color:#c43d3d}.load-field .field-error{color:#a82f2f;font-size:10px}.load-field .field-source{color:#34574a;font-size:9px;background:#eef7f3;border-radius:5px;padding:4px 6px}.load-check{justify-content:flex-end}.load-check label{display:flex;align-items:center;gap:8px;font-weight:600}.load-check input{width:16px;height:16px}.intake-importer{display:grid;grid-template-columns:1fr auto;gap:6px 12px;align-items:center;border:1px dashed #b9cbc4;border-radius:9px;padding:10px 12px;margin:10px 0;background:#f7faf9}.intake-importer>div{display:flex;flex-direction:column;gap:2px}.intake-importer b{font-size:11px}.intake-importer small{font-size:10px;color:#4f625a}.intake-status{grid-column:1/-1;margin:0;font-size:10px;color:#34574a}.intake-error{color:#a82f2f}.intake-notes{margin:8px 0 0;padding:8px 10px 8px 26px;background:#fff4dd;border-radius:7px;font-size:10px;color:#6b4100;display:grid;gap:4px}.intake-banner{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#eef7f3;color:#1f4d3d;font-size:11px}.page-heading-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.auth-method{margin:0 0 4px;width:100%}.auth-method button{flex:1}.auth-field>label{display:block}.auth-password{position:relative;display:block;margin-top:6px}.auth-password input{margin-top:0;padding-right:46px}.auth-password button{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:35px;border:0;border-radius:6px;background:transparent;color:#56655f;display:grid;place-items:center;cursor:pointer}.auth-password button:hover{background:#f0f5f3}.auth-password button:focus-visible{outline:2px solid #56b99a;outline-offset:1px}.auth-password button svg{width:16px;height:16px}.auth-hint{color:#697871;font-size:9px;margin:-2px 0 14px}.auth-modal .btn.full+.auth-message{margin-top:12px}.auth-message.error{background:#fdeeee;color:#9b2c2c}.phone{display:flex;flex-direction:column}.phone>header{flex:0 0 auto}.phone-main{flex:1 1 auto;min-height:0;overflow-y:auto}.nav-scrim{display:none}@media(max-width:760px){body{min-width:0}.app-shell,.app-shell.nav-collapsed{grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;top:0;bottom:0;left:0;width:min(280px,82vw);height:100vh;height:100dvh;z-index:40;padding:20px 13px;transform:translate(-100%);transition:transform .2s ease;visibility:hidden}.app-shell:not(.nav-collapsed) .sidebar{transform:none;visibility:visible;box-shadow:0 0 40px #0b1c1766}.app-shell:not(.nav-collapsed) .nav-scrim{display:block;position:fixed;inset:0;z-index:35;border:0;padding:0;background:#0b1c1759}.app-main{min-width:0}.view-container{overflow-x:auto}.topbar{height:56px;padding:0 12px;gap:10px}.crumb{font-size:0}.crumb b{font-size:15px}.global-search span,.global-search kbd,.profile>div,.profile>svg{display:none}.topbar-right{gap:8px;min-width:0}.global-search{width:44px;min-width:0;height:40px;padding:0;justify-content:center}.crumb{min-width:0;overflow:hidden}.crumb b{white-space:nowrap}.menu-btn{min-width:44px;min-height:44px}.driver-demo{display:block;min-height:0;padding:0;background:none}.driver-notes{display:none}.phone{width:auto;height:auto;border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible}.phone>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 4px}.phone-main{padding:4px 16px 32px;overflow:visible;display:flex;flex-direction:column;gap:14px}.phone .kicker{font-size:11px!important}.driver-brand b{font-size:14px}.driver-brand small{font-size:10px}.online{font-size:11px}.driver-greeting h1{font-size:30px;margin:4px 0 0}.driver-greeting p{font-size:15px;margin:4px 0 0}.mobile-load{padding:18px;border-radius:14px}.mobile-load>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-load>div:first-child>b{font-size:15px}.mobile-route{margin:16px 0}.mobile-route span small{font-size:12px}.mobile-route span b{font-size:17px}.mobile-meta b{font-size:16px}.mobile-meta small{font-size:12px}.mobile-meta svg{width:16px}.phone .badge{font-size:11px}.driver-actions{margin:0;grid-template-columns:1fr;gap:10px}.driver-actions button{height:52px;font-size:16px;border-radius:10px}.driver-actions svg{width:20px}.driver-stop-details{margin:0;font-size:14px}.driver-action-error,.mobile-pod p,.mobile-pod .btn{font-size:14px}.mobile-pod .btn{min-height:48px}.mobile-hos{padding:16px}.mobile-hos span small{font-size:11px}.mobile-hos span b{font-size:20px}}@media(max-width:760px)and (prefers-reduced-motion:reduce){.sidebar{transition:none}}.board-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-top:0;overflow:hidden}.board-stats>span{display:flex;flex-direction:column;gap:2px;background:#fff;padding:11px 13px}.board-stats small{font:500 8px DM Mono;letter-spacing:.1em;color:#53635d}.board-stats b{font-size:18px;line-height:1.1}.board-stats em{font-style:normal;font-size:8px;color:#53635d}.load-lane{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;padding-top:9px;border-top:1px solid #edf1ef}.load-lane span{display:flex;flex-direction:column;font-size:9px;font-weight:700}.load-lane small{font:500 7px DM Mono;color:#53635d;letter-spacing:.08em}.trip-card{background:#fff;border:1px solid var(--line);border-left:3px solid #1aa87a;border-radius:9px;margin-bottom:9px;padding:14px;box-shadow:0 2px 5px #15231e08}.trip-loads{display:flex;flex-direction:column;gap:5px;margin:12px 0}.trip-load{display:grid;grid-template-columns:20px 1fr auto auto;align-items:center;gap:8px;padding:8px;background:#f3f7f5;border-radius:6px}.trip-load-index{width:19px;height:19px;border-radius:50%;background:#0d7b5a;color:#fff;display:grid;place-items:center;font:700 9px DM Mono}.trip-load>div{display:flex;flex-direction:column;min-width:0}.trip-load b{display:flex;align-items:center;gap:6px;font-size:10px}.trip-load small{display:flex;align-items:center;gap:3px;font-size:8px;color:#53635d}.trip-load small svg{width:10px}.trip-load i.consolidated{font-style:normal;font:500 7px DM Mono;letter-spacing:.06em;text-transform:uppercase;background:#e5eefb;color:#1f579e;border-radius:10px;padding:2px 6px}.trip-load-rate{font-size:9px;font-weight:700}.trip-load button{border:1px solid var(--line);border-radius:5px;background:#fff;color:#a33c3c;font-size:8px;padding:4px 6px}.trip-load button:disabled{color:#697972;cursor:not-allowed;opacity:.6}.trip-capacity{display:grid;gap:9px;padding:10px;border:1px solid #e8eeeb;border-radius:7px;background:#fafcfb}.fill-meter>span{display:flex;justify-content:space-between;font:500 8px DM Mono;letter-spacing:.06em;color:#53635d}.fill-meter>span b{font-size:9px;color:var(--ink)}.fill-meter>i{display:block;height:5px;margin:4px 0 3px;background:#e5ece9;border-radius:5px;overflow:hidden}.fill-meter>i em{display:block;height:100%;background:#1aa87a}.fill-meter.high>i em{background:#c07a10}.fill-meter.over>i em{background:#c74343}.fill-meter>small{font-size:8px;color:#53635d}.trip-distance{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid #e8eeeb;padding-top:8px}.trip-distance span{display:grid;grid-template-columns:14px 1fr;column-gap:5px;align-items:center}.trip-distance svg{grid-row:1/3;width:13px;color:#0d7b5a}.trip-distance b{font-size:11px}.trip-distance small{font-size:8px;color:#53635d}.trip-foot{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:8px;color:#53635d}.trip-foot>span{display:flex;align-items:center;gap:4px}.trip-foot svg{width:11px}.trip-add{margin-left:auto;display:flex;align-items:center;gap:4px;border:1px solid #bee5d7;border-radius:6px;background:#eef7f3;color:#056548;font-size:9px;font-weight:700;padding:6px 9px}.trip-add:disabled{opacity:.5;cursor:not-allowed}.trip-add svg{width:12px}.trip-sequence,.unit-detail{margin-top:10px;font-size:9px}.trip-sequence>summary,.unit-detail>summary{cursor:pointer;color:#0b6b50;font-weight:700;font-size:9px}.trip-alert{display:flex;align-items:center;gap:6px;margin:8px 0 0;padding:7px 9px;border:1px solid #efc7c4;border-radius:6px;background:#fff4f3;color:#96332f;font-size:9px}.trip-alert svg{width:12px;flex:0 0 auto}.trip-note{margin:6px 0 0;font-size:8px;color:#6f5210}.unit-capacity{margin:10px 0 0;padding:9px;border:1px solid #e8eeeb;border-radius:7px;background:#fafcfb}.unit-capacity>span{display:flex;justify-content:space-between;align-items:baseline}.unit-capacity small{font:500 7px DM Mono;letter-spacing:.08em;color:#53635d}.unit-capacity b{font-size:9px}.unit-capacity>i{display:block;height:5px;margin:5px 0 4px;background:#e5ece9;border-radius:5px;overflow:hidden}.unit-capacity>i em{display:block;height:100%;background:#1aa87a}.unit-capacity>small{display:block;font-size:8px;color:#53635d}.planner-modal{width:min(1120px,96vw)}.planner-modal h2{display:flex;align-items:center;gap:8px}.planner-modal h2 svg{width:19px;color:#0d7b5a}.planner-load-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:9px;overflow:hidden;margin:14px 0}.planner-load-facts span{display:flex;flex-direction:column;gap:3px;background:#fff;padding:10px 12px}.planner-load-facts small{font:500 7px DM Mono;letter-spacing:.1em;color:#53635d}.planner-load-facts b{font-size:10px;line-height:1.45}.planner-tabs{margin:0 0 14px;width:100%}.planner-tabs button{flex:1;height:34px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.planner-tabs button i{font-style:normal;font:500 8px DM Mono;background:#eef2f0;color:#4d5e57;border-radius:10px;padding:2px 6px}.planner-tabs button.active i{background:#cdeadd;color:#05563d}.unit-list,.coload-list{display:flex;flex-direction:column;gap:9px}.unit-card{border:1px solid var(--line);border-radius:10px;padding:13px}.unit-card.blocked{background:#fcfbfb;border-color:#ecd9d9}.unit-card>header{display:flex;align-items:center;gap:10px}.unit-card>header>div{flex:1;display:flex;flex-direction:column;min-width:0}.unit-card>header b{font-size:11px}.unit-card>header small{font-size:8px;color:#53635d}.unit-card i.avatar{font-style:normal}.unit-score{display:flex;flex-direction:column;align-items:center;min-width:46px}.unit-score strong{font-size:18px;line-height:1}.unit-score small{font:500 7px DM Mono;color:#53635d}.unit-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin-top:11px}.unit-stats span{display:flex;flex-direction:column;gap:2px;background:#fff;padding:9px 10px}.unit-stats small{font:500 7px DM Mono;letter-spacing:.08em;color:#53635d}.unit-stats b{font-size:11px}.unit-stats b.risk{color:#982b2b}.unit-stats em{font-style:normal;font-size:8px;color:#53635d}.score-breakdown{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:9px 0}.score-breakdown span{font-size:8px;color:#53635d}.score-breakdown b{display:block;font-size:11px;color:var(--ink)}.stop-sequence{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.stop-sequence li{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:7px 8px;border:1px solid #e8eeeb;border-radius:7px;background:#fafcfb}.stop-sequence li.late{border-color:#efc7c4;background:#fff6f5}.stop-dot{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;font:700 9px DM Mono;background:#e2f1ec;color:#056548}.stop-dot.delivery{background:#e5eefb;color:#1f579e}.stop-sequence b{font-size:9px}.stop-sequence small{display:block;font-size:8px;color:#53635d;line-height:1.4}.stop-state{text-align:right;font-size:9px;font-weight:700;color:#40514a}.planner-warning{display:flex;align-items:center;gap:6px;margin:7px 0 0;font-size:8px;color:#6f5210}.planner-warning svg{width:12px;flex:0 0 auto}.coload-row{border:1px solid var(--line);border-radius:10px;padding:13px}.coload-row.blocked{background:#fcfbfb;border-color:#ecd9d9}.coload-row>header{display:flex;align-items:center;gap:10px}.coload-row>header>div{flex:1;display:flex;flex-direction:column;min-width:0}.coload-row>header b{font-size:11px}.coload-row>header small{font-size:8px;color:#53635d}.coload-score{display:flex;flex-direction:column;align-items:center;min-width:42px}.coload-score strong{font-size:18px;line-height:1}.coload-score small{font:500 7px DM Mono;color:#53635d}.coload-deltas{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:11px 0}.coload-deltas span{display:grid;grid-template-columns:15px 1fr;column-gap:6px;background:#fff;padding:9px 10px}.coload-deltas svg{grid-row:1/3;width:14px;color:#0d7b5a}.coload-deltas b{font-size:12px}.coload-deltas small{font-size:8px;color:#53635d;line-height:1.35}.coload-fills{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:10px;border:1px solid #e8eeeb;border-radius:7px;background:#fafcfb}.coload-why{display:flex;gap:6px;margin:10px 0 0;font-size:9px;line-height:1.5;color:#40514a}.coload-why svg{width:13px;flex:0 0 auto;color:#087052}.coload-why.blocked-why{color:#96332f}.coload-why.blocked-why svg{color:#b83a3a}.coload-row>footer{display:flex;align-items:center;gap:10px;margin-top:11px;padding-top:10px;border-top:1px solid #e8eeeb}.coload-revenue{display:flex;align-items:center;gap:5px;font-size:8px;color:#53635d}.coload-revenue svg{width:12px}.coload-row>footer .btn{margin-left:auto}.phone-tabs{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:8px 10px;background:#fff;border-bottom:1px solid var(--line)}.phone-tabs button{height:34px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#4d5e57;font-size:10px;font-weight:700}.phone-tabs button svg{width:14px}.phone-tabs button.active{background:#e5f4ef;border-color:#bee5d7;color:#056548}.driver-papers{display:flex;flex-direction:column;gap:14px}.paper-note{margin:0;padding:9px 10px;border:1px dashed #b9cbc4;border-radius:8px;background:#f7faf9;color:#4d5e57;font-size:9px;line-height:1.45}.paper-group{display:flex;flex-direction:column;gap:6px}.paper-group h2{display:flex;align-items:center;gap:6px;margin:0;font-size:11px}.paper-group h2 svg{width:14px;color:#087052}.paper-card{border:1px solid var(--line);border-radius:9px;background:#fff}.paper-card>summary{display:flex;align-items:center;gap:8px;padding:11px;cursor:pointer;list-style:none}.paper-card>summary::-webkit-details-marker{display:none}.paper-card>summary>span{display:flex;flex-direction:column;flex:1;min-width:0}.paper-card b{font-size:10px}.paper-card summary small{font-size:8px;color:#53635d}.paper-card i.badge{font-style:normal}.paper-card>p{margin:0;padding:0 11px 10px;font-size:9px;line-height:1.5;color:#4d5e57}.paper-preview{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 11px 11px;height:78px;border:1px dashed #c4d3cd;border-radius:7px;background:#f4f7f6;color:#5d6d66;font:500 8px DM Mono;letter-spacing:.1em;text-transform:uppercase}.paper-preview svg{width:16px}@media(max-width:1250px){.board-stats,.unit-stats{grid-template-columns:repeat(3,1fr)}.coload-deltas,.planner-load-facts{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.phone-tabs{padding:10px 16px 6px;gap:8px}.phone-tabs button{height:46px;font-size:14px;border-radius:9px}.phone-tabs button svg{width:18px}.paper-note{font-size:13px}.paper-group h2{font-size:16px}.paper-group h2 svg{width:18px}.paper-card b{font-size:15px}.paper-card summary small{font-size:12px}.paper-card>summary{padding:14px;min-height:56px}.paper-card>p{font-size:13px;padding:0 14px 12px}.paper-card i.badge{font-size:11px}.paper-preview{font-size:11px;height:96px;margin:0 14px 14px}}.plan-filters{position:absolute;z-index:2;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:6px}.plan-filters>div{display:flex;align-items:center;gap:3px;padding:4px 6px;background:#0a1714e8;border:1px solid #2c443b;border-radius:8px}.plan-filters span{font:500 7px DM Mono;letter-spacing:.12em;color:#7b968b;padding-right:3px}.plan-filters button{border:0;background:transparent;color:#93a9a0;padding:7px 9px;border-radius:5px;font:500 8px DM Mono}.plan-filters button.active{background:#234137;color:#e7f4ef}@media print{.plan-filters{display:none!important}}.how-it-works{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 15px;padding:0;background:var(--line);border:1px solid var(--line);border-radius:11px;overflow:hidden}.how-it-works li{display:grid;grid-template-columns:30px 1fr;gap:10px;background:#fff;padding:14px}.how-it-works li>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.how-it-works svg{width:14px}.how-it-works b{font-size:10px}.how-it-works p{margin:4px 0 0;font-size:9px;line-height:1.5;color:var(--muted)}.panel-help{margin:0 0 4px;font-size:9px;line-height:1.55;color:var(--muted)}.intelligence-panel .section-head+.panel-help{margin-top:-4px}details.optimizer-controls{display:block;padding:0;margin-bottom:15px}details.optimizer-controls>summary{display:flex;align-items:flex-start;gap:10px;padding:15px 17px;cursor:pointer}details.optimizer-controls>summary svg{width:15px;color:var(--green);flex:0 0 auto;margin-top:2px}details.optimizer-controls>summary span{display:flex;flex-direction:column;gap:3px}details.optimizer-controls>summary b{font-size:12px}details.optimizer-controls>summary small{font-size:9px;line-height:1.5;color:var(--muted)}.weight-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;padding:0 17px 4px}.weight-grid label{display:grid;grid-template-columns:1fr 110px 26px;align-items:center;gap:10px}.weight-grid label span{display:flex;flex-direction:column}.weight-grid label b{font-size:10px}.weight-grid label small{font-size:8px;color:var(--muted);line-height:1.4}.weight-grid input{accent-color:var(--green)}.weight-grid i{font-style:normal;text-align:right;font:500 10px DM Mono}details.optimizer-controls>.btn{margin:6px 17px 15px}@media(max-width:1250px){.how-it-works,.weight-grid{grid-template-columns:1fr}}
