:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18202b;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1769e0;--blue-dark: #0d51b5;--ink: #18202b;--muted: #667085;--line: #dfe3e8;--surface: #ffffff;--success: #138a5b;--warning: #c77a14;--danger: #cf3d4f}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;z-index:30;display:flex;flex-direction:column;overflow-y:auto;background:#20262e;color:#f8fafc;border-right:1px solid #303842}.brand-row{height:72px;padding:0 20px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #353d47}.brand-mark{width:36px;height:36px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--blue);border-radius:6px;font-weight:800}.brand-logo{width:36px;height:36px;flex:0 0 auto;display:block;object-fit:contain}.brand-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.brand-name{font-size:18px;line-height:20px;font-weight:800}.brand-credit{color:#9da7b3;font-size:8px;line-height:10px;font-weight:500}.sidebar-navigation{padding:16px 10px;display:flex;flex-direction:column;gap:5px}.nav-section-toggle{width:100%;min-height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:5px;color:#9da7b3;background:transparent;font-size:10px;font-weight:750;text-align:left;text-transform:uppercase}.nav-section-toggle:hover{color:#fff;background:#2a323c}.nav-section-toggle svg{transition:transform .18s ease}.nav-section-toggle[aria-expanded=true]{color:#e8edf3}.nav-section-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.nav-group.current>.nav-section-toggle{color:#9fc7ff}.primary-nav{padding:0 10px;display:flex;flex-direction:column;gap:4px}.nav-submenu{padding:3px 0 7px}.nav-submenu[hidden]{display:none}.nav-item{min-height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:5px;color:#bac2cd;text-decoration:none;font-size:14px;font-weight:500}.nav-item:hover{background:#2a323c;color:#fff}.nav-item.active{color:#fff;background:#303a46;box-shadow:inset 3px 0 var(--blue)}.account-block{margin-top:auto;min-width:0;padding:16px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:10px;align-items:center;border-top:1px solid #353d47}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#3e4855;font-size:11px;font-weight:700}.account-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.account-copy strong,.account-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{font-size:12px}.account-copy span{color:#9da7b3;font-size:10px}.main-column{grid-column:2;min-width:0}.topbar{height:72px;display:flex;align-items:center;gap:12px;padding:0 28px;background:#fff;border-bottom:1px solid var(--line)}.topbar h1{margin:2px 0 0;font-size:20px;line-height:1.2}.topbar-context{color:var(--muted);font-size:11px}.page-content{padding:24px 28px 40px;max-width:1540px;margin:0 auto}.icon-button{width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:5px;display:inline-grid;place-items:center;color:#465365;background:#fff}.icon-button:hover:not(:disabled){border-color:#aab2bd;background:#f7f8fa}.icon-button.dark{border:0;background:transparent;color:#aeb7c2}.mobile-menu,.sidebar-close{display:none}.primary-button,.secondary-button{min-height:38px;border-radius:5px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;font-size:13px;white-space:nowrap}.primary-button{border:1px solid var(--blue);color:#fff;background:var(--blue)}.primary-button:hover:not(:disabled){background:var(--blue-dark)}.secondary-button{border:1px solid #cfd5dc;color:#344054;background:#fff}.secondary-button:hover:not(:disabled){border-color:#9da7b3;background:#f8fafb}.danger-button{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--danger);border-radius:5px;color:#fff;background:var(--danger);font-size:13px;font-weight:650;white-space:nowrap}.danger-button:hover:not(:disabled){background:#ad2f40}.compact{min-height:32px;padding:0 10px;font-size:12px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:7px}.panel-heading{min-height:70px;padding:17px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.panel-heading h2{margin:0;font-size:15px}.panel-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.panel-heading-actions{display:flex;align-items:center;gap:9px}.dashboard-stack{display:flex;flex-direction:column;gap:20px}.dashboard-date-bar{min-height:56px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--line);border-radius:7px}.dashboard-date-bar label{display:flex;align-items:center;gap:9px;color:#344054;font-size:12px;font-weight:650}.dashboard-date-bar label>svg{color:var(--blue)}.dashboard-date-bar select{height:34px;min-width:150px;padding:0 30px 0 9px;border:1px solid #cfd5dc;border-radius:5px;color:#243142;background:#fff;outline:0}.dashboard-date-bar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric{min-height:90px;display:flex;align-items:center;gap:13px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:7px}.metric>svg{width:36px;height:36px;padding:8px;border-radius:6px;color:#526071;background:#eef1f4}.metric>div{display:flex;flex-direction:column-reverse;gap:5px}.metric span{color:var(--muted);font-size:12px}.metric strong{font-size:23px;line-height:1}.metric-success>svg{color:var(--success);background:#e8f6f0}.metric-warning>svg{color:var(--warning);background:#fff4e4}.metric-danger>svg{color:var(--danger);background:#feedef}.dashboard-grid{display:grid;grid-template-columns:minmax(420px,1.45fr) minmax(340px,1fr) minmax(260px,.7fr);gap:20px;align-items:stretch}.decision-section{min-width:0}.operational-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.operational-insight{min-width:0;min-height:124px;padding:16px;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:1fr auto;gap:12px;border:1px solid var(--line);border-radius:7px;background:#fff}.insight-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:6px}.insight-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.insight-copy>span{color:var(--muted);font-size:12px;font-weight:600}.insight-copy>strong{overflow-wrap:anywhere;color:#202b39;font-size:19px;line-height:1.2}.insight-copy>small{color:#667085;font-size:11px}.insight-progress{grid-column:1 / -1;height:8px;overflow:hidden;border-radius:4px;background:#e8ebef;box-shadow:inset 0 0 0 1px #d9dfe6}.insight-progress>i{display:block;height:100%;border-radius:4px}.insight-blue .insight-icon{color:#1769e0;background:#edf5ff}.insight-blue .insight-progress>i{background:#1769e0}.insight-red .insight-icon{color:#c43b4d;background:#feedef}.insight-red .insight-progress>i{background:#c43b4d}.insight-amber .insight-icon{color:#ad680d;background:#fff4e4}.insight-amber .insight-progress>i{background:#d28a27}.insight-violet .insight-icon{color:#7656a8;background:#f2edf9}.insight-violet .insight-progress>i{background:#7656a8}.decision-chart-grid{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:14px}.risk-city-panel,.execution-panel{min-width:0;overflow:hidden}.risk-city-chart{padding:15px 18px 18px;display:flex;flex-direction:column;gap:16px}.risk-city-group{display:grid;grid-template-columns:minmax(145px,.72fr) minmax(240px,1.6fr);gap:7px 16px;align-items:center}.risk-city-group>strong{grid-row:1 / 3;color:#344054;font-size:12px;line-height:1.35}.risk-measure{min-width:0;display:grid;grid-template-columns:92px minmax(90px,1fr) 44px;gap:9px;align-items:center}.risk-measure>span{color:#667085;font-size:11px}.risk-measure>div,.execution-track{position:relative;height:18px;overflow:hidden;border-radius:9px;background:#e8ebef;box-shadow:inset 0 0 0 1px #d9dfe6}.risk-measure i,.execution-track i{position:absolute;inset:0 auto 0 0;height:100%;border-radius:9px}.risk-measure b,.execution-track b{position:absolute;inset:2px auto 2px 50%;z-index:2;min-width:42px;padding:0 5px;transform:translate(-50%);border-radius:7px;color:#253142;background:#ffffffe6;font-size:10px;line-height:14px;text-align:center}.risk-measure>strong{color:#344054;font-size:11px;text-align:right}.risk-red i{background:#c43b4d}.risk-violet i{background:#7656a8}.execution-chart{padding:11px 18px 18px;display:flex;flex-direction:column;gap:15px}.execution-row{display:flex;flex-direction:column;gap:7px}.execution-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.execution-row span{color:#465365;font-size:12px}.execution-row strong{color:#344054;font-size:12px}.execution-track{width:100%}.execution-green i{background:#138a5b}.execution-blue i{background:#1769e0}.execution-amber i{background:#d28a27}.execution-red i{background:#c43b4d}.city-rate-section{min-width:0}.section-heading{min-height:48px;display:flex;align-items:flex-start;justify-content:space-between}.section-heading h2{margin:0;font-size:15px}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:11px}.city-rate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.city-rate-card{min-width:0;min-height:132px;padding:16px;display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);border-radius:7px}.rate-ring{--ring-color: var(--blue);width:82px;height:82px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--ring-color) var(--rate),#e8ebef 0);position:relative}.rate-ring:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:#fff}.rate-ring span{position:relative;z-index:1;max-width:62px;color:#243142;font-size:14px;font-weight:750;text-align:center}.rate-tone-1{--ring-color: #16866a}.rate-tone-2{--ring-color: #258553}.rate-tone-3{--ring-color: #c77a14}.city-rate-copy{min-width:0}.city-rate-copy>div{display:flex;align-items:center;gap:7px}.city-rate-copy strong{min-width:0;color:#243142;font-size:13px;line-height:1.3}.city-rate-copy p{margin:8px 0 0;color:var(--muted);font-size:11px}.sla-badge{flex:0 0 auto;padding:2px 6px;border-radius:4px;color:#465365;background:#edf0f3;font-size:9px;font-weight:750}.status-bars{padding:14px 20px 20px;display:flex;flex-direction:column;gap:13px}.status-row{display:grid;grid-template-columns:minmax(130px,180px) minmax(80px,1fr) 38px;gap:12px;align-items:center;font-size:12px}.status-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#344054}.status-row strong{text-align:right}.bar-track{height:7px;overflow:hidden;border-radius:4px;background:#edf0f3}.bar-track i{display:block;height:100%;border-radius:4px;background:var(--blue)}.operating-list{margin:0;padding:6px 20px 14px}.operating-list div{min-height:50px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f2}.operating-list div:last-child{border-bottom:0}.operating-list dt{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.operating-list dd{margin:0;font-weight:700}.city-volume-panel{min-width:0;overflow:hidden}.city-due-list{padding:11px 18px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.city-due-list>div,.city-volume-legend>div{min-width:0;display:grid;grid-template-columns:8px minmax(110px,1fr) auto 42px;align-items:center;gap:8px}.city-due-list i,.city-volume-legend i{width:8px;height:8px;border-radius:2px}.city-due-list span,.city-volume-legend span{min-width:0;overflow:hidden;color:#465365;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.city-due-list strong,.city-volume-legend strong{color:#344054;font-size:11px;text-align:right}.city-due-list small,.city-volume-legend small{color:var(--muted);font-size:10px;text-align:right}.city-unexpedited{padding:16px 18px 19px;display:grid;grid-template-columns:126px minmax(0,1fr);align-items:center;gap:16px}.city-volume-donut{width:126px;height:126px;display:grid;place-items:center;border-radius:50%}.city-volume-donut>div{width:78px;height:78px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #edf0f3;text-align:center}.city-volume-donut strong{color:#202b39;font-size:19px;line-height:1}.city-volume-donut span{margin-top:5px;color:var(--muted);font-size:9px;line-height:1.2}.city-volume-legend{min-width:0;display:flex;flex-direction:column;gap:10px}.table-scroll{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{height:40px;padding:0 16px;text-align:left;color:#667085;background:#f8f9fa;font-size:11px;font-weight:650;white-space:nowrap}.sortable-heading{width:100%;min-height:38px;padding:0;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer;white-space:nowrap}.sortable-heading svg{color:#98a2b3}.sortable-heading:hover,.sortable-heading.active{color:#174c91}.sortable-heading.active svg{color:var(--blue)}td{min-height:52px;padding:12px 16px;border-top:1px solid #e8ebee;color:#344054}.strong-cell{font-weight:650}.badge{display:inline-flex;padding:3px 8px;border-radius:4px;font-weight:650}.badge-completed{color:#08714b;background:#e7f7ef}.badge-skipped{color:#8a590c;background:#fff3df}.badge-failed{color:#b32638;background:#fdecee}.badge-deleted{color:#5f6875;background:#eceff2}.empty-state,.loading-state{padding:40px 20px;color:var(--muted);text-align:center;font-size:13px}.loading-state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.loading-state:before{content:"";width:46px;height:46px;display:block;background:url(/blue/blue-logo.gif) center / contain no-repeat;filter:drop-shadow(0 5px 10px #1769e029)}.notice{margin:14px 0;min-height:42px;padding:10px 12px;display:flex;align-items:center;gap:8px;border-radius:5px;font-size:13px}.notice.error{color:#a92737;border:1px solid #f1c3c9;background:#fff2f3}.notice.warning{color:#80520b;border:1px solid #eed19f;background:#fff8e8}.notice.success{color:#08714b;border:1px solid #a9dfc7;background:#edf9f3}.login-layout{min-height:100vh;display:grid;grid-template-columns:minmax(420px,47%) 1fr;background:#fff}.login-panel{width:min(390px,calc(100% - 48px));margin:auto}.login-brand{display:flex;align-items:center;gap:9px;color:#15202e}.login-brand .brand-credit{color:#667085}.login-heading{margin:58px 0 28px}.eyebrow{color:var(--blue);font-size:11px;font-weight:750}.login-heading h1{margin:8px 0;font-size:28px}.login-heading p{margin:0;color:var(--muted);font-size:14px}.login-form{display:flex;flex-direction:column;gap:18px}.login-form label{display:flex;flex-direction:column;gap:7px;color:#344054;font-size:12px;font-weight:650}.login-form input{width:100%;height:42px;border:1px solid #cdd3da;border-radius:5px;padding:0 12px;outline:none}.login-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.login-button{width:100%;margin-top:2px;height:42px}.form-error{color:#b32638;font-size:12px}.login-side{position:relative;overflow:hidden;background:#20262e}.route-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:1fr;gap:1px;transform:rotate(-8deg) scale(1.18);opacity:.4}.route-grid span{border:1px solid #46515f}.route-grid span:nth-child(5n){background:#1769e02b;border-color:#1769e0}.login-side-copy{position:absolute;left:10%;bottom:10%;display:flex;flex-direction:column;color:#fff}.login-side-copy strong{font-size:22px}.login-side-copy span{max-width:520px;margin-top:7px;color:#abb4c0;font-size:13px}.login-side-copy small{margin-top:9px;color:#7f8a98;font-size:10px;font-weight:600}.app-loading{min-height:100vh;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:var(--muted)}.app-loading .brand-logo{width:56px;height:56px;filter:drop-shadow(0 7px 14px #1769e033)}.upload-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:20px;align-items:start}.upload-panel{min-width:0}.upload-layout>.deletion-panel{grid-column:1 / -1;min-width:0}.drop-zone{margin:20px;min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#566273;border:1px dashed #aeb7c2;border-radius:6px;background:#fafbfc;text-align:center}.drop-zone.dragging{border-color:var(--blue);background:#f0f6ff}.drop-zone>svg{color:var(--blue)}.drop-zone strong{color:#263242;font-size:14px}.drop-zone span{font-size:12px}.drop-zone small{color:#8a94a2;font-size:10px}.selected-file{margin:0 20px 16px;min-height:60px;padding:10px 12px;display:grid;grid-template-columns:24px minmax(0,1fr) 36px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:5px}.selected-file>svg{color:#16835a}.selected-file div{min-width:0;display:flex;flex-direction:column;gap:3px}.selected-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.selected-file span{color:var(--muted);font-size:10px}.upload-panel>.notice{margin-inline:20px}.upload-actions{padding:16px 20px;display:flex;justify-content:flex-end;border-top:1px solid var(--line)}.result-panel{padding:20px}.result-title{display:flex;gap:11px;align-items:flex-start;padding-bottom:17px;border-bottom:1px solid var(--line)}.result-title>svg{color:var(--success)}.result-title h2{margin:0;font-size:15px}.result-title p{margin:4px 0 0;color:var(--muted);font-size:11px}.result-grid{margin:15px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.result-grid div{display:flex;flex-direction:column-reverse;gap:4px}.result-grid dt{color:var(--muted);font-size:10px}.result-grid dd{margin:0;font-size:19px;font-weight:700}.upload-layout>.manifest-history-panel{grid-column:1 / -1}.manifest-stack{display:flex;flex-direction:column;gap:20px}.manifest-export-panel{min-width:0}.manifest-export-panel .panel-heading>svg{color:var(--blue)}.manifest-export-body{padding:18px 20px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:18px;align-items:end}.manifest-mode{align-self:end}.date-fields{display:flex;gap:12px}.date-fields label{min-width:180px;display:flex;flex-direction:column;gap:7px;color:#344054;font-size:11px;font-weight:650}.date-fields input{width:100%;height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;outline:0}.date-fields input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.manifest-export-action{display:flex;align-items:center;gap:16px}.manifest-count{min-width:112px;min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:7px;color:var(--muted);font-size:12px;white-space:nowrap}.manifest-count strong{color:var(--ink);font-size:16px}.manifest-error{margin:0 20px 18px}.manifest-history-panel{min-width:0;overflow:hidden}.manifest-history-summary{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.manifest-history-summary svg{color:var(--blue)}.manifest-history-summary .spin{color:var(--muted)}.manifest-history-summary strong{color:var(--ink);font-size:16px}.manifest-history-toolbar{min-height:60px;padding:10px 16px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid var(--line)}.manifest-history-toolbar label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px}.manifest-history-toolbar select{width:210px;height:38px;padding:0 32px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.manifest-history-table{min-width:1120px;table-layout:fixed}.manifest-history-table th:nth-child(1){width:220px}.manifest-history-table th:nth-child(2){width:90px}.manifest-history-table th:nth-child(3){width:150px}.manifest-history-table th:nth-child(4){width:140px}.manifest-history-table th:nth-child(5){width:120px}.manifest-history-table th:nth-child(6){width:155px}.manifest-history-table th:nth-child(7){width:175px}.manifest-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manifest-value-list{min-width:0;display:flex;flex-direction:column;gap:3px}.manifest-value-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manifest-value-list small{color:var(--muted);font-size:10px}.manifest-history-notice{margin:14px 16px 0}.manifest-history-table{min-width:1115px}.manifest-history-table th:nth-child(1){width:180px}.manifest-history-table th:nth-child(2){width:68px}.manifest-history-table th:nth-child(3){width:115px}.manifest-history-table th:nth-child(4){width:110px}.manifest-history-table th:nth-child(5){width:105px}.manifest-history-table th:nth-child(6){width:110px}.manifest-history-table th:nth-child(7){width:125px}.manifest-history-table th:nth-child(8){width:145px}.manifest-history-table th:nth-child(9){width:78px}.history-actions-cell{padding-inline:7px;text-align:center}.history-row-actions{display:flex;justify-content:center;gap:4px}.history-delete-button{color:var(--danger)}.modal-field input{height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px;outline:0}.modal-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.filename-edit-error{margin:0 20px 14px}.file-delete-summary{margin:0;padding:14px 20px;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.file-delete-summary div{min-width:0}.file-delete-summary dt{margin-bottom:4px;color:var(--muted);font-size:10px}.file-delete-summary dd{margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:12px;font-weight:650}.file-delete-warning{margin:0 20px 16px;align-items:flex-start}.file-delete-warning span{min-width:0}.packages-stack{display:flex;flex-direction:column;gap:20px}.package-controls-panel,.packages-panel{min-width:0;overflow:hidden}.package-toolbar{padding:16px;display:grid;grid-template-columns:minmax(240px,1fr) 190px 175px auto;gap:10px;border-bottom:1px solid var(--line)}.search-field{height:38px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.search-field svg{color:#8a94a2}.search-field input{min-width:0;width:100%;border:0;outline:0;font-size:12px}.package-toolbar select{height:38px;padding:0 32px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.package-date-field{height:38px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #cfd5dc;border-radius:5px;color:#7b8795;background:#fff}.package-date-field input{min-width:0;width:100%;border:0;outline:0;color:#344054;font-size:11px}.filter-row{min-height:55px;padding:8px 16px;display:flex;justify-content:space-between;align-items:center}.segmented{min-width:0;display:inline-flex;padding:3px;gap:2px;border-radius:6px;background:#edf0f3}.segmented button{min-height:29px;padding:0 11px;border:0;border-radius:4px;color:#596576;background:transparent;font-size:11px;font-weight:650}.segmented button.active{color:#1e2937;background:#fff;box-shadow:0 1px 2px #1d29391a}.result-count{color:var(--muted);font-size:11px}.bulk-bar{min-height:52px;padding:8px 16px;display:flex;align-items:center;gap:10px;color:#174c91;background:#edf5ff;border-bottom:1px solid #c9ddf7;font-size:12px}.bulk-bar strong{margin-right:auto}.package-table-wrap{min-height:480px}.package-table{min-width:1040px}.package-table th,.package-table td{padding-inline:12px}.checkbox-cell{width:42px;text-align:center}.checkbox-cell input{width:15px;height:15px;accent-color:var(--blue)}.tracking{display:block;color:#1c4f91;font-size:12px}.cell-subline{display:block;max-width:180px;margin-top:4px;color:#85909e;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-text{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-row td{background:#f4f8fe}.update-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:11px;font-weight:650}.update-badge i{width:7px;height:7px;border-radius:50%}.update-badge.current{color:var(--success)}.update-badge.current i{background:var(--success)}.update-badge.stale{color:#a86610}.update-badge.stale i{background:var(--warning)}.update-badge.never{color:var(--danger)}.update-badge.never i{background:var(--danger)}.pagination{min-height:56px;padding:9px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.pagination>div{display:flex;align-items:center;gap:6px}.page-size-control{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.page-size-control select{height:34px;min-width:60px;padding:0 24px 0 8px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:11px}.skeleton-row td{height:57px}.skeleton-row span{display:block;height:12px;width:72%;border-radius:3px;background:linear-gradient(90deg,#eef0f2 25%,#f8f9fa,#eef0f2 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.package-overview{min-width:0;display:flex;flex-direction:column;gap:14px}.package-overview-heading{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.package-overview-heading h2{margin:0;font-size:17px}.package-overview-heading p{margin:5px 0 0;color:var(--muted);font-size:11px}.package-overview-heading>svg{color:var(--blue)}.package-toolbar{grid-template-columns:minmax(220px,1fr) 180px minmax(340px,410px) auto}.package-period-field{min-width:0;height:38px;padding:0 7px 0 9px;display:grid;grid-template-columns:17px minmax(0,1fr) 14px minmax(0,1fr) 24px;align-items:center;gap:7px;border:1px solid #cfd5dc;border-radius:5px;color:#7b8795;background:#fff}.package-period-field>svg:first-child{color:#7b8795}.package-period-field>svg:not(:first-child){color:#a0a8b3}.package-period-field label{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px}.package-period-field label span{color:#7b8795;font-size:9px;font-weight:700}.package-period-field input{min-width:0;width:100%;height:30px;padding:0;border:0;outline:0;color:#344054;background:#fff;font-size:10px}.package-period-field button{width:24px;height:24px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;color:#667085;background:transparent}.package-period-field button:hover:not(:disabled){color:var(--danger);background:#feedef}.package-filter-export-panel{min-width:0;min-height:82px;padding:14px 18px;display:grid;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:22px}.package-filter-export-copy{min-width:0;display:flex;align-items:center;gap:12px}.package-filter-export-copy>span{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;color:#1769b0;background:#eaf3fb}.package-filter-export-copy h2{margin:0;color:#263445;font-size:15px}.package-filter-export-copy p{margin:4px 0 0;color:var(--muted);font-size:11px}.package-filter-export-total{min-width:118px;display:flex;flex-direction:column;align-items:flex-end}.package-filter-export-total strong{color:#263445;font-size:19px}.package-filter-export-total span{color:var(--muted);font-size:10px}.package-filter-export-actions{display:flex;gap:8px}.package-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.package-metric{min-width:0;min-height:100px;padding:13px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:7px;background:#fff}.package-metric>svg{width:34px;height:34px;flex:0 0 auto;padding:8px;border-radius:6px;color:#526071;background:#eef1f4}.package-metric>div{min-width:0;display:flex;flex-direction:column;gap:5px}.package-metric span{color:var(--muted);font-size:10px;line-height:1.25}.package-metric strong{color:#202b39;font-size:20px;line-height:1}.package-metric small{color:#7a8593;font-size:9px;white-space:nowrap}.package-metric-success>svg{color:var(--success);background:#e8f6f0}.package-metric-blue>svg{color:var(--blue);background:#edf5ff}.package-metric-teal>svg{color:#167c80;background:#e5f5f4}.package-metric-warning>svg{color:#a86610;background:#fff4e4}.package-metric-danger>svg{color:var(--danger);background:#feedef}.package-transfer-alert{min-width:0;min-height:72px;padding:12px 14px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;border:1px solid var(--line);border-left-width:4px;border-radius:7px;background:#fff}.package-transfer-alert.has-items{border-color:#edcc95;border-left-color:var(--warning);background:#fffaf0}.package-transfer-alert.has-items.problem{border-color:#efb5bd;border-left-color:var(--danger);background:#fff6f7}.package-transfer-alert.clear{border-left-color:#a6afb9}.package-transfer-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;color:#9a5c0b;background:#fff0d4}.package-transfer-alert.problem .package-transfer-icon{color:#a52f42;background:#fde5e8}.package-transfer-alert.clear .package-transfer-icon{color:#667085;background:#eef1f4}.package-transfer-copy{min-width:0}.package-transfer-copy strong{color:#2b3543;font-size:12px}.package-transfer-copy p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.35}.package-transfer-copy p span{color:#8c550d;font-weight:750}.package-transfer-count{min-width:74px;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.package-transfer-count strong{color:#8c550d;font-size:20px;line-height:1}.package-transfer-count span{color:var(--muted);font-size:9px}.package-transfer-alert>button{min-width:105px}.package-city-section{min-width:0;display:flex;flex-direction:column;gap:10px}.package-city-heading{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px}.package-city-heading h2{margin:0;font-size:15px}.package-city-heading p{margin:4px 0 0;color:var(--muted);font-size:10px}.package-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.package-city-card{min-width:0;min-height:142px;padding:14px;display:flex;flex-direction:column;gap:12px}.package-city-card header,.package-city-card footer{display:flex;align-items:center;justify-content:space-between;gap:9px}.package-city-card header>div{min-width:0;display:flex;align-items:center;gap:6px}.package-city-card header svg{flex:0 0 auto}.package-city-card header strong{min-width:0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.package-city-card header>span{padding:3px 6px;border-radius:4px;color:#465365;background:#eef1f4;font-size:9px;font-weight:750}.package-city-total{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:end;gap:5px}.package-city-total>strong{font-size:22px;line-height:1}.package-city-total>span,.package-city-total>small{color:var(--muted);font-size:9px}.package-city-total>small{text-align:right}.package-city-share{height:5px;overflow:hidden;border-radius:3px;background:#e8ebef}.package-city-share i{display:block;height:100%;border-radius:3px;background:var(--blue)}.package-city-card footer{margin-top:auto;padding-top:9px;border-top:1px solid #edf0f3}.package-city-card footer span{color:var(--muted);font-size:9px}.package-city-card footer strong{margin-left:3px;color:#344054;font-size:10px}.package-city-tone-0 header svg{color:var(--blue)}.package-city-tone-0 .package-city-share i{background:var(--blue)}.package-city-tone-1 header svg{color:var(--success)}.package-city-tone-1 .package-city-share i{background:var(--success)}.package-city-tone-2 header svg{color:var(--warning)}.package-city-tone-2 .package-city-share i{background:var(--warning)}.package-visual-grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(440px,1.15fr);gap:14px}.package-position-panel,.package-status-panel{min-width:0;overflow:hidden}.package-position-panel .panel-heading,.package-status-panel .panel-heading{min-height:62px;padding:13px 16px}.package-position-body{min-height:258px;padding:18px;display:grid;grid-template-columns:168px minmax(0,1fr);align-items:center;gap:22px}.package-donut{width:168px;height:168px;display:grid;place-items:center;border-radius:50%}.package-donut>div{width:106px;height:106px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #edf0f3}.package-donut strong{color:#202b39;font-size:22px;line-height:1}.package-donut span{margin-top:5px;color:var(--muted);font-size:10px}.package-position-legend{min-width:0;display:flex;flex-direction:column;gap:9px}.package-position-legend>div:not(.compact-empty){min-width:0;display:grid;grid-template-columns:8px minmax(92px,1fr) auto 40px;align-items:center;gap:8px}.package-position-legend i{width:8px;height:8px;border-radius:2px}.package-position-legend span{min-width:0;overflow:hidden;color:#465365;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.package-position-legend strong,.package-position-legend small{font-size:10px;text-align:right}.package-position-legend small{color:var(--muted)}.package-status-bars{min-height:218px;padding:13px 16px;display:flex;flex-direction:column;gap:6px}.package-status-bars>button{width:100%;min-height:25px;padding:2px 5px;display:grid;grid-template-columns:minmax(110px,170px) minmax(70px,1fr) 48px 42px;align-items:center;gap:9px;border:1px solid transparent;border-radius:4px;color:#344054;background:transparent;text-align:left}.package-status-bars>button:hover,.package-status-bars>button.active{border-color:#bcd2ef;background:#f3f7fc}.package-status-bars button>span{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.package-status-bars button>div{height:6px;overflow:hidden;border-radius:3px;background:#e8ebef}.package-status-bars button i{display:block;height:100%;border-radius:3px;background:#3b8c93}.package-status-bars button strong,.package-status-bars button small{font-size:10px;text-align:right}.package-status-bars button small{color:var(--muted)}.package-freshness{min-height:42px;padding:8px 16px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 16px;border-top:1px solid var(--line);background:#fafbfc}.package-freshness span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:9px}.package-freshness i{width:7px;height:7px;border-radius:50%}.package-freshness i.current{background:var(--success)}.package-freshness i.stale{background:var(--warning)}.package-freshness i.never{background:var(--danger)}.package-freshness strong{color:#344054;font-size:10px}.package-show-all{flex:0 0 auto;min-height:32px;padding-inline:9px;font-size:10px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}.scrim{display:none}.users-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.users-list-panel,.create-user-panel{min-width:0}.users-feedback{grid-column:1 / -1;margin:0}.count-chip{height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:5px;color:#465365;background:#eef1f4;font-size:12px;font-weight:700}.users-table{min-width:960px;table-layout:fixed}.users-table th:nth-child(1){width:230px}.users-table th:nth-child(2){width:160px}.users-table th:nth-child(3){width:150px}.users-table th:nth-child(4){width:90px}.users-table th:nth-child(5){width:145px}.users-table th:nth-child(6){width:54px}.users-table td{height:62px}.users-table td strong{display:block;color:#243142}.user-email{max-width:210px}.user-actions-cell{text-align:right}.role-control{display:inline-flex;align-items:center;gap:5px;color:#174c91}.role-select{width:128px;height:32px;padding:0 26px 0 8px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:11px;font-weight:650}.role-select:focus{border-color:var(--blue);outline:0;box-shadow:0 0 0 3px #1769e01a}.create-user-panel>.panel-heading>svg{color:var(--blue)}.user-form{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.user-form>label:not(.check-label){min-width:0;display:flex;flex-direction:column;gap:7px;color:#344054;font-size:12px;font-weight:650}.user-form input:not([type=checkbox]){width:100%;height:40px;padding:0 11px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;outline:none}.user-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.password-field{position:relative;display:block}.password-field input{padding-right:42px!important}.password-field button{position:absolute;right:3px;top:3px;width:34px;height:34px;display:grid;place-items:center;border:0;color:#667085;background:transparent}.check-label{min-height:48px;display:flex;align-items:flex-start;gap:10px;padding:9px 10px;border:1px solid var(--line);border-radius:5px;cursor:pointer}.check-label input{width:15px;height:15px;margin:2px 0 0;accent-color:var(--blue)}.check-label span{display:flex;flex-direction:column;gap:3px}.check-label strong{color:#344054;font-size:12px}.check-label small{color:var(--muted);font-size:10px}.create-user-button{grid-column:1 / -1;justify-self:end;width:min(280px,100%);margin-top:2px}.user-edit-modal{width:min(620px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.user-edit-body{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.user-edit-field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#465365;font-size:12px;font-weight:650}.user-edit-field-wide{grid-column:1 / -1}.user-edit-field input{width:100%;height:40px;padding:0 11px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;outline:0}.user-edit-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.user-edit-field small,.user-edit-password-note{color:var(--muted);font-size:10px;font-weight:500}.user-edit-password-note{margin:-5px 0 0;line-height:1.4}.user-edit-error{margin:0}.analysis-stack{display:flex;flex-direction:column;gap:20px}.data-export-stack{display:flex;flex-direction:column;gap:18px}.data-export-filter-panel{min-width:0;overflow:hidden}.data-export-filter-panel .panel-heading>svg{color:var(--blue)}.data-export-period{padding:16px 20px;display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.data-export-mode{min-height:60px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}.data-export-mode>span{color:#465365;font-size:12px;font-weight:650}.data-export-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.data-export-status-panel{min-width:0;overflow:hidden}.data-export-status-toolbar{padding:12px 16px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:8px;border-bottom:1px solid var(--line)}.data-export-status-list{max-height:430px;padding:10px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow-y:auto}.data-export-status-list label{min-width:0;min-height:54px;padding:8px 10px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--line);border-radius:5px;background:#fff;cursor:pointer}.data-export-status-list label.selected{border-color:#9fc2ef;background:#f2f7fd}.data-export-status-list input{width:15px;height:15px;accent-color:var(--blue)}.data-export-status-list span{min-width:0;display:flex;flex-direction:column;gap:3px}.data-export-status-list strong,.data-export-status-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-export-status-list strong{color:#344054;font-size:12px}.data-export-status-list small{color:var(--muted);font-size:10px}.data-export-status-list b{color:#344054;font-size:12px}.data-export-actions{min-height:66px;padding:12px 16px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);background:#fafbfc}.data-export-actions>span{margin-right:auto;color:var(--muted);font-size:11px}.data-export-update-filter{min-height:68px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);background:#fafbfc}.data-export-update-filter>div{min-width:0;display:flex;flex-direction:column;gap:4px}.data-export-update-filter span{color:#344054;font-size:12px;font-weight:700}.data-export-update-filter small{color:var(--muted);font-size:10px}.data-export-update-filter select{width:min(280px,100%);height:38px;padding:0 32px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.data-export-ready{margin:14px 16px 16px;min-height:66px;padding:12px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;color:#08714b;border:1px solid #a9dfc7;border-radius:6px;background:#edf9f3}.data-export-ready>svg{flex:0 0 auto}.data-export-ready>div{min-width:0;display:flex;flex-direction:column;gap:3px}.data-export-ready strong{font-size:13px}.data-export-ready span{overflow:hidden;color:#3f6f5c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.data-export-ready a{text-decoration:none}.drivers-panel,.issues-panel{min-width:0;overflow:hidden}.driver-base-section{min-width:0;display:flex;flex-direction:column;gap:10px}.driver-base-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.driver-base-card{min-width:0;min-height:112px;padding:15px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.driver-base-card:hover{border-color:#a9c7ee;box-shadow:0 4px 14px #18202b0d;transform:translateY(-1px)}.driver-base-card:focus-visible{outline:3px solid #1769e02b;outline-offset:2px}.driver-base-card.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.driver-base-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;color:#1769e0;background:#eaf3ff}.driver-base-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.driver-base-copy>span{overflow:hidden;color:#465365;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.driver-base-copy>strong{color:#202b39;font-size:24px;line-height:1.05}.driver-base-copy>small,.driver-base-meta small{color:var(--muted);font-size:10px}.driver-base-meta{min-width:48px;display:grid;justify-items:end;gap:2px}.driver-base-meta>strong{color:#344054;font-size:15px}.driver-base-meta>b{margin-top:6px;padding:3px 6px;border-radius:4px;color:#1558b0;background:#e7f1ff;font-size:10px}.driver-overall-rate{display:flex;align-items:center;gap:10px}.driver-overall-rate span{color:var(--muted);font-size:10px}.driver-overall-rate strong{font-size:19px}.driver-toolbar{min-height:62px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.driver-toolbar .search-field{width:min(420px,100%)}.driver-toolbar>span{color:var(--muted);font-size:11px;white-space:nowrap}.drivers-table{min-width:1120px}.drivers-table td{height:62px}.ranking-cell{width:46px;color:#8792a1;text-align:center;font-weight:700}.drivers-table td strong{color:#243142}.driver-rate{width:145px;display:grid;grid-template-columns:46px 1fr;gap:8px;align-items:center}.driver-rate strong{font-size:11px;text-align:right}.driver-rate>div{height:6px;overflow:hidden;border-radius:3px;background:#e8ebef}.driver-rate i{display:block;height:100%;border-radius:3px}.rate-good strong{color:var(--success)}.rate-good i{background:var(--success)}.rate-bad strong{color:var(--danger)}.rate-bad i{background:var(--danger)}.sla-date-input{min-width:144px;height:36px;padding:0 9px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px;outline:0}.sla-date-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.sla-panel{min-width:0;overflow:hidden}.sla-toolbar{min-height:62px;padding:12px 16px;display:grid;grid-template-columns:minmax(260px,1fr) 210px auto;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.sla-toolbar select{height:38px;padding:0 32px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.sla-toolbar>span{color:var(--muted);font-size:11px;white-space:nowrap}.sla-table{min-width:1120px}.sla-table td{height:62px}.sla-outcome{display:inline-flex;padding:4px 7px;border-radius:4px;font-size:10px;font-weight:700;white-space:nowrap}.outcome-on_time{color:#08714b;background:#e7f7ef}.outcome-late{color:#95560b;background:#fff3df}.outcome-overdue{color:#b32638;background:#fdecee}.outcome-pending{color:#174c91;background:#edf5ff}.outcome-delivered_without_timestamp{color:#596576;background:#eef1f4}.sla-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sla-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sla-driver-table{min-width:1280px}.sla-driver-table td{height:62px}.sla-unassigned{padding:11px 16px;color:#80520b;border-top:1px solid #eed19f;background:#fff8e8;font-size:11px}.sla-not-dispatched-metric{grid-column:1 / -1;min-height:128px;display:grid;grid-template-columns:36px minmax(230px,.65fr) minmax(520px,1.35fr);align-items:center}.sla-not-dispatched-metric>svg{align-self:center}.sla-not-dispatched-total{min-width:0;display:flex!important;flex-direction:column!important;gap:4px!important}.sla-not-dispatched-total strong{order:2}.sla-not-dispatched-total span{order:1}.sla-not-dispatched-total small{order:3;color:#7a5a22;font-size:11px}.sla-not-dispatched-total>button{order:4;align-self:flex-start;margin-top:6px}.sla-not-dispatched-cities{min-width:0;margin:0;padding-left:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-left:1px solid #ead8b8}.sla-not-dispatched-cities>div{min-width:0;padding:2px 18px;border-right:1px solid #ead8b8}.sla-not-dispatched-cities>div:last-child{border-right:0}.sla-not-dispatched-cities dt{overflow:hidden;color:#667085;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sla-not-dispatched-cities dd{margin:6px 0 0;color:#344054;font-size:20px;font-weight:750}.modal.sla-operational-modal{width:min(1180px,calc(100vw - 32px));max-height:calc(100vh - 40px);display:flex;flex-direction:column}.sla-operational-modal-summary{min-height:52px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#667085;border-bottom:1px solid var(--line);background:#f8fafb;font-size:12px}.sla-operational-modal-summary strong{color:#253142;font-size:14px}.sla-operational-modal-error{margin:12px 16px 0}.sla-operational-table-wrap{flex:1;min-height:180px;overflow:auto}.sla-operational-table{min-width:980px}.sla-operational-table td{height:58px}.sla-operational-modal>.loading-state{min-height:260px}.sla-operational-modal .pagination,.sla-operational-modal .modal-actions{flex:0 0 auto}.sla-screenshot-button{min-height:34px}.sla-capture-error{margin:12px 16px 0}.sla-share-capture{position:fixed;top:0;left:-20000px;z-index:-1;width:1580px;padding:18px;color:#182230;background:#f3f5f7;pointer-events:none}.sla-share-panel{overflow:hidden;background:#fff}.sla-share-capture .panel-heading{min-height:86px;padding:20px 22px}.sla-share-capture .panel-heading h2{font-size:20px}.sla-share-capture .panel-heading p,.sla-share-capture .count-chip{font-size:13px}.sla-share-capture .sla-share-toolbar{min-height:66px;padding:12px 18px;display:grid;grid-template-columns:minmax(500px,1fr) 250px auto;align-items:center;gap:14px}.sla-share-filter{min-width:0;height:40px;padding:0 12px;display:flex;align-items:center;gap:9px;overflow:hidden;border:1px solid #cfd5dc;border-radius:5px;color:#526071;background:#fff}.sla-share-filter span{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sla-share-capture .table-scroll{overflow:visible}.sla-share-capture .sla-driver-table{min-width:0;width:100%;table-layout:fixed}.sla-share-capture .sla-driver-table th,.sla-share-capture .sla-driver-table td{padding-inline:10px}.sla-share-capture .sla-driver-table th:nth-child(1){width:42px}.sla-share-capture .sla-driver-table th:nth-child(2){width:255px}.sla-share-capture .sla-driver-table th:nth-child(3){width:165px}.sla-share-capture .sla-driver-table th:nth-child(4),.sla-share-capture .sla-driver-table th:nth-child(5),.sla-share-capture .sla-driver-table th:nth-child(6),.sla-share-capture .sla-driver-table th:nth-child(7),.sla-share-capture .sla-driver-table th:nth-child(8){width:93px}.sla-share-capture .sla-driver-table th:nth-child(9),.sla-share-capture .sla-driver-table th:nth-child(10){width:155px}.sla-share-capture .sla-driver-table td{height:62px;font-size:12px}.sla-share-capture .driver-rate{min-width:120px}.sla-share-footer{min-height:58px;padding:0 20px;display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);color:#526071;font-size:12px}.sla-share-footer span{display:inline-flex;align-items:center;gap:7px}.sla-share-footer i{width:11px;height:11px;border-radius:3px}.sla-share-good{background:#1b9a68}.sla-share-bad{background:#d33e53}.sla-share-footer strong{margin-left:auto;color:#344054}.sla-city-filter-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.sla-city-filter-card:hover{border-color:#a9c7ee;box-shadow:0 4px 14px #18202b0d;transform:translateY(-1px)}.sla-city-filter-card:focus-visible{outline:3px solid #1769e02b;outline-offset:2px}.sla-city-filter-card.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.expectation-control-bar{min-height:76px;padding:14px 16px;display:grid;grid-template-columns:190px minmax(220px,1fr) auto;gap:18px;align-items:end}.expectation-control-bar label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.expectation-control-bar input{height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:var(--text);background:#fff;font-size:12px}.expectation-control-copy{min-width:0;padding-bottom:3px;display:grid;gap:3px}.expectation-control-copy strong{font-size:13px}.expectation-control-copy span{color:var(--muted);font-size:11px}.expectation-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.expectation-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.expectation-source-panel{min-width:0;overflow:hidden}.expectation-source-details{margin:0;padding:14px 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.expectation-source-details div{min-width:0;display:grid;gap:3px}.expectation-source-details dt{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.expectation-source-details dd{min-width:0;margin:0;overflow:hidden;color:var(--text);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.empty-state.compact{min-height:94px}.expectation-upload-panel{overflow:hidden}.expectation-drop-zone{min-height:86px;padding:14px 16px;display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;gap:12px;align-items:center;border-top:1px solid var(--line);background:#fbfcfd}.expectation-drop-zone.dragging{background:#edf5ff;box-shadow:inset 0 0 0 2px #78aef6}.expectation-drop-zone>svg{color:var(--blue)}.expectation-drop-zone>div{min-width:0;display:grid;gap:3px}.expectation-drop-zone>div strong,.expectation-drop-zone>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expectation-drop-zone>div strong{font-size:12px}.expectation-drop-zone>div span{color:var(--muted);font-size:10px}.expectation-upload-result{min-height:44px;padding:10px 16px;display:flex;gap:9px;align-items:center;color:#08714b;border-top:1px solid #bce7d2;background:#edf9f3;font-size:11px}.expectation-upload-result span{margin-left:auto;color:#466354}.expectation-validation-panel{overflow:hidden}.validation-counts{padding:14px 16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border-top:1px solid var(--line)}.validation-counts span{min-height:48px;padding:9px 10px;display:grid;align-content:center;gap:2px;color:var(--muted);border:1px solid var(--line);border-radius:5px;background:#f8fafb;font-size:10px}.validation-counts strong{color:var(--text);font-size:17px}.validation-warnings{margin:0;padding:12px 34px 14px;color:#7a4d08;border-top:1px solid #eed19f;background:#fff8e8;font-size:11px;line-height:1.55}.validation-ok{padding:12px 16px;display:flex;gap:8px;align-items:center;color:#08714b;border-top:1px solid #bce7d2;background:#edf9f3;font-size:11px}.expectation-comparison-panel,.expectation-rules-panel,.expectation-discrepancy-panel{min-width:0;overflow:hidden}.expectation-comparison-panel table{min-width:900px}.expectation-rules-panel table{min-width:1060px}.expectation-discrepancy-panel table{min-width:1040px}.expectation-match{width:132px}.expectation-match>div{position:relative;height:24px;overflow:hidden;border-radius:4px;background:#e9edf1}.expectation-match i{position:absolute;inset:0 auto 0 0;min-width:2px;background:#20a36a}.expectation-match span{position:relative;z-index:1;height:100%;display:grid;place-items:center;color:#243245;font-size:10px;font-weight:800}.expectation-origin{display:inline-flex;padding:4px 7px;border-radius:4px;font-size:10px;font-weight:750;white-space:nowrap}.expectation-origin.official_only{color:#80520b;background:#fff1d9}.expectation-origin.blue_only{color:#174c91;background:#e8f2ff}.expectation-history-panel{overflow:hidden}.expectation-history-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.expectation-history-list>div{min-width:0;padding:11px 16px;display:flex;gap:9px;align-items:center;border-bottom:1px solid var(--line)}.expectation-history-list>div:nth-child(odd){border-right:1px solid var(--line)}.expectation-history-list svg{flex:0 0 auto;color:var(--muted)}.expectation-history-list span{min-width:0;display:grid;gap:2px}.expectation-history-list strong,.expectation-history-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expectation-history-list strong{font-size:11px}.expectation-history-list small{color:var(--muted);font-size:10px}.expectation-selected-files{padding:0 16px 14px;display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fbfcfd}.expectation-selected-files>div{min-width:0;min-height:54px;padding:8px 9px;display:grid;grid-template-columns:20px minmax(0,1fr) 34px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:5px;background:#fff}.expectation-selected-files>div>svg{color:#138a5b}.expectation-selected-files span{min-width:0;display:grid;gap:3px}.expectation-selected-files strong{overflow:hidden;color:#344054;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.expectation-selected-files small{color:var(--muted);font-size:10px}.expectation-history-list>div>span{flex:1}.expectation-delete{flex:0 0 auto;color:#b42335}.driver-config-panel{min-width:0;overflow:hidden}.driver-config-panel .panel-heading>svg{color:var(--blue)}.driver-config-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.driver-config-toolbar{min-height:62px;padding:12px 16px;display:grid;grid-template-columns:minmax(280px,1fr) 210px auto;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.driver-config-toolbar select{height:38px;padding:0 32px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.driver-config-toolbar>span{color:var(--muted);font-size:11px;white-space:nowrap}.driver-config-panel .table-scroll{max-width:100%;overflow-x:auto}.driver-config-table{min-width:1120px;table-layout:fixed}.driver-config-table th,.driver-config-table td{padding-inline:10px}.driver-config-table td{height:70px}.driver-config-table th:nth-child(1),.driver-config-table td:nth-child(1){width:225px}.driver-config-table th:nth-child(2),.driver-config-table td:nth-child(2){width:220px}.driver-config-table th:nth-child(3),.driver-config-table td:nth-child(3){width:160px}.driver-config-table th:nth-child(4),.driver-config-table td:nth-child(4){width:130px}.driver-config-table th:nth-child(5),.driver-config-table td:nth-child(5){width:85px}.driver-config-table th:nth-child(6),.driver-config-table td:nth-child(6){width:120px}.driver-config-table th:nth-child(7),.driver-config-table td:nth-child(7){width:125px}.driver-config-table th:last-child,.driver-config-table td:last-child{position:sticky;right:0;z-index:2;width:55px;padding-inline:9px;background:#fff;box-shadow:-8px 0 12px -12px #18202b80}.driver-config-table th:last-child{z-index:3;background:#f8f9fa}.config-control{max-width:100%;height:34px;padding:0 9px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:11px;outline:0}.config-control:focus,.money-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.city-control,.whatsapp-control,.vehicle-control{width:100%}.money-input{width:100%;height:34px;display:flex;align-items:center;overflow:hidden;border:1px solid #cfd5dc;border-radius:5px;color:#667085;background:#fff}.money-input span{padding-left:8px;font-size:10px}.money-input input{min-width:0;width:100%;height:100%;padding:0 7px;border:0;outline:0;font-size:11px}.config-toggle{display:inline-flex;align-items:center;gap:7px;color:#465365;font-size:11px;white-space:nowrap}.config-toggle input{width:16px;height:16px;accent-color:var(--success)}.config-save{color:var(--blue);background:#edf5ff}.config-notice{margin-inline:16px}.onhold-filter-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.onhold-filter-card>span{min-width:0;display:flex;flex-direction:column;gap:5px}.onhold-filter-card:hover{border-color:#a9c7ee;box-shadow:0 4px 14px #18202b0d;transform:translateY(-1px)}.onhold-filter-card:focus-visible{outline:3px solid #1769e02b;outline-offset:2px}.onhold-filter-card.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.problem-summary{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px}.problem-summary button{min-height:64px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;border:0;border-right:1px solid var(--line);color:inherit;background:#fff;font:inherit;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.problem-summary button:last-child{border-right:0}.problem-summary button:hover{background:#f8fbff}.problem-summary button:focus-visible{position:relative;z-index:1;outline:3px solid #1769e02b;outline-offset:-3px}.problem-summary button.active{background:#edf5ff;box-shadow:inset 0 -3px #1769e0}.problem-summary span{color:var(--muted);font-size:12px}.problem-summary strong{color:#243142;font-size:19px}.issue-breakdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.issue-breakdown{min-width:0;overflow:hidden}.issue-breakdown .panel-heading{min-height:58px}.compact-empty{padding:28px 14px;font-size:11px}.issue-bars{padding:12px 16px 16px;display:flex;flex-direction:column;gap:7px}.issue-bars>button{width:100%;min-height:34px;padding:5px 6px;display:grid;grid-template-columns:minmax(80px,130px) minmax(40px,1fr) 26px;gap:8px;align-items:center;border:1px solid transparent;border-radius:5px;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.issue-bars>button:hover{border-color:#c9dbf2;background:#f6f9fd}.issue-bars>button.active{border-color:#8bb5eb;background:#edf5ff}.issue-bars>button:focus-visible{outline:3px solid #1769e02b;outline-offset:1px}.issue-bars span{overflow:hidden;color:#465365;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.issue-bars strong{font-size:10px;text-align:right}.issue-bars button>div{height:5px;overflow:hidden;border-radius:3px;background:#e8ebef}.issue-bars i{display:block;height:100%;border-radius:3px;background:var(--warning)}.issues-table{min-width:1040px}.issue-tags{max-width:210px;display:flex;flex-wrap:wrap;gap:4px}.issue-tags span{padding:3px 6px;border-radius:4px;color:#9a3d17;background:#fff0e9;font-size:9px;font-weight:650}.issue-empty{min-height:170px;display:flex;flex-direction:column;justify-content:center;gap:6px}.issue-empty>svg{color:#9aa4b2}.issue-empty strong{color:#465365}.issue-empty span{max-width:460px}.driver-city-count-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.driver-city-count{min-height:92px;padding:16px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:7px;background:#fff}.driver-city-count>svg{width:38px;height:38px;flex:0 0 auto;padding:9px;border-radius:6px}.driver-city-count>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:end}.driver-city-count span{overflow:hidden;color:#465365;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.driver-city-count strong{grid-column:2;grid-row:1 / 3;color:#202b39;font-size:27px;line-height:1}.driver-city-count small{color:var(--muted);font-size:10px}.driver-city-count-1>svg{color:#1769e0;background:#edf5ff}.driver-city-count-2>svg{color:#138a5b;background:#e8f6f0}.driver-city-count-3>svg{color:#a86610;background:#fff4e4}.driver-config-table{min-width:820px}.driver-config-table th:nth-child(1),.driver-config-table td:nth-child(1){width:31%}.driver-config-table th:nth-child(2),.driver-config-table td:nth-child(2){width:23%}.driver-config-table th:nth-child(3),.driver-config-table td:nth-child(3){width:17%}.driver-config-table th:nth-child(4),.driver-config-table td:nth-child(4){width:11%}.driver-config-table th:nth-child(5),.driver-config-table td:nth-child(5){width:13%}.driver-config-table th:last-child,.driver-config-table td:last-child{width:55px}.config-edit{color:var(--blue);background:#edf5ff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;padding:20px;display:grid;place-items:center;background:#11182799}.modal{width:min(520px,100%);overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 20px 50px #11182733}.modal-heading{padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.modal-heading h2{margin:0;font-size:16px}.modal-heading p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal-field{padding:20px;display:flex;flex-direction:column;gap:7px;color:#465365;font-size:12px;font-weight:650}.modal-field select{height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.modal-actions{padding:14px 20px;display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line)}.driver-edit-modal{width:min(640px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.driver-edit-body{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.driver-edit-field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#465365;font-size:12px;font-weight:650}.driver-edit-field-wide{grid-column:1 / -1}.driver-edit-field input,.driver-edit-field select{width:100%;height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;outline:0}.driver-edit-field input:focus,.driver-edit-field select:focus,.driver-edit-money:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.driver-edit-field small{color:var(--muted);font-size:10px;font-weight:500}.driver-edit-money{height:40px;display:flex;align-items:center;overflow:hidden;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.driver-edit-money>span{padding-left:10px;color:var(--muted);font-size:11px}.driver-edit-money input{min-width:0;border:0;box-shadow:none}.driver-edit-toggle{min-height:54px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;color:#344054}.driver-edit-toggle input{width:17px;height:17px;flex:0 0 auto;accent-color:var(--success)}.driver-edit-toggle span{display:flex;flex-direction:column;gap:3px}.driver-edit-toggle strong{font-size:12px}.driver-edit-toggle small{color:var(--muted);font-size:10px}.driver-edit-metadata{min-height:38px;padding-top:4px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px}.driver-edit-metadata strong{color:#344054;font-size:11px}.driver-edit-error{margin:0}.deletion-body{padding:18px 20px;display:flex;flex-wrap:wrap;align-items:end;gap:16px}.deletion-body>.date-fields{min-width:0;flex:1 1 380px;flex-wrap:wrap}.deletion-body .date-fields label{min-width:160px;flex:1 1 160px}.deletion-preview{min-width:0;min-height:38px;display:flex;flex:1 1 260px;align-items:center;gap:8px;color:#6b4d1f;font-size:12px}.deletion-preview span{min-width:0;overflow-wrap:anywhere}.deletion-preview svg{flex:0 0 auto;color:var(--warning)}.deletion-body>button{max-width:100%;margin-left:auto;flex:0 0 auto}.deletion-notice{margin:0 20px 18px}.deletion-confirm-summary{padding:20px;display:flex;flex-direction:column;gap:8px;color:#465365;font-size:13px}.deletion-confirm-summary strong{color:var(--ink)}.period-filter{min-height:72px;padding:14px 18px;display:flex;align-items:end;justify-content:space-between;gap:16px}.period-shortcuts{display:flex;gap:6px}.period-shortcuts button{min-height:34px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#465365;background:#fff;font-size:11px}.export-panel-row{padding:16px 18px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(240px,360px) auto;align-items:center;gap:16px}.export-panel-row h2{margin:0;font-size:15px}.export-panel-row p{margin:4px 0 0;color:var(--muted);font-size:11px}.export-panel-row select{height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.financial-filters{padding:14px 16px;display:grid;grid-template-columns:auto minmax(210px,1fr) 190px minmax(170px,.7fr) auto;align-items:end;gap:12px}.financial-filters .search-field{height:38px}.financial-filters>select{height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.financial-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.financial-city-card{min-width:0;min-height:180px;padding:18px;display:flex;align-items:center;gap:17px;border:1px solid var(--line);border-radius:7px;background:#fff}.financial-cost-ring{--ring-color: #1769e0;width:90px;height:90px}.financial-city-card-2 .financial-cost-ring{--ring-color: #138a5b}.financial-city-card-3 .financial-cost-ring{--ring-color: #c77a14}.financial-city-copy{min-width:0;flex:1}.financial-city-copy>span{display:block;overflow:hidden;color:#465365;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.financial-city-copy>strong{display:block;margin-top:6px;color:#202b39;font-size:20px;line-height:1.1}.financial-city-copy dl{margin:15px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.financial-city-copy dl div{min-width:0}.financial-city-copy dt{min-height:25px;color:var(--muted);font-size:9px;line-height:1.3}.financial-city-copy dd{margin:4px 0 0;color:#344054;font-size:11px;font-weight:700}.financial-table{min-width:1160px}.financial-table-panel>.panel-heading>strong{font-size:18px}.base-financial-list{padding:8px 18px 18px}.base-financial-list>div{min-height:48px;display:grid;grid-template-columns:minmax(160px,1fr) 130px 130px;align-items:center;border-bottom:1px solid var(--line);font-size:12px}.base-financial-list small{color:var(--muted)}.base-financial-list strong{text-align:right}.treatment-stack{display:flex;flex-direction:column;gap:20px;padding-bottom:72px}.treatment-period{min-height:72px;padding:14px 18px;display:flex;align-items:end;justify-content:space-between;gap:16px}.treatment-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.treatment-workspace{min-width:0;overflow:hidden}.treatment-heading{min-height:76px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.treatment-heading h2{margin:0;font-size:15px}.treatment-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.treatment-heading .segmented button{display:inline-flex;align-items:center;gap:6px}.treatment-toolbar{min-height:64px;padding:12px 16px;display:grid;grid-template-columns:minmax(260px,1fr) 250px auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);background:#fafbfc}.treatment-toolbar>select{height:38px;padding:0 30px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px}.treatment-toolbar>span{color:var(--muted);font-size:11px;white-space:nowrap}.treatment-package-table{min-width:1120px}.treatment-package-table th:first-child,.treatment-package-table td:first-child{width:42px;padding-inline:12px;text-align:center}.treatment-package-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.treatment-package-table td{height:68px}.treatment-row-treated td{background:#f5fbf8}.treatment-driver-table{min-width:1050px}.treatment-driver-table td{height:62px}.treatment-driver-table td:last-child{text-align:right}.row-actions{display:flex;justify-content:flex-end;gap:5px}.treatment-row-action{color:var(--blue);background:#edf5ff}.treatment-state-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.treatment-state-cell small{color:var(--muted);font-size:10px}.treatment-badge{display:inline-flex;padding:4px 7px;border-radius:4px;font-size:10px;font-weight:700;white-space:nowrap}.treatment-untreated{color:#9a3d17;background:#fff0e9}.treatment-registered{color:#174c91;background:#edf5ff}.treatment-awaiting_driver{color:#80520b;background:#fff3df}.treatment-resolved{color:#08714b;background:#e7f7ef}.treatment-indicator{min-width:155px;display:flex;align-items:flex-start;gap:8px}.treatment-indicator>svg{flex:0 0 auto;margin-top:1px}.treatment-indicator>div{min-width:0;display:flex;flex-direction:column;gap:2px}.treatment-indicator strong{font-size:11px}.treatment-indicator span,.treatment-indicator small{color:var(--muted);font-size:9px;line-height:1.3}.treatment-indicator.untreated{color:#a84a25}.treatment-indicator.treated{color:var(--success)}.treatment-indicator.treated span,.treatment-indicator.treated small{color:#5f746c}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.treatment-selection-bar{position:fixed;z-index:20;right:28px;bottom:18px;left:276px;min-height:58px;padding:9px 12px 9px 16px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border:1px solid #b9cce5;border-radius:7px;background:#f5f9ff;box-shadow:0 10px 30px #18202b24}.treatment-selection-bar>div{min-width:0;margin-right:auto;display:flex;flex-direction:column;gap:2px}.treatment-selection-bar strong{color:#174c91;font-size:13px}.treatment-selection-bar span{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.treatment-modal{width:min(760px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.treatment-modal-body{padding:18px 20px;display:flex;flex-direction:column;gap:16px}.whatsapp-readiness{min-height:60px;padding:11px 13px;display:flex;align-items:center;gap:11px;border:1px solid;border-radius:6px}.whatsapp-readiness>div{display:flex;flex-direction:column;gap:3px}.whatsapp-readiness strong{font-size:12px}.whatsapp-readiness span{font-size:11px}.whatsapp-readiness.ready{color:#08714b;border-color:#a9dfc7;background:#edf9f3}.whatsapp-readiness.missing{color:#80520b;border-color:#eed19f;background:#fff8e8}.base-action-notice{min-height:60px;padding:11px 13px;display:flex;align-items:center;gap:11px;border:1px solid #b9cce5;border-radius:6px;color:#174c91;background:#f1f6fc}.base-action-notice>div{display:flex;flex-direction:column;gap:3px}.base-action-notice strong{font-size:12px}.base-action-notice span{color:#526b89;font-size:11px}.treatment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.treatment-form-grid label,.treatment-message-field{display:flex;flex-direction:column;gap:7px;color:#465365;font-size:12px;font-weight:650}.treatment-form-grid select{width:100%;height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff}.treatment-message-field textarea{width:100%;padding:10px 11px;resize:vertical;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:12px;line-height:1.5;outline:0}.treatment-message-field textarea:focus,.treatment-form-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.treatment-notes-field{padding:14px;border:1px solid #b9cce5;border-radius:6px;background:#f7faff}.treatment-notes-field>span{display:flex;align-items:center;gap:8px;color:#243142;font-size:13px}.treatment-notes-field b{padding:2px 6px;border-radius:4px;color:#a92737;background:#fdecee;font-size:9px;text-transform:uppercase}.treatment-notes-field textarea{min-height:118px;background:#fff}.treatment-notes-field small{color:#667085;font-size:10px;font-weight:500}.treatment-notes-field.required{border-color:#d9ad64;background:#fffbf3}.treatment-notes-field.required textarea{border-color:#d7b372}.automation-notice{padding:12px 13px;display:flex;align-items:flex-start;gap:11px;border:1px solid #cbd5e1;border-radius:6px;color:#465365;background:#f8fafc}.automation-notice svg{flex:0 0 auto;color:#667085}.automation-notice>div{display:flex;flex-direction:column;gap:4px}.automation-notice strong{font-size:12px}.automation-notice span{color:var(--muted);font-size:11px;line-height:1.4}.treatment-modal-error{margin:0}.treatment-history-modal{width:min(680px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.treatment-history-list{max-height:60vh;padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.treatment-history-list article{padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.treatment-history-list article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.treatment-history-list time{color:var(--muted);font-size:10px}.treatment-history-list article>strong{display:block;margin-top:10px;font-size:12px}.treatment-history-list p{margin:7px 0;color:#465365;font-size:11px;line-height:1.5;white-space:pre-wrap}.treatment-history-list small{display:block;color:#667085;font-size:10px}.treatment-history-list footer{margin-top:10px;padding-top:9px;border-top:1px solid var(--line);color:#85909e;font-size:10px}.report-toolbar{padding:14px 16px;display:flex;align-items:end;justify-content:space-between;gap:16px}.report-toolbar label{display:flex;flex-direction:column;gap:6px;color:#465365;font-size:11px;font-weight:650}.report-toolbar input{height:38px;padding:0 9px;border:1px solid #cfd5dc;border-radius:5px}.report-toolbar>div{display:flex;gap:8px}.report-toolbar a{text-decoration:none}.report-frame-panel{overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.report-frame-label{height:44px;padding:0 15px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);color:#566273;font-size:12px}.report-frame-body{position:relative;min-height:780px}.report-frame-panel iframe{width:100%;height:780px;display:block;border:0;transition:opacity .16s ease}.report-frame-panel iframe.report-frame-loading{opacity:0}.report-loading-overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#465365;background:#f7f9fb;text-align:center}.report-loading-overlay img{width:62px;height:62px;margin-bottom:4px;object-fit:contain;filter:drop-shadow(0 8px 16px #1769e02e)}.report-loading-overlay strong{color:#243142;font-size:15px}.report-loading-overlay span{color:var(--muted);font-size:12px}.chart-tooltip{position:relative;cursor:help}.chart-tooltip-layer{position:fixed;z-index:200;width:max-content;max-width:min(300px,calc(100vw - 20px));padding:8px 10px;border:1px solid #303842;border-radius:4px;color:#fff;background:#20262e;box-shadow:0 8px 22px #11182740;font-size:11px;font-weight:500;line-height:1.4;text-align:left;white-space:normal;pointer-events:none}.rate-ring-sla{--ring-color: var(--blue)}.issue-breakdown-danger .issue-bars i{background:var(--danger)}.issue-breakdown-warning .issue-bars i{background:var(--warning)}.issue-breakdown-info .issue-bars i{background:#167c80}.section-heading p,.package-metric span,.package-position-legend span,.package-position-legend strong,.package-position-legend small,.package-status-bars button>span,.package-status-bars button strong,.package-status-bars button small,.package-freshness span,.driver-overall-rate span,.issue-bars span,.issue-bars strong{font-size:11px}.sla-badge,.package-city-total>span,.package-city-total>small,.package-city-card footer span,.package-city-card header>span,.issue-tags span{font-size:10px}.bar-track,.package-city-share,.package-status-bars button>div,.driver-rate>div,.issue-bars button>div{position:relative;height:18px;overflow:hidden;border-radius:9px;background:#e5e9ee;box-shadow:inset 0 0 0 1px #d9dfe6}.bar-track>i,.package-city-share>i,.package-status-bars button>div>i,.driver-rate>div>i,.issue-bars button>div>i{position:absolute;inset:0 auto 0 0;height:100%;min-width:0;border-radius:9px}.bar-track>span,.package-city-share>span,.package-status-bars button>div>span,.driver-rate>div>span,.issue-bars button>div>span{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;width:100%;padding:0 4px;overflow:visible;color:#253142;background:transparent;font-size:10px;font-weight:750;line-height:18px;text-align:center;text-overflow:clip;white-space:nowrap}.package-status-bars>button{grid-template-columns:minmax(110px,170px) minmax(100px,1fr) 48px}.driver-rate{width:145px;display:block}.driver-rate>div{width:100%}.driver-rate.rate-good>div>i{background:var(--success)}.driver-rate.rate-bad>div>i{background:var(--danger)}.bar-track>span,.package-city-share>span,.package-status-bars button>div>span,.driver-rate>div>span,.issue-bars button>div>span{inset:2px auto 2px 50%;width:auto;min-width:42px;padding:0 5px;transform:translate(-50%);border-radius:7px;background:#ffffffe6;line-height:14px}@media(max-width:1000px){.treatment-metrics{grid-template-columns:1fr 1fr}.data-export-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.operational-insight-grid{grid-template-columns:1fr 1fr}.decision-chart-grid{grid-template-columns:1fr}.city-rate-grid{grid-template-columns:1fr 1fr}.upload-layout{grid-template-columns:1fr}.manifest-export-body{grid-template-columns:auto 1fr}.manifest-export-action{grid-column:1 / -1;justify-content:flex-end}.users-layout,.issue-breakdown-grid{grid-template-columns:1fr}.sla-summary-grid,.sla-city-grid{grid-template-columns:1fr 1fr}.sla-not-dispatched-metric{grid-template-columns:36px minmax(180px,.7fr) minmax(0,1.3fr)}.sla-not-dispatched-cities{padding-left:12px}.sla-not-dispatched-cities>div{padding-inline:11px}.driver-config-toolbar{grid-template-columns:1fr 210px}.driver-config-toolbar>span{grid-column:1 / -1}.sla-toolbar{grid-template-columns:1fr 210px}.sla-toolbar>span{grid-column:1 / -1}.package-toolbar{grid-template-columns:minmax(230px,1fr) 200px}.package-period-field{grid-column:1 / -1}.package-toolbar>button{grid-column:1 / -1;justify-self:end}.package-filter-export-panel{grid-template-columns:minmax(240px,1fr) auto}.package-filter-export-copy{grid-column:1 / -1}.package-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.package-visual-grid{grid-template-columns:1fr}.financial-filters{grid-template-columns:1fr 1fr}.financial-city-grid{grid-template-columns:1fr}.financial-city-card{min-height:150px}.export-panel-row{grid-template-columns:1fr 1fr}.export-panel-row>div{grid-column:1 / -1}}@media(max-width:760px){.treatment-metrics{grid-template-columns:1fr}.treatment-period,.treatment-heading{align-items:stretch;flex-direction:column}.treatment-period .period-shortcuts{width:100%}.treatment-period .period-shortcuts button{flex:1}.treatment-heading .segmented{width:100%}.treatment-heading .segmented button{flex:1;justify-content:center}.treatment-toolbar{grid-template-columns:1fr}.treatment-toolbar>span{justify-self:start}.treatment-selection-bar{right:16px;bottom:12px;left:16px;flex-wrap:wrap}.treatment-selection-bar>div{width:100%;flex:1 0 100%}.treatment-selection-bar button{flex:1}.treatment-form-grid{grid-template-columns:1fr}.treatment-modal-body{padding:16px}.treatment-modal .modal-actions button{flex:1}.treatment-history-list{padding:14px 16px}.data-export-period,.data-export-mode,.data-export-update-filter{align-items:stretch;flex-direction:column}.data-export-status-toolbar,.data-export-status-list{grid-template-columns:1fr}.data-export-status-toolbar .secondary-button{width:100%}.data-export-actions{align-items:stretch;flex-direction:column}.data-export-actions>span{margin:0 0 4px}.data-export-actions button{width:100%}.data-export-ready{grid-template-columns:auto minmax(0,1fr)}.data-export-ready a{grid-column:1 / -1;width:100%}.package-filter-export-panel{grid-template-columns:1fr;gap:12px}.package-filter-export-copy{grid-column:auto}.package-filter-export-total{align-items:flex-start}.package-filter-export-actions{width:100%}.package-filter-export-actions button{flex:1}.app-shell{display:block}.main-column{grid-column:auto}.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar-open{transform:translate(0)}.scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;border:0;background:#11182780}.mobile-menu,.sidebar-close{display:inline-grid}.sidebar-close{margin-left:auto;border-color:#4b5563;background:transparent;color:#fff}.topbar{height:64px;padding:0 16px}.topbar h1{font-size:17px}.page-content{padding:16px}.login-layout{display:block}.login-panel{min-height:100vh;padding:36px 0;display:flex;flex-direction:column;justify-content:center}.login-side{display:none}.dashboard-date-bar{align-items:stretch;flex-direction:column}.dashboard-date-bar label{display:grid;grid-template-columns:auto auto minmax(0,1fr)}.dashboard-date-bar select,.dashboard-date-bar input{min-width:0;width:100%}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric{min-height:78px;padding:12px}.metric strong{font-size:19px}.metric>svg{display:none}.city-rate-grid,.sla-city-grid{grid-template-columns:1fr}.city-rate-card{min-height:112px}.status-row{grid-template-columns:minmax(100px,130px) minmax(70px,1fr) 32px}.package-toolbar{grid-template-columns:1fr}.package-toolbar>button{grid-column:auto;justify-self:stretch}.filter-row{align-items:flex-start;gap:9px;flex-direction:column}.segmented{width:100%;overflow-x:auto}.segmented button{flex:1 0 auto}.bulk-bar{flex-wrap:wrap}.bulk-bar strong{width:100%}.package-table-wrap{min-height:400px}.drop-zone{min-height:230px;margin:14px}.upload-actions{padding-inline:14px}.upload-actions .primary-button{width:100%}.manifest-export-body{grid-template-columns:1fr;padding:14px}.manifest-export-action{grid-column:auto;align-items:stretch;flex-direction:column;gap:8px}.manifest-export-action .primary-button{width:100%}.manifest-count{justify-content:flex-start}.date-fields{flex-direction:column}.date-fields label{min-width:0}.manifest-error{margin:0 14px 14px}.sla-toolbar,.driver-config-toolbar{grid-template-columns:1fr}.sla-toolbar>span,.driver-config-toolbar>span{grid-column:auto}.sla-not-dispatched-metric{grid-template-columns:1fr;gap:13px}.sla-not-dispatched-cities{padding:12px 0 0;border-top:1px solid #ead8b8;border-left:0}.user-form{grid-template-columns:1fr;padding:16px}.create-user-button{grid-column:auto;width:100%}.user-edit-body{grid-template-columns:1fr;padding:16px}.user-edit-field-wide{grid-column:auto}.user-edit-modal .modal-actions{padding:12px 16px}.user-edit-modal .modal-actions button{flex:1}.operational-insight-grid{grid-template-columns:1fr;gap:9px}.operational-insight{min-height:108px}.risk-city-group{grid-template-columns:1fr;gap:7px}.risk-city-group>strong{grid-row:auto}.risk-measure{grid-template-columns:82px minmax(80px,1fr) 36px;gap:7px}.package-metric-grid{grid-template-columns:1fr 1fr}.package-metric{min-height:82px;padding:11px}.package-metric>svg{display:none}.package-position-body{grid-template-columns:150px minmax(0,1fr);gap:14px}.package-donut{width:150px;height:150px}.package-donut>div{width:94px;height:94px}.package-transfer-alert{grid-template-columns:38px minmax(0,1fr)}.package-transfer-count{grid-column:1;align-items:center}.package-transfer-alert>button{grid-column:2;justify-self:end}.package-city-grid{grid-template-columns:1fr}.selected-file{margin-inline:14px}.deletion-body .date-fields label{flex:0 0 auto}.financial-filters,.export-panel-row{grid-template-columns:1fr}.financial-city-card{min-height:0;padding:14px;gap:13px}.financial-cost-ring{width:76px;height:76px}.financial-city-copy dl{margin-top:11px}.deletion-body>button{width:100%;margin-left:0}.period-filter,.report-toolbar{align-items:stretch;flex-direction:column}.period-shortcuts{overflow-x:auto}.report-toolbar>div{flex-direction:column}.report-frame-panel iframe{height:620px}.base-financial-list>div{grid-template-columns:1fr auto;padding:8px 0}.base-financial-list small{grid-column:1}.base-financial-list strong{grid-column:2;grid-row:1 / 3}.pagination{align-items:flex-start;flex-direction:column}.pagination-controls{width:100%;justify-content:flex-end}.page-size-control{margin-right:auto}.driver-city-count-grid{grid-template-columns:1fr;gap:9px}.driver-city-count{min-height:76px;padding:12px}.driver-edit-body{grid-template-columns:1fr;padding:16px}.driver-edit-field-wide{grid-column:auto}.driver-edit-modal .modal-actions{padding:12px 16px}.driver-edit-modal .modal-actions button{flex:1}}@media(max-width:430px){.metric-grid{grid-template-columns:1fr}.metric{min-height:68px}.result-grid{grid-template-columns:1fr 1fr}.status-row{grid-template-columns:105px minmax(50px,1fr) 30px;gap:7px}.problem-summary{grid-template-columns:1fr}.problem-summary button{border-right:0;border-bottom:1px solid var(--line)}.problem-summary button:last-child{border-bottom:0}.driver-overall-rate{align-items:flex-end;flex-direction:column;gap:2px}.driver-toolbar{align-items:stretch;flex-direction:column}.sla-not-dispatched-cities{grid-template-columns:1fr}.sla-not-dispatched-cities>div{padding:9px 2px;display:flex;align-items:center;justify-content:space-between;border-right:0;border-bottom:1px solid #ead8b8}.sla-not-dispatched-cities>div:last-child{border-bottom:0}.sla-not-dispatched-cities dd{margin:0}.package-position-body{grid-template-columns:1fr;justify-items:center}.package-position-legend{width:100%}.package-status-bars>button{grid-template-columns:minmax(94px,1fr) minmax(48px,.8fr) 38px}.package-status-bars button small{display:none}.package-freshness{justify-content:flex-start}.package-city-heading{align-items:flex-start;flex-direction:column}.package-transfer-alert>button{width:100%;justify-self:stretch}}.selected-files{margin:0 20px 16px;display:flex;flex-direction:column;gap:8px}.selected-files-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#465365;font-size:11px}.selected-files .selected-file{margin:0}.result-title.has-errors>svg{color:var(--warning)}.upload-outcomes{margin-top:16px;padding-top:12px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--line)}.upload-outcomes>div{min-width:0;padding:8px 9px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;border-radius:5px;background:#f6f8fa}.upload-outcomes .completed>svg{color:var(--success)}.upload-outcomes .failed>svg{color:var(--danger)}.upload-outcomes span{min-width:0;display:flex;flex-direction:column;gap:2px}.upload-outcomes strong,.upload-outcomes small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-outcomes strong{color:#344054;font-size:11px}.upload-outcomes small{color:var(--muted);font-size:10px}@media(max-width:720px){.selected-files{margin-inline:14px}}.expectation-page .validation-counts{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1100px){.expectation-page .validation-counts,.expectation-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.expectation-drop-zone{grid-template-columns:auto minmax(180px,1fr) auto}.expectation-drop-zone>.primary-button{grid-column:2 / -1;justify-self:end}}@media(max-width:760px){.expectation-control-bar{grid-template-columns:1fr;align-items:stretch}.expectation-control-bar .primary-button{width:100%}.expectation-metrics{grid-template-columns:1fr 1fr}.expectation-source-grid{grid-template-columns:1fr}.expectation-drop-zone{grid-template-columns:auto minmax(0,1fr)}.expectation-drop-zone>.secondary-button,.expectation-drop-zone>.primary-button{grid-column:1 / -1;width:100%;justify-self:stretch}.expectation-selected-files{grid-template-columns:1fr}.expectation-page .validation-counts{grid-template-columns:1fr 1fr}.expectation-history-list{grid-template-columns:1fr}.expectation-history-list>div:nth-child(odd){border-right:0}}body{font-size:14px;line-height:1.4}.nav-section-toggle,.account-copy span,.topbar-context{font-size:11px}.panel-heading h2,.section-heading h2{font-size:16px}.panel-heading p{font-size:13px}.section-heading p,.package-overview-heading p,.package-filter-export-copy p,.package-city-heading p,.result-title p,.export-panel-row p{font-size:12px}table{font-size:13px}th{font-size:12px}td{line-height:1.45}.cell-subline,.selected-file span,.manifest-value-list small,.check-label small,.driver-city-count small,.driver-edit-field small,.driver-edit-toggle small,.treatment-state-cell small,.treatment-history-list time,.treatment-history-list small,.treatment-history-list footer,.upload-outcomes small{font-size:11px}.sla-badge,.sla-outcome,.expectation-origin,.treatment-badge,.issue-tags span,.package-city-card header>span{font-size:11px}.package-metric span,.package-transfer-copy p,.package-city-total>span,.package-city-total>small,.package-city-card footer span,.package-position-legend span,.package-position-legend strong,.package-position-legend small,.package-status-bars button>span,.package-status-bars button strong,.package-status-bars button small,.package-freshness span,.package-freshness strong,.issue-bars span,.issue-bars strong,.financial-city-copy dt,.financial-city-copy dd{font-size:11px}.package-metric small,.package-transfer-count span{font-size:10px}.pagination,.result-count,.driver-toolbar>span,.sla-toolbar>span,.driver-config-toolbar>span,.treatment-toolbar>span,.data-export-actions>span,.expectation-control-copy span,.expectation-upload-result,.validation-warnings,.validation-ok{font-size:12px}.chart-tooltip-layer{font-size:12px}.bar-track>span,.package-city-share>span,.package-status-bars button>div>span,.driver-rate>div>span,.issue-bars button>div>span{min-width:46px;font-size:11px}.driver-mobile-shell{min-height:100vh;padding-bottom:76px;color:#1d2939;background:#f3f5f7}.driver-mobile-header{position:sticky;top:0;z-index:20;min-height:68px;padding:10px max(16px,env(safe-area-inset-left));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9dfe6;background:#fff}.driver-mobile-brand{min-width:0;display:flex;align-items:center;gap:10px}.driver-mobile-brand img{width:40px;height:40px;object-fit:cover;border-radius:6px}.driver-mobile-brand div{min-width:0;display:flex;flex-direction:column}.driver-mobile-brand strong{font-size:17px}.driver-mobile-brand span{overflow:hidden;color:#667085;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.driver-mobile-content{width:min(760px,100%);margin:0 auto;padding:18px 16px 32px}.driver-mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;min-height:68px;padding:5px max(10px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d8dee6;background:#fff;box-shadow:0 -6px 20px #1118270d}.driver-mobile-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:5px;color:#667085;font-size:11px;font-weight:650;text-decoration:none}.driver-mobile-nav a.active{color:#1769e0;background:#edf5ff}.driver-portal-stack{display:flex;flex-direction:column;gap:14px}.driver-welcome{padding:4px 2px 8px}.driver-welcome>span{color:#1769e0;font-size:12px;font-weight:750;text-transform:uppercase}.driver-welcome h1{margin:5px 0 3px;font-size:25px}.driver-welcome p{margin:0;color:#667085;font-size:13px}.driver-period-tabs{display:grid;grid-template-columns:repeat(4,1fr);padding:3px;border-radius:7px;background:#e7ebef}.driver-period-tabs button{min-height:38px;border:0;border-radius:5px;color:#596576;background:transparent;font-size:12px;font-weight:700}.driver-period-tabs button.active{color:#1d2939;background:#fff;box-shadow:0 1px 3px #1d293926}.driver-custom-period{padding:13px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;border:1px solid #d8dee6;border-radius:7px;background:#fff}.driver-custom-period label{display:flex;flex-direction:column;gap:5px;color:#596576;font-size:11px;font-weight:650}.driver-custom-period input{width:100%;height:38px;padding:0 8px;border:1px solid #cfd5dc;border-radius:5px}.driver-rate-card{min-height:130px;padding:18px;display:flex;align-items:center;gap:18px;border:1px solid #d8dee6;border-radius:7px;background:#fff}.driver-rate-card .rate-ring{width:90px;height:90px}.driver-rate-card>div:last-child{min-width:0;display:flex;flex-direction:column;gap:5px}.driver-rate-card>div:last-child span{color:#667085;font-size:12px}.driver-rate-card>div:last-child strong{font-size:20px}.driver-rate-card>div:last-child small{color:#85909e;font-size:11px}.driver-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.driver-portal-metric{min-height:105px;padding:15px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto 1fr;gap:8px;border:1px solid #d8dee6;border-radius:7px;background:#fff}.driver-portal-metric svg{grid-row:1 / 3;padding:5px;border-radius:5px}.driver-portal-metric span{color:#667085;font-size:12px}.driver-portal-metric strong{font-size:23px}.driver-portal-metric.green svg{color:#08714b;background:#e8f6f0}.driver-portal-metric.blue svg{color:#1769e0;background:#edf5ff}.driver-portal-metric.red svg{color:#b42335;background:#feedef}.driver-portal-metric.amber svg{color:#a86610;background:#fff4e4}.driver-balance-card{min-height:170px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;border-radius:7px;color:#fff;background:#1f2a37}.driver-balance-card svg{padding:7px;width:38px;height:38px;border-radius:6px;background:#ffffff1a}.driver-balance-card span{margin-top:8px;color:#ccd4dd;font-size:12px}.driver-balance-card strong{font-size:30px}.driver-balance-card small{color:#9da7b3;font-size:11px}.driver-loading{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#667085}.driver-loading img{width:48px;height:48px;border-radius:7px}.driver-scan-panel{padding:18px;display:flex;flex-direction:column;align-items:stretch;gap:12px;border:1px solid #d8dee6;border-radius:7px;background:#fff;text-align:center}.driver-scan-panel h2{margin:2px 0 0;font-size:18px}.driver-scan-panel>p{margin:-6px 0 4px;color:#667085;font-size:12px}.driver-camera{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;display:grid;place-items:center;border-radius:6px;color:#9aa4b2;background:#e9edf1}.driver-camera video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.driver-camera>svg{position:relative;z-index:2}.driver-camera.active>svg{color:#fff;filter:drop-shadow(0 1px 4px #000)}.driver-token-entry{display:grid;grid-template-columns:1fr auto;gap:8px}.driver-token-entry input{min-width:0;height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px}.driver-checkin-success{padding:13px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #a9dfc7;border-radius:6px;color:#08714b;background:#edf9f3;font-weight:700}.driver-queue-stack{display:flex;flex-direction:column;gap:20px}.driver-queue-top{display:grid;grid-template-columns:minmax(460px,1.35fr) minmax(260px,.65fr);gap:16px}.driver-qr-panel{min-height:230px;padding:20px;display:grid;grid-template-columns:1fr 150px;grid-template-rows:1fr auto;gap:16px;align-items:center}.driver-qr-panel h2{margin:5px 0 7px;font-size:19px}.driver-qr-panel p{max-width:520px;margin:0;color:#667085;font-size:12px;line-height:1.5}.driver-qr-panel>div>span,.driver-queue-summary>span{color:#1769e0;font-size:11px;font-weight:750;text-transform:uppercase}.driver-qr-panel img,.qr-placeholder{grid-column:2;grid-row:1 / 3;width:150px;height:150px;border:1px solid #d8dee6;border-radius:6px}.qr-placeholder{display:grid;place-items:center;color:#85909e;background:#f5f7f9}.driver-qr-panel button{width:max-content}.driver-queue-summary{padding:20px;display:flex;flex-direction:column;align-items:flex-start}.driver-queue-summary>strong{margin-top:12px;font-size:42px}.driver-queue-summary p{margin:7px 0 20px;color:#667085;font-size:12px}.driver-queue-summary button{margin-top:auto}.driver-queue-table{min-width:1050px}.queue-position{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:50%;color:#1558b0;background:#edf5ff}.queue-alert{color:#b42335;font-weight:750}.queue-status{height:34px;padding:0 26px 0 8px;border:1px solid #cfd5dc;border-radius:5px;background:#fff;font-size:11px;font-weight:650}.queue-status.completed{color:#08714b;border-color:#a9dfc7;background:#edf9f3}.queue-status.cancelled{color:#b42335}.driver-access-heading{gap:15px}.driver-access-toolbar{padding:12px 16px;border-bottom:1px solid #d8dee6}.driver-access-toolbar .search-field{max-width:480px}.driver-access-table{min-width:760px}.access-badge{display:inline-flex;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700}.access-badge.active{color:#08714b;background:#e8f6f0}.access-badge.inactive{color:#667085;background:#edf0f3}.driver-access-modal{width:min(580px,100%)}.driver-access-form{padding:18px 20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.driver-access-form>label{display:flex;flex-direction:column;gap:6px;color:#465365;font-size:12px;font-weight:650}.driver-access-form input,.driver-access-form select{width:100%;height:40px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.driver-access-form small{color:#85909e;font-size:10px}.driver-access-form .access-toggle{min-height:40px;flex-direction:row;align-items:center}.driver-access-form .access-toggle input{width:17px;height:17px}.driver-access-form .form-error{grid-column:1 / -1}@media(max-width:760px){.driver-custom-period{grid-template-columns:1fr 1fr}.driver-custom-period button{grid-column:1 / -1}.driver-queue-top{grid-template-columns:1fr}.driver-qr-panel{grid-template-columns:1fr 120px}.driver-qr-panel img,.qr-placeholder{width:120px;height:120px}.driver-access-heading{align-items:stretch;flex-direction:column}.driver-access-heading button{width:100%}.driver-access-form{grid-template-columns:1fr}}@media(max-width:440px){.driver-mobile-content{padding-inline:12px}.driver-metric-grid{gap:8px}.driver-portal-metric{min-height:96px;padding:12px}.driver-portal-metric strong{font-size:20px}.driver-qr-panel{grid-template-columns:1fr}.driver-qr-panel img,.qr-placeholder{grid-column:1;grid-row:auto;justify-self:center}.driver-qr-panel button{width:100%}.driver-token-entry{grid-template-columns:1fr}}.driver-qr-panel{min-height:250px;grid-template-columns:minmax(0,1fr) 220px}.driver-qr-code-block{grid-column:2;grid-row:1 / 3;width:220px;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:9px}.driver-qr-code-block>img,.driver-qr-code-block>.qr-placeholder{width:150px;height:150px;align-self:center}.driver-manual-code{min-width:0;display:flex;flex-direction:column;gap:4px}.driver-manual-code>span{color:#667085;font-size:10px;font-weight:700;text-align:center;text-transform:uppercase}.driver-manual-code>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:5px;align-items:center}.driver-manual-code code{min-width:0;padding:7px 8px;overflow:hidden;border:1px solid #cfd5dc;border-radius:5px;color:#243142;background:#f8fafc;font-size:14px;font-weight:800;line-height:1.25;letter-spacing:1px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.driver-manual-code .icon-button{width:34px;height:34px;color:#1769e0}.driver-manual-code small{color:#08714b;font-size:10px;text-align:center}.driver-token-entry input{text-transform:uppercase}@media(max-width:760px){.driver-qr-panel{grid-template-columns:minmax(0,1fr) 220px}}@media(max-width:440px){.driver-qr-panel{grid-template-columns:1fr}.driver-qr-code-block{grid-column:1;grid-row:auto;width:100%}.driver-qr-panel>button{width:100%}}.backlog-stack{display:flex;flex-direction:column;gap:18px}.backlog-page-actions{min-height:38px;display:flex;justify-content:flex-end;align-items:center}.backlog-page-actions .primary-button{min-width:168px}.backlog-data-stack{display:flex;flex-direction:column;gap:18px}.backlog-data-stack>.notice{margin:0}.backlog-data-layout{display:grid;grid-template-columns:minmax(460px,1.15fr) minmax(330px,.85fr);gap:16px;align-items:start}.backlog-data-layout .panel-heading>svg,.backlog-history-panel .panel-heading>svg{color:var(--blue)}.backlog-data-upload-panel{min-width:0;overflow:hidden}.backlog-file-picker{width:calc(100% - 40px);min-height:150px;margin:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #aeb7c2;border-radius:6px;color:#526071;background:#fafbfc;font:inherit;cursor:pointer}.backlog-file-picker:hover{border-color:var(--blue);background:#f3f8ff}.backlog-file-picker>svg{color:var(--blue)}.backlog-file-picker strong{color:#263242;font-size:14px}.backlog-file-picker span{font-size:11px}.backlog-upload-rule{margin:0 20px 18px;padding:11px 12px;display:flex;align-items:flex-start;gap:10px;border:1px solid #d8e5f5;border-radius:5px;color:#526071;background:#f5f9ff}.backlog-upload-rule>svg{flex:0 0 auto;color:#1769e0}.backlog-upload-rule p{margin:0;font-size:11px;line-height:1.5}.backlog-upload-rule strong{color:#344054}.backlog-current-panel{min-width:0;overflow:hidden}.backlog-current-file{min-height:68px;padding:13px 18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.backlog-current-file>svg{flex:0 0 auto;color:#138a5b}.backlog-current-file>div{min-width:0;display:flex;flex-direction:column;gap:4px}.backlog-current-file strong{overflow:hidden;color:#263242;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.backlog-current-file span{color:var(--muted);font-size:10px}.backlog-current-grid{margin:0;padding:14px 18px 18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.backlog-current-grid div{min-width:0;min-height:66px;padding:11px;display:flex;flex-direction:column-reverse;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:5px;background:#fafbfc}.backlog-current-grid dt{color:var(--muted);font-size:10px}.backlog-current-grid dd{margin:0;color:#202b39;font-size:20px;font-weight:750}.backlog-import-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.backlog-import-metrics .metric{min-height:88px}.backlog-history-panel{min-width:0;overflow:hidden}.backlog-history-table{min-width:1050px}.backlog-history-filename{display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlog-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.backlog-metrics .metric{min-height:82px;padding:13px}.backlog-metrics .metric strong{font-size:20px}.backlog-age-section{min-width:0}.backlog-age-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.backlog-age-card{min-width:0;min-height:88px;padding:14px 16px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.backlog-age-card>svg{width:36px;height:36px;flex:0 0 auto;padding:8px;border-radius:6px;color:#1769e0;background:#edf5ff}.backlog-age-card>span{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:end}.backlog-age-card>span>span{color:#526071;font-size:12px;font-weight:700}.backlog-age-card strong{grid-column:2;grid-row:1 / 3;color:#202b39;font-size:24px;line-height:1}.backlog-age-card small{color:var(--muted);font-size:10px}.backlog-age-card:hover{border-color:#a9c7ee;box-shadow:0 4px 14px #18202b0d;transform:translateY(-1px)}.backlog-age-card:focus-visible{outline:3px solid #1769e02b;outline-offset:2px}.backlog-age-card.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.backlog-age-danger>svg{color:#b42335;background:#feedef}.backlog-age-danger.active{border-color:#d88994;background:#fff6f7;box-shadow:inset 0 0 0 1px #ecc1c7}.backlog-visual-grid{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(300px,.65fr);gap:16px}.backlog-breakdown{padding:14px 18px 18px;display:flex;flex-direction:column;gap:7px}.backlog-breakdown>button{width:100%;padding:6px 7px;display:grid;grid-template-columns:130px minmax(100px,1fr) 50px;align-items:center;gap:10px;border:1px solid transparent;border-radius:5px;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.backlog-breakdown>button:hover{border-color:#c9dbf2;background:#f6f9fd}.backlog-breakdown>button:focus-visible{outline:3px solid #1769e02b;outline-offset:1px}.backlog-breakdown>button.active{border-color:#8bb4ea;background:#eef5fe}.backlog-breakdown>button>span,.backlog-breakdown>button>strong{color:#465365;font-size:12px}.backlog-breakdown>button.active>span,.backlog-breakdown>button.active>strong{color:#1459b7}.backlog-breakdown>button>strong{text-align:right}.backlog-latest-panel dl{margin:0;padding:7px 18px 14px}.backlog-latest-panel dl div{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0f2}.backlog-latest-panel dl div:last-child{border:0}.backlog-latest-panel dt{color:var(--muted);font-size:11px}.backlog-latest-panel dd{margin:0;overflow:hidden;color:#344054;font-size:12px;font-weight:700;text-align:right;text-overflow:ellipsis;white-space:nowrap}.backlog-age-chart-panel{min-width:0;overflow:hidden}.backlog-age-chart-scroll{width:100%;overflow-x:auto;overflow-y:hidden;padding:6px 12px 12px;scrollbar-color:#9fb2c8 #edf1f5;scrollbar-width:thin}.backlog-age-chart-scroll:focus-visible{outline:3px solid #1769e02b;outline-offset:-3px}.backlog-age-column-chart{display:block;max-width:none}.backlog-age-column-chart .grid-line{stroke:#e1e6ec;stroke-width:1}.backlog-age-column-chart .axis-title,.backlog-age-column-chart .x-axis-title{fill:#526071;font-size:11px;font-weight:700}.backlog-age-column-chart .axis-value,.backlog-age-column-chart .day-label{fill:#687587;font-size:11px}.backlog-age-column-chart .column-value{fill:#263242;font-size:11px;font-weight:750}.backlog-age-column-chart .age-column rect{fill:#2776d8;transition:fill .15s ease}.backlog-age-column-chart .age-column:hover rect{fill:#1459b7}.backlog-workspace{min-width:0;overflow:hidden}.backlog-toolbar{padding:12px 16px;display:grid;grid-template-columns:minmax(280px,1fr) repeat(3,minmax(155px,.45fr)) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.backlog-toolbar select{min-width:0;height:38px;padding:0 30px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff}.backlog-toolbar-summary{display:flex;align-items:center;justify-content:flex-end;gap:9px}.backlog-toolbar-summary>span{color:var(--muted);font-size:12px;white-space:nowrap}.backlog-toolbar-summary .secondary-button{min-height:36px;padding:0 10px;white-space:nowrap}.backlog-table{min-width:1250px}.backlog-table .backlog-last-update-column{min-width:168px}.backlog-category{display:inline-flex;padding:4px 7px;border-radius:4px;color:#344054;background:#edf0f3;font-size:11px;font-weight:700}.category-base{color:#80520b;background:#fff4e4}.category-transfer{color:#174c91;background:#edf5ff}.category-assignment{color:#62458f;background:#f2edf9}.category-driver{color:#08714b;background:#e8f6f0}.category-reverse{color:#8b3340;background:#feedef}.dashboard-backlog-grid{display:grid;grid-template-columns:minmax(320px,.55fr) minmax(580px,1.45fr);gap:14px}.dashboard-backlog-kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px}.backlog-kpi{min-width:0;min-height:85px;padding:14px 15px;display:flex;flex-direction:column;justify-content:center;gap:6px;border:1px solid var(--line);border-left-width:4px;border-radius:7px;background:#fff}.backlog-kpi span{color:var(--muted);font-size:11px}.backlog-kpi strong{color:#202b39;font-size:21px;line-height:1}.backlog-kpi-red{border-left-color:#c43b4d}.backlog-kpi-amber{border-left-color:#d28a27}.backlog-kpi-violet{border-left-color:#7656a8}.backlog-kpi-blue{border-left-color:#1769e0}.dashboard-backlog-chart{min-width:0;overflow:hidden}.backlog-chart-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.backlog-chart-legend span{display:inline-flex;align-items:center;gap:5px;color:#667085;font-size:10px}.backlog-chart-legend i{width:9px;height:3px;border-radius:2px}.backlog-chart-legend .total{background:#1769e0}.backlog-chart-legend .base{background:#d28a27}.backlog-chart-legend .driver{background:#138a5b}.backlog-line-chart{width:100%;padding:8px 12px 5px}.backlog-line-chart svg{display:block;width:100%;height:230px;overflow:visible}.backlog-line-chart .grid{stroke:#e4e8ed;stroke-width:1}.backlog-line-chart .axis-label,.backlog-line-chart .date-label{fill:#7a8797;font-size:10px}.backlog-series path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.backlog-series circle{stroke:#fff;stroke-width:2}.backlog-series.total path,.backlog-series.total circle{stroke:#1769e0;fill:#1769e0}.backlog-series.base path,.backlog-series.base circle{stroke:#d28a27;fill:#d28a27}.backlog-series.driver path,.backlog-series.driver circle{stroke:#138a5b;fill:#138a5b}@media(max-width:1250px){.backlog-data-layout{grid-template-columns:1fr}.backlog-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.backlog-age-grid,.backlog-toolbar{grid-template-columns:1fr 1fr}.backlog-toolbar .search-field{grid-column:1 / -1}.backlog-toolbar-summary{justify-content:flex-end}.dashboard-backlog-grid{grid-template-columns:1fr}}@media(max-width:760px){.backlog-import-metrics{grid-template-columns:1fr 1fr}.backlog-file-picker{width:calc(100% - 28px);margin:14px}.backlog-upload-rule{margin-inline:14px}.backlog-data-upload-panel .upload-actions .primary-button{width:100%}.backlog-metrics{grid-template-columns:1fr 1fr}.backlog-visual-grid,.backlog-toolbar{grid-template-columns:1fr}.backlog-toolbar .search-field{grid-column:auto}.backlog-toolbar-summary{justify-content:space-between}.dashboard-backlog-kpis{grid-template-columns:1fr 1fr}.dashboard-backlog-chart .panel-heading{align-items:flex-start;flex-direction:column;gap:8px}.backlog-line-chart{overflow-x:auto}.backlog-line-chart svg{width:660px}}@media(max-width:430px){.backlog-current-grid,.backlog-import-metrics,.backlog-metrics,.dashboard-backlog-kpis{grid-template-columns:1fr}}@media(max-width:1180px){.driver-base-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.driver-base-grid{grid-template-columns:1fr}.driver-base-card{min-height:98px}}.delivery-aging-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.delivery-aging-metrics .metric{min-height:88px;padding:13px}.delivery-aging-metrics .metric strong{font-size:19px}.delivery-aging-bucket-section{min-width:0}.delivery-aging-buckets{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.aging-bucket{min-width:0;min-height:78px;padding:12px;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto 1fr;gap:4px 8px;align-items:center;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;font:inherit;text-align:left;cursor:pointer}.aging-bucket svg{grid-row:1 / 3;padding:5px;border-radius:5px;color:#1769e0;background:#edf5ff}.aging-bucket span{color:var(--muted);font-size:11px;font-weight:700}.aging-bucket strong{font-size:20px}.aging-bucket:hover{border-color:#a9c7ee}.aging-bucket.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.aging-bucket-danger svg{color:#b42335;background:#feedef}.aging-bucket-danger.active{border-color:#d88994;background:#fff6f7;box-shadow:inset 0 0 0 1px #ecc1c7}.delivery-aging-insights{display:grid;grid-template-columns:minmax(300px,.65fr) minmax(480px,1.35fr);gap:14px}.aging-facts{margin:0;padding:7px 18px 14px}.aging-facts div{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #edf0f3}.aging-facts div:last-child{border:0}.aging-facts dt{color:var(--muted);font-size:12px}.aging-facts dd{margin:0;color:#243142;font-size:14px;font-weight:750}.aging-status-bars{padding:8px 18px 18px;display:flex;flex-direction:column;gap:10px}.aging-status-bars>div{display:grid;grid-template-columns:minmax(150px,210px) minmax(100px,1fr) 50px;align-items:center;gap:10px}.aging-status-bars span{overflow:hidden;color:#526071;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.aging-status-bars>div>div{height:14px;overflow:hidden;border-radius:7px;background:#e7ebef}.aging-status-bars i{display:block;height:100%;border-radius:7px;background:#d28a27}.aging-status-bars strong{color:#344054;font-size:11px;text-align:right}.delivery-aging-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.delivery-aging-city-grid button{min-width:0;min-height:88px;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;font:inherit;text-align:left;cursor:pointer}.delivery-aging-city-grid button:hover{border-color:#a9c7ee}.delivery-aging-city-grid button.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.delivery-aging-city-grid span{color:#526071;font-size:11px;font-weight:700}.delivery-aging-city-grid strong{font-size:18px}.delivery-aging-city-grid small{color:var(--muted);font-size:10px}.delivery-aging-table-panel{min-width:0;overflow:hidden}.aging-toolbar{padding:12px 16px;display:grid;grid-template-columns:minmax(300px,1fr) 190px auto;gap:10px;border-bottom:1px solid var(--line)}.aging-toolbar select{height:38px;padding:0 30px 0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.delivery-aging-table{min-width:1140px}.delivery-aging-table td{height:64px}.aging-state,.aging-action{display:inline-flex;padding:4px 7px;border-radius:4px;color:#80520b;background:#fff3df;font-size:10px;font-weight:700}.aging-state.done,.aging-action.done{color:#08714b;background:#e7f7ef}.aging-state.hold{color:#b32638;background:#fdecee}.aging-action{color:#174c91;background:#edf5ff}.delivery-aging-load-error{min-height:180px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#526071;text-align:center}.delivery-aging-load-error>svg{color:#b42335}.delivery-aging-load-error strong{color:#344054}.delivery-aging-load-error .secondary-button{margin-top:3px}.operational-driver-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.operational-driver-filter{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.operational-driver-filter>span{min-width:0;display:flex;flex-direction:column;gap:5px}.operational-driver-filter:hover{border-color:#a9c7ee}.operational-driver-filter.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.driver-analysis-overview{display:grid;grid-template-columns:minmax(300px,.65fr) minmax(480px,1.35fr);gap:14px}.driver-analysis-rate{padding:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.8fr);align-items:center;gap:18px}.driver-analysis-rate>div:first-child{display:flex;flex-direction:column;gap:6px}.driver-analysis-rate span{color:var(--muted);font-size:11px}.driver-analysis-rate strong{font-size:30px}.driver-analysis-rate small{color:#667085;font-size:10px}.analysis-rate-track{position:relative;height:22px;overflow:hidden;border-radius:11px;background:#e5e9ee}.analysis-rate-track i{position:absolute;inset:0 auto 0 0;border-radius:11px;background:#138a5b}.analysis-rate-track span{position:relative;z-index:1;height:100%;display:grid;place-items:center;color:#243142;font-size:11px;font-weight:800}.driver-score-rule>div:last-child{padding:10px 18px 17px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.driver-score-rule>div:last-child span{min-height:44px;padding:9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:5px;color:#526071;font-size:11px}.driver-score-rule b{color:#1769e0}.driver-score-rule small{grid-column:1 / -1;color:var(--muted);font-size:10px}.driver-ranking-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.driver-ranking-list{padding:5px 16px 14px}.driver-ranking-list>div{min-height:53px;display:grid;grid-template-columns:30px minmax(0,1fr) 45px;align-items:center;gap:10px;border-bottom:1px solid #edf0f3}.driver-ranking-list>div:last-child{border:0}.rank-position{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#174c91;background:#edf5ff;font-size:11px;font-weight:800}.driver-ranking-panel.worst .rank-position{color:#a92737;background:#fdecee}.driver-ranking-list>div>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.driver-ranking-list strong,.driver-ranking-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-ranking-list strong{font-size:11px}.driver-ranking-list small{color:var(--muted);font-size:9px}.driver-ranking-list b{color:#243142;font-size:14px;text-align:right}.operational-driver-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.operational-driver-city-grid button{min-width:0;min-height:72px;padding:12px 14px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:7px;color:#344054;background:#fff;font:inherit;text-align:left;cursor:pointer}.operational-driver-city-grid button>svg{padding:6px;border-radius:5px;color:#1769e0;background:#edf5ff}.operational-driver-city-grid button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.operational-driver-city-grid strong,.operational-driver-city-grid small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operational-driver-city-grid strong{font-size:12px}.operational-driver-city-grid small{color:var(--muted);font-size:9px}.operational-driver-city-grid b{font-size:13px}.operational-driver-city-grid button:hover{border-color:#a9c7ee}.operational-driver-city-grid button.active{border-color:#6fa5eb;background:#f5f9ff;box-shadow:inset 0 0 0 1px #a9c9f3}.operational-driver-table-panel{min-width:0;overflow:hidden}.operational-driver-toolbar{padding:12px 16px;display:grid;grid-template-columns:minmax(280px,1fr) 200px 200px;gap:10px;border-bottom:1px solid var(--line)}.operational-driver-toolbar select{height:38px;padding:0 30px 0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.operational-driver-table{min-width:1390px}.operational-driver-table td{height:64px}.driver-score{font-size:15px}.driver-classification{display:inline-flex;padding:4px 7px;border-radius:4px;font-size:10px;font-weight:750}.classification-excellent{color:#08714b;background:#e7f7ef}.classification-regular{color:#174c91;background:#edf5ff}.classification-attention{color:#80520b;background:#fff3df}.classification-critical{color:#b32638;background:#fdecee}@media(max-width:1250px){.delivery-aging-metrics,.delivery-aging-buckets,.operational-driver-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.delivery-aging-insights,.driver-analysis-overview,.driver-ranking-grid,.delivery-aging-city-grid,.operational-driver-city-grid{grid-template-columns:1fr}}@media(max-width:760px){.delivery-aging-metrics,.delivery-aging-buckets,.operational-driver-metrics{grid-template-columns:1fr 1fr}.aging-toolbar,.operational-driver-toolbar,.driver-analysis-rate{grid-template-columns:1fr}.driver-score-rule>div:last-child{grid-template-columns:1fr}.driver-score-rule small{grid-column:auto}}@media(max-width:430px){.backlog-age-grid,.delivery-aging-metrics,.delivery-aging-buckets,.operational-driver-metrics{grid-template-columns:1fr}}.delivery-wall-metrics,.sla-history-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.delivery-hour-panel,.delivery-wall-panel,.sla-history-chart-panel,.sla-history-table-panel{min-width:0;overflow:hidden}.delivery-hour-chart-scroll{padding:18px 20px 16px;overflow-x:auto}.delivery-hour-chart{min-width:940px;height:220px;display:grid;grid-template-columns:repeat(24,minmax(28px,1fr));align-items:end;gap:7px}.delivery-hour-column{height:100%;display:grid;grid-template-rows:22px 1fr 22px;align-items:end;text-align:center}.delivery-hour-column strong{color:#465365;font-size:9px;font-weight:750}.delivery-hour-column>span{width:100%;height:154px;display:flex;align-items:end;overflow:hidden;border-radius:3px 3px 0 0;background:#edf0f3}.delivery-hour-column i{width:100%;display:block;border-radius:3px 3px 0 0;background:#2382c8;transition:height .2s ease}.delivery-hour-column small{padding-top:6px;color:#667085;font-size:9px;border-top:1px solid #dfe4e9}.delivery-wall-toolbar{padding:12px 16px;display:grid;grid-template-columns:minmax(260px,1fr) 220px auto;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.delivery-wall-toolbar select{width:100%;height:38px;padding:0 30px 0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff}.delivery-wall-table-wrap{max-height:620px;overflow:auto}.delivery-wall-table{min-width:2440px;table-layout:fixed}.delivery-wall-table thead{position:sticky;top:0;z-index:4}.delivery-wall-table th,.delivery-wall-table td{height:48px;padding:8px 9px;text-align:center;white-space:nowrap}.delivery-wall-table th:nth-child(1){width:255px;text-align:left}.delivery-wall-table th:nth-child(2){width:150px}.delivery-wall-table th:nth-child(3){width:108px}.delivery-wall-table th:nth-child(4),.delivery-wall-table th:nth-child(5),.delivery-wall-table th:nth-child(6){width:88px}.delivery-wall-table th:nth-child(7){width:90px}.delivery-wall-table th:nth-child(8),.delivery-wall-table th:nth-child(9){width:100px}.delivery-wall-table th:nth-child(n+10){width:48px}.delivery-wall-table th:first-child,.delivery-wall-table td:first-child{position:sticky;left:0;z-index:2;text-align:left;background:#fff;box-shadow:1px 0 0 var(--line)}.delivery-wall-table th:first-child{z-index:6;background:#f7f8fa}.delivery-driver-cell strong{max-width:230px;display:block;overflow:hidden;text-overflow:ellipsis}.delivery-driver-cell .cell-subline{max-width:230px;overflow:hidden;text-overflow:ellipsis}.delivery-hour-heading{padding-inline:3px!important;color:#667085;font-size:9px}.delivery-hour-cell{padding-inline:3px!important;color:#9aa3af;font-size:10px}.delivery-hour-cell.has-value{color:#123d72;background:rgba(23,105,224,calc(.08 + var(--hour-intensity) * .42));font-weight:800}.delivery-balance{min-width:30px;padding:3px 7px;display:inline-flex;justify-content:center;border-radius:4px;font-weight:750}.delivery-balance.pending{color:#a03345;background:#fde9ec}.delivery-balance.clear{color:#08734f;background:#e4f5ed}.delivery-wall-rate{min-width:60px;padding:4px 7px;display:inline-flex;justify-content:center;border-radius:4px;font-size:10px;font-weight:800}.delivery-wall-rate.good{color:#08734f;background:#e4f5ed}.delivery-wall-rate.bad{color:#a03345;background:#fde9ec}.sla-history-filter{padding:14px 16px;display:grid;grid-template-columns:minmax(340px,1fr) auto auto;align-items:end;gap:16px}.sla-history-date-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sla-history-date-fields label{min-width:0;display:flex;flex-direction:column;gap:6px;color:#344054;font-size:11px;font-weight:700}.sla-history-date-fields input{width:100%;height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff}.sla-history-group{width:auto}.sla-history-group button{min-width:76px;justify-content:center}.sla-history-filter .period-shortcuts{display:flex;gap:6px}.sla-history-filter .period-shortcuts button{height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;color:#465365;background:#fff;font-size:10px;font-weight:700}.sla-history-filter .period-shortcuts button:hover{color:var(--blue);border-color:#a9c7ee;background:#f3f7fc}.sla-history-legend{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}.sla-history-legend span{display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:10px}.sla-history-legend i{width:9px;height:9px;border-radius:2px}.sla-history-chart-scroll{padding:14px 16px 8px;overflow-x:auto}.sla-history-chart{display:block;min-width:760px}.sla-history-chart .grid{stroke:#e1e6eb;stroke-width:1}.sla-history-chart .axis-label,.sla-history-chart .date-label{fill:#667085;font-size:9px}.sla-history-series{fill:none;stroke:currentColor;stroke-width:2.5}.sla-history-series circle{fill:#fff;stroke:currentColor;stroke-width:2.5}.sla-history-series .point-value{fill:currentColor;stroke:#fff;stroke-width:3px;paint-order:stroke;font-size:8px;font-weight:800}.sla-history-table{min-width:1140px}.sla-history-table td{height:58px}.sla-history-table .driver-rate{width:125px}@media(max-width:1180px){.delivery-wall-metrics,.sla-history-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.sla-history-filter{grid-template-columns:1fr auto}.sla-history-filter .period-shortcuts{grid-column:1 / -1;justify-content:flex-end}}@media(max-width:760px){.delivery-wall-metrics,.sla-history-metrics{grid-template-columns:1fr 1fr}.delivery-wall-toolbar{grid-template-columns:1fr}.delivery-wall-toolbar .secondary-button{width:100%}.delivery-wall-table-wrap{max-height:540px}.sla-history-filter{grid-template-columns:1fr;align-items:stretch}.sla-history-date-fields{grid-template-columns:1fr}.sla-history-group{width:100%}.sla-history-group button{flex:1;min-width:0}.sla-history-filter .period-shortcuts{grid-column:auto;width:100%}.sla-history-filter .period-shortcuts button{flex:1}.sla-history-chart-panel .panel-heading{align-items:flex-start;flex-direction:column}.sla-history-legend{justify-content:flex-start}}@media(max-width:430px){.delivery-wall-metrics,.sla-history-metrics{grid-template-columns:1fr}}.audit-stack{display:flex;flex-direction:column;gap:18px}.audit-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.audit-metric{min-width:0;min-height:94px;padding:16px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:7px;background:#fff}.audit-metric>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;color:#1769e0;background:#eaf2ff}.audit-metric>div{min-width:0;display:flex;flex-direction:column;gap:4px}.audit-metric small{color:var(--muted);font-size:11px}.audit-metric strong{color:#1f2b3a;font-size:23px}.audit-metric-green>span{color:#08714b;background:#e8f6ef}.audit-metric-red>span{color:#b42336;background:#fdecef}.audit-metric-slate>span{color:#475467;background:#eef1f4}.audit-panel{min-width:0;overflow:hidden}.audit-panel .panel-heading>svg{color:#1769e0}.audit-filters{padding:14px 16px;display:grid;grid-template-columns:minmax(250px,1fr) 180px 170px 145px 145px;gap:10px;align-items:end;border-bottom:1px solid var(--line)}.audit-filters>label:not(.search-field){min-width:0;display:flex;flex-direction:column;gap:6px;color:#526071;font-size:10px;font-weight:700}.audit-filters select,.audit-filters input[type=date]{min-width:0;width:100%;height:38px;padding:0 9px;border:1px solid #cfd5dc;border-radius:5px;color:#344054;background:#fff;font-size:11px}.audit-search{align-self:end}.audit-notice{margin:12px 16px 0}.audit-table-wrap{min-height:360px}.audit-table{min-width:1180px}.audit-table th,.audit-table td{padding-inline:12px}.audit-table td{height:62px;vertical-align:middle}.audit-table td strong{display:block;color:#263445;font-size:11px}.audit-table td small{display:block;max-width:220px;margin-top:4px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audit-table code{display:block;max-width:230px;overflow:hidden;color:#35516f;font-family:inherit;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.audit-date{white-space:nowrap}.audit-role,.audit-result{display:inline-flex;min-height:25px;align-items:center;padding:0 8px;border-radius:4px;white-space:nowrap;font-size:9px;font-weight:750}.audit-role{color:#344054;background:#eef1f4}.role-admin{color:#174c91;background:#e8f1fd}.role-operator{color:#6f4d12;background:#fff4db}.role-driver,.audit-result.success{color:#08714b;background:#e8f6ef}.audit-result.failure{color:#b42336;background:#fdecef}@media(max-width:1180px){.audit-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filters{grid-template-columns:minmax(230px,1fr) 1fr 1fr}.audit-filters>label:nth-last-child(-n+2){grid-column:auto}}@media(max-width:680px){.audit-summary-grid{grid-template-columns:1fr 1fr;gap:9px}.audit-metric{min-height:82px;padding:12px}.audit-metric>span{width:36px;height:36px}.audit-metric strong{font-size:19px}.audit-filters{grid-template-columns:1fr}}.dashboard-primary-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.backlog-kpi{width:100%;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.backlog-kpi:hover{transform:translateY(-1px);box-shadow:0 5px 14px #25364d12}.backlog-kpi.active{border-color:#7aa9e8;box-shadow:0 0 0 3px #1769e014}.backlog-chart-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.standard-line-chart .grid{stroke:#e1e6eb;stroke-width:1}.standard-line-chart .axis-label,.standard-line-chart .date-label{fill:#667085;font-size:11px;font-weight:600}.backlog-series path{stroke:currentColor;stroke-width:2.5}.backlog-series circle{fill:#fff;stroke:currentColor;stroke-width:2.5}.standard-line-chart .backlog-series path{stroke:currentColor}.standard-line-chart .backlog-series circle{fill:#fff;stroke:currentColor}.line-point-label rect{fill:#fff;stroke:#d8e0e8;stroke-width:1}.line-point-label text{fill:currentColor;font-size:11px;font-weight:800}.sla-history-chart .axis-label,.sla-history-chart .date-label{font-size:11px;font-weight:600}.sla-history-series .line-point-label text{font-size:10px}.onhold-weekday-panel{min-width:0;overflow:hidden}.onhold-weekday-chart{height:230px;padding:18px 28px 20px 42px;display:grid;grid-template-columns:repeat(7,minmax(52px,1fr));align-items:end;gap:14px;overflow-x:auto;border-top:1px solid var(--line)}.onhold-weekday-chart>div{height:180px;min-width:52px;display:grid;grid-template-rows:24px 1fr 20px;align-items:end;text-align:center}.onhold-weekday-chart span{color:#344054;font-size:12px;font-weight:750}.onhold-weekday-chart>div>div{height:132px;display:flex;align-items:end;justify-content:center;border-bottom:1px solid #cad2dc;background:repeating-linear-gradient(to top,transparent 0 32px,#edf0f3 32px 33px)}.onhold-weekday-chart i{width:min(46px,72%);display:block;border-radius:5px 5px 0 0;background:#c33d4d}.onhold-weekday-chart strong{padding-top:6px;color:#667085;font-size:11px}.treatment-analysis-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:14px}.treatment-city-cards{padding:0 16px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.treatment-city-cards article{min-width:0;padding:13px;border:1px solid var(--line);border-radius:6px;background:#f9fbfc}.treatment-city-cards header{min-height:40px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.treatment-city-cards header strong{font-size:11px}.treatment-city-cards header span{color:#08714b;font-size:9px;font-weight:700;text-align:right}.treatment-city-cards dl{margin:9px 0 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.treatment-city-cards dt{color:var(--muted);font-size:8px}.treatment-city-cards dd{margin:3px 0 0;font-size:13px;font-weight:750}.treatment-city-cards article>div{height:7px;overflow:hidden;border-radius:4px;background:#e3e8ee}.treatment-city-cards article>div i{height:100%;display:block;border-radius:inherit;background:#16836d}.operator-treatment-chart{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}.operator-treatment-chart header{margin-bottom:5px;display:flex;justify-content:space-between;gap:12px}.operator-treatment-chart header strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.operator-treatment-chart header span{color:var(--muted);font-size:9px;white-space:nowrap}.operator-treatment-chart>div>div{position:relative;height:18px;overflow:hidden;border-radius:9px;background:#e5e9ee}.operator-treatment-chart i{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:#1769e0}.operator-treatment-chart>div>div span{position:relative;z-index:1;height:100%;display:grid;place-items:center;font-size:10px;font-weight:750}.financial-whatsapp-button:disabled{opacity:.48;cursor:not-allowed}.role-control>svg{flex:0 0 auto;color:#526071}.role-control>svg:first-child{stroke-width:2.2}.driver-info-filters{padding:14px 16px;display:grid;grid-template-columns:175px minmax(280px,1fr) 210px auto;align-items:end;gap:12px}.driver-info-filters>label:not(.search-field){display:flex;flex-direction:column;gap:6px;color:#465365;font-size:11px;font-weight:700}.driver-info-filters input[type=date],.driver-info-filters select{width:100%;height:38px;padding:0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff}.driver-info-filters .inline-check{height:38px;padding:0 10px;flex-direction:row!important;align-items:center;border:1px solid #cfd5dc;border-radius:5px;white-space:nowrap}.driver-info-filters .inline-check input{accent-color:var(--blue)}.driver-info-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.driver-info-city-bars{padding:2px 18px 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.driver-info-city-bars header{min-height:34px;display:flex;justify-content:space-between;gap:10px}.driver-info-city-bars header strong{font-size:11px}.driver-info-city-bars header span{color:var(--muted);font-size:9px;text-align:right}.driver-info-city-bars>div>div{position:relative;height:20px;overflow:hidden;border-radius:10px;background:#e4e9ee}.driver-info-city-bars i{position:absolute;inset:0 auto 0 0;border-radius:inherit}.driver-info-city-bars .good i{background:#16836d}.driver-info-city-bars .bad i{background:#c33d4d}.driver-info-city-bars>div>div span{position:relative;z-index:1;height:100%;display:grid;place-items:center;font-size:10px;font-weight:800}.driver-info-city-bars .bad.label-on-fill span{color:#fff}.driver-info-table-panel .table-scroll{overflow-x:hidden}.driver-info-table{width:100%;min-width:0;table-layout:fixed}.driver-info-table th,.driver-info-table td{padding-inline:8px;overflow:hidden}.driver-info-table td{height:67px;vertical-align:middle}.driver-info-table th:nth-child(1){width:17%}.driver-info-table th:nth-child(2){width:10%}.driver-info-table th:nth-child(3){width:14%}.driver-info-table th:nth-child(4){width:6%}.driver-info-table th:nth-child(5){width:7%}.driver-info-table th:nth-child(6){width:9%}.driver-info-table th:nth-child(7),.driver-info-table th:nth-child(8),.driver-info-table th:nth-child(9){width:9%}.driver-info-table th:nth-child(10){width:7%}.driver-info-table th:nth-child(11){width:3%}.driver-info-table td>strong,.driver-info-table .cell-subline{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-info-table td>strong{display:block}.driver-info-table .driver-rate{width:100%;min-width:0}.driver-info-table .driver-rate small{display:block;margin-top:4px;overflow:hidden;color:var(--muted);font-size:8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.driver-neighborhoods{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted-value{color:var(--muted);font-size:10px}.driver-info-actions{width:54px;padding-inline:8px!important;text-align:center}.driver-info-modal{width:min(860px,100%);max-height:calc(100vh - 32px);display:flex;flex-direction:column}.driver-info-modal-body{min-height:0;padding:20px;overflow-y:auto}.driver-info-modal-summary{padding-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.driver-info-modal-summary>div{min-width:0;display:flex;flex-direction:column;gap:4px}.driver-info-modal-summary span:first-child{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.driver-info-modal-summary strong{color:var(--ink);font-size:17px}.driver-info-modal-summary small{color:var(--muted);font-size:10px}.driver-info-modal-summary .driver-info-summary-badges{min-width:max-content;align-items:flex-end;gap:7px}.driver-performance-class{min-width:92px;padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:5px;font-size:11px;font-weight:850;letter-spacing:0}.driver-performance-class.class-s{color:#076544;border-color:#8dd8b7;background:#e6f7ef}.driver-performance-class.class-a{color:#17599b;border-color:#a9c9ed;background:#edf5ff}.driver-performance-class.class-b{color:#80520b;border-color:#eac985;background:#fff4df}.driver-performance-class.class-c{color:#a82234;border-color:#e9a7af;background:#fdecef}.driver-performance-class.class-none{color:#596576;border-color:#d5dbe2;background:#f1f3f5}.driver-info-registration{width:fit-content;margin-top:4px;padding:6px 9px;display:flex!important;flex-direction:row!important;align-items:center;gap:5px!important;border-left:3px solid #4c8bd8;border-radius:4px;color:#526071;background:#f1f6fc;font-size:10px}.driver-info-registration span{color:#526071!important;font-size:10px!important;font-weight:600!important;text-transform:none!important}.driver-info-registration strong{color:#254f83!important;font-size:10px!important;font-weight:800}.driver-info-details{margin:0;padding:18px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px}.driver-info-details div{min-width:0}.driver-info-details dt{margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:700}.driver-info-details dd{margin:0;overflow-wrap:anywhere;color:#253142;font-size:12px;font-weight:650}.driver-info-details .driver-info-detail-wide{grid-column:1 / -1}.driver-info-performance{padding-top:16px;border-top:1px solid var(--line)}.driver-info-performance-heading{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.driver-info-performance h3{margin:0;font-size:13px}.driver-info-performance-heading p{margin:0;color:var(--muted);font-size:9px;text-align:right}.driver-info-performance table{min-width:720px}.driver-info-performance th,.driver-info-performance td{height:42px;padding:8px 10px;text-align:right}.driver-info-performance th:first-child,.driver-info-performance td:first-child{text-align:left}.driver-info-sla-value{display:inline-flex;min-width:58px;padding:4px 7px;justify-content:center;border-radius:4px;color:#fff;font-size:10px;font-weight:800}.driver-info-sla-value.good{background:#16836d}.driver-info-sla-value.bad{background:#c33d4d}@media(max-width:1200px){.driver-info-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.treatment-analysis-grid{grid-template-columns:1fr}.driver-info-table th:nth-child(3),.driver-info-table td:nth-child(3){display:none}}@media(max-width:900px){.dashboard-primary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-info-filters{grid-template-columns:1fr 1fr}.driver-info-filters .search-field{grid-column:1 / -1}.driver-info-city-bars,.treatment-city-cards{grid-template-columns:1fr}.driver-info-table th:nth-child(4),.driver-info-table td:nth-child(4),.driver-info-table th:nth-child(6),.driver-info-table td:nth-child(6),.driver-info-table th:nth-child(7),.driver-info-table td:nth-child(7),.driver-info-table th:nth-child(8),.driver-info-table td:nth-child(8),.driver-info-table th:nth-child(10),.driver-info-table td:nth-child(10){display:none}}@media(max-width:620px){.dashboard-primary-metrics,.driver-info-metrics{grid-template-columns:1fr 1fr}.backlog-chart-actions{align-items:flex-start;flex-direction:column}.backlog-chart-legend{justify-content:flex-start}.driver-info-filters{grid-template-columns:1fr}.driver-info-filters .search-field{grid-column:auto}.driver-info-details{grid-template-columns:1fr 1fr}.driver-info-modal-body{padding:16px}.driver-info-performance-heading{align-items:flex-start;flex-direction:column;gap:5px}.driver-info-performance-heading p{text-align:left}}@media(max-width:420px){.dashboard-primary-metrics,.driver-info-metrics,.driver-info-details{grid-template-columns:1fr}.driver-info-details .driver-info-detail-wide{grid-column:auto}.driver-info-table th:nth-child(2),.driver-info-table td:nth-child(2){display:none}}
