:root{--font-sans: "Inter", "SF Pro Text", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display: "Inter", "SF Pro Display", "Segoe UI", system-ui, -apple-system, sans-serif;--bg: #f3f6fb;--surface: rgba(255, 255, 255, .92);--surface-solid: #ffffff;--surface-2: rgba(255, 255, 255, .72);--border: rgba(15, 23, 42, .12);--border-strong: rgba(15, 23, 42, .18);--text: #0b1220;--muted: rgba(11, 18, 32, .64);--muted-2: rgba(11, 18, 32, .48);--primary: #0ea5e9;--primary-ink: #063246;--primary-strong: #0284c7;--danger: #dc2626;--success: #16a34a;--warning: #d97706;--radius: 16px;--radius-sm: 12px;--shadow: 0 16px 50px rgba(2, 6, 23, .12);--shadow-sm: 0 10px 30px rgba(2, 6, 23, .1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid transparent;cursor:pointer;font-size:.95rem;font-weight:650;line-height:1;background:transparent;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease,filter .14s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary{background:linear-gradient(135deg,var(--primary-strong),var(--primary));color:#fffffff5;box-shadow:0 14px 30px #0284c733}.btn-primary:hover{filter:brightness(1.02);transform:translate3d(0,-1px,0);box-shadow:0 16px 38px #0284c73d}.btn-secondary{background:#ffffffd6;border-color:var(--border);color:#0b1220db}.btn-secondary:hover{border-color:var(--border-strong);background:#fffffff2;transform:translate3d(0,-1px,0)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fffffff5;box-shadow:0 14px 30px #dc262629}.btn-danger:hover{filter:brightness(1.02);transform:translate3d(0,-1px,0)}.btn-ghost{background:transparent;border-color:var(--border);color:#0b1220cc}.btn-ghost:hover{background:#ffffffb3;border-color:var(--border-strong)}.btn-sm{padding:8px 10px;border-radius:10px;font-size:.85rem}.btn-xs{padding:6px 8px;border-radius:10px;font-size:.8rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden}.card-header{padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-header h2{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.card-title{display:inline-flex;align-items:center;gap:8px}.card-title-icon{width:22px;height:22px;color:#0284c7}.card-title-icon.users{color:#0f172a}.card-body{padding:16px}.table{width:100%;border-collapse:separate;border-spacing:0}.table th,.table td{padding:12px 14px;text-align:left;border-bottom:1px solid rgba(15,23,42,.08);font-size:.93rem}.table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#0b12208c;background:#ffffff73}.table tbody tr{transition:background-color .12s ease}.table tbody tr:hover{background:#0ea5e90f}.form-group{margin-bottom:14px}.form-group label{display:block;margin-bottom:8px;font-weight:650;font-size:.92rem;color:#0b1220bf}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#ffffffe6;color:var(--text);outline:none;transition:box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0284c773;box-shadow:0 0 0 5px #0284c729;background:#fffffffa}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.85rem;font-weight:650;border:1px solid transparent}.pill-success{background:#16a34a1f;border-color:#16a34a38;color:#0b5e2a}.pill-danger{background:#dc26261f;border-color:#dc262638;color:#7f1d1d}.pill-warning{background:#fbbf2426;color:#92400e;border-color:#fbbf244d}.pill-neutral{background:#0206170f;border-color:#0206171a;color:#0b1220b8}.page{display:grid;gap:16px;width:100%;max-width:1240px;margin:0 auto;padding:0 4px 16px}.page.page-wide{max-width:none;height:100%}.page.page-wide.routes-page,.page.page-wide.tracking-page{padding:0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:6px 4px}.page-header-left{display:flex;align-items:center;gap:8px;padding-top:4px}.page-header h1{margin:0;font-family:var(--font-display);font-size:1.8rem;letter-spacing:-.03em;color:#0b1220eb}.page-subtitle{margin-top:8px;color:#0b122099;line-height:1.45}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.sb-shell{position:fixed;inset:12px auto 18px 12px;width:100px;z-index:18;display:flex;flex-direction:column;gap:0;padding:14px 12px;background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.sb-logo{display:grid;justify-items:center;gap:6px;margin-bottom:10px;flex-shrink:0}.sb-logo-mark{width:44px;height:44px;border-radius:14px;box-shadow:0 12px 26px #0ea5e933}.sb-logo-text{font-family:var(--font-display);font-weight:800;font-size:.95rem;letter-spacing:-.02em;color:#0b1220e6}.sb-county-badge{display:flex;align-items:center;justify-content:center;padding:6px 10px;margin:0 4px 10px;background:linear-gradient(135deg,#10b9811f,#0596691a);border:1px solid rgba(16,185,129,.25);border-radius:8px;font-size:.72rem;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:1.2}.sb-nav{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;min-height:0;scrollbar-width:none}.sb-nav::-webkit-scrollbar{display:none}.sb-link{display:grid;gap:6px;justify-items:center;width:100%;padding:9px 6px;border-radius:12px;border:1px solid rgba(15,23,42,.06);background:#fffc;color:#0b1220b3;font-weight:650;font-size:.78rem;text-decoration:none;transition:all .16s ease;flex-shrink:0}.sb-link:hover{background:#f0f9ffe6;border-color:#0ea5e940;color:#0b1220e6;transform:translateY(-1px);box-shadow:0 6px 18px #02061714}.sb-link.is-active{background:linear-gradient(135deg,#0284c724,#0ea5e91f);border-color:#0284c747;color:#0284c7eb;box-shadow:0 8px 22px #0284c724}.sb-link.is-active .sb-icon{background:#ffffffd1;color:#0ea5e9;box-shadow:0 4px 10px #0ea5e926}.sb-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;color:#0b1220bf;background:#0f172a0a;border:1px solid rgba(15,23,42,.08);transition:all .16s ease;flex-shrink:0}@media (max-height: 700px){.sb-shell{inset:8px auto 8px 8px;padding:10px 8px}.sb-logo-mark{width:36px;height:36px}.sb-link{padding:6px 4px;gap:4px}.sb-icon{width:26px;height:26px}.sb-nav{gap:4px}}.sb-label{white-space:nowrap;letter-spacing:-.01em;line-height:1.15;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis}.sb-footer{margin-top:auto}.sb-logout{width:100%}@media (max-width: 900px){.sb-shell{inset:76px auto 14px 10px;width:92px;padding:12px 10px}.sb-link{font-size:.74rem}}@media (max-width: 720px){.sb-shell{inset:auto 12px 12px 12px;width:auto;height:72px;padding:10px 12px;border-radius:14px;flex-direction:row;align-items:center;overflow:hidden}.sb-logo{display:none}.sb-nav{flex-direction:row;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sb-nav::-webkit-scrollbar{display:none}.sb-link{padding:8px 10px;gap:4px;font-size:.8rem;width:auto}.sb-footer,.sb-logout{display:none}}.ds-shell{min-height:100vh;display:flex;gap:0;padding:0;position:relative}.ds-skip{position:absolute;left:-999px;top:12px;padding:10px 12px;border-radius:12px;background:#fffffff2;border:1px solid rgba(15,23,42,.16);color:#0b1220e6;text-decoration:none;z-index:9999}.ds-skip:focus{left:12px}.ds-main{min-width:0;height:100vh}.ds-user-menu{position:relative}.ds-user-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0b1220d6;max-width:260px;cursor:pointer;list-style:none}.ds-user-chip::-webkit-details-marker{display:none}.ds-user-avatar-sm{width:28px;height:28px;border-radius:10px;background:#0206170f;border:1px solid rgba(15,23,42,.1);display:grid;place-items:center;font-weight:850;color:#0b1220d9}.ds-user-chip-name{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-user-menu[open] .ds-user-chip{border-color:#0284c747;box-shadow:0 0 0 5px #0284c724}.ds-user-menu-pop{position:absolute;right:0;top:calc(100% + 10px);width:280px;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fffffffa;box-shadow:var(--shadow);padding:12px;z-index:60}.ds-user-menu-title{font-weight:850;letter-spacing:-.01em;color:#0b1220eb}.ds-user-menu-sub{margin-top:4px;font-size:.9rem;color:#0b12208c}.ds-user-menu-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.ds-content{flex:1;min-width:0;min-height:100vh;overflow:hidden;padding:0;position:relative}@media (max-width: 1024px){.ds-topbar-nav{gap:2px}.ds-topbar-tab{padding:8px 12px;font-size:.9rem}}@media (max-width: 768px){.ds-topbar{padding:10px 16px}.ds-topbar-nav{gap:2px}.ds-topbar-tab{padding:6px 10px;font-size:.85rem}}@media (max-width: 720px){.ds-shell{padding:0}.ds-main{height:100vh}.ds-topbar-nav,.ds-user-chip-name{display:none}.ds-brand-name{font-size:1rem}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:22rem;width:100%}.toast{padding:0;border-radius:.5rem;box-shadow:0 .25rem .75rem #00000026;animation:slideIn .3s ease-out forwards;cursor:pointer;transition:all .2s ease;border:none;outline:none}.toast:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0003}.toast-content{display:flex;align-items:center;justify-content:space-between;padding:1rem;width:100%;box-sizing:border-box}.toast-message{flex:1;font-size:.9375rem;font-weight:500;line-height:1.4;margin-right:.5rem}.toast-close{background:none;border:none;font-size:1.25rem;font-weight:600;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;opacity:.7}.toast-close:hover{background-color:#fff3;opacity:1}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-exit{animation:slideOut .3s ease-in forwards}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 48rem){.toast-container{top:.75rem;right:.75rem;left:.75rem;max-width:none;width:calc(100% - 1.5rem)}.toast-content{padding:.875rem}.toast-message{font-size:.875rem}}@media (max-width: 30rem){.toast-container{top:.5rem;right:.5rem;left:.5rem;width:calc(100% - 1rem)}.toast-content{padding:.75rem}.toast-message{font-size:.8125rem}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button: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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ops-page{height:100%;width:100%;padding:0!important;margin:0!important;position:relative;overflow:hidden;display:block!important;gap:0!important;max-width:none!important}.ops-canvas{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:0}.ops-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.ops-map-leaflet{height:100%;width:100%}.ops-overlay{position:absolute;top:16px;left:130px;bottom:24px;width:min(480px,calc(100vw - 160px));z-index:12;background:#fffffff0;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 24px -4px #0206171f,0 12px 48px -8px #0206172e,0 0 0 1px #ffffff80 inset;border-radius:28px;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .2s ease}.ops-overlay.is-collapsed{transform:translate3d(calc(-100% + 68px),0,0);opacity:.96}.ops-overlay-head{padding:16px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;background:#ffffff4d;border-bottom:1px solid rgba(15,23,42,.04);position:relative}.ops-overlay-head:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(14,165,233,.1) 50%,transparent 100%)}.ops-overlay-title{font-family:var(--font-display);font-size:1.25rem;font-weight:850;letter-spacing:-.035em;color:#0f172a;display:flex;align-items:center;gap:10px}.ops-overlay-actions-left{display:flex;align-items:center;justify-content:flex-start;gap:8px}.ops-overlay-collapse{flex:0 0 auto}.ops-overlay-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}.ops-section-header{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.ops-tab-sub-wrap{padding:8px 16px 16px;background:#fff3}.ops-tab-sub-list{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#0f172a0a;padding:4px;border-radius:12px}.ops-tab-sub{border:0;background:transparent;color:#64748b;border-radius:9px;padding:8px 12px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s;text-align:center}.ops-tab-sub:hover{background:#ffffff80;color:#0f172a}.ops-tab-sub.is-active{background:#fff;color:#0ea5e9;box-shadow:0 2px 6px #0000000d}.ops-filters{padding:12px 16px;display:flex;gap:8px;position:sticky;top:0;z-index:10;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ops-select{padding:8px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#fff;font-size:.85rem;font-weight:600;color:#1e293b;cursor:pointer;min-width:100px}.ops-items-scroll{padding:0 16px 20px;display:flex;flex-direction:column;gap:10px}.ops-route-item{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:20px;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.ops-route-item:hover{border-color:#0ea5e940;transform:translateY(-2px);box-shadow:0 8px 20px -4px #0ea5e91f}.ops-route-item.is-selected{border-color:#0ea5e9;background:#0ea5e904;box-shadow:0 8px 24px -4px #0ea5e92e}.ops-route-item.is-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#0ea5e9}.ops-route-card-header{display:flex;align-items:center;gap:10px}.ops-route-card-icon{width:36px;height:36px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1.5px solid #f1f5f9;color:#0ea5e9;flex-shrink:0;transition:all .2s}.ops-route-item:hover .ops-route-card-icon{background:#fff;border-color:#0ea5e933;box-shadow:0 4px 10px #0000000d}.ops-route-card-title-wrap{flex:1;min-width:0}.ops-route-card-name{font-weight:800;font-size:1rem;letter-spacing:-.02em;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-route-card-subtitle{font-size:.75rem;color:#64748b;font-weight:600}.ops-route-status-badge{padding:4px 8px;border-radius:8px;font-size:.6rem;font-weight:850;letter-spacing:.05em;box-shadow:0 1px 2px #00000005;flex-shrink:0}.ops-route-card-body{display:flex;flex-direction:column;gap:6px}.ops-route-card-assignment{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:750;color:#0c4a6e;border:1px solid #e0f2fe}.ops-route-card-assignment svg{color:#0ea5e9}.ops-route-card-actions{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-top:2px;padding-top:10px;border-top:1px solid #f1f5f9}.ops-tabs{padding:10px 10px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ops-tab{border:1px solid rgba(15,23,42,.12);background:#ffffffb8;color:#0b1220b8;border-radius:12px;padding:10px 8px;font-weight:750;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.ops-tab:hover{background:#fffffff2;border-color:#0f172a2e}.ops-tab.is-active{background:linear-gradient(135deg,#0284c724,#0ea5e91f);border-color:#0284c738;color:#0b1220eb}.ops-stats{padding:10px 12px 0;display:flex;gap:10px;flex-wrap:wrap}.ops-overlay-body{padding:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.1) transparent}.ops-overlay-body::-webkit-scrollbar{width:5px}.ops-overlay-body::-webkit-scrollbar-thumb{background:#0f172a1a;border-radius:10px}.ops-live-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.ops-live-tab{border:1px solid rgba(15,23,42,.12);background:#ffffffb8;color:#0b1220b8;border-radius:12px;padding:10px 12px;font-weight:750;cursor:pointer;transition:background-color .14s ease,border-color .14s ease;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.9rem}.ops-live-tab:hover{background:#fffffff2;border-color:#0f172a2e}.ops-live-tab.is-active{background:linear-gradient(135deg,#0284c724,#0ea5e91f);border-color:#0284c738;color:#0b1220eb}.ops-section{border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff2,#ffffffe6);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0206170a,0 0 0 1px #fffc inset;transition:all .2s ease}.ops-section:hover{border-color:#0ea5e933;box-shadow:0 4px 12px #0206170f,0 0 0 1px #0ea5e91a inset}.ops-section[open]{border-color:#0ea5e940;box-shadow:0 4px 16px #02061714,0 0 0 1px #0ea5e926 inset}.ops-section-plain{border:0;background:transparent;box-shadow:none}.ops-section-flat{border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:var(--shadow-sm);border-radius:12px;padding:12px}.ops-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px}.ops-section-title{display:inline-flex;align-items:center;gap:8px;font-weight:750;letter-spacing:-.01em;color:#0b1220e6}.ops-section-title svg{color:#0284c7}.ops-items-block{margin-top:6px}.ops-section-plain .ops-section-summary{padding:0;background:transparent;border:0;color:#0b1220e6}.ops-search-block{margin-bottom:10px}.ops-live-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.ops-stat-card{border:1px solid rgba(15,23,42,.08);background:#fffffff2;border-radius:12px;padding:12px;display:grid;gap:4px;box-shadow:0 6px 18px #02061714;position:relative;overflow:hidden}.ops-stat-label{font-size:.78rem;color:#0b122099}.ops-stat-value{font-weight:800;font-size:1rem;letter-spacing:-.02em;color:#0b1220eb}.ops-stat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;pointer-events:none}.ops-stat-card.is-total{border-color:#0ea5e92e}.ops-stat-card.is-total .ops-stat-value{color:#0ea5e9}.ops-stat-card.is-total:after{background:linear-gradient(135deg,#0ea5e952,#7dd3fc33)}.ops-stat-card.is-live{border-color:#22c55e2e}.ops-stat-card.is-live .ops-stat-value{color:#16a34a}.ops-stat-card.is-live:after{background:linear-gradient(135deg,#22c55e47,#a7f3d033)}.ops-stat-card.is-offline{border-color:#f8717133}.ops-stat-card.is-offline .ops-stat-value{color:#dc2626}.ops-stat-card.is-offline:after{background:linear-gradient(135deg,#f871714d,#fee2e233)}.ops-section+.ops-section{margin-top:12px}.ops-section-summary{padding:14px 16px;cursor:pointer;font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:#0b1220eb;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease;background:#ffffff80}.ops-section-summary:hover{background:#0ea5e90a;color:#0b1220f2}.ops-section-summary:after{content:"▼";font-size:.7rem;color:#0b122080;transition:transform .2s ease,color .2s ease}.ops-section[open] .ops-section-summary:after{transform:rotate(180deg);color:#0ea5e9cc}.ops-section-summary::-webkit-details-marker{display:none}.ops-section-body{padding:16px;background:#fff9}.ops-search{width:100%;padding:10px 12px 10px 36px;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:#ffffffd9;outline:none;font-size:.9rem;color:#0b1220e6;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:none}.ops-search::placeholder{color:#0b122080}.ops-search:focus{border-color:#0ea5e952;box-shadow:0 0 0 3px #0ea5e924;background:#fffffffa;transform:none}.ops-search-wrap{position:relative;display:flex;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:2px 4px;box-shadow:0 2px 6px #0f172a05,0 0 0 1px #fffc inset;transition:all .2s ease}.ops-search-wrap:focus-within{border-color:#0ea5e9;box-shadow:0 4px 12px #0ea5e91a,0 0 0 1px #0ea5e91a inset;transform:translateY(-1px)}.ops-search-wrap svg{position:static;margin-left:12px;color:#64748b;transition:color .2s ease}.ops-search-wrap:focus-within svg{color:#0ea5e9}.ops-select{padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe6;outline:none}.ops-items{display:grid;gap:10px}.ops-item{width:100%;text-align:left;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff2,#ffffffe6);border-radius:14px;padding:14px 16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0206170a,0 0 0 1px #fffc inset}.ops-item:hover{background:linear-gradient(180deg,#fff,#f8fafcf2);border-color:#0ea5e940;transform:translate3d(0,-2px,0);box-shadow:0 4px 12px #02061714,0 0 0 1px #0ea5e926 inset}.ops-item.is-selected{border-color:#0ea5e966;background:linear-gradient(135deg,#0ea5e914,#0ea5e90a);box-shadow:0 4px 16px #0ea5e933,0 0 0 1px #0ea5e933 inset;transform:translate3d(0,-1px,0)}.ops-item-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.ops-item-name{display:flex;align-items:center;gap:12px;font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:#0b1220f2}.ops-vehicle-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border:1.5px solid rgba(14,165,233,.15);border-radius:12px;box-shadow:0 2px 8px #00000014,0 0 0 1px #fffc inset;flex-shrink:0}.ops-vehicle-icon{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.15))}.ops-item-meta{margin-top:10px;display:grid;gap:6px;font-size:.85rem;color:#0b1220a6;line-height:1.4}.ops-item-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;padding-top:12px;border-top:1px solid rgba(15,23,42,.06)}.ops-empty{padding:64px 32px;margin:16px 0;background:linear-gradient(180deg,#f8fafc66,#f1f5f933);border:1px dashed rgba(15,23,42,.1);border-radius:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.ops-empty-icon{width:56px;height:56px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;box-shadow:0 4px 12px #0f172a0d;margin-bottom:4px}.ops-empty-title{font-size:1.15rem;font-weight:700;color:#1e293b;letter-spacing:-.01em}.ops-empty-text{font-size:.9rem;color:#64748b;line-height:1.6;max-width:260px}.ops-actions-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.ops-filters{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.ops-tab-sub{border:1px solid rgba(15,23,42,.12);background:#ffffffb8;color:#0b1220b8;border-radius:12px;padding:8px 10px;font-weight:750;cursor:pointer}.ops-tab-sub.is-active{background:linear-gradient(135deg,#0284c724,#0ea5e91f);border-color:#0284c738;color:#0b1220eb}.ops-error{padding:12px 16px;border-radius:12px;border:1px solid rgba(220,38,38,.25);background:linear-gradient(135deg,#fee2e2e6,#fee2e2b3);color:#7f1d1d;font-weight:600;font-size:.9rem;line-height:1.4;margin-top:12px;box-shadow:0 2px 8px #dc26261a}.ops-success{padding:12px 16px;border-radius:12px;border:1px solid rgba(34,197,94,.25);background:linear-gradient(135deg,#dcfce7e6,#dcfce7b3);color:#14532d;font-weight:600;font-size:.9rem;line-height:1.4;margin-top:12px;box-shadow:0 2px 8px #22c55e1a}@media (max-width: 1024px){.ops-overlay{left:120px;width:min(460px,calc(100vw - 126px))}}@media (max-width: 900px){.ops-overlay{left:112px;width:min(420px,calc(100vw - 120px))}}.ops-overlay-reopen{position:fixed;top:16px;left:130px;z-index:14}.ops-item-progress-wrap{margin-top:14px;padding-top:12px;border-top:1px solid rgba(15,23,42,.04)}.ops-item-progress-labels{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.78rem;font-weight:600;color:#475569}.ops-item-progress-bar-bg{height:6px;background:#0f172a0d;border-radius:10px;overflow:hidden}.ops-item-progress-bar-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#38bdf8);border-radius:10px;transition:width 1s cubic-bezier(.4,0,.2,1)}.leaflet-popup-content-wrapper{border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.leaflet-popup-content{margin:0;width:240px!important}.ops-popup{padding:16px}.ops-popup-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ops-vehicle-icon-wrapper-sm{width:36px;height:36px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center}.ops-vehicle-icon-sm{width:24px;height:24px;object-fit:contain}.ops-popup-title-wrap{display:flex;flex-direction:column;gap:2px}.ops-popup-title{font-weight:700;font-size:1rem;color:#0f172a}.ops-popup-status{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;padding:2px 6px;border-radius:6px;width:fit-content}.ops-popup-status.is-active{background:#dcfce7;color:#166534}.ops-popup-status.is-paused{background:#fef3c7;color:#92400e}.ops-drawing-toolbar{position:absolute;top:24px;left:50%;transform:translate(-50%);z-index:1000;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 16px;border-radius:999px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.1);color:#fff;pointer-events:auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.ops-drawing-hint{font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px;padding-right:16px;border-right:1px solid rgba(255,255,255,.2)}.ops-drawing-hint svg{color:#10b981}.ops-drawing-stats{font-size:.85rem;font-weight:700;color:#ffffffb3;min-width:80px}.ops-create-pane{display:flex;flex-direction:column;gap:20px;padding:24px 20px;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.ops-create-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}.ops-create-title{font-size:1.2rem;font-weight:850;letter-spacing:-.02em;color:#0f172a}.ops-popup-row{display:flex;justify-content:space-between;font-size:.85rem}.ops-popup-label{color:#64748b}.ops-popup-value{color:#0f172a;font-weight:600}.ops-popup-progress{padding-top:12px;border-top:1px solid #f1f5f9}.ops-popup-progress-header{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:6px}.ops-popup-progress-bar{height:6px;background:#f1f5f9;border-radius:10px;overflow:hidden}.ops-popup-progress-fill{height:100%;background:#0ea5e9;border-radius:10px;transition:width .5s ease}@media (max-width: 768px){.ops-overlay{top:12px;left:12px;right:12px;bottom:84px;width:auto}}.ops-panel-toggle{position:absolute;top:16px;left:130px;z-index:15;width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;box-shadow:var(--shadow);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ops-panel-toggle:hover{background:#fff;border-color:#0f172a2e;transform:translateY(-1px)}.ops-overlay.is-collapsed{transform:translate(calc(-100% - 140px));opacity:0;pointer-events:none}.tracking-page{height:100%;padding:0}.tracking-canvas{position:relative;height:100%;width:100%}.tracking-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tracking-overlay{position:absolute;top:14px;right:14px;bottom:14px;width:min(420px,calc(100vw - 28px));z-index:5;background:#ffffffeb;border:1px solid rgba(15,23,42,.12);box-shadow:var(--shadow);border-radius:14px;overflow:hidden;display:grid;grid-template-rows:auto auto auto auto 1fr;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tracking-overlay-head{padding:12px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffb8}.tracking-overlay-actions-left{display:flex;align-items:center;gap:8px;justify-content:flex-start}.tracking-overlay-title{font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.02em;color:#0b1220eb;text-align:center}.tracking-overlay-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}.tracking-stats{padding:10px 12px 0;display:flex;gap:10px;flex-wrap:wrap}.tracking-tools{padding:10px 12px 0}.tracking-tabs{padding:10px 10px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.tracking-tab{border:1px solid rgba(15,23,42,.12);background:#ffffffb8;color:#0b1220b8;border-radius:12px;padding:10px;font-weight:750;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.tracking-tab:hover{background:#fffffff2;border-color:#0f172a2e}.tracking-tab.is-active{background:linear-gradient(135deg,#0284c724,#0ea5e91f);border-color:#0284c738;color:#0b1220eb}.tracking-create-form{display:flex;flex-direction:column;gap:10px}.tracking-create-actions{display:flex;flex-direction:column;gap:12px}.drawing-controls{display:flex;gap:8px}.tracking-error{padding:10px 12px;border-radius:12px;border:1px solid rgba(220,38,38,.22);background:#fee2e2bf;color:#7f1d1d;font-weight:650;line-height:1.35}.tracking-success{padding:10px 12px;border-radius:12px;border:1px solid rgba(34,197,94,.22);background:#dcfce7bf;color:#14532d;font-weight:650;line-height:1.35}.save-controls{display:flex;gap:8px}.path-info{font-size:.75rem;color:#0b122099;text-align:center;padding:.5rem;background:#ffffff8c;border:1px solid rgba(15,23,42,.08);border-radius:12px}.control-label{font-size:.875rem;font-weight:600;color:#0b1220b8;margin-bottom:.25rem}.tracking-search{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe6;outline:none;transition:box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.tracking-search:focus{border-color:#0284c773;box-shadow:0 0 0 5px #0284c729;background:#fffffffa}.tracking-overlay-body{min-height:0;padding:10px 10px 12px;overflow:auto}.tracking-empty{padding:14px 10px;color:#0b12209e;line-height:1.4}.tracking-items{display:grid;gap:10px}.tracking-item{width:100%;text-align:left;border:1px solid rgba(15,23,42,.1);background:#ffffffb8;border-radius:14px;padding:12px;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background-color .14s ease}.tracking-item:hover{background:#ffffffe6;border-color:#0f172a29;transform:translate3d(0,-1px,0)}.tracking-item.is-selected{border-color:#0284c742;box-shadow:0 14px 30px #0284c71f}.tracking-item-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.tracking-item-name{font-weight:850;letter-spacing:-.01em;color:#0b1220eb}.tracking-item-meta{margin-top:8px;display:grid;gap:4px;font-size:.9rem;color:#0b12209e}.tracking-item-actions{margin-top:10px;display:flex;gap:8px}.history-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.history-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.history-modal-header{padding:20px 24px;border-bottom:1px solid rgba(15,23,42,.1);display:flex;align-items:center;justify-content:space-between;gap:12px}.history-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#0b1220eb}.history-modal-close{width:36px;height:36px;border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;cursor:pointer;font-size:1.2rem;line-height:1;color:#0b1220a6;transition:all .15s ease}.history-modal-close:hover{background:#f8fafc;border-color:#0f172a26;color:#0b1220d9;transform:translateY(-1px)}.history-modal-pro{border-radius:18px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#fffffff2);box-shadow:0 24px 70px #02061738;max-width:640px}.history-modal-header{padding:20px 24px;border-bottom:1px solid rgba(15,23,42,.08)}.history-modal-pro .history-modal-header{border-bottom:1px solid rgba(15,23,42,.06);background:linear-gradient(90deg,#0ea5e914,#fff0)}.history-header-actions{display:flex;align-items:center;gap:8px}.history-header-actions .btn{white-space:nowrap}.history-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#0ea5e91f;color:#0ea5e9;font-weight:700;font-size:.8rem;letter-spacing:-.01em;margin:0 0 6px}.history-modal-pro h2{font-size:1.35rem;letter-spacing:-.02em;margin:0}.history-modal-content{padding:24px;overflow-y:auto;flex:1}.history-modal-body{padding:20px 22px 24px;overflow-y:auto;display:grid;gap:14px}.history-modal-pro .history-modal-body{background:radial-gradient(900px 300px at 10% 0%,rgba(14,165,233,.06),transparent 60%)}.history-filters{margin-bottom:24px}.history-filters label{display:block;margin-bottom:12px;font-weight:600;color:#0b1220cc}.history-filter-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.history-custom-dates{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.history-custom-dates>div{display:flex;flex-direction:column;gap:6px}.history-custom-dates label{font-size:.9rem;font-weight:500;margin-bottom:0}.history-custom-dates input[type=date]{padding:8px 12px;border:1px solid rgba(15,23,42,.12);border-radius:8px;font-size:.95rem}.history-loading{padding:40px 20px;text-align:center;color:#0b122099}.history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:12px}.history-card{border:1px solid rgba(15,23,42,.08);background:#ffffffe6;border-radius:12px;padding:12px;box-shadow:0 10px 30px #02061714}.history-card-label{font-size:.78rem;color:#0b122099;margin-bottom:6px}.history-card-value{font-weight:800;font-size:1.05rem;letter-spacing:-.02em;color:#0b1220eb}.history-note{padding:10px 12px;border-radius:10px;background:#0ea5e914;color:#0b1220d1;font-weight:600;letter-spacing:-.005em}.ops-history-panel{border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff5,#f8fafceb);box-shadow:0 18px 40px #0206171f;border-radius:16px;padding:14px 14px 16px;display:grid;gap:12px}.ops-history-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ops-history-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ops-history-panel .history-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ops-history-panel .history-card{border-color:#0f172a14;background:#fffffff0}.history-player{border:1px solid rgba(15,23,42,.08);background:#f8fafce6;border-radius:12px;padding:12px;display:grid;gap:10px}.history-player-controls{display:flex;gap:8px;flex-wrap:wrap}.history-player-slider input[type=range]{width:100%}.history-player-meta{display:flex;justify-content:space-between;color:#0b1220b3;font-size:.85rem;margin-top:6px}.history-table-wrap{border:1px solid rgba(15,23,42,.08);background:#fffffff0;border-radius:12px;box-shadow:0 12px 28px #02061714;overflow:hidden}.history-table{width:100%;border-collapse:collapse;font-size:.9rem}.history-table th,.history-table td{padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.06);text-align:left}.history-table th{background:#f8fafce6;color:#0b1220a6;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.history-table tr.is-active{background:#0ea5e914}.history-table tr:hover{background:#0ea5e90d}.history-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;padding:16px;background:#f9fafbcc;border-radius:12px}.history-stat{font-size:.95rem;color:#0b1220cc}.history-stat strong{display:block;margin-bottom:4px;font-size:.85rem;color:#0b122099;text-transform:uppercase;letter-spacing:.5px}.history-empty{padding:40px 20px;text-align:center;color:#0b122099}.history-assignment-info{margin-bottom:20px;padding:16px;background:#3b82f60d;border-radius:12px;border:1px solid rgba(59,130,246,.2)}.history-assignment-header{margin-bottom:12px;font-size:1.1rem;color:#0b1220e6}.history-assignment-details{display:grid;gap:8px;font-size:.95rem;color:#0b1220cc}.history-assignment-details>div{display:flex;gap:8px}.history-assignment-details strong{color:#0b1220b3}.history-time-slider{margin-top:24px;padding:16px;background:#f9fafbcc;border-radius:12px}.history-time-slider label{display:flex;align-items:center;gap:8px;font-weight:500;color:#0b1220cc;margin-bottom:12px;cursor:pointer}.history-slider-container{margin-top:12px}.history-slider{width:100%;height:6px;border-radius:3px;background:#0f172a1a;outline:none;-webkit-appearance:none}.history-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.history-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.history-slider-info{display:flex;justify-content:space-between;margin-top:8px;font-size:.9rem;color:#0b1220b3}.history-start-marker,.history-end-marker,.history-current-marker{background:transparent!important;border:none!important}@media (max-width: 900px){.tracking-overlay{left:12px;right:12px;width:auto}.history-modal{max-width:100%;margin:10px}.history-custom-dates{grid-template-columns:1fr}}.history-assignments-table{overflow-x:auto;margin-top:16px}.history-assignments-table table{width:100%;border-collapse:collapse;font-size:.9rem}.history-assignments-table thead{background:#f9fafbcc}.history-assignments-table th{padding:12px;text-align:left;font-weight:600;color:#0b1220cc;border-bottom:2px solid #e5e7eb;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.history-assignments-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#0b1220cc}.history-assignments-table tbody tr{cursor:pointer;transition:background-color .2s}.history-assignments-table tbody tr:hover{background-color:#f3f4f6}.tracking-history-panel{display:flex;flex-direction:column;gap:12px}.tracking-search-block{position:relative}.tracking-search-wrap{position:relative;display:flex;align-items:center}.tracking-search-wrap svg{position:absolute;left:12px;color:#0b122080;pointer-events:none}.tracking-search-wrap .tracking-search{padding-left:36px}.history-assignments-list{display:flex;flex-direction:column;gap:12px}.tracking-history-card{margin-top:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.tracking-history-card-header{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffb8}.tracking-history-card-header h3{margin:0;font-family:var(--font-display);font-size:1rem;letter-spacing:-.02em;color:#0b1220eb;font-weight:700}.tracking-history-card-content{padding:12px;overflow-y:auto;flex:1;min-height:0;max-height:400px}.custom-vehicle-icon{background:transparent!important;border:none!important}.custom-vehicle-icon img{pointer-events:none}.tracking-panel-toggle{position:absolute;top:14px;right:14px;z-index:10;width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;box-shadow:var(--shadow);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tracking-panel-toggle:hover{background:#fff;border-color:#0f172a2e;transform:translateY(-1px)}.tracking-overlay.is-collapsed{transform:translate(calc(100% + 28px));opacity:0;pointer-events:none}.history-page{height:100%;width:100%;padding:0!important;margin:0!important;position:relative;overflow:hidden;display:block!important}.history-canvas{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:0}.history-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.history-overlay{position:absolute;top:16px;left:130px;bottom:24px;width:min(480px,calc(100vw - 160px));z-index:12;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 20px -4px #0206171a,0 12px 40px -8px #02061726,0 0 0 1px #fff6 inset;border-radius:24px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.history-overlay-head{padding:20px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;background:#fff6;border-bottom:1px solid rgba(15,23,42,.04)}.history-overlay-actions-left{display:flex;align-items:center;gap:8px;justify-content:flex-start}.history-overlay-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.history-overlay-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.history-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#64748b;margin-bottom:4px}.history-overlay-body{padding:0;overflow-y:auto;scrollbar-width:thin}.history-search-block{padding:16px 20px;position:sticky;top:0;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.history-search-wrap{position:relative;display:flex;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:2px 4px;box-shadow:0 2px 6px #0f172a05}.history-search-wrap svg{margin-left:12px;color:#64748b}.history-search{width:100%;padding:10px 12px;border:none;background:transparent;outline:none;font-size:.9rem;color:#0f172a}.history-items-block{padding:0 20px 20px}.history-items{display:grid;gap:12px}.history-item{width:100%;text-align:left;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:16px;padding:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #00000005}.history-item:hover{border-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e91a}.history-item.is-selected{border-color:#0ea5e9;background:#0ea5e908;box-shadow:0 4px 16px #0ea5e926}.history-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.history-item-name{font-weight:700;font-size:1rem;color:#0f172a;display:flex;align-items:center;gap:10px}.history-item-meta{display:grid;gap:6px;font-size:.85rem;color:#64748b}.history-item-meta strong{color:#475569}.history-detail{padding:20px;display:grid;gap:20px}.history-detail-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.history-back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.history-back-btn:hover{background:#e2e8f0;color:#0f172a}.history-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:4px}.history-stat-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px #00000005;position:relative;overflow:hidden}.history-info-section{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:20px;padding:20px;box-shadow:0 2px 8px #00000005}.history-info-list{display:grid;gap:16px}.history-info-item{display:flex;align-items:flex-start;gap:12px}.history-info-icon{width:32px;height:32px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;border:1px solid #f1f5f9}.history-info-content{display:flex;flex-direction:column;gap:2px}.history-info-label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.history-info-value{font-size:.9rem;font-weight:700;color:#334155}.history-playback{background:#0f172a;border-radius:24px;padding:20px;color:#fff;box-shadow:0 12px 24px -8px #0f172a4d;margin-top:8px}.history-playback-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.history-playback-title{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:8px;color:#e2e8f0}.history-playback-controls{display:flex;align-items:center;gap:16px;margin-bottom:24px}.history-play-btn{width:52px;height:52px;background:#0ea5e9;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0ea5e966}.history-play-btn:hover{background:#38bdf8;transform:scale(1.05);box-shadow:0 6px 16px #0ea5e980}.history-play-btn:active{transform:scale(.95)}.history-playback-meta{flex:1;display:flex;flex-direction:column;gap:4px}.history-time-display{font-family:JetBrains Mono,Monaco,monospace;font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.02em}.history-speed-display{font-size:.85rem;font-weight:700;color:#0ea5e9}.history-obstacles-list{display:grid;gap:8px;margin-top:12px}.history-obstacle-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid rgba(245,158,11,.15);border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.history-obstacle-item:hover{background:#f59e0b0d;border-color:#f59e0b66;transform:translate(4px)}.history-obstacle-type{font-size:.85rem;font-weight:700;color:#92400e}.history-obstacle-time{font-size:.75rem;font-weight:600;color:#d97706;opacity:.8}.history-speed-badge:hover{background:#fff3;transform:translateY(-1px)}.history-speed-badge:active{transform:translateY(0)}.history-slider-container{display:flex;flex-direction:column;gap:12px}.history-slider-wrap{position:relative;height:6px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center}.history-slider-fill{position:absolute;left:0;top:0;height:100%;background:#0ea5e9;border-radius:10px;pointer-events:none}.history-slider{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;margin:0}.history-slider-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:#64748b}.history-date-selector{margin-top:-4px;margin-bottom:20px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0ea5e90d;border:1px solid rgba(14,165,233,.1);border-radius:14px}.history-date-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;font-size:.85rem;font-weight:600;color:#0f172a;outline:none;cursor:pointer;transition:all .2s}.history-date-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.history-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.85rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;margin-bottom:8px}.history-back-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1;transform:translate(-2px)}.history-item{width:100%;text-align:left;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:16px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005;position:relative;overflow:hidden}.history-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#0ea5e9;opacity:0;transition:opacity .2s}.history-item:hover{border-color:#0ea5e94d;transform:translateY(-2px);box-shadow:0 8px 20px -4px #0ea5e91f}.history-item.is-selected{border-color:#0ea5e9;background:#0ea5e905}.history-item.is-selected:before{opacity:1}.history-item-icon-box{width:44px;height:44px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1.5px solid #f1f5f9;flex-shrink:0;transition:all .2s}.history-item:hover .history-item-icon-box{background:#fff;border-color:#0ea5e933;box-shadow:0 4px 10px #0000000d}.history-item-meta{display:grid;gap:8px;font-size:.85rem;color:#64748b;margin-top:4px}.history-item-meta-row{display:flex;align-items:center;gap:8px}.history-empty-state{padding:80px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background:#f8fafc80;border:1px dashed rgba(15,23,42,.1);border-radius:24px;margin:20px 0}.history-empty-icon{width:72px;height:72px;background:#fff;border-radius:24px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;box-shadow:0 8px 24px -4px #0ea5e926;border:1px solid rgba(14,165,233,.1)}.history-empty-title{font-size:1.1rem;font-weight:700;color:#1e293b}.history-empty-text{font-size:.9rem;color:#64748b;max-width:260px;line-height:1.5}@media (max-width: 768px){.history-overlay{top:12px;left:12px;right:12px;bottom:12px;width:auto}}.history-panel-toggle{position:absolute;top:16px;left:130px;z-index:15;width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;box-shadow:var(--shadow);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.history-panel-toggle:hover{background:#fff;border-color:#0f172a2e;transform:translateY(-1px)}.history-overlay.is-collapsed{transform:translate(calc(-100% - 140px));opacity:0;pointer-events:none}.login-page{--bg0: #070b12;--bg1: #0a1223;--card: rgba(255, 255, 255, .88);--card-border: rgba(255, 255, 255, .24);--ink: #0b1220;--muted: rgba(11, 18, 32, .64);--ring: rgba(59, 130, 246, .35);--danger: #b91c1c;min-height:100vh;display:grid;place-items:center;padding:24px;color:var(--ink);font-family:Instrument Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(1200px 600px at 15% 10%,rgba(56,189,248,.22),transparent 60%),radial-gradient(900px 500px at 85% 25%,rgba(59,130,246,.18),transparent 62%),radial-gradient(1200px 900px at 50% 110%,rgba(244,114,182,.12),transparent 58%),repeating-linear-gradient(135deg,#ffffff08,#ffffff08 1px,#fff0 6px,#fff0 10px),linear-gradient(180deg,var(--bg0),var(--bg1))}.login-page:before,.login-page:after{content:"";position:fixed;top:-20vmax;right:-20vmax;bottom:-20vmax;left:-20vmax;pointer-events:none;opacity:.9;filter:blur(40px)}.login-page:before{background:radial-gradient(closest-side,rgba(34,211,238,.18),transparent 70%),radial-gradient(closest-side,rgba(99,102,241,.14),transparent 68%);transform:translate3d(-6vmax,-3vmax,0)}.login-page:after{background:radial-gradient(closest-side,rgba(56,189,248,.12),transparent 70%),radial-gradient(closest-side,rgba(244,114,182,.1),transparent 65%);transform:translate3d(6vmax,4vmax,0)}.login-shell{width:min(1040px,100%);display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}.login-brand{position:relative;border-radius:20px;padding:28px;overflow:hidden;color:#ffffffeb;background:radial-gradient(900px 600px at 20% 10%,rgba(34,211,238,.25),transparent 60%),radial-gradient(700px 500px at 80% 35%,rgba(99,102,241,.22),transparent 60%),linear-gradient(180deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 80px #00000059}.login-brand-inner{position:relative;display:grid;gap:12px;height:100%;align-content:center}.login-mark{width:52px;height:52px;border-radius:14px;background:radial-gradient(circle at 30% 25%,#ffffffb3,#ffffff1a 58%,#ffffff05 70%),linear-gradient(135deg,#22d3eebf,#6366f1b3);box-shadow:0 14px 40px #00000059,inset 0 1px #ffffff59}.login-title{margin:0;font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.03em}.login-tagline{margin:0;max-width:42ch;color:#ffffffc7;line-height:1.45}.login-bullets{display:grid;gap:10px;margin-top:6px}.login-bullet{display:flex;align-items:center;gap:10px;font-weight:500;color:#ffffffdb}.login-bullet:before{content:"";width:10px;height:10px;border-radius:999px;background:#fff9;box-shadow:0 0 0 4px #ffffff1a}.login-card{border-radius:20px;padding:26px;background:var(--card);border:1px solid var(--card-border);box-shadow:0 18px 70px #00000059;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:login-rise .52s ease-out both}@keyframes login-rise{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.login-card-header h2{margin:0;font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:1.35rem;letter-spacing:-.02em;color:var(--ink)}.login-subtitle{margin:6px 0 0;color:var(--muted)}.login-form{margin-top:18px;display:grid;gap:14px}.login-field label{display:block;margin-bottom:8px;font-weight:600;font-size:.92rem;color:#0b1220c7}.login-field input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(11,18,32,.14);background:#ffffffd1;color:var(--ink);outline:none;transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease,background-color .16s ease}.login-input-with-action{position:relative;display:grid}.login-input-with-action input{padding-right:92px}.login-field-action{position:absolute;top:50%;right:10px;transform:translate3d(0,-50%,0);border:1px solid rgba(11,18,32,.16);background:#ffffffa6;color:#0b1220c7;border-radius:999px;padding:7px 10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease,border-color .14s ease,color .14s ease}.login-field-action:hover{background:#ffffffd1;border-color:#0b122038;color:#0b1220e6}.login-field-action:focus-visible{outline:none;box-shadow:0 0 0 5px var(--ring);border-color:#3b82f68c}.login-field input::placeholder{color:#0b12206b}.login-field input:focus{border-color:#3b82f68c;box-shadow:0 0 0 5px var(--ring);background:#ffffffeb}.login-error{padding:10px 12px;border-radius:12px;border:1px solid rgba(185,28,28,.25);background:#fee2e2bf;color:var(--danger);font-weight:500}.login-submit{width:100%;padding:12px 14px;border-radius:12px;border:0;cursor:pointer;font-weight:650;font-size:1rem;letter-spacing:.01em;color:#fffffff0;background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 16px 40px #2563eb40,inset 0 1px #ffffff40;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.login-submit:hover{transform:translate3d(0,-1px,0);filter:brightness(1.02);box-shadow:0 18px 50px #2563eb4d,inset 0 1px #ffffff40}.login-submit:active{transform:translateZ(0)}.login-submit:disabled{cursor:not-allowed;opacity:.75;transform:none;filter:none}.login-help{margin:14px 2px 0;font-size:.95rem;color:#0b12209e;line-height:1.4}@media (max-width: 900px){.login-shell{grid-template-columns:1fr}.login-brand{padding:22px}}@media (prefers-reduced-motion: reduce){.login-card{animation:none}.login-submit{transition:none}}.vm-modal-scrim{position:fixed!important;background:#0206177a;display:grid!important;place-items:center!important;padding:16px;z-index:9999!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important}.vm-modal{width:min(480px,calc(100vw - 32px));max-height:90vh;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#fffffff7);box-shadow:0 20px 60px #02061740,0 0 0 1px #fffc inset;outline:none;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;overflow:hidden;position:relative;margin:auto}.vm-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 16px;border-bottom:1px solid rgba(15,23,42,.06);background:linear-gradient(180deg,#fff,#f8fafcf2);position:relative}.vm-modal-head:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(14,165,233,.1) 50%,transparent 100%)}.vm-modal-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:#0b1220f2;background:linear-gradient(135deg,#0b1220f2,#0b1220d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vm-modal-close{width:36px;height:36px;border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;cursor:pointer;font-size:1.3rem;line-height:1;color:#0b1220a6;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.vm-modal-close:hover{background:#f8fafc;border-color:#0f172a26;color:#0b1220d9;transform:scale(1.05)}.vm-modal-desc{padding:0 20px 16px;color:#0b1220a6;line-height:1.5;font-size:.9rem}.vm-modal-body{padding:20px;color:#0b1220cc;overflow-y:auto;flex:1;min-height:0}.vm-modal-actions{padding:16px 20px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(15,23,42,.06);background:#f8fafc80}.employees-page .card-body{padding:20px}.employees-kpis{margin-top:10px;display:flex;gap:12px;flex-wrap:wrap}.employees-panel-compact{display:flex;flex-direction:column;height:100%}.employees-panel-items{flex:1;overflow-y:auto;padding:0 16px 16px}.employees-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;width:100%}.employees-search-wrap{position:relative;flex:1;min-width:min(400px,100%);display:flex;align-items:center}.employees-search-wrap svg{position:absolute;left:14px;color:#64748b;pointer-events:none}.employees-search{width:100%;padding:12px 14px 12px 42px;border-radius:14px;border:1px solid rgba(15,23,42,.1);background:#fff;outline:none;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.employees-search:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a,0 4px 12px #0ea5e90d;background:#fff}.employees-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;margin-top:4px}.employee-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:14px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000005;position:relative;overflow:hidden}.employee-card:hover{border-color:#0ea5e940;transform:translateY(-3px);box-shadow:0 12px 24px -8px #0ea5e91f}.employee-card-header{display:flex;gap:12px;align-items:center}.employee-avatar-wrapper{flex-shrink:0}.employee-avatar{width:44px;height:44px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#0284c7;border:1.5px solid #f1f5f9;transition:all .2s}.employee-card:hover .employee-avatar{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:transparent;transform:scale(1.05)}.employee-title-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.employee-name{font-weight:800;font-size:1.05rem;letter-spacing:-.02em;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-email{font-size:.8rem;color:#64748b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-status-badge{padding:4px 10px;background:#f0fdf4;color:#16a34a;border-radius:10px;font-size:.65rem;font-weight:800;letter-spacing:.05em;border:1px solid #dcfce7;box-shadow:0 2px 4px #16a34a0d;flex-shrink:0}.employee-active-job{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:10px;border:1px solid #f1f5f9}.job-row{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:#475569}.job-row svg{color:#94a3b8;width:16px;height:16px;flex-shrink:0}.job-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-progress-header{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:750;color:#0284c7;text-transform:uppercase;letter-spacing:.02em}.job-progress-bar{height:6px;background:#0ea5e91a;border-radius:10px;overflow:hidden}.job-progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#38bdf8);border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1)}.employee-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2px;padding-top:12px;border-top:1px solid #f1f5f9}.employee-added-date{font-size:.75rem;color:#94a3b8;font-weight:600}.employee-card-actions{display:flex;gap:8px}.employee-card-actions .btn{padding:6px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.employees-empty{text-align:center;padding:60px 24px!important;color:#64748b;background:#f8fafc;border-radius:20px;border:2px dashed #e2e8f0}.employees-empty-inner{display:grid;gap:10px;justify-items:center}.employees-empty-title{font-family:var(--font-display);font-size:1.1rem;letter-spacing:-.02em;color:#0b1220eb}.employees-empty-sub{max-width:52ch;line-height:1.45;color:#0b12209e}.employees-name{font-weight:700;color:#0b1220e6}.employees-actions{display:flex;gap:8px}.employees-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206176b;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:60}.employees-scrim.is-open{opacity:1;pointer-events:auto}.employees-drawer{position:fixed;top:0;right:0;height:100vh;width:min(440px,100vw);background:#fffffff5;border-left:1px solid rgba(15,23,42,.12);box-shadow:0 24px 90px #0206173d;transform:translate3d(110%,0,0);transition:transform .2s ease;z-index:70;display:grid;grid-template-rows:auto 1fr;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.employees-drawer.is-open{transform:translateZ(0)}.employees-drawer-head{padding:16px 16px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffb8}.employees-drawer-title{font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.02em;color:#0b1220eb}.employees-drawer-sub{margin-top:4px;color:#0b122099}.employees-drawer-close{width:40px;height:40px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe6;cursor:pointer;font-size:1.4rem;line-height:1;color:#0b1220b3}.employees-drawer-close:hover{background:#fff}.employees-drawer-body{padding:16px;overflow:auto;display:grid;gap:12px;align-content:start}.employees-error{padding:12px 16px;border-radius:12px;border:1px solid rgba(220,38,38,.25);background:linear-gradient(135deg,#fee2e2e6,#fee2e2b3);color:#7f1d1d;font-weight:600;font-size:.9rem;line-height:1.4;margin-top:8px;box-shadow:0 2px 8px #dc26261a}.employees-modal-form{display:grid;gap:16px}.employees-modal-form .form-group{margin-bottom:0}.employees-modal-form .form-group label{display:block;margin-bottom:8px;font-weight:650;font-size:.92rem;color:#0b1220cc}.employees-modal-form .form-group input{width:100%;padding:12px 16px;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#fffffff2;color:#0b1220e6;outline:none;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0206170d}.employees-modal-form .form-group input::placeholder{color:#0b122080}.employees-modal-form .form-group input:focus{border-color:#0ea5e980;box-shadow:0 0 0 4px #0ea5e91f,0 2px 8px #02061714;background:#fff;transform:translateY(-1px)}.employees-modal-form .form-group input:disabled{opacity:.6;cursor:not-allowed;transform:none}.employees-drawer-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}@media (max-width: 720px){.employees-search{min-width:100%}}.vehicles-page .card-body{padding:16px;min-height:200px}.vehicles-kpis{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.vehicles-panel-compact{display:flex;flex-direction:column;height:100%}.vehicles-panel-items{flex:1;overflow-y:auto;padding:0 16px 16px}.history-stat-card:after{content:"";position:absolute;top:0;right:0;width:32px;height:32px;background:linear-gradient(135deg,rgba(14,165,233,.08),transparent);border-radius:0 0 0 100%}.history-stat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;display:flex;align-items:center;gap:6px}.history-stat-value{font-size:1.2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.vehicles-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;width:100%}.vehicles-search-wrap{position:relative;display:flex;align-items:center;flex:1;min-width:min(300px,100%);background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:2px 4px;box-shadow:0 2px 6px #0f172a05;transition:all .2s ease}.vehicles-search-wrap:focus-within{border-color:#0ea5e966;box-shadow:0 0 0 3px #0ea5e91a}.vehicles-search-wrap svg{margin-left:12px;color:#64748b;flex-shrink:0}.vehicles-search{flex:1;width:100%;padding:10px 12px;border:none;background:transparent;outline:none;font-size:.9rem;color:#0f172a;transition:none}.vehicles-search::placeholder{color:#94a3b8}.vehicles-search:focus{box-shadow:none;border:none}.vehicles-filter{padding:10px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;outline:none;font-size:.9rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #00000005}.vehicles-filter:hover{border-color:#0ea5e94d;background:#f8fafc}.vehicles-filter:focus{border-color:#0ea5e966;box-shadow:0 0 0 3px #0ea5e91a}.vehicles-cards-wrap{min-height:200px}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;padding:2px}.vehicle-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 8px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.vehicle-card:hover{border-color:#0ea5e940;transform:translateY(-3px);box-shadow:0 12px 24px -8px #0ea5e91f}.vehicle-card-header{display:flex;align-items:center;gap:12px}.vehicle-icon-wrapper{flex-shrink:0}.vehicle-card-icon{width:44px;height:44px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1.5px solid #f1f5f9;transition:all .25s ease;box-shadow:0 2px 6px #00000008}.vehicle-card:hover .vehicle-card-icon{background:#fff;border-color:#0ea5e933;box-shadow:0 6px 14px #00000014;transform:scale(1.05)}.vehicle-card-icon img{width:28px;height:28px;object-fit:contain}.vehicle-title-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.vehicle-card-name{font-size:1.05rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-card-subtitle{font-size:.8rem;color:#64748b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-status-badge{padding:4px 10px;border-radius:10px;font-size:.65rem;font-weight:800;letter-spacing:.05em;box-shadow:0 2px 4px #00000008;flex-shrink:0}.badge-inactive{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.vehicle-active-job{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:8px;border:1px solid #e0f2fe}.vehicle-job-label{font-size:.72rem;font-weight:800;color:#0369a1;text-transform:uppercase;letter-spacing:.025em}.vehicle-job-value{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:#0c4a6e}.vehicle-job-value svg{width:16px;height:16px;color:#0ea5e9}.job-progress{margin-top:2px;display:flex;flex-direction:column;gap:6px}.job-progress-header{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:750;color:#0369a1;text-transform:uppercase;letter-spacing:.02em}.job-progress-bar{height:6px;background:#0284c71a;border-radius:10px;overflow:hidden}.job-progress-fill{height:100%;background:linear-gradient(90deg,#0284c7,#0ea5e9);border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1)}.vehicle-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2px;padding-top:12px;border-top:1px solid #f1f5f9}.vehicle-card-info{display:flex;flex-direction:column}.vehicle-info-text{font-size:.75rem;color:#94a3b8;font-weight:600}.vehicle-card-actions{display:flex;gap:8px}.vehicle-card-actions .btn{padding:6px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.vehicles-empty-state{padding:60px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background:linear-gradient(135deg,#f8fafc66,#f1f5f966);border:2px dashed rgba(15,23,42,.08);border-radius:20px;margin:20px;min-height:320px;justify-content:center}.vehicles-empty-icon{width:72px;height:72px;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;box-shadow:0 8px 24px -4px #0ea5e926,0 0 0 1px #0ea5e91a inset;border:1px solid rgba(14,165,233,.1)}.vehicles-empty-title{font-family:var(--font-display);font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:#1e293b}.vehicles-empty-text{max-width:280px;line-height:1.5;color:#64748b;font-size:.9rem}.vehicles-name{font-weight:700;color:#0b1220e6}.vehicles-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206176b;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:60}.vehicles-scrim.is-open{opacity:1;pointer-events:auto}.vehicles-drawer{position:fixed;top:0;right:0;height:100vh;width:min(440px,100vw);background:#fffffff5;border-left:1px solid rgba(15,23,42,.12);box-shadow:0 24px 90px #0206173d;transform:translate3d(110%,0,0);transition:transform .2s ease;z-index:70;display:grid;grid-template-rows:auto 1fr;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.vehicles-drawer.is-open{transform:translateZ(0)}.vehicles-drawer-head{padding:16px 16px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffb8}.vehicles-drawer-title{font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.02em;color:#0b1220eb}.vehicles-drawer-sub{margin-top:4px;color:#0b122099}.vehicles-drawer-close{width:40px;height:40px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe6;cursor:pointer;font-size:1.4rem;line-height:1;color:#0b1220b3}.vehicles-drawer-close:hover{background:#fff}.vehicles-drawer-body{padding:16px;overflow:auto;display:grid;gap:12px;align-content:start}.vehicles-error{padding:12px 16px;border-radius:12px;border:1px solid rgba(220,38,38,.25);background:linear-gradient(135deg,#fee2e2e6,#fee2e2b3);color:#7f1d1d;font-weight:600;font-size:.9rem;line-height:1.4;margin-top:8px;box-shadow:0 2px 8px #dc26261a}.vehicles-modal-form{display:grid;gap:16px}.vehicles-modal-form .form-group{margin-bottom:0}.vehicles-modal-form .form-group label{display:block;margin-bottom:8px;font-weight:650;font-size:.92rem;color:#0b1220cc}.vehicles-modal-form .form-group input,.vehicles-modal-form .form-group select{width:100%;padding:12px 16px;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#fffffff2;color:#0b1220e6;outline:none;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0206170d}.vehicles-modal-form .form-group input::placeholder{color:#0b122080}.vehicles-modal-form .form-group input:focus,.vehicles-modal-form .form-group select:focus{border-color:#0ea5e980;box-shadow:0 0 0 4px #0ea5e91f,0 2px 8px #02061714;background:#fff;transform:translateY(-1px)}.vehicles-modal-form .form-group input:disabled,.vehicles-modal-form .form-group select:disabled{opacity:.6;cursor:not-allowed;transform:none}.vehicles-drawer-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}.vehicle-type-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin-top:8px}.vehicle-type-option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border-radius:12px;border:2px solid rgba(15,23,42,.12);background:#fffffff2;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0206170d}.vehicle-type-option:hover{border-color:#0ea5e966;background:#fff;transform:translateY(-2px);box-shadow:0 0 0 4px #0ea5e91f,0 4px 12px #0206171a}.vehicle-type-option.is-selected{border-color:#0ea5e9cc;background:linear-gradient(135deg,#0ea5e91a,#0ea5e90d);box-shadow:0 0 0 4px #0ea5e926,0 4px 12px #0ea5e933}.vehicle-type-icon{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.vehicle-type-option.is-selected .vehicle-type-icon{filter:drop-shadow(0 2px 6px rgba(14,165,233,.3))}.vehicle-type-label{font-size:.875rem;font-weight:600;color:#0b1220cc;text-align:center}.vehicle-type-option.is-selected .vehicle-type-label{color:#0ea5e9f2}@media (max-width: 720px){.vehicles-search-wrap{min-width:100%}.vehicles-filter{width:100%}.vehicle-type-selector{grid-template-columns:repeat(3,1fr)}.vehicles-grid{grid-template-columns:1fr;gap:12px}.vehicles-empty-state{padding:48px 20px;margin:16px;min-height:280px}.vehicles-empty-icon{width:64px;height:64px}}.routes-page{height:100%;width:100%;padding:0!important;margin:0!important;position:relative;overflow:hidden;display:block!important}.routes-canvas{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:0}.routes-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.routes-overlay{position:absolute;top:16px;right:16px;bottom:24px;width:min(480px,calc(100vw - 32px));z-index:12;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 20px -4px #0206171a,0 12px 40px -8px #02061726,0 0 0 1px #fff6 inset;border-radius:24px;overflow:hidden;display:grid;grid-template-rows:auto auto auto 1fr;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.routes-overlay-head{padding:20px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;background:#fff6;border-bottom:1px solid rgba(15,23,42,.04)}.routes-overlay-actions-left{display:flex;align-items:center;gap:8px;justify-content:flex-start}.routes-overlay-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.routes-overlay-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}.routes-tabs{padding:16px 20px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.routes-tab{border:1px solid rgba(15,23,42,.08);background:#fff;color:#475569;border-radius:14px;padding:12px 14px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #00000005}.routes-tab:hover{background:#f8fafc;border-color:#0ea5e933;color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 8px #0ea5e914}.routes-tab.is-active{background:linear-gradient(135deg,#0ea5e914,#0ea5e90a);border-color:#0ea5e9;color:#0f172a;box-shadow:0 4px 12px #0ea5e926}.routes-overlay-body{min-height:0;padding:0 20px 20px;overflow-y:auto;scrollbar-width:thin}.routes-toolbar{padding:16px 20px 10px;display:flex;gap:10px;align-items:center;position:sticky;top:0;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.routes-search{flex:1;min-width:0;padding:10px 14px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#fff;outline:none;font-size:.9rem;color:#0f172a;transition:all .2s;box-shadow:0 2px 6px #0f172a05}.routes-search:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a;background:#fff}.routes-filter{padding:10px 14px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#fff;outline:none;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #0f172a05}.routes-filter:hover{border-color:#0ea5e933;box-shadow:0 4px 8px #0ea5e914}.routes-empty{padding:80px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background:#f8fafc80;border:1px dashed rgba(15,23,42,.1);border-radius:24px;margin:20px 0}.routes-empty-icon{width:72px;height:72px;background:#fff;border-radius:24px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;box-shadow:0 8px 24px -4px #0ea5e926;border:1px solid rgba(14,165,233,.1)}.routes-empty-title{font-size:1.1rem;font-weight:700;color:#1e293b}.routes-empty-text{font-size:.9rem;color:#475569;max-width:260px;line-height:1.5}.routes-items{display:flex;flex-direction:column;gap:12px}.routes-item{border:1px solid rgba(15,23,42,.06);background:#fff;border-radius:20px;overflow:hidden;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000005;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:16px}.routes-item:hover{border-color:#0ea5e940;transform:translateY(-2px);box-shadow:0 8px 20px -4px #0ea5e91f}.routes-item.is-selected{border-color:#0ea5e9;background:#0ea5e905;box-shadow:0 8px 24px -4px #0ea5e933}.routes-item.is-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#0ea5e9}.routes-item-header{display:flex;align-items:center;gap:12px}.routes-item-icon{width:40px;height:40px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1.5px solid #f1f5f9;color:#0ea5e9;flex-shrink:0;transition:all .2s}.routes-item:hover .routes-item-icon{background:#fff;border-color:#0ea5e933;box-shadow:0 4px 10px #0000000d}.routes-item-title-wrap{flex:1;min-width:0}.routes-item-name{font-weight:800;font-size:1.05rem;letter-spacing:-.02em;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.routes-item-subtitle{font-size:.8rem;color:#475569;font-weight:600}.routes-status-badge{padding:4px 10px;border-radius:10px;font-size:.65rem;font-weight:800;letter-spacing:.05em;box-shadow:0 2px 4px #00000008;flex-shrink:0}.badge-active{background:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.badge-inactive{background:#f8fafc;color:#64748b;border:1px solid #f1f5f9}.routes-item-body{display:flex;flex-direction:column;gap:8px}.routes-item-desc{font-size:.85rem;color:#475569;line-height:1.4}.routes-item-assignment{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:#0c4a6e;border:1px solid #e0f2fe}.routes-item-assignment svg{color:#0ea5e9}.status-dot{color:#0369a1;opacity:.8}.routes-item-actions{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-top:4px;padding-top:12px;border-top:1px solid #f1f5f9}.routes-item-actions-left,.routes-item-actions-right{display:flex;gap:8px;align-items:center}.btn-icon{width:32px;height:32px;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.btn-icon.is-danger{color:#ef4444}.btn-icon.is-danger:hover{background:#fef2f2;border-color:#fee2e2}.routes-assign-form .form-group select{width:100%}.routes-assign-help{margin-top:-6px;padding:12px;background:#0ea5e90d;border-radius:12px;color:#334155;line-height:1.5;font-size:.85rem}.routes-error{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(239,68,68,.2);background:#fee2e299;color:#7f1d1d;font-weight:600;font-size:.85rem}@media (max-width: 900px){.routes-overlay{left:16px;right:16px;width:auto}}.routes-panel-toggle{position:absolute;top:16px;right:16px;z-index:15;width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;box-shadow:var(--shadow);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.routes-panel-toggle:hover{background:#fff;border-color:#0f172a2e;transform:translateY(-1px)}.routes-overlay.is-collapsed{transform:translate(calc(100% + 32px));opacity:0;pointer-events:none}.address-search{position:relative;width:100%}.address-search-input-wrapper{position:relative;display:flex;align-items:center;border:1px solid rgba(148,163,184,.8);border-radius:.5rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.address-search-input-wrapper:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.address-search-input{flex:1;min-width:0;font-size:1rem;padding:.75rem;min-height:2.75rem;border:none;border-radius:.5rem 0 0 .5rem;font-family:inherit;box-sizing:border-box;line-height:1.5;background:transparent}.address-search-input:focus{outline:none}.address-search-input::placeholder{color:#9ca3af}.address-search-actions{display:flex;align-items:center;gap:.25rem;padding-right:.25rem;flex-shrink:0}.address-search-loading{display:flex;align-items:center;justify-content:center;padding:0 .5rem}.address-search-spinner{width:1.25rem;height:1.25rem;color:#6b7280;animation:address-search-spin .8s linear infinite}@keyframes address-search-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.address-search-clear{background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;line-height:1;border-radius:50%;transition:color .15s ease,background-color .15s ease;display:flex;align-items:center;justify-content:center}.address-search-clear:hover{color:#374151;background-color:#0000000d}.address-search-location-btn{font-size:.8125rem;padding:.5rem .75rem;min-height:2rem;border-radius:999px;border:1px solid rgba(37,99,235,.5);background:#3b82f60d;color:#1d4ed8;cursor:pointer;white-space:nowrap;font-weight:500;touch-action:manipulation;transition:background-color .15s ease,border-color .15s ease}.address-search-location-btn:hover:not(:disabled){background:#3b82f61a;border-color:#2563ebb3}.address-search-location-btn:disabled{opacity:.6;cursor:default}.address-search-results{position:absolute;top:100%;left:0;right:0;margin:0;margin-top:.25rem;padding:.25rem;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.5);border-radius:.5rem;box-shadow:0 4px 16px #0000001f,0 2px 4px #00000014;max-height:16rem;overflow-y:auto;z-index:1000}.address-search-result{padding:.625rem .75rem;cursor:pointer;border-radius:.375rem;transition:background-color .1s ease}.address-search-result:hover,.address-search-result.selected{background-color:#f1f5f9}.address-search-result-main{font-size:.9375rem;font-weight:500;color:#111827;line-height:1.4}.address-search-result-secondary{font-size:.8125rem;color:#6b7280;margin-top:.125rem;line-height:1.3}@media (min-width: 48rem){.address-search-input{font-size:.8125rem;padding:.5rem .625rem;min-height:2.375rem}.address-search-spinner{width:1rem;height:1rem}.address-search-clear{font-size:1rem;width:1.25rem;height:1.25rem}.address-search-location-btn{font-size:.6875rem;padding:.375rem .625rem;min-height:1.75rem}.address-search-results{max-height:14rem}.address-search-result{padding:.5rem .625rem}.address-search-result-main{font-size:.8125rem}.address-search-result-secondary{font-size:.6875rem}}.public-complaints-page{display:flex;flex-direction:column;min-height:100vh;height:100vh;font-family:var(--font-sans, system-ui, sans-serif);position:relative;overflow:hidden}.public-complaints-header{display:flex;align-items:center;padding:.75rem 1.25rem;background:#fff;border-bottom:1px solid rgba(15,23,42,.08);z-index:100;flex-shrink:0}.header-logo{height:2rem;width:auto;margin-right:.75rem}.header-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.025em}.public-complaints-sidebar{display:none}.public-complaints-panel{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:#fff;z-index:1000;padding:0 1.25rem 1rem;box-sizing:border-box;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease-out}.public-complaints-panel.open{transform:translateY(0)}.panel-header{display:flex;align-items:center;justify-content:space-between;margin:1rem 0 .75rem;padding-top:.75rem}.panel-close-button{min-width:2.75rem;min-height:2.75rem;border:none;background:#f3f4f6;border-radius:50%;font-size:1.25rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.mobile-report-button{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:900;min-height:3rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;background:#2563eb;color:#fff;border:none;border-radius:999px;cursor:pointer;box-shadow:0 .25rem 1rem #2563eb66;touch-action:manipulation;white-space:nowrap}@media (min-width: 48rem){.mobile-report-button{display:none}}.mobile-report-button:active{background:#1d4ed8}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.confirmation-dialog{background:#fff;border-radius:.75rem;padding:1.5rem;max-width:20rem;width:100%;box-shadow:0 .5rem 2rem #0003}.confirmation-dialog-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#111827;line-height:1.4}.confirmation-dialog-message{font-size:1rem;color:#4b5563;margin:0 0 1.25rem;line-height:1.5}.confirmation-dialog-buttons{display:flex;gap:.75rem}.confirmation-button{flex:1;min-height:2.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;border-radius:.5rem;cursor:pointer;touch-action:manipulation}.confirmation-button.cancel{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.confirmation-button.confirm{background:#2563eb;border:none;color:#fff}.confirmation-button.cancel:active{background:#e5e7eb}.confirmation-button.confirm:active{background:#1d4ed8}.public-complaints-title{font-size:1.375rem;font-weight:600;margin:0 0 .25rem;line-height:1.4}.public-complaints-description{font-size:.9375rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.public-complaints-alert{margin-bottom:.75rem;padding:.75rem .875rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;line-height:1.4}.public-complaints-alert.error{border:1px solid #fca5a5;background:#fef2f2;color:#b91c1c}.public-complaints-alert.success{border:1px solid #bbf7d0;background:#ecfdf3;color:#166534}.public-complaints-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column}.form-label{display:block;font-size:.9375rem;font-weight:500;margin-bottom:.375rem;line-height:1.4}.location-display{font-size:.9375rem;padding:.75rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.6);background:#f9fafb;min-height:2.75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.location-text{flex:1;min-width:0;word-break:break-word}.location-placeholder{color:#9ca3af}.location-button{font-size:.875rem;padding:.625rem 1rem;min-height:2.75rem;border-radius:999px;border:1px solid rgba(37,99,235,.6);background:#fff;color:#1d4ed8;cursor:pointer;white-space:nowrap;font-weight:500;touch-action:manipulation}.location-button:disabled{background:#bfdbfecc;cursor:default}.location-error{margin-top:.375rem;font-size:.8125rem;color:#b91c1c;line-height:1.4}.type-buttons-container{display:flex;flex-wrap:wrap;gap:.5rem}.type-button{font-size:.9375rem;padding:.75rem 1rem;min-height:2.75rem;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#fff;color:#111827;cursor:pointer;font-weight:500;touch-action:manipulation}.type-button.selected{border-color:#2563eb;background:#3b82f614;color:#1d4ed8}.form-textarea{width:100%;resize:vertical;font-size:1rem;padding:.75rem;min-height:5.5rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.8);font-family:inherit;line-height:1.5;box-sizing:border-box}.form-input{width:100%;font-size:1rem;padding:.75rem;min-height:2.75rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.8);font-family:inherit;box-sizing:border-box;line-height:1.5}.photo-dropzone{width:100%;padding:1rem;min-height:5rem;border-radius:.75rem;border:2px dashed rgba(148,163,184,.9);background:#f9fafb;font-size:.9375rem;cursor:pointer;box-sizing:border-box;touch-action:manipulation}.photo-dropzone-title{margin-bottom:.375rem;color:#111827;line-height:1.4}.photo-dropzone-highlight{font-weight:600}.photo-dropzone-subtitle{font-size:.875rem;color:#6b7280;line-height:1.4}.photo-preview{margin-top:.75rem}.photo-preview img{max-width:100%;max-height:12rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.6);object-fit:cover;display:block}.photo-help-text{font-size:.8125rem;color:#9ca3af;margin-top:.375rem;line-height:1.4}.submit-button{margin-top:.5rem;font-size:1rem;font-weight:600;padding:.875rem 1rem;min-height:2.75rem;border-radius:.5rem;border:none;background:#2563eb;color:#fff;cursor:pointer;touch-action:manipulation;width:100%}.submit-button:disabled{background:#93c5fd;cursor:default}.form-footer-text{font-size:.8125rem;color:#9ca3af;margin-top:.5rem;line-height:1.4}.public-complaints-map{flex:1;width:100%;height:100%;min-height:0}@media (min-width: 48rem){.public-complaints-page{flex-direction:row;height:100vh;overflow:visible}.public-complaints-sidebar{display:block;width:26rem;max-width:40%;max-height:100vh;border-bottom:none;border-right:1px solid rgba(15,23,42,.08);padding:1rem 1.25rem;overflow-y:auto}.public-complaints-panel,.mobile-report-button,.confirmation-overlay{display:none!important}.panel-header{display:none}.public-complaints-title{font-size:1.25rem;margin-bottom:.25rem}.public-complaints-description{font-size:.875rem;margin-bottom:1rem}.public-complaints-alert{font-size:.8125rem;padding:.625rem .75rem}.form-label{font-size:.8125rem}.location-display{font-size:.8125rem;padding:.5rem .625rem;min-height:2.375rem}.location-button{font-size:.6875rem;padding:.5rem .625rem;min-height:2rem}.location-error{font-size:.6875rem}.type-button{font-size:.75rem;padding:.5rem .75rem;min-height:2rem}.form-textarea{font-size:.8125rem;padding:.5rem .625rem;min-height:4.5rem}.form-input{font-size:.8125rem;padding:.5rem .625rem;min-height:2.375rem}.photo-dropzone{padding:.625rem .75rem;font-size:.8125rem}.photo-dropzone-subtitle{font-size:.75rem}.photo-preview img{max-height:11.25rem}.photo-help-text{font-size:.6875rem}.submit-button{font-size:.875rem;padding:.625rem .75rem;min-height:2.5rem}.form-footer-text{font-size:.6875rem}.public-complaints-form{gap:.75rem}.public-complaints-map{min-height:100%}}@media (min-width: 64rem){.public-complaints-sidebar{width:28rem}.header-title{font-size:1.5rem}}.leaflet-control-zoom a{min-width:2.75rem!important;min-height:2.75rem!important;line-height:2.75rem!important;font-size:1.25rem!important}.complaint-marker{background:none;border:none}.complaint-marker:hover{filter:drop-shadow(0 0 8px rgba(239,68,68,.6));transition:filter .2s ease}.leaflet-marker-icon:hover{transform:scale(1.1);transition:transform .2s ease;z-index:1000!important}.complaint-marker{animation:markerAppear .5s ease-out}@keyframes markerAppear{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.leaflet-popup-content{margin:0;line-height:1.4;padding:0!important}.leaflet-popup-content-wrapper{border-radius:.5rem!important;box-shadow:0 4px 12px #00000026!important}.leaflet-popup-tip{background:#fff!important;box-shadow:0 4px 12px #00000026!important}.leaflet-popup-content h3{margin-top:0}@media (min-width: 48rem){.leaflet-control-zoom a{min-width:2rem!important;min-height:2rem!important;line-height:2rem!important;font-size:1rem!important}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,SF Pro Text,Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(1200px 600px at 15% -10%,rgba(14,165,233,.06),transparent 60%),radial-gradient(900px 500px at 90% 0%,rgba(99,102,241,.06),transparent 62%),linear-gradient(180deg,#fafbfc,#f5f7fa);color:#0b1220}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
