.trip-overlay-container{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;max-height:80vh;overflow-y:auto;padding-right:.5rem}.trip-overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.trip-overlay-title{margin:0;font-size:1.75rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.75rem}.trip-id-badge{font-size:1rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .6rem;border-radius:6px;letter-spacing:.02em}.trip-overlay-actions{display:flex;gap:.75rem;flex-wrap:wrap}.trip-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.trip-btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.trip-btn:active{transform:translateY(0)}.trip-btn.primary{background:#2563eb;color:#fff}.trip-btn.primary:hover{background:#1d4ed8}.trip-btn.success{background:#10b981;color:#fff}.trip-btn.success:hover{background:#059669}.trip-btn.warning{background:#f59e0b;color:#fff}.trip-btn.warning:hover{background:#d97706}.trip-btn.danger{background:#ef4444;color:#fff}.trip-btn.danger:hover{background:#dc2626}.trip-btn.purple{background:#8b5cf6;color:#fff}.trip-btn.purple:hover{background:#7c3aed}.trip-btn.secondary{background:#fff;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d}.trip-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.trip-btn.small{padding:.25rem .5rem;font-size:.75rem}.trip-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.trip-grid.compact{gap:1rem}@media (max-width: 768px){.trip-grid{grid-template-columns:1fr}}.trip-details-section{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;flex-direction:column;gap:.35rem;padding:0;background:transparent;border-radius:0;border:none;margin-bottom:.5rem}.detail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-weight:700}.detail-value{font-size:1.1rem;font-weight:600;color:#111827;line-height:1.4}.arrow-separator{margin:0 .5rem}.map-section{display:flex;flex-direction:column}.map-container-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;height:400px;position:relative}.map-legend{margin-top:1rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1.5rem;font-size:.85rem;color:#4b5563}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.start{background:linear-gradient(135deg,#11998e,#38ef7d)}.legend-dot.end{background:linear-gradient(135deg,#ee0979,#ff6a00)}.legend-dot.intermediate{background:#6f42c1}.bookings-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.bookings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-top:1rem}.capacity-info{display:flex;align-items:center;gap:1rem}.capacity-stats{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.capacity-type-badge{font-size:.75rem;padding:.1rem .4rem;background:#e0f2fe;color:#0369a1;border-radius:4px}.booking-form{display:flex;gap:.75rem;flex-wrap:wrap;background:#fff;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;align-items:center}.booking-input{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .2s}.booking-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.booking-input.flex-2{flex:2}.booking-input.flex-1{flex:1}.booking-input.width-80{width:80px}.booking-input.width-100{width:100px}.booking-input.full-width{width:100%}.booking-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem;margin:0}.booking-table th{background:#f9fafb;font-weight:700;text-align:left;padding:1rem .75rem;border-bottom:1px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.booking-table td{padding:1rem .75rem;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.9rem;vertical-align:middle}.booking-table tr:hover td{background:#f9fafb}.booking-table tr:last-child td{border-bottom:none}.status-chip{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.status-chip.scheduled{background:#dbeafe;color:#1e40af}.status-chip.rescheduled{background:#f3e8ff;color:#6b21a8}.status-chip.onboarding{background:#ffedd5;color:#9a3412}.status-chip.completed{background:#dcfce7;color:#166534}.status-chip.cancelled{background:#fee2e2;color:#991b1b}.status-chip.live{background:#ff1744;color:#fff;box-shadow:0 2px 4px #ff17444d}.stops-container{margin-top:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.stops-header{padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.9rem}.edit-booking-form{margin-top:1rem;padding:1rem;background:#fffbeb;border-radius:8px;border:1px solid #fcd34d}.refund-booking-form{margin-top:1rem;padding:1rem;background:#eff6ff;border-radius:8px;border:1px solid #bfdbfe}.form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.booking-actions{display:flex;gap:.5rem}.muted-text{color:#6b7280}.error-text{color:#ef4444}.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}}.route-creation-container{display:grid;grid-template-columns:320px 1fr 380px;grid-template-rows:1fr;grid-template-areas:"sidebar map stops";gap:16px;height:calc(100vh - 80px);padding:16px;overflow:hidden}.route-sidebar{grid-area:sidebar;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;overflow-y:auto}.route-map-wrapper{grid-area:map;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;position:relative;height:100%;min-height:0}.route-stops-sidebar{grid-area:stops;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:0}.route-map-full{height:100%;width:100%}@media (max-width: 1400px){.route-creation-container{grid-template-columns:300px 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"sidebar map" "stops stops";height:auto;overflow-y:auto}.route-map-wrapper{min-height:500px}.route-stops-sidebar{height:500px}}@media (max-width: 900px){.route-creation-container{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"map" "sidebar" "stops";height:auto;padding:10px}.route-map-wrapper{height:60vh;min-height:400px}.route-stops-sidebar{height:500px}}.stops-list{flex:1;overflow-y:auto;padding-right:5px}.stops-list::-webkit-scrollbar{width:6px}.stops-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.stops-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.stops-list::-webkit-scrollbar-thumb:hover{background:#555}.stop-item{display:flex;align-items:flex-start;gap:8px;padding:8px;background:#f8f9fa;border-radius:4px;border:1px solid #e0e0e0;margin-bottom:6px;transition:all .2s}.stop-item:hover{border-color:#dee2e6;background:#fff;box-shadow:0 2px 4px #0000000d}.stop-sequence{width:20px;height:20px;background:#228be6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;margin-top:2px}.stop-details{flex:1;display:flex;flex-direction:column;gap:6px}.stop-coords{display:flex;gap:6px;align-items:center}.stop-coords label{font-size:10px;color:#666;font-weight:500;min-width:25px}.stop-coords input{flex:1;padding:4px 6px;font-size:11px;border:1px solid #ddd;border-radius:4px;font-family:Courier New,monospace}.stop-coords input:focus{outline:none;border-color:#228be6}.remove-stop-btn{opacity:.5;cursor:pointer;padding:4px;transition:opacity .2s;background:none;border:none;font-size:16px}.remove-stop-btn:hover{opacity:1;color:#fa5252}.manual-input-group{background:#f1f3f5;padding:10px;border-radius:6px;margin-top:12px}.coords-row{display:flex;gap:8px;margin-bottom:8px}.header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.custom-route-stop-icon{background:none;border:none}.stop-marker-circle{background:#228be6;width:24px;height:24px;border-radius:50%;border:2px solid white;box-shadow:0 2px 6px #0003;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.stop-marker-circle.start{background:#40c057}.stop-marker-circle.end{background:#fa5252}.dashboard-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:25px;box-shadow:0 10px 40px #0000000d;margin-bottom:25px;border:1px solid rgba(255,255,255,.5)}.dashboard-header-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.modern-tabs{display:flex;gap:10px;margin-bottom:25px;background:#fff;padding:10px;border-radius:15px;box-shadow:0 4px 15px #0000000d;overflow-x:auto}.modern-tab{padding:10px 20px;border-radius:10px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;border:none;background:transparent;white-space:nowrap}.modern-tab:hover{background:#f0f2f5;color:#333}.modern-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.modern-form-group{margin-bottom:20px}.modern-label{display:block;font-size:13px;font-weight:600;color:#667eea;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.modern-input,.modern-select{width:100%;padding:10px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:14px;font-weight:500;color:#333;background:#fff;transition:all .3s ease;box-sizing:border-box;height:46px}.modern-input:focus,.modern-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.modern-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid transparent;padding:10px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;box-shadow:0 4px 15px #667eea33;box-sizing:border-box;height:46px;display:inline-flex;align-items:center;justify-content:center}.modern-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.modern-button.secondary{background:#fff;color:#666;border:2px solid #e0e0e0;box-shadow:none}.modern-button.secondary:hover{border-color:#667eea;color:#667eea;background:#fff}.modern-button.danger{background:linear-gradient(135deg,#ff5252,#f5576c);box-shadow:0 4px 15px #f5576c33;border-color:transparent}.modern-button.danger:hover{box-shadow:0 8px 25px #f5576c66}.modern-table-container{overflow-x:auto;border-radius:15px;box-shadow:0 4px 15px #0000000d}.modern-table{width:100%;border-collapse:collapse;background:#fff}.modern-table th{background:#f8f9fa;padding:15px;text-align:left;font-weight:600;color:#666;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e0e0e0}.modern-table td{padding:15px;border-bottom:1px solid #f0f0f0;color:#333;font-size:14px}.modern-table tr:last-child td{border-bottom:none}.modern-table tr:hover td{background:#f8f9fa}.modern-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.modern-badge.scheduled{background:#e3f2fd;color:#1976d2}.modern-badge.rescheduled{background:#f3e5f5;color:#7b1fa2}.modern-badge.onboarding{background:#fff3e0;color:#e65100}.modern-badge.completed{background:#e8f5e9;color:#2e7d32}.modern-badge.cancelled{background:#ffebee;color:#c62828}.modern-badge.live{background:#ff1744;color:#fff;box-shadow:0 2px 8px #ff174466;animation:pulse-live 2s infinite}@keyframes pulse-live{0%{box-shadow:0 0 #ff174466}70%{box-shadow:0 0 0 6px #ff174400}to{box-shadow:0 0 #ff174400}}.modern-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-card{background:#fff;padding:20px;border-radius:15px;border:1px solid #f0f0f0;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:#667eea}.ReactModal__Content{border-radius:20px!important;box-shadow:0 20px 60px #0003!important;border:none!important;padding:0!important}.operator-dashboard-container{padding:20px;background:#f6f8fb;min-height:100vh}.section-title{margin-top:0;color:#333}.section-subtitle{color:#666;margin-bottom:1rem}.form-row{margin-top:1rem;display:flex;gap:1rem;align-items:center}.time-input-group{display:flex;gap:.4rem;align-items:center}.time-input-group .modern-input{flex:1}.time-preset-select{min-width:140px}.filter-panel{background:#f8f9fa;padding:20px;border-radius:15px;margin-bottom:20px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.filter-actions{align-self:end;display:flex;gap:10px}.recent-routes{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.recent-route-btn{padding:5px 10px;font-size:12px;border:1px solid #e0e0e0}.preset-actions{margin-top:15px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.preset-btn,.export-select{font-size:12px;padding:8px 12px}.trips-header{display:flex;justify-content:space-between;margin-bottom:20px;align-items:center}.refresh-controls{display:flex;align-items:center;gap:10px}.limit-input{width:90px;padding:8px 12px}.trips-table{min-width:700px}.capacity-badge{margin-left:6px;background:#e0e0e0;color:#666}.action-buttons{display:flex;gap:.35rem}.action-btn-small{padding:6px 12px;font-size:12px}.drivers-header,.vehicles-header{display:flex;justify-content:space-between;margin-bottom:1rem;align-items:center}.csv-actions{display:flex;align-items:flex-end;gap:.5rem}.muted-text{color:#666;font-size:.9em}.helper-text{font-size:11px;margin-top:4px}.checkbox-label{margin-right:.5rem;margin-bottom:0;display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-input{width:18px;height:18px}.checkbox-text{font-size:14px;font-weight:500}.live-tracking-container{display:grid;grid-template-columns:1fr 350px;gap:20px;margin-bottom:20px;height:calc(100vh - 200px);min-height:600px}.map-container{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;height:100%;position:relative}.map-container-full{height:100%;width:100%}.live-indicator{position:absolute;top:20px;right:20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:30px;display:flex;align-items:center;gap:10px;z-index:1000;box-shadow:0 4px 15px #0000001a}.live-dot{width:10px;height:10px;background:#f5576c;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.live-text{font-weight:600;color:#f5576c;font-size:14px}.sidebar{display:flex;flex-direction:column;gap:20px;overflow-y:auto}.stats-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:20px;box-shadow:0 10px 40px #0000001a}.stats-card h3{font-size:18px;font-weight:700;color:#667eea;margin-bottom:15px;margin-top:0}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.stat-row:last-child{border-bottom:none}.stat-label{font-size:14px;color:#666;font-weight:500}.stat-value{font-size:16px;font-weight:700;color:#333}.progress-bar{width:100%;height:8px;background:#f0f0f0;border-radius:10px;overflow:hidden;margin-top:10px}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .3s ease}.stops-list{max-height:850px;overflow-y:auto}.stop-item{padding:12px;border-radius:12px;margin-bottom:8px;background:#f8f9fa;transition:all .3s ease;cursor:pointer}.stop-item:hover{background:#e9ecef;transform:translate(5px)}.stop-item.completed{background:linear-gradient(135deg,#d4fc79,#96e6a1)}.stop-item.current{background:linear-gradient(135deg,#ffecd2,#fcb69f);border:2px solid #f5576c}.stop-item.upcoming{background:#f8f9fa}.stop-name{font-weight:600;color:#333;font-size:14px;margin-bottom:5px;display:block}.stop-eta{font-size:12px;color:#666}.stop-number{display:inline-block;width:24px;height:24px;background:#667eea;color:#fff;border-radius:50%;text-align:center;line-height:24px;font-size:12px;font-weight:600;margin-right:10px}.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;width:100%;margin-top:10px}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.trip-selector{margin-bottom:15px;display:flex;gap:10px;align-items:flex-end;background:#fff;padding:20px;border-radius:20px;box-shadow:0 10px 40px #0000001a}.trip-input-group{flex:1}.trip-selector label{display:block;font-size:14px;font-weight:600;color:#667eea;margin-bottom:8px}.trip-selector input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:14px;font-weight:500;color:#333;background:#fff;transition:all .3s ease}.trip-selector input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.load-trip-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;white-space:nowrap;height:45px}.trip-header-info{margin-bottom:15px;padding:15px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px}.trip-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:15px}.info-item{display:flex;flex-direction:column}.info-label{font-size:12px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.info-value{font-size:16px;font-weight:600;color:#333}.status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-onboarding{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.status-in-transit{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.status-completed{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.status-scheduled{background:#e0e0e0;color:#666}.status-cancelled{background:#ff5252;color:#fff}.status-live{background:#ff1744;color:#fff;box-shadow:0 2px 8px #ff174466;animation:pulse 2s infinite}@media (max-width: 1024px){.live-tracking-container{grid-template-columns:1fr;height:auto}.map-container{height:500px}}.error-message{padding:20px;text-align:center;color:red}.helper-text{font-size:12px;margin-top:5px;color:#6b7280}.onboarding-list{margin-bottom:20px;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.onboarding-header{margin-top:0;font-size:16px;color:#333}.onboarding-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.onboarding-card{min-width:200px;padding:10px;border:1px solid #eee;border-radius:6px;background:#f9f9f9;display:flex;flex-direction:column;gap:5px}.onboarding-card-title{font-weight:700;color:#667eea}.onboarding-card-text{font-size:12px;color:#666}.simulation-btn{margin-top:5px;padding:5px 10px;background:#4facfe;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.loading-message{padding:40px;text-align:center;color:#666}.route-direction-card{margin-bottom:15px;padding:15px;background:#ffffff80;border-radius:12px}.route-direction-header{font-size:14px;font-weight:600;color:#667eea;margin-bottom:8px}.route-direction-content{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.route-direction-item{display:flex;align-items:center;gap:8px}.route-arrow{color:#999;font-size:20px}.start-icon{font-size:20px}.start-text{font-weight:600;color:#11998e}.end-icon{font-size:20px}.end-text{font-weight:600;color:#ee0979}.tooltip-content{text-align:center}:root{--brand: #0f62fe;--bg: #f6f8fb;--text: #1f2937;--muted: #64748b;--card: #ffffff;--border: #e5e7eb;--border-color: var(--border);--accent: #22c55e;--danger: #ef4444;--bg-alt: #eef2f8}[data-theme=dark]{--bg: #0b1020;--text: #e5e7eb;--muted: #94a3b8;--card: #0f172a;--border: #1f2a44;--border-color: var(--border);--brand: #3b82f6;--bg-alt: #111a33}[data-theme=teal]{--brand: #0ea5a4;--accent: #2563eb}body{font-family:system-ui,Arial,sans-serif;margin:0;background:var(--bg);color:var(--text)}header{background:var(--card);color:var(--text);border-bottom:1px solid var(--border);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}a{color:var(--brand);text-decoration:none}.topnav a{margin-right:.25rem;padding:.4rem .6rem;border-radius:8px;color:var(--text);font-weight:600;display:inline-block}.topnav a:hover{background:#0000000d}.topnav a.active{color:var(--brand);background:#0f62fe1a;border:1px solid var(--border-color)}.container{padding:1rem 1.25rem;max-width:1200px;margin:0 auto}.card{background:var(--card);border:1px solid var(--border);padding:1rem;border-radius:10px;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.6rem;border-bottom:1px solid var(--border);text-align:left}.button{background:var(--brand);color:#fff;padding:.55rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;line-height:1.15}.button.secondary{background:#6b7280}.button.accent{background:var(--accent)}.button.danger{background:var(--danger)}.button.purple{background:#6f42c1}.button.blue{background:var(--brand)}.button.green{background:var(--accent)}.button.gray{background:#6b7280}.button:disabled{opacity:.6;cursor:not-allowed}form input,form select{padding:.55rem .7rem;margin-bottom:.6rem;width:100%;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--text)}.muted{color:var(--muted);font-size:.92rem}.grid{display:grid;gap:1rem;grid-template-columns:repeat(12,1fr)}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-12{grid-column:span 12}.row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--border);padding-bottom:0;margin-bottom:1.25rem;background:transparent;align-items:flex-end;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs.align-center{justify-content:center}.tabs.align-right{justify-content:flex-end}.tabs.align-justify{justify-content:space-between}.tabs.primary .tab{background:transparent;color:var(--muted);border:none;border-bottom:3px solid transparent;padding:.75rem 1.1rem;cursor:pointer;font-weight:700;transition:all .2s ease;position:relative;bottom:-2px;font-size:1rem}.tabs.secondary .tab{background:transparent;color:var(--muted);border:none;border-bottom:2px solid transparent;padding:.55rem .9rem;cursor:pointer;font-weight:600;transition:all .2s ease;position:relative;bottom:-2px;font-size:.9rem}.tabs.compact .tab{padding:.45rem .7rem;font-size:.85rem;font-weight:600}.tab:hover{color:var(--text);background:#00000008;border-radius:6px 6px 0 0}.tab.active{background:#0f62fe14;color:var(--brand);border-bottom-color:var(--brand);border-radius:6px 6px 0 0}.tabs.primary .tab.active{background:color-mix(in srgb,var(--brand) 12%,transparent)}@supports not (background: color-mix(in srgb,#000 10%,transparent)){.tabs.primary .tab.active{background:#0f62fe1a}}.tabs.primary .tab.active:after{content:"";position:absolute;left:10%;right:10%;bottom:-2px;height:3px;background:var(--brand);border-radius:3px}.tabs.secondary.compact{border-bottom:none;align-items:center}.tabs.secondary.compact .tab{border:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:999px;bottom:0;background:var(--card);color:var(--muted)}.tabs.secondary.compact .tab:hover{background:var(--bg)}.tabs.secondary.compact .tab.active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 2px 8px #00000014,0 2px 10px color-mix(in srgb,var(--brand) 35%,transparent)}.tabs.secondary.compact .tab.active:after{content:none}.mini-tab{background:var(--card);color:var(--text);border:1px solid var(--border);padding:.45rem .8rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.8rem;transition:all .2s ease}.mini-tab:hover{background:var(--bg);border-color:var(--brand);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.mini-tab.active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 2px 6px #0f62fe4d}.pill{background:#eef2ff;color:#334155;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700}.status-chip{display:inline-block;padding:.32rem .65rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.01em;border:1px solid var(--border)}.chip-scheduled{background:#e7f1ff;color:#0b5ed7}.chip-rescheduled{background:#efe7ff;color:#6f42c1}.chip-onboarding{background:#e9f7ef;color:#0f5132}.chip-completed{background:#f1f3f5;color:#495057}.chip-cancelled{background:#feecec;color:#c92a2a}.overlay-actions{display:flex;gap:.5rem;flex-wrap:wrap}.overlay-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.overlay-header h2{font-size:1.6rem;letter-spacing:.01em;margin:0}.overlay-actions .button{padding:.55rem 1rem;font-size:.95rem}.overlay-body .muted{font-size:.9rem}.stop-label{background:#ffffffe6;color:#111;padding:.15rem .35rem;border-radius:4px;border:1px solid rgba(0,0,0,.15)}.modal.wide .overlay-body{max-height:75vh;overflow:auto;padding-right:.25rem}.modal.wide .overlay-header{position:sticky;top:0;background:var(--card);z-index:2000;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.modal.wide .leaflet-container{z-index:1}.stops-panel{border:1px solid var(--border);background:var(--card);border-radius:10px;padding:.6rem .75rem;margin-top:.6rem}.legend{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.65rem;letter-spacing:.03em;margin:.3rem 0 .4rem}.legend span{display:flex;align-items:center;gap:.25rem}.booking-table td,.booking-table th{font-size:.75rem}.scroll-list{max-height:180px;overflow:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50}.modal{width:min(560px,96vw);background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #00000040;padding:1rem}.modal.wide{width:min(1100px,98vw)}.button.small{padding:.35rem .6rem;font-size:.8rem}@media (max-width: 1024px){.container{padding:.75rem .9rem}}.back-to-top{position:fixed;right:16px;bottom:24px;z-index:45;background:var(--brand);color:#fff;border:none;border-radius:999px;width:40px;height:40px;box-shadow:0 6px 18px #0000002e;cursor:pointer;font-size:18px;line-height:40px;text-align:center;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.back-to-top:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000038}@media (max-width: 768px){.back-to-top{bottom:90px;right:12px;width:44px;height:44px;line-height:44px;font-size:20px}}@media (max-width: 768px){header{padding:.6rem .75rem}header.compact{padding:.4rem .6rem}.topnav a{padding:.35rem .5rem;margin-right:.2rem;font-weight:600}.container{padding:.75rem}.grid{grid-template-columns:repeat(12,1fr)}.col-3,.col-4,.col-6{grid-column:span 12}.tabs{gap:.25rem;margin-bottom:.9rem}.tabs.primary .tab{padding:.6rem .8rem;font-size:.95rem}.tabs.secondary .tab{padding:.45rem .7rem;font-size:.85rem}.tabs.compact .tab{padding:.4rem .6rem;font-size:.8rem}.tab:hover{background:#0000000a}.button{padding:.65rem 1rem}form input,form select{padding:.6rem .8rem}header{transition:transform .22s ease-in-out;will-change:transform}header.hide{transform:translateY(-110%)}}.mobile-action-bar{display:none}@media (max-width: 768px){.mobile-action-bar{position:fixed;left:0;right:0;bottom:0;background:var(--card);border-top:1px solid var(--border);z-index:40;display:block}.mobile-action-bar-content{max-width:1200px;margin:0 auto;padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));display:flex;gap:.5rem;justify-content:flex-end}.container{padding-bottom:72px}}@media (max-width: 768px){.mobile-action-bar{transition:transform .22s ease-in-out;will-change:transform}.mobile-action-bar.hide{transform:translateY(110%)}}:where(button,a,input,select,textarea,[role=button]):focus{outline:none}:where(button,a,input,select,textarea,[role=button]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h2{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;color:var(--text)}.dashboard-header p{margin:0;font-size:.9rem;color:var(--muted)}.section-card{background:var(--card);border-radius:12px;padding:1.5rem;margin-top:1rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000000d}.section-title{margin-top:0;font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.section-subtitle{font-size:.85rem;color:var(--muted);margin-top:0;margin-bottom:1rem}.api-request-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-top:1rem}.api-request-header{margin-top:0;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:flex;align-items:baseline;gap:.5rem}.api-request-header small{font-weight:400;color:var(--muted);font-size:.9rem;font-family:monospace}.api-notes{font-size:.9rem;color:var(--muted);margin-bottom:1rem;font-style:italic}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.form-label{display:flex;flex-direction:column;font-size:.85rem;font-weight:500;color:var(--text);gap:.35rem}.form-label span{color:var(--muted);font-size:.8rem}.form-input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--text);font-size:.9rem;transition:border-color .2s}.form-input:focus{border-color:var(--brand)}.response-area{margin-top:1rem;background:var(--card);border:1px solid var(--border);border-radius:6px;padding:.75rem;max-height:300px;overflow:auto;font-family:monospace;font-size:.85rem}.status-bar{margin-top:.75rem;font-size:.75rem;color:var(--muted);display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.dev-info-card{margin-top:1rem;border:1px solid var(--border);border-radius:8px;background:var(--card);overflow:hidden}.dev-info-header{padding:.75rem 1rem;background:var(--bg-alt);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.dev-info-header h5{margin:0;font-size:.9rem;font-weight:600;color:var(--text)}.dev-info-toggle{font-size:.8rem;color:var(--brand);font-weight:500}.dev-info-content{padding:1rem;font-size:.9rem}.dev-info-section{margin-bottom:1rem}.dev-info-section:last-child{margin-bottom:0}.dev-info-label{font-weight:600;color:var(--text);margin-bottom:.25rem;display:block}.dev-info-list{margin:0;padding-left:1.2rem;color:var(--muted)}.dev-info-list li{margin-bottom:.25rem}.dev-info-code{color:var(--accent);font-family:monospace;background:#22c55e1a;padding:.1rem .3rem;border-radius:4px}.dev-info-pre{background:var(--bg-alt);padding:.75rem;border-radius:6px;overflow-x:auto;font-size:.8rem;margin:0;border:1px solid var(--border)}
