:root{--navy:#091725;--green:#12a969;--bg:#f4f7f6;--text:#15251f;--muted:#718179}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);display:grid;grid-template-columns:225px 1fr;min-height:100vh}button,input,select{font:inherit}aside{height:100vh;position:sticky;top:0;background:var(--navy);color:#8fa1ad;padding:24px 16px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;padding:0 8px}.brand>span{width:34px;height:34px;border-radius:9px;background:var(--green);display:grid;place-items:center;font-weight:900}.brand div,.topTools>div,.kpis article>div,.panelHead>div{display:flex;flex-direction:column}.brand b{font-size:13px;letter-spacing:.08em}.brand small{font-size:6px;letter-spacing:.2em;color:#50d69c}.brand+nav{margin-top:42px;display:flex;flex-direction:column;gap:5px}aside nav button{border:0;background:none;color:#96a7b1;text-align:left;padding:12px;border-radius:8px;display:flex;gap:12px;font-size:10px;font-weight:700;cursor:pointer}aside nav button.active{background:#0e704c;color:white}.help{margin-top:auto;background:#102537;border:1px solid #1d394c;border-radius:10px;padding:16px;display:flex;flex-direction:column}.help b{font-size:9px;color:white}.help small{font-size:7px;margin:5px 0 12px}.help button{border:0;border-radius:6px;background:#1b3a4e;color:#c9d6dd;padding:8px;font-size:7px}.back{color:#8498a3;text-decoration:none;font-size:8px;padding:18px 7px 0}main>header{height:67px;background:white;border-bottom:1px solid #e3eae7;display:flex;justify-content:space-between;align-items:center;padding:0 28px}header>div{display:flex;align-items:center}.mobile{display:none}header label{width:310px;height:36px;background:#f3f6f5;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 11px}header input{border:0;background:none;outline:0;width:100%;font-size:9px}.topTools{gap:8px}.topTools>button{border:0;background:none}.topTools>span{width:33px;height:33px;border-radius:50%;background:#dff3e8;color:#07824e;display:grid;place-items:center;font-size:9px;font-weight:900}.topTools b{font-size:9px}.topTools small{font-size:7px;color:var(--muted)}.content{padding:30px;max-width:1450px;margin:auto}.heading{display:flex;justify-content:space-between;align-items:end}.heading small{font-size:7px;letter-spacing:.12em;color:var(--green);font-weight:900}.heading h1{font-size:25px;margin:7px 0}.heading p{font-size:9px;color:var(--muted);margin:0}.heading>div:last-child{display:flex;gap:8px}.heading button{border:1px solid #dce5e1;background:white;border-radius:7px;padding:10px 13px;font-size:8px;font-weight:800}.heading button.primary{background:var(--green);color:white;border-color:var(--green)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:25px 0}.kpis article{background:white;border:1px solid #e0e8e4;border-radius:10px;padding:17px;display:flex;gap:12px}.icon{width:38px;height:38px;border-radius:9px;display:grid;place-items:center}.icon.green{background:#e4f6ed;color:#0b965d}.icon.blue{background:#e6f0fb;color:#3b74bd}.icon.orange{background:#fff0e5;color:#df7a37}.icon.purple{background:#f0e9fa;color:#815abb}.kpis small{font-size:6px;color:var(--muted);font-weight:800}.kpis b{font-size:20px;margin:3px 0}.kpis em{font-style:normal;font-size:7px;color:#0c9d61}.kpis em.warn{color:#de7435}.dashboardGrid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}.dashboardGrid>article,.tablePanel{background:white;border:1px solid #e0e8e4;border-radius:10px;padding:18px}.panelHead{display:flex;justify-content:space-between;align-items:center}.panelHead b{font-size:10px}.panelHead small{font-size:7px;color:var(--muted);margin-top:3px}.panelHead select{border:1px solid #dce5e1;padding:6px;border-radius:5px;font-size:7px}.legend{display:flex;gap:15px;margin-top:14px;font-size:7px}.legend i{display:inline-block;width:7px;height:7px;border-radius:2px;background:var(--green);margin-right:5px}.legend span:last-child i{background:#8fcfb0}.chart{height:175px;display:flex;align-items:end;gap:7%;padding:20px 15px 25px;border-bottom:1px solid #e8eeeb}.chart>div{height:var(--h);flex:1;background:linear-gradient(#18b978,#0f9c63);border-radius:5px 5px 0 0;position:relative}.chart b{position:absolute;bottom:-20px;font-size:6px;color:#7d8c84}.live{font-size:6px;color:var(--green);background:#e8f7ef;padding:6px 8px;border-radius:99px}.donut{width:145px;height:145px;margin:14px auto;border-radius:50%;background:conic-gradient(var(--green) 0 69%,#6aa5dd 69% 89%,#e49a62 89%);display:grid;place-items:center}.donut>div{width:92px;height:92px;border-radius:50%;background:white;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut b{font-size:22px}.donut small{font-size:7px;color:var(--muted)}.fleetLegend{display:grid;grid-template-columns:repeat(3,1fr)}.fleetLegend span{display:grid;grid-template-columns:8px auto;align-items:center}.fleetLegend i{width:6px;height:6px;border-radius:50%;background:var(--green)}.fleetLegend i.idle{background:#6aa5dd}.fleetLegend i.maint{background:#e49a62}.fleetLegend b{font-size:10px}.fleetLegend small{grid-column:2;font-size:6px;color:var(--muted)}.tablePanel{margin-top:14px}.filters{display:flex;gap:5px}.filters button{border:0;background:#f1f5f3;padding:6px 8px;border-radius:5px;font-size:6px;font-weight:800}.filters button.active{background:#ddf3e7;color:#07864f}.table{margin-top:14px}.tr{display:grid;grid-template-columns:1.1fr 1.5fr 1.2fr 1fr 1fr;align-items:center;min-height:48px;border-top:1px solid #edf1ef;font-size:8px}.tr.th{min-height:30px;background:#f7f9f8;border:0;color:#7d8d85;font-size:6px;padding:0 8px}.tr:not(.th){padding:0 8px}.tr em{justify-self:start;border-radius:99px;padding:6px 8px;font-style:normal;font-size:6px;font-weight:800}.tr em.transit{background:#e7f1fc;color:#3477bc}.tr em.delivered{background:#e3f5eb;color:#0a9458}.tr em.attention{background:#fff0e6;color:#d66f2f}#toast{position:fixed;right:25px;bottom:25px;background:#102e23;color:white;padding:13px 18px;border-radius:8px;font-size:9px;opacity:0;transform:translateY(15px);transition:.25s}#toast.show{opacity:1;transform:none}
@media(max-width:900px){body{grid-template-columns:72px 1fr}.brand div,aside nav span,.help,.back{display:none}aside nav button{justify-content:center}.kpis{grid-template-columns:1fr 1fr}.dashboardGrid{grid-template-columns:1fr}}@media(max-width:600px){body{display:block}aside{display:none}main>header{padding:0 15px}.mobile{display:block;border:0;background:none}header label{width:210px}.topTools>div,.topTools>button{display:none}.content{padding:20px 15px}.heading{align-items:flex-start;flex-direction:column;gap:18px}.kpis{grid-template-columns:1fr}.filters{overflow:auto}.tr{grid-template-columns:1.2fr 1.5fr 1fr}.tr>*:nth-child(3),.tr>*:nth-child(4){display:none}}

/* Interactive application views */
.view{display:none}.view.active{display:block;animation:viewIn .28s ease}@keyframes viewIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.topTools>button{position:relative;cursor:pointer}.topTools>button i{position:absolute;right:0;top:-3px;background:#ef6d54;color:white;font-style:normal;border-radius:50%;width:12px;height:12px;font-size:6px;display:grid;place-items:center}.viewToolbar{display:flex;justify-content:space-between;align-items:center;margin:25px 0 12px}.summaryPills{display:flex;gap:8px}.summaryPills span{background:white;border:1px solid #dfe7e3;border-radius:99px;padding:8px 12px;font-size:7px}.summaryPills b{font-size:10px;margin-right:4px}.viewToolbar select,.heading select{border:1px solid #dce5e1;background:white;border-radius:7px;padding:9px;font-size:8px}.dataCard{background:white;border:1px solid #dfe7e3;border-radius:11px;padding:15px}.fleetOverview{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:25px 0}.fleetOverview article{background:white;border:1px solid #dfe7e3;border-radius:10px;padding:18px;display:flex;flex-direction:column}.fleetOverview small{font-size:6px;color:var(--muted);font-weight:800}.fleetOverview b{font-size:20px;margin:5px 0}.fleetOverview span{font-size:7px;color:#169961}.fleetCards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fleetCards article{background:white;border:1px solid #dfe7e3;border-radius:11px;overflow:hidden}.vehicleImage{height:150px;display:grid;place-items:center;font-size:40px;font-weight:900;color:#ffffffbb;background:linear-gradient(140deg,#215c4a,#70b796);position:relative}.vehicleImage:after{content:"FLEET UNIT";position:absolute;right:12px;top:12px;font-size:6px;letter-spacing:.12em}.vehicleImage.van{background:linear-gradient(140deg,#3c6681,#8db5c9)}.vehicleImage.service{background:linear-gradient(140deg,#8e6346,#d4a477)}.fleetCards article>div:last-child{padding:17px}.fleetCards small{font-size:6px;color:var(--muted)}.fleetCards h3{font-size:14px;margin:6px 0}.fleetCards p{font-size:8px;color:var(--muted)}.vehicleStatus{display:inline-block;border-radius:99px;padding:6px 8px;font-size:6px;font-weight:800}.vehicleStatus.online{background:#e3f5eb;color:#0b9559}.vehicleStatus.idle{background:#e7f1fb;color:#3978b9}.vehicleStatus.maintenance{background:#fff0e5;color:#d57232}.vehicleBar{height:5px;background:#e7ece9;border-radius:99px;overflow:hidden;margin:14px 0 7px}.vehicleBar i{display:block;height:100%;background:var(--green)}.reportHero{margin:25px 0 14px;padding:28px;background:linear-gradient(120deg,#0d7651,#10aa68);color:white;border-radius:12px;display:flex;align-items:center;justify-content:space-between}.reportHero>div>small{font-size:6px;letter-spacing:.14em}.reportHero h2{font-size:22px;line-height:1.3;margin:9px 0}.reportHero h2 em{font-style:normal;color:#b9f2cf}.reportHero>div>div{display:flex;gap:16px}.reportHero span{font-size:7px}.reportHero span b{font-size:9px}.score{width:115px;height:115px;border:12px solid #ffffff44;border-top-color:white;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.score b{font-size:28px}.score small{font-size:5px}.reportGrid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}.reportGrid article{background:white;border:1px solid #dfe7e3;border-radius:11px;padding:20px}.lineChart{height:190px;display:flex;align-items:end;gap:8%;border-bottom:1px solid #dfe7e3;padding:20px}.lineChart i{height:var(--v);width:9%;background:linear-gradient(#24bd7e,#0f9d63);border-radius:5px 5px 0 0}.reportGrid ol{padding:0;margin:15px 0 0;list-style:none}.reportGrid li{display:flex;justify-content:space-between;padding:13px 0;border-top:1px solid #edf1ef;font-size:8px}.reportGrid li b{color:var(--green)}.modal{position:fixed;z-index:50;inset:0;background:rgba(4,16,12,.6);backdrop-filter:blur(5px);display:none;place-items:center}.modal.open{display:grid}.modal form{width:min(430px,calc(100% - 30px));background:white;border-radius:13px;padding:27px;display:flex;flex-direction:column;gap:12px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.35)}.modal .close{position:absolute;right:15px;top:14px;border:0;background:none;font-size:20px}.modal form>small{font-size:6px;letter-spacing:.15em;color:var(--green);font-weight:900}.modal h2{font-size:20px;margin:0 0 5px}.modal label{font-size:7px;font-weight:800}.modal input,.modal select,.modal textarea{display:block;width:100%;border:1px solid #dce5e1;border-radius:6px;padding:10px;margin-top:5px;font-size:8px}.formRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal .submit{border:0;background:var(--green);color:white;border-radius:7px;padding:12px;font-size:8px;font-weight:900}.notification{position:fixed;z-index:40;right:25px;top:60px;width:270px;background:white;border:1px solid #dce5e1;border-radius:10px;box-shadow:0 20px 50px rgba(6,35,25,.18);padding:16px;display:none;flex-direction:column}.notification.open{display:flex}.notification b{font-size:10px;margin-bottom:8px}.notification span{padding:11px 0;border-top:1px solid #edf1ef;font-size:7px}.dark{--bg:#0d1920;--text:#dce8e2;--muted:#8fa39a}.dark main>header,.dark .kpis article,.dark .dashboardGrid>article,.dark .tablePanel,.dark .dataCard,.dark .fleetOverview article,.dark .fleetCards article,.dark .reportGrid article{background:#13242c;border-color:#263a43}.dark header label,.dark .tr.th,.dark .filters button{background:#1b2e36}.dark .tr,.dark .chart,.dark .vehicleBar{border-color:#2a3c43}.dark .vehicleBar{background:#293b42}.dark .viewToolbar select,.dark .heading select{background:#13242c;color:#dce8e2;border-color:#2d4148}
@media(max-width:900px){.fleetOverview,.fleetCards{grid-template-columns:1fr 1fr}.reportGrid{grid-template-columns:1fr}}@media(max-width:600px){.fleetOverview,.fleetCards{grid-template-columns:1fr}.viewToolbar{align-items:flex-start;flex-direction:column;gap:12px}.summaryPills{flex-wrap:wrap}.reportHero{align-items:flex-start;flex-direction:column;gap:25px}.formRow{grid-template-columns:1fr}}

/* Premium product depth */
.workspace{border:0;background:none;display:flex;align-items:center;gap:8px;margin-right:18px;text-align:left;cursor:pointer}.workspace>span{width:29px;height:29px;border-radius:7px;background:#dff3e8;color:#078751;display:grid;place-items:center;font-size:8px;font-weight:900}.workspace>div{display:flex;flex-direction:column}.workspace b{font-size:8px}.workspace small{font-size:6px;color:var(--muted)}.workspace>i{font-style:normal;font-size:8px;color:var(--muted)}.sync{display:flex!important;align-items:center;gap:5px;background:#edf7f1;color:#168653!important;border-radius:99px;padding:6px 8px;font-size:6px!important}.sync i{width:5px;height:5px;background:#12ad69;border-radius:50%;box-shadow:0 0 0 3px #ccebdc}.trackingGrid{display:grid;grid-template-columns:1.55fr .75fr;gap:14px;margin-bottom:14px}.trackingGrid>article{background:white;border:1px solid #dfe7e3;border-radius:11px;padding:18px}.panelHead>div:last-child{display:flex;align-items:center;gap:6px}.panelHead>div:last-child>button{border:1px solid #dfe7e3;background:white;border-radius:6px;width:27px;height:27px}.mapCanvas{height:270px;margin-top:14px;position:relative;overflow:hidden;border-radius:8px;background-color:#e8efeb;background-image:linear-gradient(35deg,transparent 42%,#d5dfda 43% 45%,transparent 46%),linear-gradient(120deg,transparent 47%,#dbe4df 48% 51%,transparent 52%),radial-gradient(circle at 70% 30%,#d3e4dc 0 8%,transparent 9%)}.road{position:absolute;height:8px;background:#fff;border:1px solid #dce5e1;border-radius:99px}.r1{width:120%;left:-10%;top:42%;transform:rotate(12deg)}.r2{width:85%;left:20%;top:65%;transform:rotate(-25deg)}.r3{width:70%;left:-10%;top:18%;transform:rotate(-30deg)}.route{position:absolute;left:18%;top:24%;width:62%;height:48%;border:3px dashed #18aa6b;border-left:0;border-bottom:0;border-radius:0 80% 0 0;transform:rotate(10deg)}.pin{position:absolute;border:0;background:none;cursor:pointer;display:flex;align-items:center;gap:5px}.pin>i{width:26px;height:26px;border-radius:8px 8px 8px 0;transform:rotate(-45deg);background:#0ea968;color:white;display:grid;place-items:center;font-style:normal;box-shadow:0 7px 15px #0b6f4950}.pin>i::first-letter{transform:rotate(45deg)}.pin>span{background:white;border-radius:6px;padding:6px 8px;box-shadow:0 8px 20px #16382a26;display:flex;flex-direction:column;text-align:left}.pin b{font-size:7px}.pin small{font-size:6px;color:var(--muted)}.p1{left:20%;top:27%}.p2{right:15%;top:37%}.p3{left:52%;bottom:16%}.pin.alert>i{background:#e16f3d}.mapLegend{position:absolute;left:10px;bottom:10px;background:white;border-radius:6px;padding:7px 9px;display:flex;gap:10px;font-size:6px}.mapLegend i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:4px}.mapLegend span:last-child i{background:#e16f3d}.alertCount{width:28px;height:28px;border-radius:50%;background:#fff0e6;color:#dd7137;display:grid;place-items:center}.alertItem{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:14px 0;border-top:1px solid #edf1ef}.alertItem>i{width:27px;height:27px;border-radius:7px;background:#edf4f0;color:#188d5a;display:grid;place-items:center;font-style:normal}.alertItem.critical>i{background:#fff0e7;color:#df7238}.alertItem>div{display:flex;flex-direction:column}.alertItem b{font-size:7px}.alertItem small{font-size:6px;color:var(--muted);margin-top:3px}.alertItem button{border:0;background:#f2f6f4;border-radius:5px;padding:6px;font-size:6px}.slaPanel>a{display:block;margin-top:8px;color:#0b9e61;font-size:7px;font-weight:800;text-decoration:none}.tr[data-status]{cursor:pointer;transition:background .18s}.tr[data-status]:hover{background:#f2f8f5}.drawerShade{position:fixed;z-index:59;inset:0;background:rgba(4,15,12,.35);opacity:0;pointer-events:none;transition:.25s}.drawerShade.open{opacity:1;pointer-events:auto}.shipmentDrawer{position:fixed;z-index:60;right:-440px;top:0;width:min(420px,100%);height:100vh;background:white;color:var(--text);padding:25px;box-shadow:-20px 0 60px rgba(6,28,20,.22);transition:right .3s;overflow:auto}.shipmentDrawer.open{right:0}.drawerTop{display:flex;justify-content:space-between;align-items:center}.drawerTop>span{font-size:6px;letter-spacing:.16em;color:var(--green);font-weight:900}.drawerTop button{border:0;background:none;font-size:22px}.drawerId{display:flex;justify-content:space-between;align-items:center;margin:25px 0}.drawerId small,.drawerStats small{font-size:6px;color:var(--muted)}.drawerId h2{font-size:21px;margin:3px 0}.drawerId em{font-style:normal;background:#e5f3fa;color:#3679b7;border-radius:99px;padding:7px 9px;font-size:6px}.drawerRoute{background:#f3f7f5;border-radius:9px;padding:17px}.drawerRoute>div{display:grid;grid-template-columns:18px 1fr;gap:8px;position:relative}.drawerRoute>div:first-child{padding-bottom:24px}.drawerRoute>div:first-child:after{content:"";position:absolute;left:5px;top:13px;bottom:0;border-left:2px dashed #b7c8c0}.drawerRoute i{width:11px;height:11px;border:3px solid var(--green);border-radius:50%;background:white;z-index:2}.drawerRoute span{display:flex;flex-direction:column}.drawerRoute small{font-size:6px;color:var(--muted)}.drawerRoute b{font-size:9px;margin:3px 0}.drawerRoute em{font-style:normal;font-size:6px;color:var(--muted)}.drawerStats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.drawerStats span{border:1px solid #e1e8e5;border-radius:7px;padding:12px;display:flex;flex-direction:column}.drawerStats b{font-size:9px;margin-top:4px}.drawerSection{margin-top:24px}.drawerSection>b{font-size:10px}.timeline{margin-top:15px}.timeline span{display:grid;grid-template-columns:22px 1fr;position:relative;padding-bottom:23px}.timeline span:after{content:"";position:absolute;left:8px;top:17px;bottom:0;border-left:1px solid #d7e1dc}.timeline span:last-child:after{display:none}.timeline i{width:17px;height:17px;border-radius:50%;background:#e5ece8;display:grid;place-items:center;font-style:normal;font-size:7px;z-index:2}.timeline .done i{background:#dff4e8;color:#0a9759}.timeline .current i{background:var(--green);color:white;box-shadow:0 0 0 4px #dcf3e7}.timeline b{font-size:8px}.timeline small{grid-column:2;font-size:6px;color:var(--muted);margin-top:3px}.drawerActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.drawerActions button{border:1px solid #dbe5e0;background:white;border-radius:7px;padding:11px;font-size:7px;font-weight:800}.drawerActions button:first-child{background:var(--green);color:white;border-color:var(--green)}.demoDisclaimer{position:fixed;z-index:35;left:50%;bottom:14px;transform:translateX(-50%);background:#0b1f2aeb;color:#aebfc7;border:1px solid #2b434f;border-radius:99px;padding:8px 13px;font-size:6px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.demoDisclaimer span{color:#64d991;font-weight:900;margin-right:7px}.dark .trackingGrid>article{background:#13242c;border-color:#263a43}.dark .mapCanvas{filter:brightness(.7) saturate(.8)}.dark .tr[data-status]:hover{background:#1a3038}.dark .shipmentDrawer{background:#13242c}.dark .drawerRoute{background:#1b3038}.dark .drawerStats span{border-color:#2a4048}
@media(max-width:1050px){.workspace{display:none}.trackingGrid{grid-template-columns:1fr}}@media(max-width:600px){.sync{display:none!important}.mapCanvas{height:230px}.trackingGrid{grid-template-columns:1fr}.demoDisclaimer{width:calc(100% - 20px);text-align:center}}
