@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--ink:#102b3c;--muted:#71808c;--line:#e7ecef;--surface:#ffffff;--surface-soft:#f6f8f9;--canvas:#f9fafb;--cyan:#18d3e3;--cyan-dark:#008eaf;--navy:#183b53;--green:#0d9b74;--orange:#f08b23;--red:#db3e43;--shadow:0 20px 60px rgba(22,55,73,0.08)}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;background:var(--canvas)}.topbar{position:fixed;top:0;right:0;left:248px;z-index:30;gap:18px;height:64px;padding:0 32px 0 18px;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(231,236,239,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.topbar{display:flex;align-items:center}.brand{width:192px;color:var(--cyan);font-size:31px;font-weight:800;letter-spacing:-2.6px;line-height:1}.brand small{margin-left:8px;color:#8fa0a9;font-size:9px;font-weight:700;letter-spacing:1px}.top-search{display:flex;align-items:center;gap:12px;width:min(400px,42vw);height:40px;padding:0 16px;color:#88949d;background:#f0f3f5;border:1px solid #bfc8cd;border-radius:999px}.top-search input{width:100%;border:0;outline:0;color:var(--ink);background:transparent}.top-search input::placeholder{color:#8d9aa2}.top-spacer{flex:1 1}.connection{display:inline-flex;align-items:center;gap:8px;color:#44606f;white-space:nowrap}.connection-dot{width:8px;height:8px;border-radius:50%;background:#f4ae2d;box-shadow:0 0 0 4px rgba(244,174,45,.14)}.connection-dot.live{background:var(--green);box-shadow:0 0 0 4px rgba(13,155,116,.12)}.avatar,.occurrence-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:var(--ink);background:#eef3f5}.occurrence-pill{height:38px;padding:0 15px;border-radius:999px}.avatar{width:38px;height:38px;border:1px solid #dde6ea;border-radius:50%;color:var(--cyan-dark);font-weight:700;background:#f2f5f6}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;display:flex;flex-direction:column;width:248px;min-height:0;padding:20px 10px 14px;overflow:hidden;background:#fff;border-right:1px solid var(--line)}.sidebar-brand{display:flex;align-items:center;height:44px;padding:0 28px;color:var(--cyan);font-size:31px;font-weight:800;letter-spacing:-2.5px}.sidebar-kicker{margin:34px 12px 16px;color:#8a969e;font-size:11px;font-weight:700;letter-spacing:1.1px}.nav-list{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-height:0;padding-right:2px;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.nav-list::-webkit-scrollbar{width:6px}.nav-list::-webkit-scrollbar-thumb{border-radius:999px;background:#c9d5da}.nav-list::-webkit-scrollbar-track{background:transparent}.nav-link,.nav-section-btn{display:flex;align-items:center;gap:12px;min-height:44px;width:100%;padding:0 13px;border:0;border-radius:12px;color:#1f3a4a;background:transparent;text-align:left;transition:.18s ease}.nav-link:hover,.nav-section-btn:hover{background:#f3f7f8}.nav-link.active{color:#047eaa;background:#f0f2f3}.nav-link svg,.nav-section-btn svg:first-child{color:#6e7c84;flex:0 0 auto}.nav-link.active svg{color:#049bbf}.nav-section-btn .chevron{margin-left:auto;color:#7c878d}.nav-children{display:grid;grid-gap:3px;gap:3px;padding:0 0 4px 28px}.nav-children .nav-link{min-height:38px;padding-left:14px}.sidebar-footer{flex:0 0 auto;margin-top:10px;border-top:1px solid var(--line);background:#fff}.logout{display:flex;align-items:center;gap:10px;width:100%;padding:13px;border:0;color:#466273;background:transparent;text-align:left}.mobile-menu{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fff}.page-content{min-height:100vh;margin-left:248px;padding:88px 32px 40px}.page-content.map-page{padding:64px 0 0}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:8px;color:#607480;font-size:12px}.breadcrumbs svg{color:#9aa8ae}.page-title{display:flex;align-items:center;gap:10px;margin:0;font-size:clamp(24px,2.2vw,31px);letter-spacing:-1px}.page-title-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#314e5e;background:#edf1f2}.header-actions{display:flex;flex-wrap:wrap;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border:1px solid transparent;border-radius:999px;color:var(--ink);background:#edf2f4;font-weight:600;transition:transform .18s,background .18s,box-shadow .18s}.button:hover{transform:translateY(-1px);background:#e3eaed}.button.primary{color:#063b49;background:var(--cyan);box-shadow:0 10px 22px rgba(24,211,227,.2)}.button.outline{border-color:#cad6db;background:#fff}.button.danger{color:#b72b35;background:#fff0f0}.button.small{min-height:34px;padding:0 12px;font-size:12px}.card{background:var(--surface);box-shadow:var(--shadow)}.card,.soft-card{border:1px solid #edf1f2;border-radius:18px}.soft-card{background:#fbfcfc}.muted{color:var(--muted)}.eyebrow{color:#8a969e;font-size:11px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:18px;gap:18px;margin-bottom:24px}.welcome-card{padding:24px}.welcome-card h2{margin:0 0 7px;font-size:21px}.welcome-card p{margin:0;color:var(--muted)}.date-chip{display:inline-flex;margin-top:19px;padding:8px 12px;border:1px solid #98dfea;border-radius:999px;color:#087c9c;background:#f1fbfc;font-size:12px;font-weight:700}.summary-card{display:grid;grid-template-columns:142px 1fr 1fr;grid-gap:24px;gap:24px;align-items:center;padding:22px}.donut{position:relative;display:grid;place-items:center;width:128px;height:128px;border-radius:50%;background:conic-gradient(var(--green) 0 50%,#a62c4e 50% 100%)}.donut:after{position:absolute;width:86px;height:86px;border-radius:50%;background:#fff;content:""}.donut strong{z-index:1;font-size:26px}.metric{display:grid;grid-gap:5px;gap:5px}.metric strong{font-size:23px}.metric span{color:var(--muted);font-size:12px}.metric-bar{height:4px;margin-top:7px;border-radius:4px;background:var(--green)}.metric-bar.off{background:#a62c4e}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:24px 0 12px}.section-heading h2{margin:0;font-size:19px}.section-heading a{color:var(--cyan-dark);font-weight:700}.vehicle-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.vehicle-card{padding:18px}.vehicle-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vehicle-name{display:flex;align-items:center;gap:12px}.vehicle-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:#70828b;background:#f0f3f4}.vehicle-name h3{margin:0 0 3px;font-size:16px}.vehicle-name p{margin:0;color:var(--muted);font-size:12px}.status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid;border-radius:999px;font-size:11px;font-weight:700}.status.online{color:var(--green)}.status.offline{color:#9d6872}.status.warning{color:#c87815}.vehicle-meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:20px;padding-top:15px;border-top:1px solid var(--line)}.vehicle-meta span{display:block;margin-bottom:4px;color:var(--muted);font-size:11px}.vehicle-meta strong{font-size:13px}.vehicle-card-footer{display:flex;align-items:center;gap:13px;margin-top:17px;color:#1a8aa7}.table-card{overflow:hidden}.table-toolbar{gap:10px;padding:14px 16px;border-bottom:1px solid var(--line)}.table-search,.table-toolbar{display:flex;align-items:center}.table-search{gap:9px;flex:1 1;height:38px;padding:0 14px;border:1px solid #ccd6db;border-radius:999px;background:#fff}.table-search input{width:100%;border:0;outline:0;color:var(--ink)}.filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fbfcfc}.field{display:grid;grid-gap:7px;gap:7px}.field label{color:#607480;font-size:11px;font-weight:600}.field input,.field select,.field textarea{width:100%;min-height:39px;padding:0 11px;border:1px solid #ccd6db;border-radius:9px;outline:0;color:var(--ink);background:#fff}.field textarea{padding-top:10px}.table-wrap{overflow-x:auto}table{width:100%;min-width:780px;border-collapse:collapse}td,th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{color:#3f5b6a;font-size:12px;font-weight:700}td{color:#244455}tr:last-child td{border-bottom:0}.table-footer{justify-content:space-between;gap:15px;padding:15px 18px;color:#506a77;font-size:12px}.pagination,.table-footer{display:flex;align-items:center}.pagination{gap:14px}.pagination button{display:grid;place-items:center;width:30px;height:30px;border:0;color:#8a989f;background:transparent}.pagination button:disabled{opacity:.4}.map-layout{position:relative;min-height:calc(100vh - 64px);overflow:hidden;background:#bddce2}.leaflet-map{position:absolute;inset:0;z-index:0;background:#bddce2}.leaflet-container{width:100%;height:100%;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.leaflet-control-attribution{padding:3px 7px!important;border-radius:7px 0 0 0;font-size:10px}.leaflet-control-zoom{overflow:hidden;border:0!important;border-radius:12px!important;box-shadow:0 7px 20px rgba(22,55,73,.16)!important}.leaflet-control-zoom a{width:34px!important;height:34px!important;color:var(--ink)!important;border:0!important;background:rgba(255,255,255,.96)!important;line-height:34px!important}.vehicle-map-icon-wrapper{border:0;background:transparent}.vehicle-map-icon{position:relative;display:grid;place-items:center;width:35px;height:35px;border:3px solid #fff;border-radius:50% 50% 50% 0;color:#fff;background:var(--marker-color);box-shadow:0 8px 18px rgba(14,72,95,.32);transform:rotate(-45deg)}.vehicle-map-icon:after{position:absolute;top:31px;left:-3px;width:0;height:0;border-top:10px solid var(--marker-color);border-right:10px solid transparent;content:""}.vehicle-map-icon span{transform:rotate(45deg);font-size:13px}.map-surface{position:absolute;inset:0;background-color:#bad9df;background-image:linear-gradient(18deg,transparent 48%,rgba(255,255,255,.62) 49%,rgba(255,255,255,.62) 50%,transparent 51%),linear-gradient(116deg,transparent 47%,rgba(255,255,255,.56) 48%,rgba(255,255,255,.56) 49%,transparent 50%),radial-gradient(ellipse at 50% 45%,#f8f5ec 0 31%,#c5dec2 32% 51%,#a8d1d7 52% 100%);background-size:230px 180px,290px 220px,100% 100%;filter:saturate(.85)}.map-surface:after{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 0);background-size:80px 80px;opacity:.28;content:""}.map-panel{position:absolute;top:16px;left:16px;z-index:2;width:min(415px,calc(100vw - 280px))}.map-search{display:flex;align-items:center;gap:10px;height:42px;padding:0 15px;border:1px solid #ccd6d8;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 25px rgba(22,55,73,.1)}.map-search input{width:100%;border:0;outline:0;background:transparent}.map-spotlight{margin-top:13px;padding:16px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(22,55,73,.11)}.map-spotlight h3{margin:0 0 14px;font-size:16px}.map-vehicle-list{display:grid;grid-gap:8px;gap:8px;max-height:52vh;overflow:auto}.map-vehicle{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px;border-radius:12px;background:#f5f8f9}.map-vehicle strong{display:block;margin-bottom:3px}.map-vehicle small{color:var(--muted)}.map-marker{position:absolute;z-index:3;display:grid;place-items:center;width:42px;height:42px;border:3px solid #fff;border-radius:50% 50% 50% 0;color:#fff;background:var(--cyan-dark);box-shadow:0 8px 18px rgba(14,72,95,.3);transform:rotate(-45deg)}.map-marker svg{transform:rotate(45deg)}.marker-a{top:32%;left:56%}.marker-b{top:58%;left:65%;background:#eaa333}.route-svg{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none}.map-status{position:absolute;right:18px;bottom:18px;z-index:4;display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.8);border-radius:999px;color:#284c5a;background:rgba(255,255,255,.9);box-shadow:0 8px 24px rgba(22,55,73,.1);font-size:12px}.command-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px}.command-card{padding:22px}.command-card h2{margin:0 0 5px;font-size:18px}.command-card p{margin:0 0 20px;color:var(--muted)}.command-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:20px}.command-item{display:grid;grid-gap:8px;gap:8px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.command-item strong{display:flex;align-items:center;gap:8px}.command-item small{min-height:34px;color:var(--muted);line-height:1.5}.event-list{display:grid;grid-gap:8px;gap:8px}.event-item{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.event-item:last-child{border-bottom:0}.event-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#0c91a8;background:#e7fafd}.event-item strong{display:block;margin-bottom:3px;font-size:12px}.event-item span{color:var(--muted);font-size:11px}.occurrence-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.occurrence-column{min-height:470px;padding:18px;border-radius:22px}.occurrence-column.pending{background:#fff3f3}.occurrence-column.treating{background:#fffceb}.occurrence-column.done{background:#effcf4}.occurrence-column-header{display:flex;align-items:center;justify-content:space-between;color:#6f7f86;font-weight:700;letter-spacing:.7px}.occurrence-column.pending .occurrence-column-header{color:var(--red)}.occurrence-column.treating .occurrence-column-header{color:#dc7417}.occurrence-column.done .occurrence-column-header{color:#087b43}.occurrence-count{display:flex;align-items:center;gap:12px;margin-top:20px;font-size:30px;font-weight:700}.occurrence-count svg{padding:9px;width:40px;height:40px;border-radius:9px;background:rgba(255,255,255,.65)}.occurrence-item{margin-top:16px;padding:16px;border-left:4px solid #e77c0f;border-radius:16px;background:#fff;box-shadow:0 8px 18px rgba(70,60,15,.05)}.occurrence-item strong{display:block;margin-bottom:6px}.occurrence-item p{margin:4px 0;color:var(--muted);font-size:12px}.occurrence-tag{display:inline-flex;margin-top:10px;padding:4px 8px;border-radius:999px;color:#fff;background:#396f99;font-size:11px;font-weight:700}.perimeter-shell{position:relative;min-height:calc(100vh - 64px);overflow:hidden}.perimeter-leaflet{position:absolute;inset:0;z-index:0}.perimeter-map-icon-wrapper{border:0;background:transparent}.perimeter-map-icon{display:grid;place-items:center;width:32px;height:32px;border:3px solid #fff;border-radius:50%;color:#fff;background:#008eaf;box-shadow:0 6px 16px rgba(14,72,95,.3);font-weight:800}.perimeter-map{position:absolute;inset:0;background:radial-gradient(circle at 60% 45%,#dbe7dd,#dae1dd 35%,#c9dce0 68%,#b6d6dc)}.perimeter-map:before{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(24deg,transparent 46%,#fff 47%,#fff 48%,transparent 49%),linear-gradient(108deg,transparent 45%,#fff 46%,#fff 47%,transparent 48%);background-size:220px 180px,300px 250px;content:""}.perimeter-card{position:relative;z-index:2;width:min(415px,calc(100vw - 280px));padding:0;overflow:hidden}.perimeter-card .card-section{padding:20px 16px;border-bottom:1px solid var(--line)}.perimeter-card h2{margin:0;font-size:23px}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:0;border-radius:999px;color:#294452;background:#edf1f3}.chip.primary{color:#073f4a;background:var(--cyan)}.empty-state{display:grid;place-items:center;min-height:250px;padding:30px;text-align:center}.empty-state-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:16px;color:#0b96ae;background:#e7fbfd}.empty-state h3{margin:0 0 7px;font-size:17px}.empty-state p{max-width:430px;margin:0 auto 17px;color:var(--muted);line-height:1.55}.tabs{display:flex;gap:26px;border-bottom:1px solid var(--line)}.tab{padding:14px 2px 12px;border:0;border-bottom:2px solid transparent;color:#617884;background:transparent;font-weight:700}.tab.active{border-bottom-color:#008db1;color:#087da0}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:18px}.stat-tile{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}.stat-tile strong{display:block;margin-top:9px;font-size:25px}.stat-tile small{color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;z-index:70;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:12px;color:#fff;background:#143f50;box-shadow:0 16px 30px rgba(13,48,62,.25)}.modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(13,36,49,.38);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:24px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(13,36,49,.25)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.modal-header h2{margin:0 0 4px;font-size:20px}.icon-button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;color:#58707b;background:#f0f4f5}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.form-grid .wide{grid-column:1/-1}.maintenance-item-row{display:grid;grid-template-columns:112px minmax(180px,1fr) 120px 82px 105px 34px;grid-gap:7px;gap:7px;margin-top:9px}.maintenance-item-row input,.maintenance-item-row select{min-height:37px;min-width:0;padding:0 9px;border:1px solid #ccd6db;border-radius:8px;color:var(--ink);background:#fff;outline:0}.maintenance-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;padding:12px 14px;border-radius:10px;color:#496774;background:#f2fafb;font-size:12px}.maintenance-total strong{color:#0a829d;font-size:16px}.checklist-items{display:grid;grid-gap:10px;gap:10px}.checklist-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:#fbfcfc}.checklist-item>div{display:grid;grid-gap:5px;gap:5px}.checklist-item select{min-width:150px}.cost-bars{display:grid;grid-gap:15px;gap:15px}.cost-bar-row{display:grid;grid-gap:7px;gap:7px}.cost-bar-row>div:first-child{display:flex;justify-content:space-between;gap:12px}.cost-bar-track{height:9px;border-radius:8px;background:#e8eef0;overflow:hidden}.cost-bar-fill{height:100%;min-width:5px;border-radius:inherit;background:linear-gradient(90deg,#007e9e,#15c7ce)}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.legacy-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;margin-bottom:18px;background:linear-gradient(115deg,#fff,#f3fbfc)}.legacy-intro h2{margin:8px 0 5px;font-size:20px}.legacy-intro p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.legacy-intro-mark{display:grid;place-items:center;flex:0 0 54px;height:54px;border-radius:16px;color:#008eaf;background:#dff7fa}.route-report-map{min-height:355px;margin-bottom:18px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#dbe8e5}.login-screen{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);min-height:100vh;padding:7vh 7vw;color:#fff;background:radial-gradient(circle at 18% 74%,#1ec1d1 0,transparent 30%),linear-gradient(126deg,#4b82b4,#224c86 54%,#1e5d90)}.login-showcase{display:flex;flex-direction:column;justify-content:center;padding:50px 6vw 50px 0}.login-brand{margin-bottom:auto;font-size:39px;font-weight:800;letter-spacing:-3px}.login-showcase h1{max-width:540px;margin:auto 0 12px;font-size:clamp(38px,4vw,62px);line-height:1.02;letter-spacing:-3px}.login-showcase>p{max-width:470px;margin:0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.6}.login-proof{display:flex;gap:26px;margin-top:34px;color:rgba(255,255,255,.84)}.login-proof strong{display:block;color:#fff;font-size:21px}.login-card{align-self:center;width:min(520px,100%);padding:clamp(30px,4vw,52px);border-radius:24px;color:var(--ink);background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(13,44,73,.24)}.login-card h2{margin:0 0 9px;font-size:26px;letter-spacing:-.8px}.login-card p{margin:0 0 30px;color:var(--muted);line-height:1.55}.login-form{display:grid;grid-gap:17px;gap:17px}.login-form label{display:grid;grid-gap:8px;gap:8px;color:#45606d;font-size:12px;font-weight:700}.login-form input{width:100%;height:50px;padding:0 15px;border:1px solid #ccd6db;border-radius:999px;outline:0;color:var(--ink);background:#fff}.login-form input:focus{border-color:var(--cyan-dark);box-shadow:0 0 0 4px rgba(24,211,227,.13)}.login-options{display:flex;justify-content:space-between;gap:12px;color:#66808e;font-size:12px}.login-options a{color:#008bb1;font-weight:700}.login-submit{width:100%;height:49px;border:0;border-radius:999px;color:#06434e;background:var(--cyan);font-weight:800}.login-error{padding:11px 13px;border-radius:10px;color:#ae303b;background:#fff0f1;font-size:12px}.login-footnote{margin-top:20px!important;color:#8b9ba3!important;font-size:11px}@media (max-width:1100px){.topbar{left:220px;padding-right:18px}.sidebar{width:220px}.page-content{margin-left:220px;padding-right:20px;padding-left:20px}.summary-card{grid-template-columns:120px 1fr 1fr;gap:12px}.donut{width:108px;height:108px}.donut:after{width:72px;height:72px}.map-panel,.perimeter-card{width:min(380px,calc(100vw - 250px))}}@media (max-width:860px){.topbar{left:0}.sidebar{transform:translateX(-100%);transition:transform .2s ease;box-shadow:8px 0 30px rgba(13,36,49,.12)}.sidebar.open{transform:translateX(0)}.mobile-menu{display:inline-flex}.page-content{margin-left:0;padding-top:84px}.page-content.map-page{padding-top:64px}.brand,.connection{display:none}.top-search{width:min(390px,54vw)}.command-grid,.dashboard-grid,.occurrence-columns{grid-template-columns:1fr}.occurrence-column{min-height:260px}.login-screen{grid-template-columns:1fr;padding:30px 20px}.login-showcase{padding:10px 0 34px}.login-brand{margin-bottom:36px}.login-showcase h1{margin:0 0 12px;font-size:42px}.login-showcase>p{font-size:15px}.login-proof{margin-top:20px}.login-card{justify-self:center}}@media (max-width:600px){.topbar{gap:9px;padding:0 12px}.top-search{width:auto;flex:1 1}.occurrence-pill{width:38px;padding:0}.avatar,.occurrence-pill span{display:none}.page-content{padding:80px 12px 28px}.page-content.map-page{padding:64px 0 0}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:18px}.header-actions{width:100%}.header-actions .button{flex:1 1}.summary-card{grid-template-columns:1fr 1fr}.summary-card .donut{grid-row:span 2}.command-list,.form-grid,.stat-strip,.vehicle-cards{grid-template-columns:1fr}.vehicle-meta{gap:8px}.filter-panel{grid-template-columns:1fr 1fr}.table-toolbar{flex-wrap:wrap}.table-toolbar .table-search{flex-basis:100%;order:-1}.table-footer{align-items:flex-start;flex-direction:column}.map-panel,.perimeter-card{top:12px;left:12px;width:calc(100vw - 24px)}.legacy-intro{align-items:flex-start}.map-vehicle-list{max-height:36vh}.leaflet-control-attribution{font-size:9px}.map-marker{transform:scale(.8) rotate(-45deg)}.login-screen{padding:22px 14px}.login-showcase h1{font-size:35px;letter-spacing:-2px}.login-proof{gap:16px}.login-proof strong{font-size:17px}.login-card{padding:28px 20px}.maintenance-item-row{grid-template-columns:1fr 1fr}.maintenance-item-row input:first-of-type{grid-column:1/-1}.maintenance-item-row .icon-button{justify-self:end}.checklist-item{align-items:flex-start;flex-direction:column}.checklist-item select{width:100%}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}