@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#2563eb;--primary-dark:#1e40af;--sidebar:#0f172a;--background:#f1f5f9;--card:#fff;--text:#0f172a;--text-light:#64748b;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--shadow:0 10px 30px #0f172a14;--radius:18px}body{background:var(--background);color:var(--text);font-family:Inter,sans-serif;overflow:hidden}button{font-family:inherit}a{color:inherit;text-decoration:none}html,body,#root{width:100%;height:100%}body{background:#06152f;font-family:Segoe UI,Arial,Helvetica,sans-serif;overflow:hidden}.container{background-color:#06152f;background-image:linear-gradient(#030e261a 0%,#030e263d 100%),url(/images/login-form-background.webp);background-position:50%,100%;background-repeat:no-repeat,no-repeat;background-size:cover,max(500px,66.667vh);width:100%;height:100dvh;display:flex;overflow:hidden}.left{background-color:#03132d;background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1;min-width:0}.right{width:clamp(410px,36vw,500px);box-shadow:none;flex:none;justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden auto;background:0 0!important}@media (width>=781px){.left{-webkit-mask-image:linear-gradient(90deg,#000 0 calc(100% - 110px),#000000e0 calc(100% - 85px),#00000085 calc(100% - 48px),#0000 100%);mask-image:linear-gradient(90deg,#000 0 calc(100% - 110px),#000000e0 calc(100% - 85px),#00000085 calc(100% - 48px),#0000 100%);background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.right{background-color:#0000!important;background-image:none!important;margin-left:0!important}.right:before,.right:after{content:none!important;display:none!important}}.login-box{z-index:1;box-sizing:border-box;border-radius:0;width:min(100%,370px);padding:30px 28px;position:relative;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important}.login-box h1{color:#fff;letter-spacing:-.04em;text-align:center;text-shadow:0 4px 15px #0000006b;margin:0 0 10px;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:clamp(36px,3.2vw,46px);font-weight:900;line-height:1}.login-box h1 span{color:#fff}.login-box h1 strong{color:#2f8cff;font:inherit;text-shadow:0 0 18px #2f8cff59}.login-box p{color:#dce8f7;text-align:center;text-shadow:0 2px 8px #00000070;max-width:310px;margin:0 auto 25px;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:15px;font-weight:550;line-height:1.3}.field{border:1px solid #ffffffd1;border-radius:10px;align-items:center;width:100%;height:52px;margin-bottom:14px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden;box-shadow:0 7px 20px #0206173b;background:#fff!important}.field:hover{border-color:#93c5fd}.field:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e,0 8px 22px #02061740;background:#fff!important}.field-icon{color:#54708f;border-right:1px solid #dbe5f0;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;display:flex}.field input{color:#1e293b;caret-color:#2563eb;appearance:none;background:0 0;flex:1;width:100%;min-width:0;height:100%;padding:0 15px;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500;box-shadow:none!important;border:0!important;outline:none!important}.field input::placeholder{color:#7b8da4}.field input:disabled{cursor:not-allowed;opacity:.65}.remember{justify-content:space-between;align-items:center;gap:12px;margin:3px 0 22px;display:flex}.remember label{color:#e5edf7;white-space:nowrap;text-shadow:0 2px 7px #0000006b;align-items:center;gap:7px;font-size:13px;display:flex}.remember input[type=checkbox]{accent-color:#2563eb;width:16px;height:16px;margin:0}.remember a{color:#7db7ff;white-space:nowrap;text-shadow:0 2px 7px #0000006b;font-size:13px;font-weight:700;text-decoration:none}.remember a:hover{color:#b5d7ff;text-decoration:underline}.login-box button{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(#3479f3 0%,#2463db 100%);border:0;border-radius:10px;width:100%;height:52px;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;transition:background .18s,transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 8px 20px #2563eb4d}.login-box button:hover:not(:disabled){background:linear-gradient(#4285f4 0%,#1d56c5 100%);transform:translateY(-1px);box-shadow:0 10px 24px #2563eb57}.login-box button:active:not(:disabled){transform:translateY(0)}.login-box button:disabled{cursor:not-allowed;opacity:.62}@media (width<=780px){.container{background:#06152f;display:block}.left{display:none;-webkit-mask-image:none;mask-image:none}.right{width:100%;min-height:100dvh;box-shadow:none;padding:18px;background-color:#06152f!important;background-image:linear-gradient(#030e262e 0%,#030e2657 100%),url(/images/login-form-background.webp)!important;background-position:72%!important;background-repeat:no-repeat!important;background-size:cover!important}.login-box{width:min(100%,360px);padding:25px 21px!important}.login-box h1{margin-bottom:8px;font-size:33px}.login-box p{margin-bottom:21px;font-size:13px}.field{height:50px;margin-bottom:12px}.field-icon{flex-basis:50px;width:50px;height:50px}.field input{font-size:16px}.remember{margin-bottom:19px}.remember label,.remember a{font-size:12px}.login-box button{height:50px;font-size:15px}}@media (width<=780px) and (height<=650px){.right{align-items:flex-start;padding-top:14px;padding-bottom:14px}.login-box{padding:18px 19px!important}.login-box h1{font-size:30px}.login-box p{margin-bottom:15px}.field{height:46px;margin-bottom:10px}.field-icon{flex-basis:46px;width:46px;height:46px}.remember{margin-bottom:14px}.login-box button{height:46px}}*{box-sizing:border-box;margin:0;padding:0}.dashboard{background:#f5f7fb;width:100%;height:100vh;position:relative}.sidebar{color:#fff;background:#1f2937;flex-direction:column;width:260px;padding:30px;display:flex}.menu a{color:#fff;border-radius:8px;padding:12px 15px;font-size:17px;text-decoration:none;transition:all .25s}.menu a:hover{background:#374151}.content{width:100%;height:100vh;position:relative;overflow:hidden}.header{z-index:1000;background:0 0;justify-content:flex-end;display:flex;position:absolute;top:10px;right:110px}.header h1,.header .user{pointer-events:auto}.header h1{color:#fff;background:#0f172a;border-radius:9px;padding:7px 12px;font-size:14px;font-weight:600}.user{color:#fff;background:#0f172a;border-radius:9px;align-items:center;padding:7px 12px;font-size:13px;font-weight:500;display:flex}.logout{color:#fff;cursor:pointer;background:#2360ff;border:none;border-radius:8px;padding:10px 18px}.logout:hover{background:#184be2}.main{width:100%;height:100vh;padding:0;overflow:hidden}.cards{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px;display:grid}.card{border-radius:12px;min-height:90px;padding:14px 18px}.card h3{margin-bottom:8px;font-size:14px}.card span{font-size:24px;font-weight:700}.map-layout{width:100%;height:100%;margin:0;padding:0}.map{border-radius:0;width:100%;height:100vh;position:relative;overflow:hidden}.map-stats{z-index:1000;flex-direction:column;gap:8px;display:flex;position:absolute;top:14px;right:14px}.map-stat{color:#fff;background:#0f172aeb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:48px;height:42px;display:flex;box-shadow:0 4px 12px #0000002e}.map-stat span{font-size:20px;font-weight:700}.map-stat small{font-size:10px}.map-stat.total{color:#fff;background:#1e3a8a}.map-stat.stat-online{color:#fff;background:#16a34a}.map-stat.stat-offline{color:#fff;background:#dc2626}.map-whatsapp{color:#fff;background:#25d366;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:48px;height:42px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #00000026}.map-whatsapp:hover{background:#20bf5b;transform:translateY(-2px)}.map-whatsapp svg{margin-bottom:6px;font-size:15px}.map-whatsapp span{font-size:12px;font-weight:700}.map-stat.map-stat-filter{cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .14s,filter .14s,box-shadow .14s}.map-stat.map-stat-filter:hover{filter:brightness(1.08);transform:translateY(-2px)}.map-stat.map-stat-filter:active{transform:translateY(0)}.map-stat.map-stat-filter.active{filter:brightness(1.08);box-shadow:0 0 0 2px #fff,0 5px 14px #0f172a47}.map-stat.map-stat-filter:focus-visible{outline-offset:2px;outline:3px solid #ffffffeb}@media (width<=700px){.map-stat.map-stat-filter:hover{transform:none}.map-stat.map-stat-filter.active{transform:scale(1.03)}}.trackvolt-vehicle-pin{justify-content:center;align-items:flex-start;width:38px;height:44px;display:flex;position:relative;background:0 0!important;border:none!important}.trackvolt-vehicle-pin-circle{z-index:2;box-sizing:border-box;color:#111827;border:3px solid #111827;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative;box-shadow:0 2px 5px #0f172a59}.trackvolt-vehicle-pin-circle:after{content:"";z-index:-1;box-sizing:border-box;background:inherit;border-bottom:3px solid #111827;border-right:3px solid #111827;border-radius:0 0 2px;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.trackvolt-vehicle-pin-point{display:none!important}.trackvolt-vehicle-pin-circle svg{z-index:3;fill:currentColor;color:#111827;min-width:18px;min-height:18px;display:block;position:relative;width:18px!important;height:18px!important}.trackvolt-vehicle-pin.online .trackvolt-vehicle-pin-circle{background:#22e673}.trackvolt-vehicle-pin.offline .trackvolt-vehicle-pin-circle{background:#ef4444}.leaflet-marker-icon:has(.trackvolt-vehicle-pin){background:0 0!important;border:none!important}.leaflet-popup-content-wrapper{box-shadow:none!important;background:0 0!important;border-radius:14px!important;padding:0!important}.leaflet-popup-content{margin:0;font-family:Segoe UI,sans-serif;width:230px!important}.leaflet-popup-tip{background:#0f172a!important}.leaflet-popup-close-button{color:#94a3b8!important}.popup-card{color:#fff;background:#0f172a;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #00000040}.popup-header{color:#fff;background:#0f172a;border-bottom:1px solid #ffffff14;padding:10px 12px}.popup-title{font-size:15px;font-weight:700}.popup-plate{color:#94a3b8;margin-top:2px;font-size:10px}.popup-body{padding:10px 12px}.popup-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;font-size:11px;display:flex}.popup-label{color:#94a3b8;font-weight:500}.popup-value{color:#fff;text-align:right;font-weight:600}.popup-address{color:#cbd5e1;border-top:1px solid #ffffff14;margin-top:8px;padding-top:8px;font-size:10px;line-height:16px}.popup-divider{border:none;border-top:1px solid #ffffff14;margin:10px 0}.popup-block-button,.popup-unblock-button{color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:9px;font-size:12px;font-weight:700;transition:all .2s}.popup-block-button{background:#dc2626}.popup-unblock-button{background:#16a34a}.leaflet-tooltip.trackvolt-vehicle-label,.leaflet-tooltip-top.trackvolt-vehicle-label{white-space:nowrap;pointer-events:none;text-shadow:-1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff,0 0 3px #fff;font-size:13px;font-weight:800;line-height:1;box-shadow:none!important;color:#111827!important;background:0 0!important;border:0!important;border-radius:0!important;outline:none!important;margin:0!important;padding:0!important}.leaflet-tooltip.trackvolt-vehicle-label:before,.leaflet-tooltip-top.trackvolt-vehicle-label:before{content:none!important;border:0!important;display:none!important}.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.diagnostic-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.diagnostic-grid strong{color:#475569;font-size:12px}.diagnostic-grid span{color:#0f172a;word-break:break-word;font-size:13px}.popup-gps-signal{justify-content:flex-end;align-items:flex-end;gap:7px;display:flex}.gps-signal-bars{align-items:flex-end;gap:2px;height:16px;display:flex}.gps-signal-bar{background:#475569;border-radius:2px 2px 0 0;width:4px;transition:background-color .2s,opacity .2s}.gps-signal-bar:first-child{height:4px}.gps-signal-bar:nth-child(2){height:8px}.gps-signal-bar:nth-child(3){height:12px}.gps-signal-bar:nth-child(4){height:16px}.gps-signal-bar.active{background:#fff}.gps-satellite-count{color:#fff;text-align:right;min-width:18px;font-size:11px;font-weight:700}@media (width<=600px){.diagnostic-grid{grid-template-columns:1fr}}.trackvolt-map-shell{width:100%;height:100%;position:relative;overflow:hidden}.geofence-panel{z-index:850;box-sizing:border-box;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1f2937f5;border:1px solid #334155e6;border-radius:12px;width:235px;max-height:calc(100% - 24px);padding:12px;position:absolute;top:12px;left:66px;overflow-y:auto;box-shadow:0 8px 22px #0f172a40}.geofence-panel-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;display:flex}.geofence-panel-title{color:#fff;font-size:14px;font-weight:800}.geofence-add-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:800}.geofence-editor-title{color:#cbd5e1;margin-bottom:7px;font-size:10px;font-weight:700}.geofence-name-input{box-sizing:border-box;color:#fff;background:#111827;border:1px solid #475569;border-radius:7px;outline:none;width:100%;height:34px;padding:7px 9px;font-size:11px}.geofence-name-input::placeholder{color:#94a3b8}.geofence-name-input:focus{border-color:#60a5fa}.geofence-help,.geofence-points{color:#cbd5e1;font-size:9px;line-height:1.35;display:block}.geofence-help{margin-top:8px}.geofence-points{margin-top:5px}.geofence-message{color:#fff;background:#7f1d1d;border-radius:6px;margin-bottom:8px;padding:7px 8px;font-size:9px;line-height:1.3}.geofence-actions{gap:5px;margin-top:8px;display:flex}.geofence-actions button{color:#fff;cursor:pointer;background:#475569;border:0;border-radius:7px;flex:1;padding:7px 5px;font-size:9px;font-weight:700}.geofence-actions button:disabled{cursor:not-allowed;opacity:.45}.geofence-actions .geofence-save-button{background:#16a34a}.geofence-empty{color:#94a3b8;text-align:center;padding:12px 4px;font-size:9px}.geofence-list{flex-direction:column;gap:7px;display:flex}.geofence-card{background:#111827;border:1px solid #475569;border-radius:9px;overflow:hidden}.geofence-card.active{border-color:#334155}.geofence-card-top{justify-content:space-between;align-items:center;gap:8px;padding:9px;display:flex}.geofence-card-top strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:10px;overflow:hidden}.geofence-status{color:#cbd5e1;cursor:pointer;background:#374151;border:1px solid #64748b;border-radius:7px;flex:none;min-width:59px;padding:5px 6px;font-size:8px;font-weight:800}.geofence-status.active{color:#fff;background:#16a34a;border-color:#16a34a}.geofence-card-actions{gap:5px;padding:0 9px 9px;display:flex}.geofence-card-actions button{color:#fff;cursor:pointer;background:#475569;border:0;border-radius:6px;flex:1;padding:6px;font-size:8px;font-weight:700}.geofence-card-actions button.danger{background:#b91c1c}@media (width<=700px){.geofence-panel{width:205px;max-height:calc(100% - 16px);padding:10px;top:8px;left:54px}.geofence-panel-title{font-size:12px}.geofence-add-button{font-size:8px}.geofence-name-input{height:32px;font-size:10px}.geofence-card-top{padding:8px}.geofence-card-actions{padding:0 8px 8px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.dialog-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-box{background:#fff;border-radius:16px;width:360px;padding:24px;font-family:Segoe UI,sans-serif;box-shadow:0 15px 45px #00000040}.dialog-title{color:#111827;margin-bottom:14px;font-size:20px;font-weight:700}.dialog-message{color:#4b5563;margin-bottom:24px;line-height:1.6}.dialog-actions{justify-content:flex-end;gap:12px;display:flex}.dialog-cancel{color:#111827;cursor:pointer;background:#e5e7eb;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.dialog-confirm{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:10px 18px;font-weight:700}.dialog-confirm:hover{background:#b91c1c}.vehicles-page{box-sizing:border-box;color:#0f172a;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;background:linear-gradient(#edf4fb 0%,#f4f7fb 50%,#edf3f8 100%);width:100%;height:100dvh;min-height:0;padding:18px 26px 30px;overflow:hidden auto}.vehicles-page::-webkit-scrollbar{width:7px}.vehicles-page::-webkit-scrollbar-track{background:0 0}.vehicles-page::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.vehicles-header{box-sizing:border-box;background:linear-gradient(#f8fbff 0%,#eef5fc 100%);border:1px solid #d9e5f1;border-radius:14px;justify-content:center;align-items:center;min-height:82px;margin-bottom:12px;padding:12px 220px 12px 24px;display:flex;position:relative;box-shadow:0 3px 12px #0f172a0b}.vehicles-header-copy{text-align:center;width:min(100%,620px)}.vehicles-header h1{color:#12335f;letter-spacing:-.025em;margin:0;font-size:28px;font-weight:850;line-height:1.05}.vehicles-header p{color:#617792;margin:5px 0 0;font-size:13px;font-weight:500;line-height:1.35}.new-vehicle{color:#174a8b;cursor:pointer;background:#f8fbff;border:1px solid #bcd3ec;border-radius:10px;min-height:38px;padding:0 17px;font-size:12px;font-weight:800;transition:border-color .15s,background .15s,color .15s;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 2px 7px #0f172a0b}.new-vehicle:hover{color:#0f5fb5;background:#eaf4ff;border-color:#7fb4ee}.search-box{justify-content:center;width:100%;margin-bottom:14px;display:flex}.search-box input{box-sizing:border-box;color:#0f172a;background:#f9fbfe;border:1px solid #c8d7e8;border-radius:10px;outline:none;width:min(100%,410px);height:38px;padding:0 13px;font-size:14px;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0f172a08}.search-box input::placeholder{color:#879bb3}.search-box input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb17}.vehicle-table{scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;background:#fbfdff;border:1px solid #d8e4f0;border-radius:13px;max-height:calc(100dvh - 190px);overflow:hidden auto;box-shadow:0 4px 16px #0f172a0d}.vehicle-table::-webkit-scrollbar{width:7px}.vehicle-table::-webkit-scrollbar-track{background:0 0}.vehicle-table::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.vehicle-row{box-sizing:border-box;cursor:pointer;background:#fbfdff;border-bottom:1px solid #e8eef5;align-items:center;gap:14px;min-height:60px;padding:11px 16px;transition:background .13s,border-color .13s;display:flex}.vehicle-row:last-child{border-bottom:0}.vehicle-row-info{flex:1;min-width:0}.vehicle-row strong{color:#15365f;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:750;line-height:1.25;display:block;overflow:hidden}.vehicle-row p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:10px;line-height:1.3;overflow:hidden}.vehicle-admin-details{color:#64748b;flex-wrap:wrap;gap:4px 14px;margin-top:6px;font-size:10px;line-height:1.3;display:flex}.vehicle-admin-details span{background:#f8fbff;border:1px solid #dbe7f2;border-radius:6px;padding:3px 7px}.edit-vehicle-button{color:#1859a5;cursor:pointer;background:#f5f9ff;border:1px solid #93b9e5;border-radius:7px;flex:none;min-height:30px;padding:0 11px;font-size:10px;font-weight:800;transition:border-color .14s,background .14s,color .14s}.edit-vehicle-button:hover{color:#174a8b;background:#eaf4ff;border-color:#60a5fa}.vehicle-modal-overlay{z-index:1500;background:#0f172aa6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.vehicle-modal{background:#fff;border:1px solid #d9e5f1;border-radius:14px;width:100%;max-width:390px;overflow:hidden;box-shadow:0 20px 55px #0f172a47}.vehicle-modal-header{background:#f8fbff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.vehicle-modal-header h2{color:#12335f;margin:0;font-size:18px}.vehicle-modal-header button{color:#475569;cursor:pointer;background:#edf3f8;border:0;border-radius:8px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:21px;line-height:1;display:flex}.vehicle-modal-header button:hover{color:#0f172a;background:#e2e8f0}.vehicle-modal-body{flex-direction:column;gap:12px;padding:16px 18px;display:flex}.vehicle-modal-body label{color:#334155;flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.vehicle-modal-body input,.vehicle-modal-body select{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:39px;padding:8px 11px;font-size:13px}.vehicle-modal-body input:focus,.vehicle-modal-body select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.vehicle-modal-error{color:#b91c1c;background:#fef2f2;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:600}.vehicle-modal-footer{background:#fbfdff;border-top:1px solid #eef2f7;justify-content:flex-end;gap:9px;padding:12px 18px 16px;display:flex}.vehicle-modal-footer button{cursor:pointer;border-radius:8px;min-width:105px;padding:9px 14px;font-size:12px;font-weight:700}.vehicle-modal-footer button:first-child{color:#475569;background:#fff;border:1px solid #cbd5e1}.vehicle-modal-footer button:first-child:hover{background:#f8fafc}.vehicle-modal-footer button:last-child{color:#fff;background:#2563eb;border:1px solid #2563eb}.vehicle-modal-footer button:last-child:hover{background:#1d4ed8;border-color:#1d4ed8}.vehicle-modal-footer button:disabled,.vehicle-modal-header button:disabled{cursor:not-allowed;opacity:.65}@media (width<=700px){.vehicles-page{height:100dvh;padding:8px 7px 18px;overflow:hidden auto}.vehicles-header{border-radius:11px;min-height:88px;margin-bottom:8px;padding:8px 8px 38px}.vehicles-header h1{font-size:20px}.vehicles-header p{max-width:270px;margin:3px auto 0;font-size:9px;line-height:1.25}.new-vehicle{border-radius:8px;min-height:29px;padding:0 11px;font-size:9px;top:auto;bottom:6px;right:50%;transform:translate(50%)}.search-box{margin-bottom:8px}.search-box input{width:min(100%,300px);height:35px;font-size:16px}.vehicle-table{border-radius:10px;max-height:calc(100dvh - 155px)}.vehicle-row{gap:7px;min-height:49px;padding:8px 9px}.vehicle-row strong{font-size:11px}.vehicle-row p{margin-top:3px;font-size:8px}.vehicle-admin-details{flex-flow:wrap;gap:3px 5px;margin-top:4px;font-size:8px}.vehicle-admin-details span{border-radius:5px;padding:2px 5px}.edit-vehicle-button{min-height:26px;padding:0 7px;font-size:8px}.vehicle-modal{max-width:360px}.vehicle-modal-footer button{flex:1;min-width:0}}.vehicles-page{background-color:#d7e9fb;background-image:linear-gradient(90deg,#cfe3f785 0%,#e0eefc61 42%,#bfdaf57a 100%),url(/reports-background.webp);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover}@media (width<=700px){.vehicles-page{background-color:#cfe3f8;background-image:linear-gradient(#cae1f87a 0%,#ddedfc6b 48%,#bcd8f585 100%),url(/reports-background.webp);background-position:50%,78%;background-repeat:no-repeat,no-repeat;background-size:cover,auto 100%}}.vehicle-table{-webkit-backdrop-filter:blur(3px);background:#fbfdff4d}.vehicle-row{background:#fbfdffb8}.vehicle-row:hover{background:#f1f7fde0}.vehicle-row.selected{background:#edf5ffe6;box-shadow:inset 3px 0 #3b82f6}@media (width<=700px){.vehicle-table{background:#fbfdff42}.vehicle-row{background:#fbfdffbd}}.users-page{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;color:#0f172a;background:linear-gradient(#edf4fb 0%,#f4f7fb 50%,#edf3f8 100%);width:100%;height:100dvh;min-height:0;padding:18px 26px 30px;overflow:hidden auto}.users-page::-webkit-scrollbar{width:7px}.users-page::-webkit-scrollbar-track{background:0 0}.users-page::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.users-header{box-sizing:border-box;background:linear-gradient(#f8fbff 0%,#eef5fc 100%);border:1px solid #d9e5f1;border-radius:14px;justify-content:center;align-items:center;min-height:82px;margin-bottom:12px;padding:12px 190px 12px 24px;display:flex;position:relative;box-shadow:0 3px 12px #0f172a0b}.users-header>div{text-align:center;width:min(100%,620px)}.users-header h1{color:#12335f;letter-spacing:-.025em;margin:0;font-size:28px;font-weight:850;line-height:1.05}.users-header p{color:#617792;margin:5px 0 0;font-size:13px;font-weight:500;line-height:1.35}.new-user-button{color:#174a8b;cursor:pointer;background:#f8fbff;border:1px solid #bcd3ec;border-radius:10px;min-height:38px;padding:0 17px;font-size:12px;font-weight:800;transition:border-color .15s,background .15s,color .15s;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 2px 7px #0f172a0b}.new-user-button:hover{color:#0f5fb5;background:#eaf4ff;border-color:#7fb4ee}.users-search{justify-content:center;width:100%;margin-bottom:15px;display:flex}.users-search input{box-sizing:border-box;color:#0f172a;background:#f9fbfe;border:1px solid #c8d7e8;border-radius:10px;outline:none;width:min(100%,360px);height:38px;padding:0 13px;font-size:14px;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0f172a08}.users-search input::placeholder{color:#879bb3}.users-search input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb17}.users-table{border-collapse:separate;border-spacing:0;background:#fbfdff;border:1px solid #d8e4f0;border-radius:13px;width:100%;overflow:hidden;box-shadow:0 4px 16px #0f172a0d}.users-table thead th{color:#27486d;text-align:left;white-space:nowrap;background:#e8f1fa;border-bottom:1px solid #d9e5f1;padding:11px 14px;font-size:11px;font-weight:800}.users-table tbody td{color:#334155;vertical-align:middle;border-bottom:1px solid #e8eef5;padding:11px 14px;font-size:12px;line-height:1.3}.users-table tbody tr:last-child td{border-bottom:0}.users-table tbody tr{transition:background .13s}.users-table tbody td:first-child{color:#15365f;font-weight:700}.users-table tbody td:nth-child(2){color:#475569}.users-table tbody td:nth-child(3){color:#334155;font-weight:600}.users-table tbody td:nth-child(4){color:#15803d;font-weight:800}.users-table td button{color:#334155;cursor:pointer;background:#f9fbfe;border:1px solid #cbd9e8;border-radius:7px;min-height:30px;padding:0 10px;font-size:11px;font-weight:700;transition:border-color .14s,background .14s,color .14s}.users-table td button:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.users-table td button:last-child:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.users-empty{box-sizing:border-box;color:#60738f;text-align:center;background:#fbfdff;border:1px solid #d8e4f0;border-radius:12px;width:min(100%,520px);margin:28px auto;padding:20px;font-size:13px;font-weight:600}@media (width<=980px){.users-page{height:100dvh;padding:14px 14px 24px;overflow:hidden auto}.users-header{min-height:108px;padding:11px 14px 50px}.new-user-button{min-height:36px;top:auto;bottom:12px;right:50%;transform:translate(50%)}}@media (width<=700px){.users-page{height:100dvh;padding:8px 7px 18px;overflow:hidden auto}.users-header{border-radius:11px;min-height:88px;margin-bottom:8px;padding:8px 8px 38px}.users-header h1{font-size:20px}.users-header p{max-width:270px;margin:3px auto 0;font-size:9px;line-height:1.25}.new-user-button{border-radius:8px;min-height:29px;padding:0 12px;font-size:10px;bottom:6px}.users-search{margin-bottom:9px}.users-search input{width:min(100%,290px);height:35px;font-size:16px}.users-table{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;border-radius:10px;width:100%;display:block;overflow:auto visible}.users-table::-webkit-scrollbar{height:5px}.users-table::-webkit-scrollbar-track{background:0 0}.users-table::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.users-table thead,.users-table tbody{table-layout:fixed;border-collapse:collapse;width:575px;display:table}.users-table thead{border-bottom:1px solid #d9e5f1}.users-table thead th{border-bottom:0;padding:7px 6px;font-size:8px}.users-table tbody td{white-space:nowrap;text-overflow:ellipsis;padding:7px 6px;font-size:9px;line-height:1.2;overflow:hidden}.users-table th:first-child,.users-table td:first-child{width:105px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:155px}.users-table th:nth-child(3),.users-table td:nth-child(3){width:65px}.users-table th:nth-child(4),.users-table td:nth-child(4){width:50px}.users-table th:nth-child(5),.users-table td:nth-child(5){width:200px}.users-table thead th:first-child,.users-table tbody td:first-child{z-index:2;background:#eef5fc;position:sticky;left:0}.users-table tbody td:first-child{background:#fbfdff}.users-table tbody tr:hover td:first-child{background:#f1f7fd}.users-table td:last-child>div{flex-wrap:nowrap!important;gap:4px!important}.users-table td button{border-radius:6px;min-height:25px;padding:0 7px;font-size:8px}}.users-page{background-color:#d7e9fb;background-image:linear-gradient(90deg,#cfe3f785 0%,#e0eefc61 42%,#bfdaf57a 100%),url(/reports-background.webp);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover}.users-table{-webkit-backdrop-filter:blur(3px);background:#fbfdff4d}.users-table thead th{background:#e8f1fad1}.users-table tbody tr{background:#fbfdffb8}.users-table tbody tr:hover{background:#f1f7fde0}.users-empty{-webkit-backdrop-filter:blur(3px);background:#fbfdffc2}@media (width<=700px){.users-page{background-color:#cfe3f8;background-image:linear-gradient(#cae1f87a 0%,#ddedfc6b 48%,#bcd8f585 100%),url(/reports-background.webp);background-position:50%,78%;background-repeat:no-repeat,no-repeat;background-size:cover,auto 100%}.users-table{background:#fbfdff42}.users-table thead th{background:#e8f1fad6}.users-table tbody tr{background:#fbfdffbd}.users-table thead th:first-child{background:#eef5fcf0}.users-table tbody td:first-child{background:#fbfdffeb}.users-table tbody tr:hover td:first-child{background:#f1f7fdf0}}.modal-overlay{z-index:1000;background:#0f172aa8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border:1px solid #d9e5f1;border-radius:14px;width:100%;max-width:440px;max-height:calc(100dvh - 32px);overflow:hidden;box-shadow:0 20px 55px #0f172a42}.modal:focus{outline:none}.modal-header{background:#f8fbff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.modal-header h2{color:#12335f;margin:0;font-size:18px;font-weight:800}.modal-header p{margin-top:3px!important;font-size:12px!important}.modal-close{color:#475569;cursor:pointer;background:#edf3f8;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:21px;line-height:1;transition:all .15s;display:flex}.modal-close:hover{color:#0f172a;background:#e2e8f0}.modal-body{flex-direction:column;gap:11px;max-height:calc(100dvh - 180px);padding:16px 18px;display:flex;overflow-y:auto}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:#334155;font-size:12px;font-weight:600}.form-group input,.form-group select{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:39px;padding:8px 11px;font-size:13px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.modal-footer{background:#fbfdff;border-top:1px solid #eef2f7;justify-content:flex-end;gap:9px;padding:12px 18px 16px;display:flex}.secondary-button,.primary-button{cursor:pointer;border-radius:8px;min-width:96px;padding:9px 14px;font-size:12px;font-weight:700;transition:all .15s}.secondary-button{color:#475569;background:#fff;border:1px solid #cbd5e1}.secondary-button:hover{background:#f8fafc;border-color:#94a3b8}.primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.primary-button:hover{background:#1d4ed8;border-color:#1d4ed8}@media (width<=600px){.modal-overlay{align-items:center;padding:8px}.modal{border-radius:12px;max-width:390px;max-height:calc(100dvh - 16px)}.modal-header{padding:10px 12px}.modal-header h2{font-size:16px}.modal-header p{font-size:10px!important}.modal-close{width:29px;height:29px;font-size:19px}.modal-body{gap:8px;max-height:calc(100dvh - 135px);padding:10px 12px}.form-group{gap:3px}.form-group label{font-size:10px}.form-group input,.form-group select,.modal input[type=text],.modal input[type=email],.modal input[type=password],.modal input[type=tel]{height:38px;font-size:16px!important}.modal-footer{gap:7px;padding:9px 12px 11px}.secondary-button,.primary-button{flex:1;width:auto;min-width:0;padding:8px 9px;font-size:10px}}.settings-page{box-sizing:border-box;color:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;background-color:#d7e9fb;background-image:linear-gradient(90deg,#cfe3f785 0%,#e0eefc61 42%,#bfdaf57a 100%),url(/reports-background.webp);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover;width:100%;height:100dvh;min-height:0;padding:8px 10px 14px;overflow:hidden auto}.settings-page::-webkit-scrollbar{width:7px}.settings-page::-webkit-scrollbar-track{background:0 0}.settings-page::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.settings-panel{z-index:1;box-sizing:border-box;color:#fff;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#0f172af7 0%,#0b1220f7 100%);border:1px solid #93c5fd38;border-radius:12px;flex-direction:column;gap:6px;width:min(100%,390px);margin:0;padding:7px;display:flex;position:relative;box-shadow:10px 10px 28px #02061733}.settings-header{text-align:center;background:#ffffff0e;border:1px solid #94a3b824;border-radius:9px;padding:7px 48px}.settings-header h1{color:#fff;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:850;line-height:1.1}.settings-header p{color:#cbd5e1;text-align:center;margin:3px auto 0;font-size:9px;line-height:1.3}.settings-card{box-sizing:border-box;background:#ffffff0e;border:1px solid #94a3b838;border-radius:10px;padding:11px}.settings-label{color:#e2e8f0;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.settings-input{box-sizing:border-box;color:#fff;background:#ffffff14;border:1px solid #94a3b847;border-radius:8px;outline:none;width:100%;height:34px;padding:0 11px;font-size:12px;transition:border-color .15s,background .15s,box-shadow .15s}.settings-input::placeholder{color:#94a3b8}.settings-input:focus{background:#ffffff1c;border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb21}.settings-input:disabled{cursor:not-allowed;opacity:.65}.settings-help{color:#94a3b8;margin-top:5px;font-size:8px;line-height:1.35;display:block}.settings-loading{color:#cbd5e1;margin-top:8px;font-size:9px;font-weight:650}.settings-message{border-radius:8px;margin-top:8px;padding:7px 9px;font-size:9px;font-weight:650;line-height:1.3}.settings-message.success{color:#bbf7d0;background:#14532d6b;border:1px solid #22c55e59}.settings-message.error{color:#fecaca;background:#7f1d1d59;border:1px solid #f8717159}.settings-save{color:#fff;cursor:pointer;background:linear-gradient(#2f6ff0 0%,#2563eb 100%);border:1px solid #2563eb;border-radius:8px;width:100%;min-height:31px;margin-top:10px;padding:6px 12px;font-size:10px;font-weight:800;transition:background .15s,transform .15s,opacity .15s;box-shadow:0 4px 10px #2563eb2e}.settings-save:hover:not(:disabled){background:#1d5ec8;transform:translateY(-1px)}.settings-save:disabled{cursor:not-allowed;opacity:.6}@media (width<=700px){.settings-page{background-color:#cfe3f8;background-image:linear-gradient(#cae1f87a 0%,#ddedfc6b 48%,#bcd8f585 100%),url(/reports-background.webp);background-position:50%,78%;background-repeat:no-repeat,no-repeat;background-size:cover,auto 100%;padding:6px 5px 12px}.settings-panel{border-radius:10px;gap:5px;width:100%;padding:6px}.settings-header{border-radius:8px;padding:6px 45px}.settings-header h1{font-size:18px}.settings-header p{margin-top:2px;font-size:9px}.settings-card{padding:10px}.settings-input{height:34px;font-size:16px}.settings-save{min-height:30px;margin-top:9px}}.history-page{background:#0f172a;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.history-map-wrapper{background:#0b1220;width:100%;height:100%;min-height:520px;position:relative;overflow:hidden}.history-map-wrapper .leaflet-container{background:#e5e7eb;width:100%;height:100%}.history-side-stack{z-index:900;pointer-events:none;flex-direction:column;gap:7px;width:200px;max-width:calc(100% - 16px);max-height:calc(100% - 16px);display:flex;position:absolute;top:8px;right:8px}.history-toolbar{box-sizing:border-box;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);scrollbar-width:thin;scrollbar-color:#475569 transparent;pointer-events:auto;background:#1f2937fa;border:1px solid #475569f0;border-radius:10px;width:100%;max-height:none;padding:9px;position:relative;overflow:visible;box-shadow:0 10px 28px #0f172a57}.history-title{border-bottom:1px solid #475569bf;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;padding-bottom:8px;display:flex}.history-title h1{color:#fff;margin:0;font-size:14px;font-weight:800;line-height:1.15}.history-title p{color:#94a3b8;margin:4px 0 0;font-size:9px;font-weight:600;line-height:1.35}.history-title-badge{box-sizing:border-box;color:#fdba74;letter-spacing:.08em;background:#9a341242;border:1px solid #f9731675;border-radius:999px;justify-content:center;align-items:center;min-width:39px;height:21px;padding:0 6px;font-size:7px;font-weight:900;display:inline-flex}.history-filters{flex-direction:column;gap:8px;display:flex}.history-field{color:#cbd5e1;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.history-field>span,.history-section-label{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:900}.history-field input{box-sizing:border-box;color:#fff;background:#111827;border:1px solid #475569;border-radius:7px;outline:none;width:100%;height:34px;padding:0 9px;font-size:11px;font-weight:700}.history-field input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.history-vehicle-picker{z-index:30;position:relative}.history-vehicle-search-wrap{position:relative}.history-vehicle-search-icon{z-index:2;color:#94a3b8;pointer-events:none;font-size:14px;line-height:1;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.history-field .history-vehicle-search{padding-left:29px;padding-right:8px}.history-vehicle-results{z-index:2000;background:#111827;border:1px solid #475569;border-radius:8px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0206177a}.history-vehicle-results-head{color:#cbd5e1;background:#0f172a;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;gap:6px;padding:6px 8px;font-size:8px;font-weight:800;display:flex}.history-vehicle-results-head small{color:#64748b;font-size:7px;font-weight:700}.history-vehicle-results-list{scrollbar-width:thin;scrollbar-color:#475569 transparent;flex-direction:column;gap:2px;max-height:168px;padding:4px;display:flex;overflow-y:auto}.history-vehicle-option{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 7px;display:block}.history-vehicle-option:hover{background:#1e293b}.history-vehicle-option.selected{background:#2563eb33}.history-vehicle-option-main{flex-direction:column;gap:2px;min-width:0;display:flex}.history-vehicle-option-main strong{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:800;overflow:hidden}.history-vehicle-option-main small{color:#64748b;font-size:7px;font-weight:700}.history-vehicle-empty{color:#94a3b8;text-align:center;padding:12px 7px;font-size:8px;font-weight:700}.history-periods{flex-direction:column;gap:5px;display:flex}.history-period{color:#cbd5e1;text-align:left;cursor:pointer;background:#111827;border:1px solid #475569;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 10px;font-size:10px;font-weight:800;line-height:1.2;transition:border-color .14s,background .14s,color .14s,transform .14s;display:flex}.history-period:hover{background:#1e293b;border-color:#64748b}.history-period:active{transform:scale(.985)}.history-period.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 3px 8px #2563eb40}.history-period-arrow{color:currentColor;flex:none;font-size:8px;font-weight:900}.history-custom-date{background:#0f172a9e;border:1px solid #475569bf;border-radius:8px;flex-direction:column;gap:5px;padding:8px;display:flex}.history-custom-date small{color:#94a3b8;font-size:7px;line-height:1.35}.history-search-button{box-sizing:border-box;color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 10px;font-size:10px;font-weight:900;transition:filter .14s,transform .14s;display:flex;box-shadow:0 4px 10px #2563eb3d}.history-search-button:hover:not(:disabled){filter:brightness(1.08)}.history-search-button:active:not(:disabled){transform:scale(.985)}.history-search-button:disabled{cursor:wait;color:#cbd5e1;box-shadow:none;background:#475569}.history-search-arrow{font-size:15px;line-height:1}.history-message{color:#fde68a;background:#78350f38;border:1px solid #f59e0b59;border-radius:7px;padding:7px 8px;font-size:8px;font-weight:700;line-height:1.4}.history-summary{box-sizing:border-box;pointer-events:auto;flex-direction:column;gap:6px;width:100%;display:flex}.history-summary>div{box-sizing:border-box;text-align:left;background:#1f2937fa;border:1px solid #475569f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;min-width:0;min-height:48px;padding:7px 10px;display:flex;box-shadow:0 7px 18px #0f172a47}.history-summary strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:900;overflow:hidden}.history-summary span{color:#cbd5e1;white-space:nowrap;font-size:9px;font-weight:800}.history-position-popup{color:#111827;flex-direction:column;gap:5px;min-width:180px;font-size:12px;line-height:1.35;display:flex}.history-position-popup strong{color:#111827;font-size:13px}@media (width<=700px){.history-map-wrapper{min-height:100%}.history-side-stack{gap:4px;width:132px;max-width:calc(100% - 58px);top:8px;right:8px}.history-toolbar{border-radius:7px;width:100%;padding:5px}.history-filters{gap:4px}.history-field>span,.history-section-label{letter-spacing:.03em;font-size:9px}.history-field input{height:28px;padding-left:8px;padding-right:8px;font-size:16px}.history-field .history-vehicle-search{padding-left:27px}.history-vehicle-search-icon{font-size:12px;left:8px}.history-vehicle-results{border-radius:7px}.history-vehicle-results-head{padding:5px 7px;font-size:8px}.history-vehicle-results-list{max-height:118px;padding:3px}.history-vehicle-option{padding:5px 4px}.history-vehicle-option-main strong{font-size:10px}.history-vehicle-option-main small{font-size:8px}.history-periods{gap:3px}.history-period{border-radius:7px;min-height:24px;padding:4px 7px;font-size:10px}.history-period-arrow{font-size:8px}.history-custom-date{padding:5px}.history-custom-date small{font-size:8px}.history-search-button{min-height:28px;padding:0 7px;font-size:10px}.history-message{padding:6px 7px;font-size:9px}.history-summary{gap:3px}.history-summary>div{border-radius:8px;min-height:35px;padding:4px 7px}.history-summary strong{font-size:10px}.history-summary span{color:#cbd5e1;font-size:8px;font-weight:800}}.history-direction-marker-host,.history-route-flag-host{background:0 0!important;border:0!important}.history-direction-marker{transform-origin:50%;filter:drop-shadow(0 1px 1px #0f172a85);pointer-events:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.history-direction-marker svg{display:block;overflow:visible}.history-route-flag{filter:drop-shadow(0 2px 2px #0f172a66);display:block}.history-route-flag svg{display:block}@media (width>=701px){.history-side-stack{align-items:flex-end!important;width:185px!important;min-width:0!important}.history-toolbar{box-sizing:border-box;width:185px!important;min-width:0!important;max-width:185px!important}.history-filters{box-sizing:border-box;width:100%!important;min-width:0!important}.history-summary{align-self:flex-end!important;width:104px!important;min-width:0!important}.history-summary>div{box-sizing:border-box;width:100%!important}}@media (width<=700px){.history-direction-marker,.history-direction-marker svg{width:15px;height:15px}}.alerts-page{box-sizing:border-box;color:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;background-color:#d7e9fb;background-image:linear-gradient(90deg,#cfe3f7d1 0%,#e0eefc94 42%,#bfdaf59e 100%),url(/reports-background.webp);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover;width:100%;height:100dvh;min-height:0;padding:11px 13px 18px;overflow:hidden auto}.alerts-page::-webkit-scrollbar{width:7px}.alerts-page::-webkit-scrollbar-track{background:0 0}.alerts-page::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.alerts-panel{z-index:1;box-sizing:border-box;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#0f172af7 0%,#0b1220f7 100%);border:1px solid #93c5fd38;border-radius:14px;flex-direction:column;gap:8px;width:min(100%,440px);margin:0;padding:9px;display:flex;position:relative;box-shadow:10px 10px 28px #02061733}.alerts-header{box-sizing:border-box;text-align:center;background:#ffffff0e;border:1px solid #94a3b824;border-radius:10px;padding:10px 54px}.alerts-header h1{color:#fff;letter-spacing:-.02em;margin:0;font-size:23px;font-weight:850;line-height:1.1}.alerts-header p{color:#cbd5e1;text-align:center;max-width:350px;margin:5px auto 0;font-size:11px;line-height:1.4}.alert-card{box-sizing:border-box;color:#fff;background:#ffffff0e;border:1px solid #94a3b838;border-radius:11px;width:100%;transition:border-color .15s,background .15s,box-shadow .15s;overflow:hidden}.alert-card.active{background:linear-gradient(135deg,#22c55e1a 0%,#ffffff0e 55%);border-color:#22c55e99;box-shadow:inset 0 0 0 1px #22c55e14}.alert-card-top{justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.alert-card-top>div{min-width:0}.alert-card-top h2{color:#fff;margin:0;font-size:16px;font-weight:800;line-height:1.2}.alert-card-top span{color:#b9c7d8;margin-top:4px;font-size:11px;line-height:1.35;display:block}.alert-status{color:#cbd5e1;cursor:pointer;background:#334155;border:1px solid #94a3b859;border-radius:8px;flex:none;min-width:82px;min-height:34px;padding:7px 11px;font-size:10px;font-weight:850;transition:background .15s,border-color .15s,transform .15s}.alert-status:hover:not(:disabled){transform:translateY(-1px)}.alert-status.active{color:#fff;background:linear-gradient(#22c55e 0%,#16a34a 100%);border-color:#16a34a;box-shadow:0 4px 10px #16a34a38}.alert-status:disabled{cursor:not-allowed;opacity:.65}.alert-options{border-top:1px solid #ffffff17;flex-direction:column;gap:3px;padding:9px 14px 12px;display:flex}.alert-option{color:#e2e8f0;cursor:pointer;align-items:center;gap:10px;min-height:36px;font-size:12px;font-weight:650;display:flex}.alert-option input{accent-color:#2563eb;flex:none;width:17px;height:17px;margin:0}.alert-option input:disabled{cursor:not-allowed;opacity:.65}.alert-message,.alerts-warning{box-sizing:border-box;border-radius:8px;padding:10px 11px;font-size:11px;line-height:1.4}.alert-message{color:#fecaca;background:#7f1d1d59;border:1px solid #f8717159}.alerts-warning{color:#fed7aa;background:#7c2d1259;border:1px solid #fb923c59}.alerts-next{color:#94a3b8;text-align:center;padding:8px 4px 5px;font-size:10px;line-height:1.35}@media (width<=700px){.alerts-page{background-color:#cfe3f8;background-image:linear-gradient(#cae1f8c7 0%,#ddedfcbd 48%,#bcd8f5d1 100%),url(/reports-background.webp);background-position:50%,78%;background-repeat:no-repeat,no-repeat;background-size:cover,auto 100%;padding:8px 7px 18px}.alerts-panel{border-radius:12px;width:100%;margin:0 auto;padding:8px}.alerts-header{border-radius:10px;min-height:58px;padding:9px 52px}.alerts-header h1{font-size:20px}.alerts-header p{margin-top:3px;font-size:10px}.alert-card-top{gap:10px;padding:12px}.alert-card-top h2{font-size:15px}.alert-card-top span{font-size:10px}.alert-status{min-width:74px;min-height:32px;padding:6px 8px;font-size:9px}.alert-options{padding:7px 12px 10px}.alert-option{min-height:35px;font-size:12px}.alerts-next{font-size:9px}}.alerts-page{padding:8px 10px 14px}.alerts-panel{border-radius:12px;gap:6px;width:min(100%,390px);padding:7px}.alerts-header{border-radius:9px;padding:7px 48px}.alerts-header h1{font-size:20px}.alerts-header p{margin-top:3px;font-size:9px;line-height:1.3}.alert-card{border-radius:10px}.alert-card-top{gap:10px;padding:10px 11px}.alert-card-top h2{font-size:14px}.alert-card-top span{margin-top:2px;font-size:9px;line-height:1.3}.alert-status{border-radius:7px;min-width:72px;min-height:29px;padding:5px 8px;font-size:9px}.alert-options{gap:0;padding:5px 11px 7px}.alert-option{gap:8px;min-height:29px;font-size:10px}.alert-option input{width:15px;height:15px}.alert-message,.alerts-warning{padding:7px 9px;font-size:9px;line-height:1.3}.alerts-next{padding:4px 3px 2px;font-size:8px}@media (width<=700px){.alerts-page{padding:6px 5px 12px}.alerts-panel{border-radius:10px;gap:5px;width:100%;padding:6px}.alerts-header{border-radius:8px;min-height:0;padding:6px 45px}.alerts-header h1{font-size:18px}.alerts-header p{margin-top:2px;font-size:9px}.alert-card-top{gap:8px;padding:9px 10px}.alert-card-top h2{font-size:13px}.alert-card-top span{font-size:9px}.alert-status{min-width:68px;min-height:28px;padding:5px 7px;font-size:8px}.alert-options{padding:4px 10px 6px}.alert-option{min-height:28px;font-size:10px}.alerts-next{padding-top:3px;font-size:8px}}.reports-page{box-sizing:border-box;color:#0f172a;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#9fb4c9 transparent;background-color:#d7e9fb;background-image:linear-gradient(90deg,#cfe3f7d1 0%,#e0eefc94 42%,#bfdaf59e 100%),url(/reports-background.webp);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover;width:100%;height:100dvh;min-height:0;padding:16px 18px 28px;overflow:hidden auto}.reports-page::-webkit-scrollbar{width:7px}.reports-page::-webkit-scrollbar-track{background:0 0}.reports-page::-webkit-scrollbar-thumb{background:#9fb4c9;border-radius:999px}.reports-panel{z-index:1;box-sizing:border-box;background:#fbfdfff0;border:1px solid #d8e4f0;border-radius:16px;flex-direction:column;gap:10px;width:min(100%,500px);margin:0;padding:12px;display:flex;position:relative;box-shadow:0 7px 24px #0f172a12}.reports-header{text-align:center;background:linear-gradient(#f8fbff 0%,#edf5fc 100%);border:1px solid #dbe7f2;border-radius:12px;padding:13px 14px}.reports-header h1{color:#12335f;letter-spacing:-.02em;margin:0;font-size:25px;font-weight:850;line-height:1.05}.reports-header p{color:#617792;max-width:350px;margin:5px auto 0;font-size:10px;line-height:1.35}.reports-field{flex-direction:column;gap:5px;display:flex}.reports-field>span{color:#334155;font-size:10px;font-weight:800}.reports-vehicle-search,.reports-vehicle-input-wrap{width:100%;position:relative}.reports-vehicle-input-wrap input{box-sizing:border-box;color:#17365f;background:#f9fbfe;border:1px solid #c7d7e8;border-radius:9px;outline:none;width:100%;height:38px;padding:0 38px 0 11px;font-size:11px;font-weight:700;transition:border-color .14s,box-shadow .14s,background .14s}.reports-vehicle-input-wrap input::placeholder{color:#91a4ba;font-weight:600}.reports-vehicle-search-icon{color:#6b83a0;pointer-events:none;font-size:18px;font-weight:700;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.reports-vehicle-results{z-index:1200;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#aabed3 transparent;background:#fff;border:1px solid #cbdbea;border-radius:10px;max-height:250px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden auto;box-shadow:0 12px 28px #0f172a29}.reports-vehicle-results button{box-sizing:border-box;color:#183858;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:8px 9px;display:flex}.reports-vehicle-results button strong{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:10px;font-weight:800;overflow:hidden}.reports-vehicle-results button small{color:#7890a8;font-size:8px;font-weight:600}.reports-vehicle-message{color:#7b90a8;text-align:center;padding:10px 9px;font-size:9px;font-weight:650}.reports-periods{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.reports-periods button,.reports-search-button{cursor:pointer;border:0;border-radius:8px;font-weight:800;transition:background .14s,color .14s,border-color .14s}.reports-periods button{color:#52657c;background:#eef3f8;border:1px solid #d2deeb;min-height:32px;padding:6px 5px;font-size:9px}.reports-periods button.active{color:#fff;background:linear-gradient(#2f6ff0 0%,#2563eb 100%);border-color:#2563eb}.reports-search-button{color:#fff;background:linear-gradient(#2168dc 0%,#165cc9 100%);width:100%;min-height:36px;padding:8px;font-size:10px;box-shadow:0 4px 10px #2563eb29}.reports-search-button:hover{background:#1859bd}.reports-search-button:disabled{cursor:not-allowed;opacity:.55}.reports-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:9px 10px;font-size:9px;line-height:1.35}.reports-result-count{color:#64748b;justify-content:space-between;align-items:center;gap:10px;padding:1px 2px;font-size:9px;font-weight:700;display:flex}.reports-result-count span:last-child{color:#879bb3;font-size:8px;font-weight:600}.reports-stop-list{flex-direction:column;gap:7px;display:flex}.reports-stop-card{box-sizing:border-box;color:#1e293b;text-align:left;cursor:pointer;background:#fbfdff;border:1px solid #d9e5f1;border-left:4px solid #3b82f6;border-radius:10px;width:100%;padding:10px 11px;transition:border-color .14s,background .14s,transform .14s,box-shadow .14s;position:relative;overflow:hidden;box-shadow:0 2px 7px #0f172a0a}.reports-stop-card:hover{background:#f4f9ff;border-color:#b8d2ee;transform:translateY(-1px);box-shadow:0 5px 12px #0f172a12}.reports-stop-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.reports-stop-card-title{align-items:center;gap:7px;min-width:0;display:flex}.reports-stop-number{color:#1d5fb8;background:#e8f1ff;border-radius:50%;flex:0 0 25px;justify-content:center;align-items:center;width:25px;height:25px;font-size:10px;font-weight:900;display:inline-flex}.reports-stop-card-top strong{color:#17365f;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:850;overflow:hidden}.reports-live-badge{color:#fff;letter-spacing:.02em;background:#16a34a;border-radius:6px;flex:none;padding:4px 6px;font-size:7px;font-weight:900}.reports-stop-address{overflow:hidden}.reports-card-address{color:#334155;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 5px;font-size:10px;font-weight:650;line-height:1.3;display:-webkit-box}.reports-stop-details{border-top:1px solid #edf2f7;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:6px;padding-top:6px;display:grid}.reports-stop-date{color:#7890ad;font-size:8px;font-weight:650}.reports-stop-interval{color:#52657c;text-align:center;font-size:9px;font-weight:700}.reports-stop-duration{color:#17365f;white-space:nowrap;font-size:9px;font-weight:900}.reports-map-mode{background:#e5e7eb;width:100%;height:100%;position:relative;overflow:hidden}.reports-stop-map{width:100%;height:100%}.reports-map-controls{z-index:900;box-sizing:border-box;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#182231f5;border:1px solid #334155;border-radius:12px;width:250px;padding:11px;position:absolute;bottom:12px;right:12px;box-shadow:0 8px 24px #0f172a47}.reports-map-controls>strong,.reports-map-controls>span,.reports-map-controls>small,.reports-map-controls>b{display:block}.reports-map-counter{color:#9fb1c5;margin-bottom:6px;font-size:8px;font-weight:800}.reports-map-controls>strong{font-size:10px;line-height:1.25}.reports-map-address{color:#d7e0ea;margin-top:5px;font-size:9px;line-height:1.3}.reports-map-controls>small{color:#9fb1c5;margin-top:6px;font-size:8px}.reports-map-controls>b{color:#fff;margin-top:3px;font-size:10px}.reports-map-navigation{gap:5px;margin-top:9px;display:flex}.reports-map-navigation button,.reports-back-button{cursor:pointer;border:0;border-radius:7px;font-size:8px;font-weight:800}.reports-map-navigation button{color:#fff;background:#475569;flex:1;min-height:29px;padding:6px 4px}.reports-map-navigation button:hover:not(:disabled){background:#5d6d83}.reports-map-navigation button.overview.active{background:#2563eb}.reports-map-navigation button:disabled{cursor:not-allowed;opacity:.35}.reports-back-button{color:#fff;background:#2563eb;width:100%;min-height:29px;margin-top:5px;padding:6px}.reports-back-button:hover{background:#1d4ed8}.reports-map-popup{flex-direction:column;gap:5px;min-width:165px;display:flex}.reports-map-popup strong{color:#17365f;font-size:12px}.reports-stop-address-popup{color:#334155;font-size:9px;line-height:1.3}.reports-map-popup small{color:#64748b;font-size:9px}.reports-gps-marker-host{background:0 0!important;border:0!important}.reports-gps-marker{filter:drop-shadow(0 2px 3px #0f172a47)}.reports-gps-marker.selected{filter:drop-shadow(0 0 4px #f59e0bbf)}@media (width<=700px){.reports-page{background-color:#cfe3f8;background-image:linear-gradient(#cae1f8c7 0%,#ddedfcbd 48%,#bcd8f5d1 100%),url(/reports-background.webp);background-position:50%,78%;background-repeat:no-repeat,no-repeat;background-size:cover,auto 100%;padding:8px 7px 18px}.reports-panel{border-radius:12px;width:100%;margin:0 auto;padding:9px}.reports-header{border-radius:10px;padding:9px 10px}.reports-header h1{font-size:20px}.reports-header p{margin-top:3px;font-size:9px}.reports-vehicle-input-wrap input{height:36px;font-size:16px}.reports-vehicle-results{max-height:220px}.reports-vehicle-results button{padding:8px}.reports-vehicle-results button strong{font-size:10px}.reports-periods button{min-height:30px;font-size:9px}.reports-search-button{min-height:33px}.reports-stop-card{border-radius:9px;padding:8px 9px}.reports-stop-number{flex-basis:23px;width:23px;height:23px;font-size:9px}.reports-stop-card-top strong{font-size:10px}.reports-card-address{margin-top:6px;font-size:9px}.reports-stop-details{gap:5px}.reports-stop-date{font-size:7px}.reports-stop-interval,.reports-stop-duration{font-size:8px}.reports-map-controls{width:215px;padding:9px;bottom:7px;right:7px}.reports-map-navigation button,.reports-back-button{min-height:28px}}.reports-page{padding:11px 13px 18px}.reports-panel{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#0f172af7 0%,#0b1220f7 100%);border-color:#93c5fd38;border-radius:14px;gap:7px;width:min(100%,440px);padding:9px;box-shadow:10px 10px 28px #02061733}.reports-header{text-align:center;background:#ffffff0e;border-color:#94a3b824;border-radius:10px;padding:8px 10px}.reports-header h1{color:#fff;font-size:21px}.reports-header p{color:#cbd5e1;text-align:center;max-width:350px;margin:3px auto 0;font-size:9px}.reports-field{gap:4px}.reports-field>span{color:#cbd5e1;font-size:9px}.reports-vehicle-input-wrap input{color:#fff;background:#ffffff12;border-color:#94a3b83d;border-radius:8px;height:34px;font-size:10px}.reports-vehicle-input-wrap input::placeholder{color:#94a3b8}.reports-vehicle-input-wrap input:focus{background:#ffffff1a;border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb2e}.reports-vehicle-search-icon{color:#94a3b8}.reports-vehicle-results{background:#0f172a;border-color:#94a3b83d;box-shadow:0 12px 28px #02061761}.reports-vehicle-results button{color:#e2e8f0}.reports-vehicle-results button:hover,.reports-vehicle-results button.active{background:#2563eb47}.reports-vehicle-results button strong{color:#fff}.reports-vehicle-results button small,.reports-vehicle-message{color:#94a3b8}.reports-periods{gap:5px}.reports-periods button{color:#cbd5e1;background:#ffffff12;border-color:#94a3b82e;min-height:29px;padding:5px 4px}.reports-periods button:hover:not(.active){background:#ffffff1c}.reports-search-button{min-height:32px;padding:6px}.reports-error{color:#fecaca;background:#7f1d1d38;border-color:#f8717161;padding:7px 8px}.reports-result-count{color:#cbd5e1}.reports-result-count span:last-child{color:#94a3b8}.reports-stop-list{gap:6px}.reports-stop-card{color:#e2e8f0;box-shadow:none;background:#ffffff0e;border-color:#94a3b829 #94a3b829 #94a3b829 #3b82f6;border-radius:9px;padding:8px 9px}.reports-stop-card:hover{background:#ffffff17;border-color:#93c5fd47;box-shadow:0 5px 14px #0206172e}.reports-stop-card.current{background:linear-gradient(90deg,#16a34a2e 0%,#ffffff0b 62%);border-color:#86efac57 #86efac57 #86efac57 #22c55e}.reports-stop-number{color:#bfdbfe;background:#3b82f633;flex-basis:23px;width:23px;height:23px;font-size:9px}.reports-stop-card.current .reports-stop-number{color:#bbf7d0;background:#22c55e2e}.reports-stop-card-top strong{color:#fff;font-size:10px}.reports-card-address{color:#cbd5e1;margin:5px 0 4px;font-size:9px}.reports-stop-details{border-top-color:#94a3b81f;gap:6px;margin-top:4px;padding-top:5px}.reports-stop-date{color:#94a3b8;font-size:7px}.reports-stop-interval{color:#cbd5e1;font-size:8px}.reports-stop-duration{color:#fff;font-size:8px}.reports-stop-card.current .reports-stop-duration{color:#86efac}@media (width<=700px){.reports-page{padding:5px 5px 12px}.reports-panel{border-radius:11px;gap:5px;padding:7px}.reports-header{padding:7px 8px}.reports-header h1{font-size:18px}.reports-header p{font-size:8px}.reports-vehicle-input-wrap input{height:33px;font-size:16px}.reports-periods button{min-height:27px}.reports-search-button{min-height:30px}.reports-stop-card{padding:7px 8px}}.reports-modes{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.reports-modes button{color:#cbd5e1;cursor:pointer;background:#ffffff12;border:1px solid #94a3b82e;border-radius:8px;min-height:30px;padding:5px 4px;font-size:9px;font-weight:800;transition:background .14s,border-color .14s,color .14s}.reports-modes button:hover:not(.active){background:#ffffff1c}.reports-modes button.active{color:#fff;background:linear-gradient(#2f6ff0 0%,#2563eb 100%);border-color:#2563eb}.reports-page-stack{flex-direction:column;gap:18px;width:min(100%,440px);display:flex}.reports-page-stack>.reports-panel{width:100%}.reports-connection-panel{border-color:#60a5fa4d;box-shadow:10px 10px 28px #0206173d}.reports-connection-header{background:linear-gradient(#2563eb29 0%,#ffffff0b 100%);border-color:#60a5fa2e}.reports-battery-list,.reports-connection-list{flex-direction:column;gap:6px;display:flex}.reports-battery-card,.reports-connection-card{box-sizing:border-box;color:#e2e8f0;background:#ffffff0e;border:1px solid #94a3b829;border-left:4px solid #64748b;border-radius:9px;width:100%;padding:8px 9px}.reports-battery-card.high{border-left-color:#22c55e}.reports-battery-card.medium{border-left-color:#3b82f6}.reports-battery-card.low{border-left-color:#facc15}.reports-battery-card.critical{border-left-color:#ef4444}.reports-battery-card-top,.reports-connection-card-top{justify-content:space-between;align-items:center;gap:9px;display:flex}.reports-battery-card-top>div{flex-direction:column;gap:2px;min-width:0;display:flex}.reports-battery-card-top strong,.reports-connection-card-top strong{color:#fff;font-size:10px;font-weight:850}.reports-battery-card-top span{color:#94a3b8;font-size:8px;font-weight:650}.reports-battery-badge{color:#fff;text-align:center;background:#475569;border-radius:7px;flex:none;min-width:53px;padding:5px 7px;font-size:9px;font-weight:900}.reports-battery-badge.high{background:#16a34a}.reports-battery-badge.medium{background:#2563eb}.reports-battery-badge.low{background:#ca8a04}.reports-battery-badge.critical{background:#dc2626}.reports-battery-badge.empty{color:#cbd5e1;background:#475569;min-width:76px;font-size:7px}.reports-battery-details{border-top:1px solid #94a3b81f;flex-wrap:wrap;align-items:center;gap:5px 11px;margin-top:6px;padding-top:6px;display:flex}.reports-battery-details span{color:#cbd5e1;font-size:8px;font-weight:700}.reports-battery-details .reports-battery-charging{color:#86efac;font-weight:850}.reports-connection-card{border-left-color:#ef4444}.reports-connection-card.current{background:linear-gradient(90deg,#b91c1c2e 0%,#ffffff0b 62%);border-color:#f8717157 #f8717157 #f8717157 #ef4444}.reports-connection-card-top>span{color:#e2e8f0;background:#475569;border-radius:6px;flex:none;padding:4px 6px;font-size:7px;font-weight:900}.reports-connection-card.current .reports-connection-card-top>span{color:#fff;background:#dc2626}.reports-connection-details{border-top:1px solid #94a3b81f;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:6px;padding-top:6px;display:grid}.reports-connection-details span{color:#94a3b8;font-size:7px;font-weight:650}.reports-connection-details b{color:#cbd5e1;text-align:center;font-size:8px;font-weight:750}.reports-connection-details strong{color:#fff;white-space:nowrap;font-size:8px;font-weight:900}.reports-connection-card>small{color:#fca5a5;margin-top:5px;font-size:7px;font-weight:650;display:block}.reports-empty-state{color:#94a3b8;text-align:center;border:1px dashed #94a3b83d;border-radius:9px;padding:12px 10px;font-size:9px;font-weight:700}@media (width<=700px){.reports-modes button{min-height:28px;font-size:8px}.reports-battery-card,.reports-connection-card{padding:7px 8px}.reports-battery-details{gap:4px 8px}.reports-connection-details{gap:5px}.reports-page-stack{gap:11px;width:100%}}.vehicle-list{width:100%;margin:10px 0 14px}.vehicle-list h2{color:#1f2937;margin-bottom:20px;font-size:22px}.empty{color:#888;text-align:center;margin-top:30px}.vehicle-item.selected{background:#eef4ff;border:2px solid #2360ff}.vehicle-item{cursor:pointer;border:1px solid #ececec;border-radius:10px;align-items:center;gap:14px;margin-bottom:10px;padding:14px;transition:all .25s;display:flex}.vehicle-item:hover{background:#f3f4f6}.status{justify-content:center;align-items:center;width:18px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.online{background:#22c55e}.offline{background:#ef4444}.info{flex-direction:column;display:flex}.info strong{color:#1f2937;font-size:16px}.info span{color:#777;margin-top:4px;font-size:13px}.vehicle-search{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-size:14px}.vehicle-search::placeholder{color:#cbd5e1}.vehicle-search:focus{border-color:var(--primary);background:#ffffff1f}.sidebar{z-index:3000;background:linear-gradient(180deg, var(--sidebar) 0%, #0b1220 100%);color:#fff;flex-direction:column;width:220px;height:100vh;min-height:100vh;transition:width .25s;display:flex;position:fixed;top:0;left:0;overflow:visible;box-shadow:10px 0 28px #0206172e}.sidebar.collapsed{width:0;min-width:0;box-shadow:none;background:0 0;overflow:visible}.sidebar.collapsed>:not(.sidebar-toggle){display:none}.sidebar-toggle{z-index:4000;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;display:flex;position:absolute;top:14px;right:-44px;color:#fff!important;background:#0f172a!important}.sidebar.collapsed .sidebar-toggle{position:fixed;top:14px;left:14px;right:auto}.sidebar-toggle:hover,.sidebar-toggle:focus,.sidebar-toggle:active{outline:none;color:#fff!important;background:#0f172a!important}.logo{text-align:left;margin:6px 10px 8px;padding:0 0 9px;position:relative}.logo:after{content:"";background:linear-gradient(90deg,#60a5fabf,#60a5fa0f);height:1px;position:absolute;bottom:0;left:0;right:0}.logo h2{letter-spacing:.55px;white-space:nowrap;align-items:baseline;gap:2px;margin:0;font-size:22px;font-weight:800;line-height:1;display:flex}.logo-track{color:#fff}.logo-volt{color:#60a5fa}.logo small{color:#cbd5e1;flex-direction:column;gap:1px;margin-top:5px;font-size:10px;font-weight:500;line-height:1.25;display:flex}.logo small span:last-child{color:#94a3b8}.menu{flex-direction:column;flex:none;gap:4px;margin:0;padding:0 8px;display:flex}.menu-item{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:flex}.menu-item:hover{background:#ffffff12;border-color:#94a3b824;transform:translate(2px)}.menu-item.active{background:linear-gradient(90deg, var(--primary) 0%, #2563eb 100%);border-color:#93c5fd47;box-shadow:0 5px 14px #2563eb33}.sidebar-footer{box-sizing:border-box;border-top:1px solid #94a3b81f;width:100%;margin-top:3px;padding:6px 8px 8px}.logout-button{color:#fff;cursor:pointer;background:linear-gradient(#dc2626 0%,#b91c1c 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:9px 10px;transition:filter .16s,transform .16s,box-shadow .16s;display:flex;box-shadow:0 5px 12px #b91c1c2e}.logout-button:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 7px 16px #b91c1c3d}@media (width<=768px){.sidebar{background:linear-gradient(180deg, var(--sidebar) 0%, #0b1220 100%);border-radius:0 0 12px;width:64px;min-width:64px;height:auto;min-height:0;padding:0 0 8px;top:28px;box-shadow:7px 8px 18px #02061724}.sidebar .logo,.sidebar .vehicle-list,.sidebar .menu-item span,.sidebar .logout-button span{display:none}.sidebar .menu{box-sizing:border-box;flex-direction:column;flex:none;justify-content:flex-start;align-items:center;gap:6px;width:100%;margin:0;padding:28px 0 0;display:flex}.sidebar .menu-item{box-sizing:border-box;flex:0 0 46px;justify-content:center;align-self:center;align-items:center;gap:0;width:46px;min-width:46px;max-width:46px;height:46px;min-height:46px;max-height:46px;margin:0;padding:0;display:flex}.sidebar .menu-item svg{flex:none;margin:0}.sidebar .menu-item:hover{transform:none}.sidebar .sidebar-footer{box-sizing:border-box;border-top:1px solid #94a3b81f;flex:none;justify-content:center;align-items:center;width:100%;margin:5px 0 0;padding:7px 0 0;display:flex}.sidebar .logout-button{box-sizing:border-box;flex:0 0 46px;justify-content:center;align-self:center;align-items:center;gap:0;width:46px;min-width:46px;max-width:46px;height:46px;min-height:46px;max-height:46px;margin:0;padding:0;display:flex}.sidebar .logout-button svg{flex:none;margin:0}.sidebar.collapsed{width:0;min-width:0;height:0;min-height:0;box-shadow:none;background:0 0;padding:0;top:0}.sidebar.collapsed .menu,.sidebar.collapsed .sidebar-footer{display:none}.sidebar.collapsed .sidebar-toggle{position:fixed;top:14px;left:14px;right:auto}}
