:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#14213d;background:#f3f6fa;font-synthesis:none}*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fleet-switch{display:flex;gap:4px;flex-shrink:0}.fleet-switch button{flex:1;padding:9px 4px;border:0;border-bottom:2px solid transparent;background:transparent;color:#bfcbdc;font-size:12px}.fleet-switch button[aria-pressed=true]{border-color:#6ee7b7;color:#fff;background:#243b48}.fleet-add-actions{display:inline-flex;gap:0;overflow:hidden;border:1px solid #ff9900;border-radius:7px;box-shadow:0 4px 12px #ff990029}.fleet-add-actions .button{border:0;border-radius:0}.fleet-add-actions .button+.button{border-left:1px solid rgba(23,35,63,.22)}.fleet-add-actions .button:hover{background:#f0a11e}.fleet-watch-stack{display:grid;align-content:start;gap:18px;min-width:0}.detail-grid strong{overflow-wrap:anywhere}.bike-notes{padding:0 18px 18px;white-space:pre-wrap;overflow-wrap:anywhere}.van-form textarea{width:100%;min-height:90px;padding:10px;border:1px solid #d8e0e9;border-radius:6px;font:inherit}.active-toggle{display:grid!important;grid-template-columns:42px 1fr;column-gap:11px;align-items:center;min-height:48px;padding:9px 11px;border:1px solid #d8e0e9;border-radius:7px;background:#f8fafc;cursor:pointer}.active-toggle input{position:absolute;opacity:0;pointer-events:none}.active-toggle-track{position:relative;width:38px;height:22px;border-radius:999px;background:#94a3b8;transition:background .16s ease}.active-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #14213d40;transition:transform .16s ease}.active-toggle input:checked+.active-toggle-track{background:#0f766e}.active-toggle input:checked+.active-toggle-track:after{transform:translate(16px)}.active-toggle input:focus-visible+.active-toggle-track{outline:3px solid rgba(15,118,110,.22);outline-offset:2px}.active-toggle-copy{display:grid;gap:2px}.active-toggle-copy strong{font-size:13px}.active-toggle-copy small{color:#64748b;font-size:12px;font-weight:500}.action-queue{margin-bottom:18px}.action-queue-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:246px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.action-queue-item{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 18px;border:0;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;color:#263858;text-align:left}.action-queue-item:nth-child(2n){border-right:0}.action-queue-item:hover{background:#f8fafc}.action-queue-item:last-child:nth-child(odd){border-bottom:0}.action-queue-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#64748b;background:#eef2f6}.action-queue-item>span:nth-child(2){min-width:0}.action-queue-item strong,.action-queue-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-queue-item strong{font-size:13px}.action-queue-item small{margin-top:3px;color:#64748b;font-size:12px}.action-queue-label{justify-self:end;padding:5px 7px;border-radius:99px;color:#64748b;background:#eef2f6;font-size:11px;font-weight:800;white-space:nowrap}.action-queue-item.danger .action-queue-icon,.action-queue-item.danger .action-queue-label{color:#b42318;background:#fef0ed}.action-queue-item.warning .action-queue-icon,.action-queue-item.warning .action-queue-label{color:#a55c00;background:#fff3df}body{margin:0;min-width:320px}*,*:before,*:after{box-sizing:border-box}.app-shell{min-height:100vh}html,body,#app{height:100%;overflow:hidden}.fleet-nav{scrollbar-width:thin;scrollbar-color:rgba(174,185,202,.55) transparent}.fleet-nav::-webkit-scrollbar{width:8px}.fleet-nav::-webkit-scrollbar-track{margin:4px 0;background:transparent}.fleet-nav::-webkit-scrollbar-thumb{border:2px solid #17233f;border-radius:999px;background:#aeb9ca7a}.fleet-nav::-webkit-scrollbar-thumb:hover{background:#ffb13b}#app{min-height:100%}button,input,select{font:inherit}button{cursor:pointer}.loading-page,.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-page{background:#17233f}.auth-card,.access-card{width:min(100%,420px);padding:32px;border-radius:10px;background:#fff;box-shadow:0 24px 80px #0000003d}.access-card{text-align:center}.access-card svg{color:#15803d}.access-card h1{margin:14px 0 8px;font-size:24px}.access-card p{color:#64748b;line-height:1.5}.brand-lockup{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#f90;color:#17233f}.brand-lockup strong,.brand-lockup small{display:block}.brand-lockup strong{font-size:17px}.brand-lockup small{margin-top:2px;color:#8b98aa;font-size:12px}.auth-copy{margin:34px 0 20px}.auth-copy h1{margin:0 0 7px;font-size:26px}.auth-copy p,.form-message{margin:0;color:#64748b;line-height:1.5}.auth-form{display:grid;gap:15px}.auth-form label,.van-form label{display:grid;gap:7px;font-size:14px;font-weight:700}.auth-form input,.van-form input,.van-form select,.search input{min-width:0;width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:11px 12px;outline:none;background:#fff;color:#14213d}.auth-form input:focus,.van-form input:focus,.van-form select:focus{border-color:#f90;box-shadow:0 0 0 3px #ff990026}.form-message{font-size:13px}.form-message.error,.error-banner{color:#b42318}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:7px;padding:10px 14px;font-weight:750}.button.primary{background:#f90;color:#17233f}.button.primary:hover{background:#f0a11e}.button.secondary{background:#fff;border-color:#d8e0e9;color:#263858}.button:disabled{opacity:.65;cursor:wait}.text-button{margin-top:20px;padding:0;border:0;background:transparent;color:#0f766e;font-weight:700}.text-button.inverse{display:inline-flex;align-items:center;gap:6px;margin:0;color:#dbeafe}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;gap:20px;height:100vh;padding:22px 18px;overflow:hidden;background:#17233f;color:#edf3ff}.sidebar .brand-lockup small{color:#aeb9ca}.wide{width:100%}.search{position:relative}.search svg{position:absolute;left:12px;top:11px;color:#aeb9ca}.search input{padding-left:39px;background:#223150;border-color:#ffffff1f;color:#fff}.sidebar-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.sidebar-stats span{padding:10px 6px;border-right:1px solid rgba(255,255,255,.1);color:#aeb9ca;font-size:10px}.sidebar-stats span:last-child{border:0}.sidebar-stats strong{display:block;color:#fff;font-size:17px}.fleet-nav{display:grid;flex:1;min-height:0;align-content:start;gap:7px;overflow-y:auto;overscroll-behavior:contain}.fleet-nav>p{margin:0 0 2px;color:#aeb9ca;font-size:11px;font-weight:800;text-transform:uppercase}.vehicle-nav{display:grid;grid-template-columns:27px 1fr;gap:9px;align-items:center;padding:10px;border:1px solid transparent;border-radius:7px;background:transparent;color:#dbeafe;text-align:left}.vehicle-nav:hover{border-color:#ffffff1f;background:#ffffff12}.vehicle-nav svg{color:#f90}.vehicle-nav strong,.vehicle-nav small{display:block}.vehicle-nav strong{font-size:14px}.vehicle-nav small{margin-top:2px;color:#aeb9ca;font-size:11px}.empty-nav{color:#aeb9ca;font-size:13px}.sidebar-footer{display:grid;flex:0 0 auto;gap:9px;margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1);color:#aeb9ca;font-size:12px}.workspace{min-width:0;height:100vh;overflow-y:auto;overscroll-behavior:contain;padding:34px clamp(22px,4vw,60px)}.page-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:28px}.page-header h1{margin:3px 0 5px;font-size:30px}.page-header>div>span{color:#64748b}.eyebrow{display:inline-flex;align-items:center;gap:6px;margin:0;color:#0f766e;font-size:13px;font-weight:800}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metrics article,.panel,.empty-fleet{background:#fff;border:1px solid #e1e8f0;border-radius:8px;box-shadow:0 8px 24px #14213d0a}.metrics article{padding:18px}.metrics span{display:block;color:#64748b;font-size:13px}.metrics strong{display:block;margin-top:8px;font-size:28px}.overview-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:18px}.panel-heading{display:flex;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid #edf0f4}.panel-heading h2{margin:0;font-size:17px}.panel-heading p{margin:4px 0 0;color:#64748b;font-size:13px}.vehicle-list,.watch-list{display:grid}.vehicle-row{display:grid;grid-template-columns:38px minmax(150px,1fr) minmax(100px,.75fr) auto;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid #edf0f4}.vehicle-row:last-child,.watch-row:last-child{border:0}.vehicle-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:7px;color:#a55c00;background:#fff3df}.vehicle-row strong,.vehicle-row div span,.watch-row strong,.watch-row div span{display:block}.vehicle-row div span,.watch-row div span{margin-top:3px;color:#64748b;font-size:12px}.vehicle-row>span:nth-last-child(2){color:#64748b;font-size:13px}.status{display:inline-flex;justify-content:center;min-width:74px;padding:5px 8px;border-radius:99px;font-size:12px;font-weight:800}.status.success{color:#157a3d;background:#e8f8ee}.status.warning{color:#a55c00;background:#fff3df}.status.danger{color:#b42318;background:#fef0ed}.status.muted{color:#64748b;background:#eef2f6}.watch-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-bottom:1px solid #edf0f4}.panel-empty{padding:28px 18px;color:#64748b;font-size:14px}.error-banner{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:12px 14px;border:1px solid #fecaca;border-radius:7px;background:#fff5f4}.empty-fleet{display:grid;justify-items:center;max-width:620px;margin:56px auto;padding:48px 30px;text-align:center}.empty-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:8px;color:#a55c00;background:#fff3df}.empty-fleet h2{margin:18px 0 7px}.empty-fleet p{max-width:470px;margin:0 0 22px;color:#64748b;line-height:1.55}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;padding:20px;background:#14213d7a}.dialog{width:min(100%,680px);max-height:calc(100vh - 40px);overflow:auto;padding:24px;border-radius:10px;background:#fff;box-shadow:0 24px 70px #14213d52}.dialog-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:22px}.dialog-heading h2{margin:0;font-size:22px}.dialog-heading p{margin:5px 0 0;color:#64748b;font-size:14px}.icon-button{width:32px;height:32px;border:1px solid #d8e0e9;border-radius:7px;background:#fff;color:#64748b;font-size:20px}.van-form{display:grid;gap:15px}.van-form label span{color:#64748b;font-size:11px;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:7px}.sidebar-section-label{margin:-7px 0 -10px;color:#aeb9ca;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sidebar-spacer{flex:1;min-height:18px}.sidebar-footer .sidebar-section-label{margin:0 0 1px}.workspace{min-height:0}@media (max-width: 900px){html,body,#app{height:auto;min-height:100%;overflow:auto}.app-shell{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{position:static;height:auto;min-height:auto;overflow:visible}.fleet-nav{flex:none;min-height:auto;max-height:180px}.workspace{height:auto;overflow:visible;padding:25px 20px}.metrics{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}}@media (min-width: 901px){html,body,#app{height:100%;overflow:hidden}}@media (max-width: 600px){.page-header{display:grid}.page-header .button{width:100%}.metrics{gap:10px}.metrics article{padding:14px}.vehicle-row{grid-template-columns:35px 1fr auto}.vehicle-row>span:nth-last-child(2){display:none}.form-row{grid-template-columns:1fr}.dialog{padding:20px}}.auth-links{display:grid;gap:10px}.auth-links .text-button{margin-top:16px}.password-success{display:grid;gap:18px}.password-success .form-message{padding:12px;border:1px solid #b8e5d1;border-radius:7px;background:#f0fdf4;color:#166534}.password-dialog{width:min(100%,520px)}@media (max-width: 700px){.action-queue-list{grid-template-columns:1fr;max-height:420px}.action-queue-item,.action-queue-item:nth-child(2n){border-right:0}.action-queue-item:last-child{border-bottom:0}}.vehicle-nav.active{border-color:#ffffff1f;background:#ffffff12}.drive-backup-control{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:#ffffff0d;color:#dbeafe}.drive-backup-control>svg{color:#ffb546}.drive-backup-control strong,.drive-backup-control small{display:block}.drive-backup-control strong{font-size:12px}.drive-backup-control small{margin-top:2px;color:#aeb9ca;font-size:10px;line-height:1.3}.drive-backup-control.pending{grid-template-columns:auto 1fr}.drive-backup-control.pending span{color:#aeb9ca;font-size:12px}.drive-backup-control.connected>svg{color:#7ee2a8}.drive-backup-control .text-button{font-size:12px}.drive-reconnect{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:84px;height:29px;padding:0 8px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#ffffff14;color:#edf3ff;font-size:11px;font-weight:750}.drive-reconnect:hover{background:#ffffff26}.drive-reconnect:disabled{cursor:wait;opacity:.7}.drive-backup-error{grid-column:1 / -1;color:#fecaca!important}.spin{animation:toast-spin 1.1s linear infinite}.sidebar-admin-link{display:grid;grid-template-columns:31px minmax(0,1fr);gap:8px;align-items:center;width:100%;padding:8px;border:1px solid rgba(117,215,198,.22);border-radius:7px;background:#0f766e1f;color:#e9fdf8;text-align:left}.sidebar-admin-link:hover,.sidebar-admin-link.active{border-color:#75d7c68f;background:#0f766e3d}.sidebar-admin-link>span{display:grid;place-items:center;width:29px;height:29px;border-radius:6px;background:#5eead426;color:#75d7c6}.sidebar-admin-link strong,.sidebar-admin-link small{display:block}.sidebar-admin-link strong{font-size:12px}.sidebar-admin-link small{margin-top:2px;color:#aeb9ca;font-size:10px}.user-metrics{grid-template-columns:repeat(3,minmax(0,1fr));max-width:780px}.user-management-panel{overflow:hidden}.user-management-error{margin:16px 18px 0;padding:10px 12px;border:1px solid #fecaca;border-radius:7px;background:#fff5f4;color:#b42318;font-size:13px}.user-list{display:grid}.user-row{display:grid;grid-template-columns:minmax(200px,1.4fr) minmax(235px,.9fr) auto;gap:18px;align-items:center;padding:16px 18px;border-bottom:1px solid #edf0f4}.user-row:last-child{border-bottom:0}.user-row.disabled{background:#fbfcfe}.user-identity{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center}.user-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:7px;background:#e8f8ee;color:#157a3d}.user-row.disabled .user-avatar{background:#eef2f6;color:#64748b}.user-identity strong,.user-identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-identity strong{color:#263858;font-size:14px}.user-identity small{margin-top:3px;color:#64748b;font-size:12px}.user-access{display:flex;align-items:end;gap:10px}.user-access label{display:grid;gap:5px;flex:1;color:#64748b;font-size:11px;font-weight:750}.user-access select{width:100%;min-width:0;padding:8px 9px;border:1px solid #d8e0e9;border-radius:6px;background:#fff;color:#263858}.user-actions{display:flex;justify-content:flex-end;gap:8px}.danger-outline{border-color:#fecaca!important;color:#b42318!important}.self-protected{padding:7px 8px;color:#64748b;font-size:12px;font-weight:750}.user-actions .button{white-space:nowrap}@media (max-width: 900px){.user-row{grid-template-columns:1fr;gap:12px}.user-access{align-items:center}.user-actions{justify-content:flex-start}}@media (max-width: 600px){.user-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.user-metrics article{padding:12px}.user-metrics strong{font-size:22px}.user-access{align-items:stretch;flex-direction:column}.user-access .status{align-self:flex-start}.user-actions{flex-wrap:wrap}.user-actions .button{flex:1}}.geotab-metrics{grid-template-columns:repeat(3,minmax(0,1fr));max-width:900px}.geotab-layout{display:grid;grid-template-columns:1fr;align-items:start;gap:18px}.geotab-settings{grid-row:1}.geotab-health-panel{grid-row:2}.geotab-layout>.geotab-status:not(.geotab-health-panel){grid-row:3}.geotab-settings form{display:grid;gap:16px;padding:18px}.geotab-settings form>label:not(.active-toggle){display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.geotab-settings input[type=text],.geotab-settings input:not([type]){width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.integration-note{margin:0;color:#64748b;font-size:13px;line-height:1.45}.geotab-status-body{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;padding:18px}.geotab-status-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;color:#157a3d;background:#e8f8ee}.geotab-status-icon.error{color:#b42318;background:#fef0ed}.geotab-status-body strong{font-size:14px}.geotab-status-body p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.45}.geotab-links{display:none}.link-count{display:inline-flex;align-items:center;gap:5px;color:#0f766e;font-size:13px;font-weight:800}@media (max-width: 600px){.geotab-metrics{grid-template-columns:1fr}.geotab-metrics article{padding:14px}}.toast-viewport{position:fixed;right:22px;bottom:22px;z-index:20;display:grid;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}.toast{display:grid;grid-template-columns:20px 1fr auto;gap:10px;align-items:start;padding:13px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;box-shadow:0 16px 34px #14213d2e;color:#263858;pointer-events:auto}.toast.loading>svg{color:#0f766e;animation:toast-spin 1.1s linear infinite}.toast.success>svg{color:#157a3d}.toast.error>svg{color:#b42318}.toast strong,.toast span{display:block}.toast strong{font-size:13px}.toast span{margin-top:3px;color:#64748b;font-size:12px;line-height:1.35}.toast-progress{display:block;height:3px;margin-top:10px;overflow:hidden;border-radius:4px;background:#e7edf3}.toast-progress:after{display:block;width:42%;height:100%;background:#f90;content:"";animation:toast-progress 1.2s ease-in-out infinite}.toast-close{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:5px;background:transparent;color:#64748b}.toast-close:hover{background:#eef2f6}.toast-close svg{width:16px;height:16px}@keyframes toast-spin{to{transform:rotate(360deg)}}@keyframes toast-progress{0%{transform:translate(-110%)}to{transform:translate(260%)}}.overview-nav{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;width:100%;padding:11px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a;color:#e9f2ff;text-align:left;transition:background .16s ease,border-color .16s ease}.overview-nav:hover,.overview-nav.active{border-color:#ff99008c;background:#ff99001f}.overview-nav-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;background:#ff99002e;color:#ffb13b}.overview-nav strong,.overview-nav small{display:block}.overview-nav strong{font-size:14px}.overview-nav small{margin-top:3px;color:#aeb9ca;font-size:11px}.overview-nav.active small{color:#dbeafe}.vehicle-row{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;border-bottom:1px solid #edf0f4;background:#fff;color:#14213d;text-align:left}.vehicle-row-main{display:grid;grid-template-columns:38px minmax(150px,1fr) minmax(100px,.75fr) auto;align-items:center;gap:10px;min-width:0;padding:14px 18px;border:0;background:transparent;color:inherit;text-align:left}.vehicle-row:hover,.vehicle-row:focus-within{background:#f8fafc}.vehicle-row:last-child{border-bottom:0}.vehicle-name{display:block}.vehicle-row .vehicle-name span{display:block;margin-top:3px;color:#64748b;font-size:12px}.back-button{display:inline-flex;align-items:center;gap:6px;margin:0 0 16px;padding:0;border:0;background:transparent;color:#0f766e;font-weight:800}.vehicle-header{margin-bottom:22px}.vehicle-header>.status{margin-top:12px}.vehicle-metrics{margin-bottom:18px}.metric-status,.metric-text{font-size:17px!important;line-height:1.25}.hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hub-grid>.panel:last-child{grid-column:span 2}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px 18px 16px}.detail-grid>div{display:grid;gap:5px;padding:13px 0;border-bottom:1px solid #edf0f4}.detail-grid>div:nth-last-child(-n+2){border-bottom:0}.detail-grid span{color:#64748b;font-size:12px}.detail-grid strong{font-size:14px}.mot-panel{align-self:start}.mot-panel .panel-heading{padding:14px 16px 11px}.mot-heading-actions{display:flex;align-items:center;gap:8px}.mot-form{display:grid;gap:14px;padding:16px}.mot-form label{display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.mot-form input,.mot-form textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.mot-form textarea{min-height:94px;resize:vertical}.mot-summary{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;padding:14px 16px 16px}.mot-summary-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#a55c00;background:#fff3df}.mot-summary strong{display:block;color:#263858;font-size:14px}.mot-summary p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.45;white-space:pre-wrap}.mot-panel .status.danger+.button{border-color:#fecaca;color:#b42318}.mot-form select{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.mot-form-title{color:#0f766e;font-size:13px}.mot-edit-link{display:inline-flex;align-items:center;gap:5px;justify-self:start;margin:0;padding:0;border:0;background:transparent;color:#0f766e;font-size:12px;font-weight:800;white-space:nowrap}.mot-bookings,.mot-history{display:grid;gap:8px;padding:13px 16px;border-top:1px solid #edf0f4}.mot-bookings>strong,.mot-history>strong{color:#64748b;font-size:12px;text-transform:uppercase}.mot-booking,.mot-record{display:flex;align-items:center;justify-content:space-between;gap:10px}.mot-booking span,.mot-record span{display:grid;gap:2px;min-width:0}.mot-booking b,.mot-record b{font-size:13px}.mot-booking small,.mot-record small{color:#64748b;font-size:12px}.mot-record{padding:8px 9px;border-radius:6px;background:#f3fbf8}.mot-record.failed{background:#fff5f4}.mot-record.passed b,.mot-record.passed em{color:#157a3d}.mot-record.failed b,.mot-record.failed em{color:#b42318}.mot-record em{font-size:11px;font-style:normal;font-weight:800}.mot-error{padding:0 16px 14px}@media (max-width: 900px){.hub-grid{grid-template-columns:1fr}.hub-grid>.panel:last-child{grid-column:auto}}@media (max-width: 600px){.mot-heading-actions{align-items:flex-end;flex-direction:column}.mot-heading-actions .button{width:100%}}.issue-panel{grid-column:span 2}.issue-form-wrap{padding:18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.issue-form{display:grid;gap:14px}.issue-form label{display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.issue-form select,.issue-form textarea,.issue-form input[type=file]{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.issue-form textarea{min-height:94px;resize:vertical}.compact{min-height:34px;padding:7px 10px;font-size:13px}.issue-list{display:grid}.issue-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px;border-bottom:1px solid #edf0f4}.issue-card.resolved{background:#f4f7fa;opacity:.68;filter:grayscale(.28)}.issue-card.resolved:hover{opacity:.88;filter:none}.issue-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.issue-heading>div{display:flex;align-items:center;gap:8px}.issue-heading h3{margin:0;font-size:16px}.severity-dot{width:9px;height:9px;border-radius:99px}.severity-dot.high{background:#dc2626}.severity-dot.medium{background:#f97316}.severity-dot.low{background:#0f766e}.status.severity-high{color:#b42318;background:#fef0ed}.status.severity-medium{color:#a55c00;background:#fff3df}.status.severity-low{color:#0f766e;background:#e4f7f4}.issue-severity-badge{padding:4px 7px;border-radius:5px;font-size:10px;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.issue-severity-badge.high{color:#fff;background:#dc2626}.issue-severity-badge.medium{color:#7c3d00;background:#fed7aa}.issue-severity-badge.low{color:#075e54;background:#bcefe7}.issue-body>p{margin:10px 0 8px;color:#334155;line-height:1.5}.issue-meta{color:#64748b;font-size:12px}.issue-actions{display:flex;align-items:start;gap:7px}.button.danger{border-color:#fecaca;background:#fff5f4;color:#b42318}.button.danger.confirm-delete,.thumb-delete.confirm-delete{border-color:#dc2626;background:#dc2626;color:#fff}.damage-evidence{margin-top:16px;padding-top:14px;border-top:1px solid #edf0f4}.damage-evidence-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px;color:#263858;font-size:12px}.damage-evidence-heading span{color:#64748b;font-size:11px;font-weight:700}.issue-photo-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;max-height:186px;overflow-y:auto;padding:2px}.issue-photo{position:relative;width:100%;aspect-ratio:1.25;min-width:0;overflow:hidden;border:1px solid #d8e0e9;border-radius:6px;background:#edf2f7}.issue-photo .thumb-open{display:block}.issue-thumb{position:relative;width:82px;height:66px;overflow:hidden;border:1px solid #d8e0e9;border-radius:6px;background:#edf2f7}.thumb-open{position:relative;width:100%;height:100%;padding:0;border:0;background:transparent}.thumb-open img{width:100%;height:100%;object-fit:cover}.thumb-open svg{position:absolute;right:5px;bottom:5px;padding:2px;border-radius:3px;color:#fff;background:#14213da6}.thumb-unavailable{display:grid;height:100%;place-items:center;color:#64748b}.thumb-delete{position:absolute;right:3px;top:3px;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:2px;min-width:25px;min-height:24px;padding:3px 5px;border:1px solid #fecaca;border-radius:4px;background:#fff;color:#b42318;font-size:10px;font-weight:800;cursor:pointer}.resolved-issues{border-top:8px solid #edf0f4}.resolved-heading{display:grid;grid-template-columns:minmax(0,1fr) auto 17px;width:100%;align-items:center;gap:10px;padding:15px 18px;border:0;background:#f8fafc;color:#263858;text-align:left;cursor:pointer}.resolved-heading:hover{background:#f3f6fa}.resolved-heading:hover h3{color:#0f766e}.resolved-heading h3{margin:0;font-size:14px}.resolved-heading p{margin:4px 0 0;color:#64748b;font-size:12px}.resolved-heading span{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:99px;color:#0f766e;background:#e4f7f4;font-size:12px;font-weight:800}.resolved-heading svg,.service-section-heading button svg{transition:transform .16s ease}.resolved-heading svg.expanded,.service-section-heading button svg.expanded{transform:rotate(180deg)}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:24px;background:#14213dad}.lightbox{width:min(100%,960px);max-height:calc(100vh - 48px);overflow:auto;padding:16px;border-radius:8px;background:#fff}.lightbox>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.lightbox img{display:block;max-width:100%;max-height:calc(100vh - 120px);margin:auto;object-fit:contain}.lightbox p{color:#64748b}@media (max-width: 900px){.issue-panel{grid-column:auto}}@media (max-width: 600px){.issue-card{grid-template-columns:1fr}.issue-actions{align-items:center;flex-wrap:wrap}.issue-actions .button{flex:1}.issue-heading{align-items:flex-start}.issue-heading .status{min-width:auto}.issue-form-wrap{padding:14px}}.service-panel{grid-column:span 2}.service-form-wrap{padding:18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.service-form{display:grid;gap:14px}.service-form label{display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.service-form input,.service-form textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.service-form textarea{min-height:84px;resize:vertical}.service-sections{display:grid}.service-section+.service-section{border-top:8px solid #edf0f4}.service-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;background:#f8fafc;border-bottom:1px solid #edf0f4}.service-section-heading h3{margin:0;font-size:14px}.service-section-heading p{margin:4px 0 0;color:#64748b;font-size:12px}.service-section-heading>span,.service-section-heading button>span{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:99px;color:#0f766e;background:#e4f7f4;font-size:12px;font-weight:800}.service-section-heading button{display:grid;grid-template-columns:minmax(0,1fr) auto 17px;width:100%;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#263858;text-align:left;cursor:pointer}.service-section-heading button:hover h3{color:#0f766e}.service-list{display:grid}.service-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:17px 18px;border-bottom:1px solid #edf0f4}.service-item:last-child{border-bottom:0}.service-item.overdue{background:#fffaf1}.service-item.completed{background:#f4f7fa}.service-mark{display:grid;place-items:center;align-self:start;width:32px;height:32px;border-radius:7px;color:#0f766e;background:#e4f7f4}.service-item.overdue .service-mark{color:#a55c00;background:#fff3df}.service-item.completed .service-mark{color:#64748b;background:#e9eef4}.service-body{min-width:0}.service-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.service-heading strong{font-size:15px}.service-actions{display:flex;align-items:center;justify-content:end;gap:7px}.service-body>span{display:block;margin-top:4px;color:#64748b;font-size:13px}.service-countdown,.service-completed-date{display:inline-flex;align-items:center;gap:5px;margin-top:9px;color:#0f766e;font-size:12px;font-weight:800}.service-countdown.overdue{color:#a55c00}.service-completed-date{color:#64748b}.booking-status{display:inline-flex;justify-content:center;min-width:64px;padding:5px 8px;border-radius:99px;color:#0f766e;background:#e4f7f4;font-size:11px;font-weight:800}.booking-status.overdue{color:#a55c00;background:#fff3df}.booking-status.completed{color:#64748b;background:#e9eef4}.service-body>p{margin:8px 0 0;color:#475569;font-size:13px;line-height:1.45}.service-body>p b{color:#263858}.service-completion{display:grid;gap:12px;margin-top:14px;padding:14px;border:1px solid #cfe4de;border-radius:7px;background:#f3fbf8}.service-completion>strong{color:#0f766e;font-size:13px}.service-completion label{display:grid;gap:6px;color:#263858;font-size:13px;font-weight:750}.service-completion input,.service-completion textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:9px 10px;background:#fff}.service-completion textarea{min-height:72px;resize:vertical}.icon-delete{display:inline-grid;place-items:center;min-width:29px;height:29px;padding:4px;border:1px solid #fecaca;border-radius:5px;background:#fff5f4;color:#b42318;font-size:10px;font-weight:800}.icon-delete.confirm-delete{border-color:#dc2626;background:#dc2626;color:#fff}.service-completion-facts{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.service-completion-facts span{padding:4px 7px;border-radius:5px;color:#475569;background:#e9eef4;font-size:12px;font-weight:750}.service-linked-issue-toggle,.issue-completion-booking-warning{display:flex!important;align-items:flex-start;gap:9px;padding:10px;border:1px solid #cfe4de;border-radius:7px;background:#f3fbf8;cursor:pointer}.service-linked-issue-toggle input,.issue-completion-booking-warning input{width:16px!important;min-width:16px;min-height:16px;margin:1px 0 0;accent-color:#0f9488}.service-linked-issue-toggle strong,.service-linked-issue-toggle small,.issue-completion-booking-warning strong,.issue-completion-booking-warning small{display:block}.service-linked-issue-toggle strong{color:#0f766e;font-size:12px}.service-linked-issue-toggle small,.issue-completion-booking-warning small{margin-top:3px;color:#52657f;font-size:11px;font-weight:600;line-height:1.4}.issue-completion-booking-warning{border-color:#f2d89e;background:#fffaf0}.issue-completion-booking-warning strong{color:#7c5200;font-size:12px}.service-heading strong{display:inline-flex;align-items:center;gap:7px}.service-type{padding:3px 6px;border-radius:99px;color:#7c4a03;background:#fff3df;font-size:10px;font-weight:800}.damage-service-type{color:#075985;background:#e0f2fe}.issue-service-type{color:#9f1239;background:#fff1f2}.service-linked-damage-details,.service-linked-issue-details{width:fit-content;margin-top:8px;border-radius:7px;font-size:11px;font-weight:750}.service-linked-damage-details{color:#075985;background:#e0f2fe}.service-linked-issue-details{color:#9f1239;background:#fff1f2}.service-linked-damage-details summary,.service-linked-issue-details summary{padding:4px 7px;cursor:pointer}.service-linked-damage-details div,.service-linked-issue-details div{padding:0 7px 6px;color:#52657f;font-weight:650}@media (max-width: 900px){.service-panel{grid-column:auto}}@media (max-width: 600px){.service-heading{align-items:flex-start}.service-actions{flex-wrap:wrap}.service-completion{padding:12px}}.van-photos-panel{grid-column:span 2}.photo-folder-form{display:grid;gap:12px;padding:16px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.photo-folder-form label{display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.photo-folder-form input{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:10px 11px;background:#fff}.photo-folder-list{display:grid;gap:12px;padding:14px}.photo-folder-card{overflow:hidden;border:1px solid #e1e8f0;border-radius:7px;background:#fff}.photo-folder-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-bottom:1px solid #edf0f4;background:#f8fafc}.photo-folder-heading>div:first-child{display:flex;align-items:center;gap:9px;min-width:0}.photo-folder-heading strong,.photo-folder-heading small{display:block}.photo-folder-heading strong{font-size:14px}.photo-folder-heading small{margin-top:2px;color:#64748b;font-size:11px}.photo-folder-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#a55c00;background:#fff3df}.photo-folder-actions{display:flex;align-items:center;gap:6px}.van-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px;padding:12px}.van-photo-thumb{position:relative;min-height:88px;overflow:hidden;border:1px solid #d8e0e9;border-radius:6px;background:#edf2f7}.van-photo-thumb .thumb-open{position:absolute;top:0;right:0;bottom:0;left:0}.van-photo-thumb .thumb-open img{width:100%;height:100%;object-fit:cover}.photo-folder-empty{padding:18px 12px;color:#64748b;font-size:13px}.photo-folder-error{margin:0;padding:0 12px 12px}@media (max-width: 900px){.van-photos-panel{grid-column:auto}}.vehicle-header-actions{display:flex;align-items:center;justify-content:end;gap:9px}.vehicle-management-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.vehicle-management-actions.icon-only{align-self:center;padding:9px 12px 9px 0}.vehicle-management-actions.icon-only .icon-delete{min-width:30px}.vehicle-management-error{max-width:220px;color:#b42318;font-size:12px}.inactive-nav-heading{margin-top:12px!important;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.vehicle-nav.inactive{opacity:.65}.vehicle-nav.inactive:hover,.vehicle-nav.inactive.active{opacity:1}@media (max-width: 600px){.vehicle-header{display:grid}.vehicle-header-actions{align-items:flex-end;flex-direction:column}.vehicle-row-main{grid-template-columns:35px 1fr auto;padding:14px 12px}.vehicle-row-main>span:nth-last-child(2){display:none}.vehicle-management-actions.icon-only{padding-right:10px}.vehicle-management-actions .button{flex:1}}.mot-watch-groups{display:grid}.mot-watch-groups>section+section{border-top:1px solid #edf0f4}.mot-watch-heading{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;font-size:13px}.mot-watch-heading span{display:grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:99px;font-size:12px;font-weight:800}.mot-watch-heading.danger{color:#b42318;background:#fff8f7}.mot-watch-heading.danger span{background:#fef0ed}.mot-watch-heading.warning{color:#a55c00;background:#fffdf8}.mot-watch-heading.warning span{background:#fff3df}.mot-watch-heading.booked{color:#157a3d;background:#f4fbf6}.mot-watch-heading.booked span{background:#e8f8ee}.watch-row{width:100%;border:0;background:#fff;color:#14213d;text-align:left}.watch-row:hover{background:#f8fafc}.mot-watch-empty{padding:14px 18px;color:#64748b;font-size:13px}.overview-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.report-panel{min-width:0}.report-kicker{display:inline-flex;align-items:center;gap:5px;margin:0 0 6px!important;color:#0f766e!important;font-size:11px!important;font-weight:800;text-transform:uppercase}.report-groups{display:grid}.report-group+.report-group{border-top:1px solid #edf0f4}.report-group h3{margin:0;padding:12px 16px 7px;color:#64748b;font-size:12px}.report-list{display:grid}.report-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px}.report-row span{min-width:0;color:#334155;font-size:13px}.report-row strong{display:grid;place-items:center;min-width:27px;height:25px;padding:0 7px;border-radius:99px;color:#0f766e;background:#e4f7f4;font-size:12px}.report-group .panel-empty{padding:12px 16px 16px;font-size:13px}@media (max-width: 900px){.overview-report-grid{grid-template-columns:1fr}}.mot-watch-statuses{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;flex:0 0 auto}.mot-watch-statuses .status{min-width:auto;white-space:nowrap}.workspace{padding-top:24px;padding-bottom:34px}.driver-report-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.7fr);gap:18px;max-width:980px}.driver-report-panel{min-width:0}.driver-report-form{display:grid;gap:16px;padding:18px}.driver-report-form label{display:grid;gap:7px;color:#263858;font-size:14px;font-weight:750}.driver-report-form input,.driver-report-form select,.driver-report-form textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:11px 12px;background:#fff;color:#14213d}.driver-report-form textarea{min-height:140px;resize:vertical}.driver-evidence-input>span{display:flex;align-items:center;gap:6px}.driver-evidence-input>span svg{color:#d97800}.driver-evidence-input small{color:#64748b;font-size:11px;font-weight:600}.driver-evidence-input input{padding:10px;border-style:dashed;background:#f8fafc;cursor:pointer}.driver-report-submit{justify-content:center;min-height:44px}.driver-report-success{display:flex;align-items:flex-start;gap:10px;margin:16px 18px 0;padding:12px 13px;border:1px solid #bce8cc;border-radius:7px;color:#157a3d;background:#f1fbf4}.driver-report-success strong,.driver-report-success span{display:block}.driver-report-success span{margin-top:3px;color:#3c6f50;font-size:12px}.driver-report-guide{align-self:start;padding:22px;border:1px solid #dfe6ee;border-radius:8px;background:#f8fafc}.driver-report-guide-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;color:#a55c00;background:#fff3df}.driver-report-guide h2{margin:16px 0 7px;color:#263858;font-size:18px}.driver-report-guide p{margin:0;color:#52657f;font-size:13px;line-height:1.5}.driver-report-guide ul{display:grid;gap:9px;margin:18px 0 0;padding-left:18px;color:#52657f;font-size:13px;line-height:1.45}.driver-vehicle-picker{position:relative}.driver-vehicle-search{position:relative;display:block}.driver-vehicle-search svg{position:absolute;top:12px;left:11px;color:#64748b;pointer-events:none}.driver-vehicle-search input{padding-left:34px}.driver-vehicle-clear{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:27px;height:27px;padding:0;border:0;border-radius:5px;color:#64748b;background:transparent;cursor:pointer}.driver-vehicle-clear:hover{color:#b42318;background:#fef0ed}.driver-vehicle-results{position:absolute;z-index:3;top:calc(100% + 4px);right:0;left:0;display:grid;max-height:280px;overflow-y:auto;border:1px solid #cbd7e4;border-radius:7px;background:#fff;box-shadow:0 8px 20px #14213d21}.driver-vehicle-results button{display:grid;gap:3px;padding:11px 12px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#14213d;text-align:left;cursor:pointer}.driver-vehicle-results button:last-child{border-bottom:0}.driver-vehicle-results button:hover{background:#fff8ed}.driver-vehicle-results strong{font-size:13px}.driver-vehicle-results span{color:#64748b;font-size:12px;font-weight:500}.driver-no-match{display:block;padding:12px;color:#b42318;font-size:12px;font-weight:600}@media (max-width: 800px){.driver-report-layout{grid-template-columns:1fr}.driver-report-guide{order:-1}}.page-header{position:relative;align-items:flex-end;margin-bottom:20px;padding-bottom:17px;border-bottom:1px solid #dfe6ee}.page-header:after{position:absolute;bottom:-1px;left:0;width:72px;height:2px;content:"";background:#f90}.page-header h1{margin:4px 0;font-size:27px;line-height:1.2}.page-header>div>span{display:block;font-size:14px}.eyebrow{font-size:12px;text-transform:uppercase}.vehicle-header{margin-bottom:18px}.vehicle-header .back-button{margin-bottom:10px}.vehicle-header .eyebrow{display:flex}@media (max-width: 600px){.page-header{align-items:stretch}.page-header:after{width:54px}}.import-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(380px,1fr);gap:16px;margin-bottom:16px}.import-upload{display:grid;gap:14px}.import-file{display:flex;align-items:center;gap:12px;min-height:72px;padding:13px;border:1px dashed #b8c6d7;border-radius:7px;background:#f8fafc;color:#263858;cursor:pointer}.import-file:hover{border-color:#f90;background:#fff9ef}.import-file>svg{color:#d97800}.import-file strong,.import-file small{display:block}.import-file small{margin-top:3px;color:#64748b;font-size:12px}.import-file input{position:absolute;width:1px;height:1px;opacity:0}.import-actions{display:flex;gap:8px}.import-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;padding:1px;background:#dfe6ee}.import-summary>div{min-height:78px;padding:15px;background:#fff}.import-summary span,.import-summary strong{display:block}.import-summary span{color:#64748b;font-size:12px}.import-summary strong{margin-top:6px;color:#182b4c;font-size:25px}.import-review{padding-bottom:0}.import-filter{display:flex;align-items:center;gap:4px;color:#64748b}.import-filter button{padding:6px 8px;border:0;border-radius:5px;background:transparent;color:#52657f;font-size:12px;font-weight:700}.import-filter button.active,.import-filter button:hover{background:#fff1d9;color:#a85f00}.import-table{border-top:1px solid #e5ebf1}.import-row{display:grid;grid-template-columns:54px minmax(180px,1.2fr) minmax(160px,1fr) minmax(220px,1.1fr);gap:14px;align-items:center;min-height:67px;padding:10px 2px;border-bottom:1px solid #e8edf3}.import-row:not(.import-header){cursor:pointer}.import-row:not(.import-header):hover{background:#fbfcfe}.import-row.excluded{opacity:.58;cursor:not-allowed}.import-row input{width:17px;height:17px;justify-self:center;accent-color:#f08700}.import-header{min-height:38px;color:#72839a;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.import-vehicle{display:grid;grid-template-columns:28px 1fr;column-gap:8px}.import-vehicle i{display:grid;grid-row:span 2;place-items:center;width:27px;height:27px;border-radius:5px;background:#edf4fb;color:#1d5d94}.import-row strong,.import-row small{display:block}.import-row small{margin-top:2px;color:#64748b;font-size:12px;line-height:1.3}.import-status b{display:inline-flex;padding:3px 6px;border-radius:4px;font-size:11px}.import-status .prime{background:#e6f5ed;color:#087443}.import-status .hire{background:#eef2f6;color:#53657c}.import-submit{position:sticky;bottom:0;justify-content:space-between;padding:13px 0;margin:0;background:#fff}.import-submit>span{color:#52657f;font-size:13px;font-weight:700}.import-empty{display:grid;justify-items:center;padding:52px 20px;text-align:center}.import-empty>svg{color:#d97800}.import-empty h2{margin:13px 0 5px;font-size:18px}.import-empty p{max-width:440px;margin:0;color:#64748b}@media (max-width: 850px){.import-layout{grid-template-columns:1fr}.import-row{grid-template-columns:36px minmax(140px,1fr) minmax(130px,1fr)}.import-row>:last-child{grid-column:2 / -1}.import-header>:last-child{display:none}}.status.geotab{align-items:center;gap:5px;color:#075985;background:#e0f2fe}.fleet-prime-mark{display:inline-flex;align-items:center;gap:3px;margin-left:6px;padding:2px 5px;border-radius:4px;background:#e0f2fe;color:#075985;font-size:10px;font-style:normal;font-weight:800;vertical-align:middle}.fleet-prime-mark.attention{background:#fff3df;color:#a55c00}.metric-alert{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#a55c00;font-size:12px;font-weight:800}.metric-communication{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:12px;font-weight:800}.metric-communication.success{color:#157a3d}.metric-communication.warning{color:#a55c00}.metric-communication.danger{color:#b42318}.geotab-communication-card{margin-bottom:18px}.geotab-communication-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #edf0f4}.geotab-communication-facts>div{min-width:0;padding:14px 18px;border-right:1px solid #edf0f4}.geotab-communication-facts>div:last-child{border-right:0}.geotab-communication-facts span,.geotab-communication-facts strong{display:block}.geotab-communication-facts span{color:#64748b;font-size:11px}.geotab-communication-facts strong{margin-top:4px;overflow:hidden;color:#263858;font-size:13px;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 600px){.geotab-communication-facts{grid-template-columns:1fr}.geotab-communication-facts>div{border-right:0;border-bottom:1px solid #edf0f4}.geotab-communication-facts>div:last-child{border-bottom:0}}.bike-geotab-card{align-self:start;padding:18px}.bike-geotab-card>div>span,.bike-geotab-card>div>strong{display:block}.bike-geotab-card>div>span{color:#64748b;font-size:13px}.bike-geotab-card>div>strong{margin-top:8px;color:#182b4c;font-size:20px}.geotab-health-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #edf0f4}.geotab-health-group{min-width:0;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.geotab-health-group:nth-child(2n){border-right:0}.geotab-health-group-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 18px;background:#f8fafc;color:#263858;font-size:13px}.geotab-health-group-heading .status{min-width:28px;padding:4px 7px}.geotab-health-list{display:grid;max-height:220px;overflow-y:auto}.geotab-health-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 18px;border-top:1px solid #edf0f4}.geotab-health-row span{min-width:0}.geotab-health-row strong,.geotab-health-row small{display:block}.geotab-health-row strong{color:#263858;font-size:13px}.geotab-health-row small{margin-top:2px;color:#64748b;font-size:11px}.geotab-health-row>small{flex:0 0 auto;margin:0;text-align:right}.geotab-health-empty{margin:0;padding:12px 18px;color:#64748b;font-size:12px}.geotab-sync-action{display:flex;align-items:flex-end;flex-direction:column;gap:6px}.geotab-sync-action small{color:#64748b;font-size:11px;white-space:nowrap}.geotab-faults-panel{margin-top:18px}.geotab-fault-groups{display:grid;max-height:min(62vh,620px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.geotab-fault-groups::-webkit-scrollbar{width:9px}.geotab-fault-groups::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:8px;background:#c9d4e0}.geotab-fault-groups::-webkit-scrollbar-thumb:hover{background:#9fb0c2}.geotab-fault-group+.geotab-fault-group{border-top:8px solid #edf0f4}.geotab-fault-group-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 18px;background:#f8fafc;color:#263858;font-size:13px}.geotab-fault-group-heading .status{min-width:28px;padding:4px 7px}.geotab-fault-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-top:1px solid #edf0f4}.geotab-fault-copy{min-width:0}.geotab-fault-copy strong,.geotab-fault-copy span,.geotab-fault-copy small{display:block}.geotab-fault-copy strong{color:#263858;font-size:14px}.geotab-fault-copy span{margin-top:3px;color:#334155;font-size:13px}.geotab-fault-copy small{margin-top:4px;color:#64748b;font-size:11px}.geotab-fault-actions{display:flex;align-items:center;justify-content:end;flex:0 0 auto;gap:8px}.fault-lamp{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:99px;color:#a55c00;background:#fff3df;font-size:11px;font-weight:800}.geotab-cleared-note{margin:0;padding:12px 18px;border-top:1px solid #edf0f4;color:#64748b;font-size:12px}@media (max-width: 600px){.geotab-fault-groups{max-height:55vh}.geotab-fault-row{align-items:flex-start;flex-direction:column}.geotab-fault-actions{justify-content:flex-start;flex-wrap:wrap}}.overview-grid>.panel .vehicle-list,.overview-fleet-section>.panel .vehicle-list{max-height:min(66vh,680px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.overview-grid>.panel .vehicle-list::-webkit-scrollbar,.overview-fleet-section>.panel .vehicle-list::-webkit-scrollbar{width:9px}.overview-grid>.panel .vehicle-list::-webkit-scrollbar-thumb,.overview-fleet-section>.panel .vehicle-list::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:8px;background:#c9d4e0}.overview-grid>.panel .vehicle-list::-webkit-scrollbar-thumb:hover,.overview-fleet-section>.panel .vehicle-list::-webkit-scrollbar-thumb:hover{background:#9fb0c2}@media (max-width: 850px){.overview-grid>.panel .vehicle-list,.overview-fleet-section>.panel .vehicle-list{max-height:58vh}}.overview-fleet-section{min-width:0;margin-bottom:18px}.overview-watch-grid{display:grid;gap:18px;margin-bottom:18px}.overview-watch-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);gap:18px;align-items:start}.overview-watch-content>*{min-width:0}.service-watch-panel{min-width:0}.recent-activity-panel{overflow:hidden}.recent-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.recent-activity-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding:13px 18px;border:0;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;color:#263858;text-align:left;cursor:pointer}.recent-activity-row:nth-child(2n){border-right:0}.recent-activity-row:hover{background:#f8fafc}.recent-activity-row span{min-width:0}.recent-activity-row strong,.recent-activity-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-activity-row strong{font-size:13px}.recent-activity-row small{margin-top:3px;color:#64748b;font-size:12px}.recent-activity-row time{flex:0 0 auto;color:#64748b;font-size:11px;white-space:nowrap}@media (max-width: 900px){.overview-watch-content{grid-template-columns:1fr}}@media (max-width: 700px){.recent-activity-list{grid-template-columns:1fr}.recent-activity-row,.recent-activity-row:nth-child(2n){border-right:0}}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:9px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.bulk-select-all{display:inline-flex;align-items:center;gap:8px;color:#445872;font-size:12px;font-weight:750}.bulk-select-all input,.vehicle-select input{width:16px;height:16px;accent-color:#f08700}.bulk-actions{display:flex;align-items:center;justify-content:end;gap:7px}.bulk-actions>span{margin-right:3px;color:#52657f;font-size:12px;font-weight:750}.vehicle-row.selectable{grid-template-columns:36px minmax(0,1fr) auto;padding-left:8px}.vehicle-select{display:grid;place-items:center;height:100%;cursor:pointer}.vehicle-row.bulk-selected{background:#fff9ef}.vehicle-row.bulk-selected:hover{background:#fff3df}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 650px){.bulk-toolbar{align-items:flex-start;flex-direction:column}.bulk-actions{flex-wrap:wrap;justify-content:flex-start}.bulk-actions>span{width:100%}.vehicle-row.selectable{grid-template-columns:31px minmax(0,1fr) auto}}.fleet-panel-heading{align-items:center;gap:14px}.fleet-panel-search{position:relative;flex:1;max-width:340px;margin-left:auto}.fleet-panel-search svg{position:absolute;top:12px;left:11px;color:#64748b;pointer-events:none}.fleet-panel-search input{width:100%;min-height:38px;padding:9px 11px 9px 34px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background:#fff;color:#263858;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.fleet-panel-search input:hover{border-color:#9eafc2;background-color:#fbfcfe}.fleet-panel-search input:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.fleet-filter-toggle{display:inline-flex;align-items:center;gap:6px}.fleet-filter-toggle.active{border-color:#f0a13a;color:#a85f00;background:#fff8ed}.fleet-filter-toggle>span{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;color:#fff;background:#f08700;font-size:10px}.fleet-filters{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:10px;align-items:end;padding:13px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.fleet-filter-field{display:grid;gap:5px;color:#64748b;font-size:11px;font-weight:750}.fleet-filter-field select{width:100%}.fleet-filter-clear{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:38px;padding:0 8px;color:#0f766e}.fleet-filter-clear:hover{background:#e6fffa}.fleet-filter-field select{min-height:38px}@media (max-width: 1150px){.fleet-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.fleet-filter-search{grid-column:1 / -1}}@media (max-width: 650px){.fleet-filters{grid-template-columns:1fr}.fleet-panel-heading{flex-wrap:wrap;align-items:flex-start}.fleet-panel-search{order:3;flex-basis:100%;max-width:none;margin-left:0}.fleet-filter-toggle{flex:0 0 auto}}.fleet-filter-field{min-width:0}.page-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.fleet-view-preferences{position:relative}.fleet-view-toggle{min-height:42px;white-space:nowrap}.fleet-view-toggle small{max-width:180px;overflow:hidden;color:#64748b;font-size:11px;font-weight:700;text-overflow:ellipsis}.fleet-view-toggle.active{border-color:#f0a13a;color:#a85f00;background:#fff8ed}.fleet-view-popover{position:absolute;z-index:5;top:calc(100% + 8px);right:0;display:grid;width:min(330px,calc(100vw - 40px));gap:12px;padding:16px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;box-shadow:0 14px 34px #14213d29}.fleet-view-popover>strong{color:#263858;font-size:14px}.fleet-view-popover>p{margin:-7px 0 1px;color:#64748b;font-size:12px}.fleet-view-popover label{display:grid;gap:5px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.fleet-view-popover select{min-width:0;min-height:38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 34px 9px 11px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#263858;cursor:pointer}.fleet-view-popover select:hover{border-color:#9eafc2;background-color:#fbfcfe}.fleet-view-popover select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.fleet-view-popover>div{display:flex;justify-content:flex-end;gap:8px;padding-top:2px}@media (max-width: 600px){.page-header-actions,.fleet-view-preferences{width:100%}.fleet-view-popover{right:0;left:0;width:auto}.fleet-view-popover .button{width:auto}}.fleet-filter-field select,.depot-selector select{min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 34px 9px 11px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#263858;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.fleet-filter-field select:hover,.depot-selector select:hover{border-color:#9eafc2;background-color:#fbfcfe}.fleet-filter-field select:focus-visible,.depot-selector select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}@media (max-width: 1350px) and (min-width: 651px){.fleet-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.fleet-filter-search{grid-column:1 / -1}}.overview-grid>*{min-width:0}.fleet-overview-panel{min-width:0;overflow:hidden;contain:paint}.fleet-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.fleet-filter-search{grid-column:1 / -1}.vehicle-nav.defleeted-nav{opacity:.45}.vehicle-nav.defleeted-nav:hover,.vehicle-nav.defleeted-nav.active{opacity:1}.defleeted-row{background:#fafafa}.defleeted-row .vehicle-row-main{color:#64748b}.defleeted-nav-heading{color:#cbd5e1!important}.input-with-icon{position:relative;display:block}.input-with-icon svg{position:absolute;left:10px;top:11px;color:#64748b;pointer-events:none}.input-with-icon input{width:100%;padding-left:34px}.inactive-alert-panel{border-color:#f2b8b5;background:#fff7f6;box-shadow:0 8px 24px #b4231812}.inactive-alert-heading{display:flex;align-items:flex-start;gap:10px;padding:17px 18px 13px;border-bottom:1px solid #f6d7d4;color:#b42318}.inactive-alert-heading h2{margin:0;color:#8f1d16;font-size:17px}.inactive-alert-heading p{margin:4px 0 0;color:#b42318;font-size:13px;font-weight:750}.inactive-edit-button{margin-left:auto;flex:0 0 auto}.inactive-alert-details{display:grid;gap:12px;padding:15px 18px 18px}.inactive-alert-details span,.inactive-alert-details strong{display:block}.inactive-alert-details span{color:#9f514b;font-size:11px;font-weight:750;text-transform:uppercase}.inactive-alert-details strong{margin-top:3px;color:#5f2420;font-size:13px;line-height:1.45}.issue-completion-note{margin:10px 0 0!important;padding:9px 10px;border-left:3px solid #75d7c6;border-radius:4px;background:#f0fdfa;color:#285e59;font-size:13px}.issue-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:2px}.issue-source{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid transparent;border-radius:5px;font-size:10px;font-weight:800;line-height:1.2}.issue-source.driver{border-color:#bae6fd;color:#075985;background:#f0f9ff}.issue-source.staff{border-color:#dbe3eb;color:#52657f;background:#f8fafc}.issue-completion-note strong{display:inline;color:#0f766e}.vehicle-timeline{grid-column:1 / -1;overflow:hidden}.timeline-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;border:0;background:#fff;color:#263858;text-align:left;cursor:pointer}.timeline-toggle:hover{background:#f8fafc}.timeline-toggle>span:first-child,.timeline-toggle small{display:block}.timeline-toggle strong{font-size:17px}.timeline-toggle small{margin-top:4px;color:#64748b;font-size:13px}.timeline-toggle-meta{display:inline-flex;align-items:center;gap:10px;color:#64748b}.timeline-count{color:#64748b;font-size:12px;font-weight:750}.timeline-list{display:grid;max-height:520px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.timeline-event{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:15px 18px;border-bottom:1px solid #edf0f4}.timeline-event:last-child{border-bottom:0}.timeline-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#64748b;background:#eef2f6}.timeline-icon.issue{color:#b42318;background:#fef0ed}.timeline-icon.resolved,.timeline-icon.completed{color:#157a3d;background:#e8f8ee}.timeline-icon.mot{color:#0f766e;background:#e6fffa}.timeline-icon.photo{color:#a55c00;background:#fff3df}.timeline-icon.inactive,.timeline-icon.defleeted{color:#8f1d16;background:#fce8e6}.timeline-content{min-width:0}.timeline-event-heading{display:flex;justify-content:space-between;gap:12px}.timeline-event-heading strong{color:#263858;font-size:13px}.timeline-event-heading time{color:#64748b;font-size:11px;white-space:nowrap}.timeline-detail-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:3px}.timeline-detail{color:#0f766e;font-size:12px;font-weight:750}.timeline-severity{padding:3px 6px;border-radius:5px;font-size:10px;font-weight:850;letter-spacing:.03em}.timeline-severity.high{color:#fff;background:#dc2626}.timeline-severity.medium{color:#7c3d00;background:#fed7aa}.timeline-severity.low{color:#075e54;background:#bcefe7}.timeline-content p{margin:6px 0 0;color:#52657f;font-size:13px;line-height:1.45}@media (max-width: 600px){.timeline-event-heading{display:grid;gap:3px}.timeline-event-heading time{white-space:normal}}.depot-selector{display:grid;gap:6px;min-width:170px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.depot-overview-scope{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.depot-selector select{min-width:170px}.depot-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.depot-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.depot-suppliers-panel{min-width:0;overflow:hidden}.depot-supplier-table{display:grid}.depot-supplier-header,.depot-supplier-row{display:grid;grid-template-columns:minmax(0,1fr) 60px 60px 60px;gap:12px;align-items:center;padding:12px 18px}.depot-supplier-header{border-bottom:1px solid #edf0f4;background:#f8fafc;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.depot-supplier-header span:not(:first-child),.depot-supplier-row span,.depot-supplier-row b{text-align:right}.depot-supplier-row{min-height:48px;border-bottom:1px solid #edf0f4;color:#52657f;font-size:13px}.depot-supplier-row:last-child{border-bottom:0}.depot-supplier-row strong{min-width:0;overflow:hidden;color:#263858;text-overflow:ellipsis;white-space:nowrap}.depot-supplier-row b{color:#0f766e}.depot-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.depot-report-panel{min-width:0;overflow:hidden}.depot-report-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#edf0f4;border-top:1px solid #edf0f4}.depot-report-stat-grid>div{min-width:0;padding:15px 16px;background:#fff}.depot-report-stat-grid span,.depot-report-stat-grid strong{display:block}.depot-report-stat-grid span{color:#64748b;font-size:11px}.depot-report-stat-grid strong{margin-top:5px;color:#263858;font-size:21px}.depot-report-list{display:grid}.depot-report-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:43px;padding:10px 18px;border-bottom:1px solid #edf0f4;color:#52657f;font-size:13px}.depot-report-row:last-child{border-bottom:0}.depot-report-row span{display:inline-flex;align-items:center;min-width:0;gap:8px}.depot-report-row strong{color:#263858}.depot-report-row strong.danger{color:#b42318}.depot-report-row strong.warning{color:#a55c00}.depot-report-row strong.success{color:#157a3d}.depot-report-row strong.muted{color:#64748b}.depot-report-dot{display:inline-block;width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#94a3b8}.depot-report-dot.danger{background:#c2413a}.depot-report-dot.warning{background:#d58b21}.depot-report-dot.success{background:#29975d}.depot-report-dot.muted{background:#94a3b8}.depot-report-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:0 18px}.depot-report-columns h3,.depot-report-sublist h3{margin:0;padding:0 0 7px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.depot-report-columns .depot-report-row{padding-left:0;padding-right:0}.depot-report-sublist{margin:16px 18px 0;padding-top:15px;border-top:1px solid #edf0f4}.depot-report-sublist .depot-report-row{padding-left:0;padding-right:0}.depot-inactive-reasons{display:grid}.depot-inactive-group{border-bottom:1px solid #edf0f4}.depot-inactive-group:last-child{border-bottom:0}.depot-inactive-group summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;cursor:pointer;list-style:none;color:#263858;font-size:13px;font-weight:750}.depot-inactive-group summary::-webkit-details-marker{display:none}.depot-inactive-group summary:after{content:"+";color:#64748b;font-size:18px;font-weight:500}.depot-inactive-group[open] summary:after{content:"−"}.depot-inactive-group summary strong{display:grid;place-items:center;min-width:26px;height:24px;margin-left:auto;border-radius:6px;color:#8f1d16;background:#fce8e6;font-size:12px}.depot-inactive-vehicles{display:grid;padding:0 12px 10px}.depot-inactive-vehicles button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 6px;border:0;border-top:1px solid #f1f3f6;background:#fff;color:#263858;text-align:left;cursor:pointer}.depot-inactive-vehicles button:hover{background:#f8fafc}.depot-inactive-vehicles button span:first-child{min-width:0}.depot-inactive-vehicles strong,.depot-inactive-vehicles small{display:block}.depot-inactive-vehicles strong{font-size:13px}.depot-inactive-vehicles small{margin-top:2px;overflow:hidden;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.depot-inactive-vehicles .depot-inactive-note{color:#8f1d16;font-weight:650}.depot-geotab-panel{margin-bottom:18px}.depot-geotab-results{border-top:1px solid #edf0f4}.depot-geotab-vehicle{width:100%;border:0;background:#fff;color:inherit;text-align:left;cursor:pointer}.depot-geotab-vehicle:hover{background:#f8fafc}.depot-geotab-note{margin:0;padding:12px 18px;border-top:1px solid #edf0f4;color:#64748b;font-size:12px}.depot-detail-panel{min-width:0;overflow:hidden}.depot-detail-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#edf0f4;border-bottom:1px solid #edf0f4}.depot-detail-metrics>div{min-width:0;padding:15px 14px;background:#fff}.depot-detail-metrics span,.depot-detail-metrics strong{display:block}.depot-detail-metrics span{color:#64748b;font-size:11px}.depot-detail-metrics strong{margin-top:5px;color:#263858;font-size:22px}.depot-detail-metrics .attention-number{color:#b42318}.depot-subsection{padding:17px 18px 18px}.depot-subsection h3{margin:0 0 12px;color:#445872;font-size:12px;text-transform:uppercase}.depot-bar-list{display:grid;gap:10px}.depot-bar-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;color:#445872;font-size:12px}.depot-bar-list strong{color:#263858}.depot-bar-list i{grid-column:1 / -1;display:block;height:6px;border-radius:99px;background:#edf0f4;overflow:hidden}.depot-bar-list b{display:block;height:100%;border-radius:inherit;background:#0f766e}.depot-attention-panel{overflow:hidden}.depot-attention-list{display:grid;max-height:360px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;scrollbar-gutter:stable}.depot-attention-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 18px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#263858;text-align:left}.depot-attention-row:last-child{border-bottom:0}.depot-attention-row:hover{background:#fff8f7}.depot-attention-row strong,.depot-attention-row small{display:block}.depot-attention-row small{margin-top:3px;color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.depot-attention-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;color:#b42318;background:#fef0ed}.depot-attention-icon.warning{color:#a55c00;background:#fff3df}.depot-attention-icon.danger{color:#b42318;background:#fef0ed}.depot-asset-type{display:inline!important;margin:0!important;color:#64748b!important;font-size:11px!important;font-weight:650;white-space:nowrap!important}@media (max-width: 1100px){.depot-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.depot-dashboard-grid,.depot-report-grid{grid-template-columns:1fr}}@media (max-width: 600px){.depot-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.depot-overview-scope{justify-content:stretch}.depot-overview-scope .depot-selector{flex:1 1 150px}.depot-selector,.depot-selector select{width:100%}.depot-detail-metrics{grid-template-columns:repeat(2,1fr)}.depot-supplier-header,.depot-supplier-row{grid-template-columns:minmax(0,1fr) 45px 50px 50px;gap:7px;padding-left:12px;padding-right:12px}.depot-attention-row{padding-left:12px;padding-right:12px}.depot-report-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.depot-report-columns{grid-template-columns:1fr;gap:15px}}.import-status .lmr{background:#fff3df;color:#a55c00}.geotab-matching{margin-top:18px}.geotab-matching.embedded{overflow:hidden;border:1px solid #e5eaf0;border-radius:8px;background:#fff;box-shadow:0 8px 22px #24344c0f}.geotab-matching-loading{margin-top:18px;padding:24px;color:#64748b}.geotab-match-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #e8edf3}.geotab-match-summary span{padding:15px 18px;border-right:1px solid #e8edf3;color:#64748b;font-size:12px}.geotab-match-summary span:last-child{border-right:0}.geotab-match-summary strong{display:block;margin-bottom:4px;color:#182b4c;font-size:20px}.geotab-exact-action{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 18px;border-bottom:1px solid #e8edf3;background:#f3fbf6}.geotab-exact-action>div{display:flex;align-items:center;gap:9px;color:#087443}.geotab-exact-action strong,.geotab-exact-action small{display:block}.geotab-exact-action small{margin-top:2px;color:#64748b;font-size:12px}.geotab-match-list{max-height:min(64vh,760px);overflow-y:auto;overscroll-behavior:contain}.geotab-match-row{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(180px,1fr) minmax(280px,1.3fr);gap:14px;align-items:center;padding:13px 18px;border-bottom:1px solid #e8edf3}.geotab-match-row:last-child{border-bottom:0}.geotab-match-row.linked{background:#fbfefc}.geotab-match-vehicle,.geotab-match-suggestion,.geotab-linked-device{display:flex;align-items:center;gap:9px;min-width:0}.geotab-match-vehicle>svg{color:#075985}.geotab-match-suggestion>svg{flex:0 0 auto;color:#a55c00}.geotab-match-row.exact .geotab-match-suggestion>svg{color:#087443}.geotab-match-vehicle span,.geotab-match-suggestion span,.geotab-linked-device span{min-width:0}.geotab-match-row strong,.geotab-match-row small{display:block}.geotab-match-row small{margin-top:2px;overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.geotab-manual-link{display:flex;gap:7px}.geotab-manual-link select{min-width:0;flex:1;height:34px;padding:0 8px;border:1px solid #d8e0e9;border-radius:6px;background:#fff;color:#263858;font-size:12px}.geotab-linked-device{justify-content:space-between;grid-column:2 / -1}.geotab-linked-device .button{flex:0 0 auto}.geotab-schedules{display:grid;gap:0;padding:16px 18px 0;border-top:1px solid #edf0f4}.geotab-schedules-heading{padding-bottom:10px}.geotab-schedules-heading h3{display:flex;align-items:center;gap:7px;margin:0;color:#263858;font-size:14px}.geotab-schedules-heading p{margin:4px 0 0;color:#64748b;font-size:12px}.geotab-schedule-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid #edf0f4}.geotab-schedule-row .active-toggle{flex:1}.geotab-schedule-row select{min-width:170px;height:34px;padding:0 9px;border:1px solid #d8e0e9;border-radius:6px;background:#fff;color:#263858;font-size:12px}.geotab-schedule-row select:disabled{color:#94a3b8;background:#f8fafc}@media (max-width: 600px){.geotab-schedule-row{align-items:stretch;flex-direction:column;gap:8px}.geotab-schedule-row select{width:100%}}@media (max-width: 850px){.geotab-match-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.geotab-match-summary span:nth-child(2){border-right:0}.geotab-match-summary span:nth-child(-n+2){border-bottom:1px solid #e8edf3}.geotab-match-row{grid-template-columns:1fr;gap:10px}.geotab-linked-device{grid-column:auto}.geotab-exact-action{align-items:flex-start;flex-direction:column}.geotab-manual-link{width:100%}}.audit-panel{overflow:hidden}.audit-toolbar{display:flex;gap:12px;align-items:end;padding:15px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.audit-search{position:relative;flex:1;min-width:0}.audit-search svg{position:absolute;left:11px;top:12px;color:#64748b;pointer-events:none}.audit-search input{width:100%;min-height:38px;padding:9px 11px 9px 35px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background:#fff;color:#263858;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.audit-search input:hover{border-color:#9eafc2;background:#fbfcfe}.audit-search input:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.audit-action-filter{display:grid;gap:5px;min-width:210px;color:#64748b;font-size:11px;font-weight:750}.audit-action-filter select{width:100%;min-height:38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 34px 9px 11px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#263858;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.audit-action-filter select:hover{border-color:#9eafc2;background-color:#fbfcfe}.audit-action-filter select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.issues-index-panel{overflow:hidden}.issues-index-toolbar{display:flex;align-items:end;gap:12px;padding:15px 18px 12px;border-bottom:1px solid #edf0f4;background:#f8fafc}.issues-index-search{position:relative;flex:1;min-width:0}.issues-index-search svg{position:absolute;top:12px;left:11px;color:#64748b;pointer-events:none}.issues-index-search input,.issues-sort select,.issues-filters select{min-height:38px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;color:#263858}.issues-index-search input{width:100%;padding:9px 11px 9px 35px}.issues-index-search input:focus-visible,.issues-sort select:focus-visible,.issues-filters select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.issues-sort{display:grid;gap:5px;min-width:170px;color:#64748b;font-size:11px;font-weight:750}.issues-sort select,.issues-filters select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 34px 9px 11px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;cursor:pointer}.issues-index-toolbar>.button.active{border-color:#f0a13a;color:#a85f00;background:#fff8ed}.issues-quick-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:11px 18px;border-bottom:1px solid #edf0f4}.issues-quick-filters button{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px;border:1px solid #d8e0e9;border-radius:6px;background:#fff;color:#52657f;font-size:12px;font-weight:750;cursor:pointer}.issues-quick-filters button:hover,.issues-quick-filters button.active{border-color:#9bcfc5;background:#f0fdfa;color:#0f766e}.issues-quick-filters strong{display:grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:#eef2f6;color:#263858;font-size:11px}.issues-quick-filters .issues-clear{margin-left:auto;border-color:transparent;color:#0f766e;background:transparent}.issues-quick-filters .issues-clear:hover{background:#e6fffa}.issues-filters{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:10px;padding:13px 18px;border-bottom:1px solid #edf0f4;background:#fff}.issues-filters label{display:grid;gap:5px;color:#64748b;font-size:11px;font-weight:750}.issues-index-summary{padding:12px 18px 8px;color:#64748b;font-size:12px}.issues-index-summary strong{color:#263858}.issues-index-list{max-height:min(72vh,760px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;scrollbar-gutter:stable}.issues-index-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-bottom:1px solid #edf0f4}.issues-index-row.resolved{background:#f8fafc;opacity:.68}.issues-index-row:hover{background:#fbfcfe}.issues-index-main{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto auto auto;gap:10px;align-items:center;min-width:0;padding:13px 10px 13px 18px;border:0;background:transparent;color:#263858;text-align:left;cursor:pointer}.issues-index-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#a55c00;background:#fff3df}.issues-index-copy{min-width:0}.issues-index-copy strong,.issues-index-copy small,.issues-index-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issues-index-copy small{margin-top:2px;color:#64748b;font-size:11px}.issues-index-description{margin-top:5px;color:#52657f;font-size:12px}.issues-index-main time{color:#64748b;font-size:11px;white-space:nowrap}.issues-view-button{align-self:center;margin-right:18px}@media (max-width: 1100px){.issues-filters{grid-template-columns:repeat(3,minmax(110px,1fr))}.issues-index-main{grid-template-columns:34px minmax(0,1fr) auto auto}.issues-index-main .issue-source,.issues-index-main time{display:none}}@media (max-width: 700px){.issues-index-toolbar{align-items:stretch;flex-wrap:wrap}.issues-index-search{flex-basis:100%}.issues-sort{flex:1;min-width:0}.issues-filters{grid-template-columns:1fr 1fr}.issues-index-row{grid-template-columns:1fr}.issues-index-main{grid-template-columns:34px minmax(0,1fr) auto;padding-right:18px}.issues-index-main .issue-source,.issues-index-main time{display:none}.issues-view-button{justify-self:start;margin:0 18px 13px 62px}}@media (max-width: 450px){.issues-filters{grid-template-columns:1fr}.issues-quick-filters .issues-clear{margin-left:0}}.audit-list{display:grid;max-height:min(70vh,760px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;scrollbar-gutter:stable}.audit-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 18px;border-bottom:1px solid #edf0f4}.audit-row:last-child{border-bottom:0}.audit-event-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#0f766e;background:#e6fffa}.audit-event-main{min-width:0}.audit-event-main>div{display:flex;justify-content:space-between;gap:12px}.audit-event-main strong{color:#263858;font-size:13px}.audit-event-time{color:#64748b;font-size:11px;white-space:nowrap}.audit-event-main p{margin:4px 0 0;color:#445872;font-size:13px}.audit-event-main small{display:block;margin-top:3px;color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 650px){.audit-toolbar{align-items:stretch;flex-direction:column}.audit-action-filter{min-width:0}.audit-row{grid-template-columns:32px minmax(0,1fr)}.audit-row>.status{grid-column:2;justify-self:start}.audit-event-main>div{display:grid;gap:3px}.audit-event-time{white-space:normal}}.toast.warning>svg{color:#a55c00}.toast{grid-template-columns:20px minmax(0,1fr) auto;max-width:calc(100vw - 32px)}.toast>div{min-width:0}.toast strong,.toast span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.image-upload-queue{margin:12px;overflow:hidden;border:1px solid #cbd7e4;border-radius:7px;background:#fff}.image-upload-queue>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #e4eaf1;background:#f8fafc}.image-upload-queue>header>div{display:flex;align-items:center;gap:8px}.image-upload-queue>header strong,.image-upload-queue>header span{display:block}.image-upload-queue>header strong{color:#263858;font-size:13px}.image-upload-queue>header span{color:#64748b;font-size:11px}.image-upload-items{display:grid;max-height:390px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.image-upload-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:78px;padding:10px 12px;border-bottom:1px solid #edf0f4}.image-upload-item:last-child{border-bottom:0}.image-upload-item.partial{background:#fffaf1}.image-upload-item.error{background:#fff7f6}.image-upload-item.cancelled{background:#f8fafc;opacity:.72}.image-upload-item.skipped{background:#f8fafc}.image-upload-item>img{width:58px;height:58px;border-radius:6px;background:#edf2f7;object-fit:cover}.image-upload-no-preview{display:grid;width:58px;height:58px;place-items:center;border-radius:6px;color:#718096;background:#edf2f7}.image-upload-copy{min-width:0}.image-upload-copy>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.image-upload-copy strong{overflow:hidden;color:#263858;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.image-upload-copy>div:first-child span{flex:0 0 auto;color:#64748b;font-size:10px}.image-upload-copy>small{display:flex;align-items:center;gap:5px;margin-top:4px;color:#52657f;font-size:11px}.image-upload-item.success .image-upload-copy>small{color:#157a3d}.image-upload-item.partial .image-upload-copy>small{color:#a55c00}.image-upload-item.error .image-upload-copy>small{color:#b42318}.image-upload-item.skipped .image-upload-copy>small{color:#64748b}.image-upload-progress{height:4px;margin-top:7px;overflow:hidden;border-radius:4px;background:#e7edf3}.image-upload-progress i{display:block;height:100%;border-radius:inherit;background:#0f9488;transition:width .2s ease}.image-upload-item.partial .image-upload-progress i{background:#f0a11e}.image-upload-item.error .image-upload-progress i{background:#dc4c43}.image-upload-copy>p{margin:6px 0 0;color:#b42318;font-size:10px;line-height:1.35;overflow-wrap:anywhere}.image-upload-destinations{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.image-upload-destinations span{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:5px;color:#64748b;background:#eef2f6;font-size:10px;font-weight:750}.image-upload-destinations span.saved{color:#157a3d;background:#e8f8ee}.image-upload-destinations span.failed{color:#b42318;background:#fef0ed}.image-upload-destinations span.disabled{color:#64748b;background:#eef2f6}.image-upload-retry{white-space:nowrap}.image-upload-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-top:1px solid #dfe6ee;background:#f8fafc}.image-upload-summary>div:first-child{min-width:0}.image-upload-summary strong,.image-upload-summary span{display:block}.image-upload-summary strong{color:#263858;font-size:12px}.image-upload-summary span{margin-top:3px;color:#64748b;font-size:11px;line-height:1.35}.image-upload-summary>div:last-child{display:flex;flex:0 0 auto;gap:7px}@media (max-width: 600px){.image-upload-queue>header{align-items:flex-start}.image-upload-queue>header>div:last-child{justify-content:flex-end;flex-wrap:wrap}.image-upload-item{grid-template-columns:50px minmax(0,1fr)}.image-upload-item>img,.image-upload-no-preview{width:50px;height:50px}.image-upload-retry{grid-column:2;justify-self:start}}@media (max-width: 600px){.image-upload-summary{align-items:stretch;flex-direction:column}.image-upload-summary>div:last-child{justify-content:flex-end}}@media (max-width: 600px){.toast-viewport{right:16px;bottom:16px;width:calc(100vw - 32px)}}.geotab-fault-vehicle{display:block;padding:0;border:0;background:transparent;color:#263858;font:inherit;font-size:14px;font-weight:800;text-align:left;cursor:pointer}.geotab-fault-vehicle:hover{color:#0f766e;text-decoration:underline}.geotab-faults-compact{margin-top:0}.geotab-fault-last-sync{color:#64748b;font-size:12px;white-space:nowrap}.geotab-fault-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.geotab-faults-compact{margin-top:30px}.geotab-fault-filters{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:10px;padding:13px 18px;border-bottom:1px solid #edf0f4;background:#fff}.geotab-fault-filters label{display:grid;gap:5px;min-width:0;color:#64748b;font-size:11px;font-weight:750}.geotab-fault-filters select{width:100%;min-width:0;min-height:38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 34px 9px 11px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#263858;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.geotab-fault-filters select:hover{border-color:#9eafc2;background-color:#fbfcfe}.geotab-fault-filters select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}@media (max-width: 720px){.geotab-fault-filters{grid-template-columns:1fr}}.damage-panel{grid-column:1 / -1;overflow:hidden}.damage-heading-actions{display:flex;align-items:center;gap:9px}.damage-view-tabs{display:flex;gap:4px;padding:10px 14px;overflow-x:auto;border-bottom:1px solid #e5eaf0;background:#f8fafc;scrollbar-width:thin}.damage-view-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:90px;min-height:34px;padding:7px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#52657f;font-size:12px;font-weight:800;cursor:pointer}.damage-view-tabs button:hover{border-color:#cbd7e4;background:#fff}.damage-view-tabs button:disabled{opacity:.55;cursor:wait}.damage-view-tabs button.active{border-color:#9bcfc5;color:#0f766e;background:#eafaf7;box-shadow:0 1px 2px #14213d0f}.damage-view-tabs button span{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;color:#fff;background:#e07b00;font-size:10px}.damage-workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);min-height:430px}.damage-map-column{min-width:0;padding:20px;border-right:1px solid #e5eaf0;background:#f5f8fb}.damage-map{position:relative;width:100%;aspect-ratio:20 / 9;overflow:hidden;border:1px solid #dbe3ec;border-radius:8px;outline:none;background-color:#fff;background-image:linear-gradient(#edf2f7 1px,transparent 1px),linear-gradient(90deg,#edf2f7 1px,transparent 1px);background-size:28px 28px;box-shadow:inset 0 0 0 1px #fffc}.damage-map.placing{cursor:crosshair;border-color:#f0a11e;box-shadow:0 0 0 3px #ff990021}.damage-map:focus-visible{border-color:#0f9488;box-shadow:0 0 0 3px #0f948829}.damage-van-svg{display:block;width:100%;height:100%;padding:4%}.damage-diagram-body{fill:#dce4ec;stroke:#687b91;stroke-width:5;stroke-linejoin:round}.damage-diagram-glass{fill:#b9d6e1;stroke-width:4}.damage-diagram-line{fill:none;stroke:#8192a4;stroke-width:4}.damage-diagram-wheel{fill:#334155;stroke:#fff;stroke-width:5}.damage-diagram-hub{fill:#94a3b8;stroke:#475569;stroke-width:4}.damage-diagram-detail{fill:#eef2f6;stroke:#8192a4;stroke-width:4}.damage-diagram-light{fill:#fff2a8;stroke:#a55c00;stroke-width:3}.damage-diagram-tyre{fill:none;stroke:#334155;stroke-width:16;stroke-linecap:round}.damage-marker{position:absolute;z-index:2;display:grid;place-items:center;width:28px;height:28px;padding:0;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:50%;color:#fff;font-size:11px;font-weight:900;cursor:pointer;box-shadow:0 2px 8px #14213d4d}.damage-marker.high,.damage-list-number.high{background:#c7372f}.damage-marker.medium,.damage-list-number.medium{background:#e08700}.damage-marker.low,.damage-list-number.low{background:#0f9488}.damage-marker:hover,.damage-marker.selected{width:34px;height:34px;box-shadow:0 0 0 3px #fffc,0 3px 10px #14213d57}.damage-marker.inactive{opacity:.46;filter:grayscale(.45)}.damage-marker.pending{pointer-events:none;color:#9a5700;background:#ffd58c;animation:damage-pulse 1.1s ease-in-out infinite alternate}@keyframes damage-pulse{to{box-shadow:0 0 0 7px #ff99002e}}.damage-map-caption{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-top:12px;color:#64748b;font-size:11px}.damage-map-caption span{display:inline-flex;align-items:center;gap:5px;font-weight:700}.damage-map-caption i{width:9px;height:9px;border-radius:50%}.damage-map-caption i.high{background:#c7372f}.damage-map-caption i.medium{background:#e08700}.damage-map-caption i.low{background:#0f9488}.damage-map-caption small{margin-left:auto;color:#52657f}.damage-record-column{min-width:0;background:#fff}.damage-selection-tray{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #b9ded5;background:#effbf8;color:#0f766e}.damage-selection-tray strong{display:block;font-size:12px}.damage-selection-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.damage-selection-chips span{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:99px;color:#075985;background:#e0f2fe;font-size:11px;font-weight:800}.damage-selection-chips button{display:inline-grid;place-items:center;width:15px;height:15px;padding:0;border:0;border-radius:50%;color:#075985;background:transparent;font-size:15px;line-height:1;cursor:pointer}.damage-selection-chips button:hover{background:#0759851f}.damage-selection-actions{display:flex;flex:0 0 auto;align-items:center;gap:7px}.damage-map-column>.damage-selection-tray{margin-top:14px;border:1px solid #b9ded5;border-radius:8px;box-shadow:0 2px 6px #0f766e0f}.damage-map-column>.damage-repair-booking{margin-top:10px}.damage-form{display:grid;gap:14px;padding:18px}.damage-form label,.damage-update-form label{display:grid;gap:6px;color:#263858;font-size:12px;font-weight:800}.damage-form select,.damage-form textarea,.damage-form input[type=file],.damage-update-form select,.damage-update-form textarea{width:100%;min-height:38px;padding:9px 11px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background:#fff;color:#263858}.damage-form select,.damage-update-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px}.damage-form textarea,.damage-update-form textarea{min-height:82px;resize:vertical}.damage-form select:focus-visible,.damage-form textarea:focus-visible,.damage-form input:focus-visible,.damage-update-form select:focus-visible,.damage-update-form textarea:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.damage-form-intro{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #f5c56f;border-radius:7px;color:#9a5700;background:#fff8ed}.damage-form-intro strong,.damage-form-intro small{display:block}.damage-form-intro small{margin-top:2px;color:#7b6a55}.damage-list-heading{padding:16px 18px 11px;border-bottom:1px solid #edf0f4}.damage-list-heading strong,.damage-list-heading small{display:block}.damage-list-heading strong{color:#263858;font-size:14px}.damage-list-heading small{margin-top:3px;color:#64748b;font-size:11px}.damage-list{display:grid}.damage-list-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 16px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#263858;text-align:left;cursor:pointer}.damage-list-row:hover{background:#f8fafc}.damage-list-row:last-child{border-bottom:0}.damage-list-number{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#fff;font-size:10px;font-weight:900}.damage-list-row strong,.damage-list-row small{display:block}.damage-list-row strong{font-size:13px}.damage-list-row small{max-width:260px;margin-top:3px;overflow:hidden;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.damage-inspector{padding:18px}.damage-back-to-list{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;padding:0;border:0;background:transparent;color:#0f766e;font-size:12px;font-weight:800;cursor:pointer}.damage-back-to-list:hover{color:#075985;text-decoration:underline}.damage-inspector-heading{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center}.damage-inspector-heading strong,.damage-inspector-heading small{display:block}.damage-inspector-heading strong{color:#263858;font-size:14px}.damage-inspector-heading small{margin-top:3px;color:#64748b;font-size:11px}.damage-inspector>p{margin:15px 0 0;color:#445872;font-size:13px;line-height:1.5;white-space:pre-wrap}.damage-repair-note{padding:10px 11px;border-left:3px solid #0f9488;background:#f0fdfa}.damage-linked-service{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:10px 11px;border:1px solid #cfe4de;border-radius:7px;color:#0f766e;background:#f3fbf8}.damage-linked-service strong,.damage-linked-service small{display:block}.damage-linked-service strong{font-size:12px}.damage-linked-service small{margin-top:3px;color:#52657f;font-size:11px}.damage-book-repair{margin-top:12px}.damage-repair-booking{display:grid;gap:12px;margin-top:14px;padding:14px;border:1px solid #cfe4de;border-radius:7px;background:#f3fbf8}.damage-repair-booking>strong{color:#0f766e;font-size:13px}.damage-repair-booking label{display:grid;gap:6px;color:#263858;font-size:12px;font-weight:800}.damage-repair-booking label>span{display:inline;color:#64748b;font-size:11px;font-weight:600}.damage-repair-booking input,.damage-repair-booking textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:9px 10px;background:#fff}.damage-repair-booking textarea{min-height:65px;resize:vertical}.damage-update-form{display:grid;gap:11px;margin-top:16px;padding-top:15px;border-top:1px solid #edf0f4}.damage-update-form .button{justify-self:start}.damage-inspector-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.damage-panel .image-upload-queue{margin:14px 0 0}@media (max-width: 980px){.damage-workspace{grid-template-columns:1fr}.damage-map-column{border-right:0;border-bottom:1px solid #e5eaf0}.damage-map{max-height:420px}}@media (max-width: 600px){.damage-panel .panel-heading{align-items:flex-start;flex-direction:column;gap:12px}.damage-heading-actions{width:100%;justify-content:space-between}.damage-view-tabs button{min-width:78px}.damage-map-column{padding:12px}.damage-map-caption small{flex-basis:100%;margin-left:0}.damage-inspector-heading,.damage-list-row{grid-template-columns:30px minmax(0,1fr)}.damage-inspector-heading>.status,.damage-list-row>.status{grid-column:2;justify-self:start}.damage-form .form-row{grid-template-columns:1fr}}@media (max-width: 600px){.damage-selection-tray{align-items:flex-start;flex-direction:column}.damage-selection-actions{width:100%;justify-content:flex-end}}.mot-booking>span .status{justify-self:start;min-width:auto;margin-top:4px}.mot-booking-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.mot-status-form{display:grid;gap:10px;margin-top:8px;padding:10px;border:1px solid #dfe7ef;border-radius:7px;background:#f8fafc}.mot-status-form label{display:grid;gap:6px;color:#263858;font-size:12px;font-weight:750}.mot-status-form label span{color:#64748b;font-size:11px;font-weight:600}.mot-status-form textarea{min-height:58px;resize:vertical}.lazy-panel{min-height:180px}.service-status-select{min-width:145px;min-height:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:7px 30px 7px 10px;border:1px solid #cbd7e4;border-radius:7px;outline:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;color:#263858;font-size:11px;font-weight:750;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.service-status-select:hover{border-color:#9eafc2;background-color:#fbfcfe}.service-status-select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.service-status-select.at_garage{border-color:#9ac8dc;background-color:#f5fbfd}.service-status-select.ready_for_collection{border-color:#e2c58b;background-color:#fffaf2}.service-status-select.completed{border-color:#cbd5e1;background-color:#f8fafc}.service-status-select.cancelled{border-color:#e6b8b8;background-color:snow}.service-status-form{display:grid;gap:10px;margin-top:12px;padding:11px;border:1px solid #dfe7ef;border-radius:7px;background:#f8fafc}.service-status-form label{display:grid;gap:6px;color:#263858;font-size:12px;font-weight:750}.service-status-form label span{color:#64748b;font-size:11px;font-weight:600}.service-status-form textarea{min-height:54px;resize:vertical}.booking-status.at_garage{color:#075985;background:#e0f2fe}.booking-status.ready_for_collection{color:#7c4a03;background:#fff3df}.booking-status.cancelled{color:#991b1b;background:#fff1f2}.mot-booking{flex-wrap:wrap}.mot-booking>.mot-status-form,.mot-booking>.mot-completion{flex:0 0 100%;width:100%}.mot-booking>.mot-completion{margin-top:8px}.issue-updates{margin-top:12px;border-top:1px solid #edf0f4}.issue-updates-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:9px}.issue-updates-heading>span{color:#94a3b8;font-size:11px}.issue-updates-toggle{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#0f766e;font-size:12px;font-weight:800;cursor:pointer}.issue-updates-toggle:hover{color:#0b5f59}.issue-update-list{display:grid;gap:7px;margin-top:9px}.issue-update{padding:9px 10px;border-left:3px solid #b9ded5;border-radius:0 6px 6px 0;background:#f8fafc}.issue-update p{margin:0;color:#475569;font-size:12px;line-height:1.45;white-space:pre-wrap}.issue-update time{display:block;margin-top:5px;color:#94a3b8;font-size:10px}.issue-updates-empty{margin:9px 0 0;color:#94a3b8;font-size:12px}.issue-update-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:9px}.issue-update-form textarea{width:100%;min-height:54px;padding:8px 9px;border:1px solid #d8e0e9;border-radius:6px;resize:vertical}@media (max-width: 600px){.issue-update-form{grid-template-columns:1fr}.issue-update-form .button{justify-self:end}}.schedule-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.schedule-metrics article small{display:block;margin-top:4px;color:#94a3b8;font-size:11px}.service-schedule-panel{overflow:hidden}.service-schedule-filters{display:grid;grid-template-columns:minmax(220px,1.8fr) repeat(6,minmax(105px,1fr));gap:10px;align-items:end;padding:14px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.service-schedule-filters label{display:grid;gap:5px;min-width:0;color:#64748b;font-size:11px;font-weight:750}.service-schedule-filters input,.service-schedule-filters select{width:100%;min-height:38px;border:1px solid #cbd7e4;border-radius:7px;padding:9px 10px;outline:none;background:#fff;color:#263858}.service-schedule-filters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:29px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;cursor:pointer}.service-schedule-filters input:focus-visible,.service-schedule-filters select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.service-schedule-search{position:relative}.service-schedule-search svg{position:absolute;top:12px;left:11px;color:#64748b;pointer-events:none}.service-schedule-search input{padding-left:34px}.service-schedule-error{margin:12px 18px 0}.service-schedule-list{display:grid;max-height:min(68vh,720px);overflow-y:auto}.service-schedule-row{display:grid;grid-template-columns:34px minmax(0,1fr) 90px minmax(155px,auto);gap:12px;align-items:start;padding:14px 18px;border-bottom:1px solid #edf0f4;cursor:pointer}.service-schedule-row:hover{background:#fbfcfe}.service-schedule-row.cancelled{background:#fbfcfd}.service-schedule-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;color:#0f766e;background:#e4f7f4}.service-schedule-copy{min-width:0}.service-schedule-copy strong,.service-schedule-copy>span,.service-schedule-copy small{display:block}.service-schedule-copy strong{color:#263858;font-size:14px}.service-schedule-copy>span{margin-top:3px;color:#334155;font-size:13px}.service-schedule-copy small{margin-top:4px;color:#64748b;font-size:11px;line-height:1.4}.service-schedule-asset{display:inline-block;margin-left:7px;color:#94a3b8;font-size:10px;font-weight:700}.service-schedule-note{color:#0f766e!important}.service-schedule-linked-issue{color:#9f1239!important;font-weight:750}.service-schedule-depot{color:#64748b;font-size:12px;font-weight:750}.service-schedule-action{position:relative;display:grid;justify-items:end;gap:8px}.service-schedule-action .service-status-select{min-width:155px}.service-schedule-status-form{display:grid;width:260px;gap:7px;padding:9px;border:1px solid #dfe7ef;border-radius:7px;background:#f8fafc}.service-schedule-status-form textarea{width:100%;min-height:50px;padding:7px 8px;border:1px solid #d8e0e9;border-radius:6px;resize:vertical}.service-schedule-status-form>div{display:flex;justify-content:flex-end;gap:6px}@media (max-width: 1050px){.service-schedule-filters{grid-template-columns:repeat(4,minmax(120px,1fr))}.service-schedule-search{grid-column:1 / -1}}@media (max-width: 700px){.schedule-metrics,.service-schedule-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.service-schedule-search{grid-column:1 / -1}.service-schedule-row{grid-template-columns:31px minmax(0,1fr)}.service-schedule-depot{grid-column:2}.service-schedule-action{grid-column:2;justify-items:start}.service-schedule-status-form{width:100%}}.driver-portal-shell{min-height:100vh;background:#f3f6fa;color:#263858}.driver-portal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;padding:14px max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid #dfe7ef;background:#182642}.driver-portal-header .brand-lockup{color:#fff}.driver-portal-header .brand-lockup small{color:#bbcadb}.driver-portal-user{display:flex;align-items:center;gap:16px;color:#dfeafa;font-size:13px}.driver-portal-user>span{display:inline-flex;align-items:center;gap:7px}.driver-portal-user .text-button{color:#fff}.driver-portal-content{max-width:1180px;margin:0 auto;padding:36px 22px 54px}.driver-portal-intro h1{margin:8px 0 7px;color:#172846;font-size:30px}.driver-portal-intro>p:last-child{margin:0;color:#52657f;font-size:14px}.driver-portal-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:18px;margin-top:24px;align-items:start}.driver-submit-panel,.driver-report-history{overflow:visible}.driver-report-history{max-height:calc(100vh - 210px);overflow:hidden}.driver-report-list{display:grid;max-height:calc(100vh - 286px);overflow-y:auto}.driver-report-row{padding:16px 18px;border-bottom:1px solid #edf0f4}.driver-report-row:last-child{border-bottom:0}.driver-report-row-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.driver-report-row-heading strong,.driver-report-row-heading span{display:block}.driver-report-row-heading strong{color:#263858;font-size:14px}.driver-report-row-heading div>span{margin-top:3px;color:#64748b;font-size:11px}.driver-report-row>p{margin:11px 0 0;color:#475569;font-size:13px;line-height:1.5;white-space:pre-wrap}.driver-report-updates{display:grid;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #edf0f4}.driver-report-updates>div{display:grid;grid-template-columns:16px minmax(0,1fr);gap:6px;color:#52657f;font-size:12px;line-height:1.4}.driver-report-updates svg{margin-top:1px;color:#0f9488}.driver-report-updates time{grid-column:2;color:#94a3b8;font-size:10px}.driver-roster-import,.driver-roster-list{max-width:1040px}.driver-roster-preview{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 18px 18px;padding:13px 14px;border:1px solid #cfe4de;border-radius:7px;background:#f3fbf8}.driver-roster-preview strong,.driver-roster-preview span{display:block}.driver-roster-preview strong{color:#0f766e;font-size:13px}.driver-roster-preview span{margin-top:3px;color:#52657f;font-size:12px}.driver-roster-preview>div:last-child{display:flex;gap:8px}.driver-roster-import>.button{margin:16px 18px 18px}.driver-upload-progress{display:grid;gap:8px;padding:11px 12px;border:1px solid #b9ded5;border-radius:7px;background:#f3fbf8}.driver-upload-progress strong,.driver-upload-progress span{display:block}.driver-upload-progress strong{color:#0f766e;font-size:12px}.driver-upload-progress span{margin-top:2px;color:#52657f;font-size:11px}.driver-upload-progress>i{display:block;height:5px;overflow:hidden;border-radius:99px;background:#d8ebe7}.driver-upload-progress>i>b{display:block;height:100%;border-radius:inherit;background:#0f9488;transition:width .16s ease}.driver-access-header{align-items:flex-end}.driver-access-header>.button{flex:0 0 auto}.driver-access-metrics{max-width:1040px}.driver-account-controls{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto;gap:10px;align-items:end;max-width:1040px;margin:18px 0;padding:13px 18px;border:1px solid #dfe7ef;border-radius:8px;background:#fff}.driver-account-controls>label{display:grid;gap:5px;color:#64748b;font-size:11px;font-weight:750}.driver-account-controls input,.driver-account-controls select{width:100%;min-height:37px;border:1px solid #cbd7e4;border-radius:7px;padding:8px 10px;outline:none;background:#fff;color:#263858}.driver-account-controls select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:28px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-repeat:no-repeat;background-size:5px 5px;cursor:pointer}.driver-account-controls input:focus-visible,.driver-account-controls select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.driver-account-controls>span{padding-bottom:10px;color:#64748b;font-size:11px;font-weight:750;white-space:nowrap}.driver-account-group{max-width:1040px;overflow:hidden}.driver-account-group+.driver-account-group{margin-top:18px}.driver-account-group.active .panel-heading{border-left:3px solid #0f9488}.driver-account-group.approved .panel-heading{border-left:3px solid #e89d17}.driver-account-group.removed .panel-heading{border-left:3px solid #94a3b8}.count-pill{display:inline-grid;min-width:21px;height:21px;place-items:center;margin-left:5px;padding:0 6px;border-radius:99px;background:#e4f7f4;color:#0f766e;font-size:11px;vertical-align:1px}.driver-account-group.approved .count-pill{background:#fff4d6;color:#a16207}.driver-account-group.removed .count-pill{background:#eef2f6;color:#64748b}.driver-account-group .icon-button{width:34px;height:34px}.driver-account-group .rotated{transform:rotate(180deg)}.driver-account-list{display:grid}.driver-account-row{display:grid;grid-template-columns:minmax(250px,1.35fr) minmax(200px,.8fr) auto;gap:18px;align-items:center;padding:15px 18px;border-bottom:1px solid #edf0f4}.driver-account-row:last-child{border-bottom:0}.driver-account-row.removed{background:#fbfcfe}.driver-account-identity{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.driver-account-identity strong,.driver-account-identity small,.driver-account-identity span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-account-identity strong{color:#263858;font-size:14px}.driver-account-identity small{margin-top:3px;color:#52657f;font-size:12px}.driver-account-identity div>span{margin-top:3px;color:#94a3b8;font-size:10px}.driver-account-state{display:grid;gap:5px;justify-items:start}.driver-account-state small{color:#64748b;font-size:11px;line-height:1.35}.driver-account-actions{display:flex;justify-content:flex-end}.driver-account-actions .button{white-space:nowrap}.staff-access-header{align-items:flex-end}.staff-access-header>.button{flex:0 0 auto}.user-metrics article small{display:block;margin-top:4px;color:#94a3b8;font-size:11px}.staff-access-guidance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1040px;margin:0 0 18px;border:1px solid #dfe7ef;border-radius:8px;overflow:hidden;background:#fff}.staff-access-guidance article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:14px 16px;border-right:1px solid #edf0f4}.staff-access-guidance article:last-child{border-right:0}.staff-access-guidance svg{width:29px;height:29px;padding:6px;border-radius:7px;color:#0f766e;background:#e4f7f4}.staff-access-guidance strong,.staff-access-guidance span{display:block}.staff-access-guidance strong{color:#263858;font-size:12px}.staff-access-guidance span{margin-top:3px;color:#64748b;font-size:11px;line-height:1.35}.staff-access-filters{display:grid;grid-template-columns:minmax(240px,1fr) 170px auto;gap:10px;align-items:end;padding:13px 18px;border-bottom:1px solid #edf0f4;background:#f8fafc}.staff-access-filters>label{display:grid;gap:5px;color:#64748b;font-size:11px;font-weight:750}.staff-access-filters input,.staff-access-filters select{width:100%;min-height:37px;border:1px solid #cbd7e4;border-radius:7px;padding:8px 10px;outline:none;background:#fff;color:#263858}.staff-access-filters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:28px;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-repeat:no-repeat;background-size:5px 5px;cursor:pointer}.staff-access-filters input:focus-visible,.staff-access-filters select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}.staff-access-search{position:relative}.staff-access-search svg{position:absolute;top:28px;left:11px;color:#64748b;pointer-events:none}.staff-access-search input{padding-left:33px}.staff-access-filters>span{padding-bottom:10px;color:#64748b;font-size:11px;font-weight:750;white-space:nowrap}@media (max-width: 820px){.staff-access-header{align-items:flex-start}.staff-access-guidance{grid-template-columns:1fr}.staff-access-guidance article{border-right:0;border-bottom:1px solid #edf0f4}.staff-access-guidance article:last-child{border-bottom:0}.staff-access-filters{grid-template-columns:1fr 160px}.staff-access-filters>span{grid-column:1 / -1;padding-bottom:0}}@media (max-width: 820px){.driver-access-header{align-items:flex-start}.driver-account-controls{grid-template-columns:1fr 170px}.driver-account-controls>span{grid-column:1 / -1;padding-bottom:0}.driver-account-row{grid-template-columns:1fr auto}.driver-account-state{grid-column:1}.driver-account-actions{grid-column:2;grid-row:1 / span 2;align-self:center}}@media (max-width: 600px){.staff-access-header>.button{width:100%;justify-content:center}.staff-access-filters{grid-template-columns:1fr}.staff-access-filters>span{grid-column:auto}}@media (max-width: 600px){.driver-access-header>.button{width:100%;justify-content:center}.driver-account-controls{grid-template-columns:1fr}.driver-account-controls>span{grid-column:auto}.driver-account-row{grid-template-columns:1fr;gap:12px}.driver-account-state,.driver-account-actions{grid-column:auto;grid-row:auto}.driver-account-actions{justify-content:flex-start}.driver-account-actions .button{width:100%;justify-content:center}}@media (max-width: 800px){.driver-portal-header{align-items:flex-start;flex-direction:column}.driver-portal-content{padding:28px 16px 42px}.driver-portal-grid{grid-template-columns:1fr}.driver-report-history,.driver-report-list{max-height:none}.driver-roster-preview{align-items:flex-start;flex-direction:column}.driver-portal-user{width:100%;justify-content:space-between}}.driver-report-row-heading{align-items:center}.driver-report-row-heading>.status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:27px;line-height:1.2;text-align:center;white-space:nowrap}.driver-report-row-heading>.status.at-garage{color:#075985;background:#e0f2fe}.driver-report-row-heading>.status.ready-for-collection{color:#7c4a03;background:#fff3df}.driver-account-actions{align-items:end;gap:8px}.driver-staff-conversion{display:grid;gap:4px;color:#64748b;font-size:10px;font-weight:750}.driver-staff-conversion select{min-height:32px;border:1px solid #cbd7e4;border-radius:6px;padding:6px 25px 6px 8px;outline:none;background:#fff;color:#263858;font-size:12px}.driver-staff-conversion select:focus-visible{border-color:#f0a11e;box-shadow:0 0 0 3px #ff990029}@media (max-width: 820px){.driver-account-actions{flex-wrap:wrap}}.staff-access-search svg{top:50%;transform:translateY(-50%)}.driver-account-identity>.user-avatar{display:grid;place-items:center;overflow:visible}.issue-workflow-form{display:grid;gap:9px;margin-top:13px;padding:11px 12px;border:1px solid #dfe7ef;border-radius:7px;background:#f8fafc}.issue-workflow-form label,.issue-garage-form label{display:grid;gap:5px;color:#52657f;font-size:11px;font-weight:750}.issue-workflow-form select,.issue-workflow-form textarea,.issue-garage-form input,.issue-garage-form textarea{width:100%;border:1px solid #cbd7e4;border-radius:6px;padding:8px 9px;background:#fff;color:#263858;font:inherit;font-weight:500}.issue-workflow-form textarea,.issue-garage-form textarea{min-height:54px;resize:vertical}.issue-workflow-form .button{justify-self:start}.issue-workflow-actions{display:flex;justify-content:flex-end;gap:7px}.issue-workflow-hint{margin:-2px 0 0;color:#7c5200;font-size:11px;line-height:1.4}.issue-workflow-toggle{display:inline-flex;align-items:center;gap:5px}.issue-workflow-toggle svg{transition:transform .16s ease}.issue-workflow-toggle.active svg{transform:rotate(180deg)}.issue-garage-dialog{width:min(100%,720px)}.issue-garage-dialog{display:grid;gap:15px}.issue-garage-dialog .dialog-heading{margin-bottom:0}.issue-garage-dialog label{display:grid;gap:6px;color:#263858;font-size:13px;font-weight:750}.issue-garage-dialog label span{color:#64748b;font-size:11px;font-weight:600}.issue-garage-dialog input,.issue-garage-dialog textarea{width:100%;border:1px solid #d8e0e9;border-radius:7px;padding:9px 10px;background:#fff;color:#263858;font:inherit}.issue-garage-dialog textarea{min-height:72px;resize:vertical}.issue-garage-dialog .dialog-actions{margin-top:0}.issue-garage-intro{margin:-5px 0 0;color:#64748b;font-size:13px;line-height:1.45}.issue-garage-form{display:grid;gap:11px;margin-top:11px;padding:13px;border:1px solid #f2c46e;border-radius:7px;background:#fffaf0}.issue-garage-heading{display:flex;align-items:flex-start;gap:8px;color:#9a6700}.issue-garage-heading strong,.issue-garage-heading span{display:block}.issue-garage-heading strong{color:#7c5200;font-size:13px}.issue-garage-heading span{margin-top:2px;color:#8b6b2f;font-size:11px;font-weight:500}.issue-linked-service{display:grid;gap:4px;margin-top:12px;padding:10px 12px;border-left:3px solid #e89d17;background:#fffaf0;color:#52657f;font-size:12px}.issue-linked-service>div{display:flex;align-items:center;gap:6px;color:#7c5200}.issue-linked-service strong{font-size:12px}.issue-linked-service span,.issue-linked-service small{display:flex;align-items:center;gap:5px}.issue-linked-service small{color:#64748b;font-size:11px}.issue-garage-pending{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:11px;margin-top:12px;padding:10px 12px;border:1px solid #f2d89e;border-radius:7px;background:#fffaf0}.issue-garage-pending>div{display:flex;align-items:center;gap:8px}.issue-garage-pending>div:first-child{color:#9a6700}.issue-garage-pending strong,.issue-garage-pending small{display:block}.issue-garage-pending strong{color:#7c5200;font-size:12px}.issue-garage-pending small{margin-top:2px;color:#8b6b2f;font-size:11px}.issue-garage-pending>div:last-child{flex-wrap:wrap;justify-content:flex-end}.inactive-booking-source,.depot-inactive-source{display:block;margin-top:4px;color:#075985;font-size:11px;font-weight:750}.inactive-booking-source{color:#8b5d00}.inactive-booking-summary{margin-top:6px;color:#8b5d00;font-size:11px;font-weight:750}.inactive-booking-summary summary{cursor:pointer}.inactive-booking-summary>div{display:grid;gap:3px;margin-top:5px;color:#9f514b;font-weight:650}.driver-account-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.driver-account-tags .status{font-size:10px;line-height:1.2}.driver-account-list{max-height:430px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.driver-account-list::-webkit-scrollbar{width:9px}.driver-account-list::-webkit-scrollbar-track{background:#f3f6fa;border-left:1px solid #edf0f4}.driver-account-list::-webkit-scrollbar-thumb{border:2px solid #f3f6fa;border-radius:99px;background:#b8c5d4}.driver-account-list::-webkit-scrollbar-thumb:hover{background:#8fa1b5}@media (max-width: 600px){.driver-account-list{max-height:360px}}.app-shell{grid-template-columns:252px minmax(0,1fr)}.sidebar{gap:14px;padding:18px 14px}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar .brand-lockup{min-width:0}.sidebar .brand-mark{width:34px;height:34px}.sidebar .brand-lockup strong{font-size:16px}.sidebar .brand-lockup small{font-size:11px}.sidebar-close-button,.mobile-nav-toggle{display:none;place-items:center;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#ffffff0f;color:#edf3ff}.sidebar-primary-nav{display:grid;gap:3px}.overview-nav{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:9px 8px;border-color:transparent;border-radius:7px;background:transparent}.overview-nav:hover,.overview-nav.active{border-color:transparent;background:#ffffff14;box-shadow:inset 2px 0 #f90}.overview-nav-icon{width:30px;height:30px;border-radius:6px;background:#ff99001c;color:#ffb13b}.overview-nav strong{font-size:13px}.overview-nav small{margin-top:2px;font-size:10px}.sidebar-management{border-top:1px solid rgba(255,255,255,.1);padding-top:10px}.sidebar-management-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px 8px;border:0;border-radius:6px;background:transparent;color:#aeb9ca;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sidebar-management-toggle:hover{color:#edf3ff;background:#ffffff0d}.sidebar-management-toggle svg{transition:transform .16s ease}.sidebar-management.open .sidebar-management-toggle svg{transform:rotate(180deg)}.sidebar-management-links{display:grid;gap:3px;margin-top:4px}.sidebar-admin-link{grid-template-columns:29px minmax(0,1fr);gap:8px;padding:8px;border-color:transparent;border-radius:7px;background:transparent}.sidebar-admin-link:hover,.sidebar-admin-link.active{border-color:transparent;background:#ffffff14}.sidebar-admin-link>span{width:27px;height:27px;background:#5eead41a}.sidebar-admin-link strong{font-size:11px}.sidebar-admin-link small{font-size:10px}.sidebar-footer{gap:8px;padding-top:12px}.sidebar-account-email{overflow:hidden;color:#aeb9ca;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sidebar-scrim,.mobile-app-bar{display:none}@media (max-width: 900px){.app-shell{display:block;min-height:100%}.sidebar{position:fixed;z-index:30;top:0;bottom:0;left:0;width:min(310px,86vw);height:100dvh;min-height:0;padding:18px 14px;overflow-y:auto;transform:translate(-105%);transition:transform .22s ease;box-shadow:16px 0 34px #0a163042}.sidebar.mobile-open{transform:translate(0)}.sidebar-close-button{display:grid}.sidebar-spacer{display:none}.sidebar-footer{margin-top:18px}.sidebar-scrim{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;background:#0a163075;opacity:0;pointer-events:none;transition:opacity .22s ease}.sidebar-scrim.visible{opacity:1;pointer-events:auto}.workspace{min-height:100dvh;padding:76px 16px 26px}.mobile-app-bar{position:fixed;z-index:20;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:12px 16px 10px;border-bottom:1px solid #dfe6ee;background:#f3f6faf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-app-bar .brand-lockup{gap:9px;color:#182b4c}.mobile-app-bar .brand-mark{width:32px;height:32px}.mobile-app-bar .brand-lockup strong{font-size:15px}.mobile-nav-toggle{display:grid;border-color:#d6e0ea;background:#fff;color:#263858;box-shadow:0 4px 12px #14213d14}}
