*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f7f5;--surface:#fff;--text:#0f172a;--muted:#6b7280;--border:#0f172a14;--primary:#c18700;--primary-soft:#b67f00;--primary-light:#debb0c7a;--gradient-primary:linear-gradient(135deg,#876e00,#c18700);--gradient-soft:linear-gradient(135deg,#c19d00,#c18700)}body{background:#f4f7f5;background:var(--bg);color:#0f172a;color:var(--text);font-family:Poppins,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}.appShell{display:flex;height:100vh;overflow:hidden}.appMain{flex:1 1;height:100%;min-width:0}.appMain,.sidebar{display:flex;flex-direction:column}.sidebar{background:var(--surface);border-right:1px solid var(--border);height:100vh;width:260px}.brand{align-items:center;display:flex;gap:12px;margin:22px 20px}.brandMark{background:var(--gradient-primary);border-radius:14px;color:#fff;display:grid;font-weight:800;height:40px;place-items:center;width:40px}.brandName{font-weight:800;letter-spacing:.2px}.brandSub{color:#6b7280;font-size:12px;margin-top:2px}.sidebarSectionTitle{color:#6b7280;font-size:12px;font-weight:700;margin:10px 0;text-transform:uppercase}.nav{flex:1 1;overflow-y:auto;padding-left:18px;padding-right:18px;padding-top:10px}.nav::-webkit-scrollbar{width:6px}.nav::-webkit-scrollbar-thumb{background:#00000026;border-radius:8px}.navItem svg{opacity:.8}.navItem.active svg{color:#fff;opacity:1}.navItem{align-items:center;border-radius:14px;color:#000;display:flex;font-size:14px;gap:10px;margin-top:1px;padding:12px;transition:background .15s ease,transform .15s ease}.navItem:hover{background:var(--primary-light)}.navItem.active{background:var(--primary);color:#fff;outline:2px solid #c89f1740}.sidebarFooter{margin-top:auto;padding-top:18px}.hintCard{background:#11182708;border:1px solid #1118270f;border-radius:16px;padding:14px}.hintTitle{font-size:13px;font-weight:800;margin-bottom:6px}.hintText{color:#6b7280;font-size:12px;line-height:1.4}.header{align-items:center;background:var(--surface);border-bottom:1px solid var(--border);display:flex;height:76px;justify-content:space-between;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.headerLeft{display:flex;flex:1 1}.headerRight{align-items:center;display:flex}.headerUserOnly{margin-left:auto;padding-left:16px}.userMenu{position:relative}.userPill{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;cursor:pointer;display:flex;gap:10px;padding:8px 12px;transition:background .15s ease,box-shadow .15s ease}.userPill:hover{background:#1118270f}.userPill.active{box-shadow:0 0 0 3px var(--primary-light)}.chevron{margin-left:4px;transition:transform .2s ease}.chevron.rotate{transform:rotate(180deg)}.userAvatar{height:40px;object-fit:cover;width:40px}.userMeta{line-height:1.3}.userName{font-size:13px}.userRole{color:var(--muted);font-size:12px}.userDropdown{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 30px #0f172a1f;padding:8px;position:absolute;right:0;top:calc(100% + 10px);width:200px;z-index:100}.userItem{align-items:center;background:none;border:none;border-radius:12px;color:var(--text);cursor:pointer;display:flex;font-weight:600;gap:10px;padding:10px 12px;width:100%}.userItem:hover{background:#16a34a1f}.userItem.danger{color:#dc2626}.userItem.danger:hover{background:#dc26261f}.userDivider{background:var(--border);height:1px;margin:6px 0}@media (max-width:768px){.sidebar{height:100vh;left:-260px;position:fixed;top:0;transition:left .25s ease;width:260px;z-index:50}.sidebar.open{left:0}}.sidebarOverlay{background:#00000059;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease;z-index:40}.sidebarOverlay.show{opacity:1;pointer-events:auto}.appContent{flex:1 1;overflow-y:auto;padding:30px}@media (min-width:1024px){.headerLeft .sidebarToggle{display:none}}.iconBtn{background:#fff;border:1px solid #11182714;border-radius:16px;display:grid;height:44px;place-items:center;transition:transform .12s ease,background .12s ease;width:44px}.iconBtn:hover{transform:translateY(-1px)}.searchWrap{align-items:center;background:#11182708;border:1px solid #1118270f;border-radius:18px;display:flex;gap:10px;padding:10px 12px;width:min(680px,100%)}.searchIcon{color:#6b7280}.searchInput{background:#0000;border:none;flex:1 1;font-size:14px;outline:none}.searchFilter{background:linear-gradient(135deg,#6d28d91f,#2563eb1f);border:1px solid #11182714;border-radius:16px;cursor:pointer;display:grid;height:44px;place-items:center;width:44px}.logoWrap{align-items:center;display:flex;gap:14px}.logoImage{display:block;object-fit:cover}.logoText{line-height:1.7}.logoName{font-size:18px;font-weight:900}.logoSub{color:var(--muted);font-size:13px}.statCard.miniCard{border:none;display:flex;flex-direction:column;justify-content:center;min-height:75px;padding:12px 15px}.statCard.miniCard.pink{background:linear-gradient(135deg,#e67e22,#d35400)}.statCard.miniCard.purple{background:linear-gradient(135deg,#3498db,#2980b9)}.statCard.miniCard.green{background:linear-gradient(135deg,#6366f1,#4f46e5)}.statCard.miniCard.orange{background:linear-gradient(135deg,#2ecc71,#27ae60)}.miniCard .statTop{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.miniCard .statValue{font-size:20px;margin-top:0}.miniCard .statTitle{font-size:11px;font-weight:600;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.miniCard .statIcon{background:#ffffff26;height:32px;width:32px}.statCard{border:none;border-radius:18px;box-shadow:0 10px 20px #0000000d;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:120px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.statCard.orange{background:linear-gradient(135deg,#e67e22,#d35400)}.statCard.blue{background:linear-gradient(135deg,#3498db,#2980b9)}.statCard.indigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}.statCard.green{background:linear-gradient(135deg,#2ecc71,#27ae60)}.statCard.white{border:1px solid #f0f0f0;color:#1a1a1a}.statIcon{background:#fff3;border-radius:12px;color:#fff;display:grid;height:42px;place-items:center;width:42px}.statCard.white .statIcon{background:#f8f9fa;color:#3498db}.statBody{margin-top:15px}.statValue{font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1}.statTitle{font-size:14px;font-weight:500;margin-top:6px;opacity:.9;text-transform:capitalize}.statCard:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-5px)}.earningsRow{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.mainGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 200px}.statsSidebar{display:flex;flex-direction:column;gap:15px;width:100%}.mapWrapper{background:#f9fafb;border-radius:14px;height:500px}.statCard.white{background:#fff;border:1px solid var(--border);color:#111827}.statCard.white .statIcon{background:#0000000d;color:var(--primary)}.statCard.white .statValue{color:#111827}@media (max-width:1100px){.mainGrid{grid-template-columns:1fr}.earningsRow{grid-template-columns:1fr 1fr}}@media (max-width:600px){.earningsRow{grid-template-columns:1fr}}.dash{display:flex;flex-direction:column;gap:20px}.dashTop{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.dashGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr}.panel{background:#0000;border-radius:18px}.panelHeader{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.panelTitle,.panelValue{font-weight:600}.panelValue{font-size:24px;margin-top:4px}.panelActions{display:flex;gap:8px}.chip{background:#fff;border:1px solid #11182714;border-radius:14px;cursor:pointer;font-weight:700;padding:10px 12px}.chip.active{background:var(--gradient-primary)}.miniCard{background:#fff;border:1px solid #1118270f;border-radius:18px;box-shadow:0 12px 30px #1118270f;overflow:hidden;padding:16px}.miniTop{align-items:baseline;display:flex;justify-content:space-between}.miniTitle,.miniValue{font-weight:900}.miniValue{font-size:20px}.miniSub{color:#6b7280;margin-top:6px}.miniPlaceholder{background:radial-gradient(circle at 30% 30%,#28d9541f,#0000 55%),radial-gradient(circle at 70% 70%,#09a2531f,#0000 55%),#11182708;border-radius:16px;color:#6b7280;display:grid;font-weight:700;height:160px;margin-top:16px;place-items:center}@media (max-width:1200px){.dashTop{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.dashTop{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.dashTop{grid-template-columns:1fr}}.assignModal{max-height:75vh;width:640px}.assignCloseBtn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.assignSearch{margin-bottom:14px}.assignSearch input{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;padding:10px 12px;width:100%}.assignDriversContainer{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto}.assignDriverCard{align-items:center;background:#f9fafb;border-radius:10px;display:flex;justify-content:space-between;padding:12px;transition:.2s}.assignDriverCard:hover{background:#f3f4f6}.assignDriverLeft{align-items:center;display:flex;gap:12px}.assignDriverAvatar{align-items:center;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-weight:600;height:38px;justify-content:center;width:38px}.assignDriverInfos{display:flex;flex-direction:column}.assignDriverName{font-weight:600}.assignDriverPhone{color:#6b7280;font-size:12px}.assignDriverBtn{background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;padding:6px 14px}.assignLoading{color:#6b7280;padding:30px;text-align:center}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapContainer{margin-bottom:20px;transition:height .25s ease}.mapToggleBtn{background:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px;transition:.2s ease}.mapToggleBtn:hover{background:#333}.mapWrapper{border-radius:12px;margin-top:15px;overflow:hidden}.mapCard{border-radius:22px;margin-bottom:24px;padding:18px}.mapHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.mapHeader h3{font-size:18px;font-weight:600}.mapCount{background:#16a34a1f;border-radius:999px;color:var(--primary);font-size:13px;font-weight:550;padding:6px 14px}.mapContainer{border-radius:18px;height:420px;overflow:hidden;width:100%}.mapControls{display:flex;gap:8px;position:absolute;right:12px;top:12px;z-index:1000}.mapControls button{background:#fff;border:1px solid var(--border);border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;padding:6px 10px}.mapControls button:hover{background:#16a34a1f}.driverPopup .leaflet-popup-content{margin:8px}.popupContent{align-items:center;display:flex;gap:10px}.popupAvatar{border-radius:50%;height:48px;object-fit:cover;width:48px}.popupPhone{color:var(--muted);font-size:13px;margin-top:2px}.popupStatus{color:var(--primary);font-size:12px;font-weight:700}.driverMarker{background:none}.assignBtn{border-radius:8px;font-weight:600;margin-top:8px;padding:8px 12px}.assignBtn:hover{background:#15803d}.pulseMarker{height:50px;position:relative;width:50px}.pulseMarker img{height:56px;position:relative;width:56px;z-index:2}.pulseMarker:after{animation:pulse 1.8s infinite;background:#22c55e66;border-radius:50%;content:"";inset:0;position:absolute;z-index:1}.mapCard{background:var(--surface);border:1px solid var(--border);border-radius:18px;max-width:100%;overflow:hidden;transition:all .25s ease;width:100%}.mapCard.fullscreen{border-radius:0;inset:0;position:fixed;z-index:9999}.mapCard.fullscreen .mapContainer{height:calc(100vh - 120px)}.customerMarker{background:none}.pulseCustomer{height:65px;position:relative;width:65px}.pulseCustomer img{height:60px;position:relative;width:60px;z-index:2}.pulseCustomer:after{animation:pulseCustomer 1.6s infinite;background:#f9731673;border-radius:50%;content:"";inset:0;position:absolute;z-index:1}@keyframes pulseCustomer{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(1.6)}}.orderCard{min-width:300px;width:100%}.orderHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.orderInfo{color:#666;display:flex;flex-direction:column;font-size:13px;gap:6px;margin-bottom:14px}.orderClient{font-size:14px;font-weight:600}.orderStatus{background:#f97316;border-radius:20px;color:#fff;font-size:11px;padding:2px 8px}.orderActions{display:flex;gap:10px;margin-top:4px}.assignBtn{background:#16a34a;color:#fff}.assignBtn,.focusBtn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:13px;padding:8px}.focusBtn{background:#f3f4f6}.orderPopup .leaflet-popup-content-wrapper{border-radius:14px;width:340px}.orderPopup .leaflet-popup-content{margin:12px;width:100%}.driverCard{display:flex;flex-direction:column;gap:4px;min-width:160px}.driverName{color:#111827;font-size:14px;font-weight:600}.driverPhone{color:#6b7280;font-size:13px}.driverStatus{color:#16a34a;font-size:12px;font-weight:600}.toastContainer{align-items:flex-end;display:flex;flex-direction:column;gap:12px;pointer-events:none;position:fixed;right:20px;top:20px;z-index:999999}.toast{animation:toastEnter .25s ease;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0000001f,0 2px 6px #00000014;gap:12px;max-width:380px;min-width:320px;overflow:hidden;padding:14px 16px;pointer-events:auto;position:relative}.toast,.toastIconWrapper{align-items:center;display:flex}.toastIconWrapper{background:#f3f4f6;border-radius:10px;height:36px;justify-content:center;width:36px}.toastContent{flex:1 1}.toastMessage{color:#111827;font-size:14px;font-weight:600}.toastClose{background:none;border:none;color:#6b7280;cursor:pointer}.toastClose:hover{color:#111827}.toastProgress{animation:toastProgress linear forwards;background:currentColor;bottom:0;height:3px;left:0;position:absolute;width:100%}.toast-success{border-left:4px solid #22c55e;color:#22c55e}.toast-error{border-left:4px solid #ef4444;color:#ef4444}.toast-info{border-left:4px solid #3b82f6;color:#3b82f6}.toast-warning{border-left:4px solid #f59e0b;color:#f59e0b}@keyframes toastEnter{0%{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0)}}@keyframes toastProgress{0%{width:100%}to{width:0}}.profilePage{max-width:900px}.profileAvatar{height:96px;width:96px}.profileHeader{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 6px 18px #0f172a0a;display:flex;gap:18px;margin-bottom:28px;padding:20px 22px}.profileAvatar{border:2px solid #0000000f;border-radius:50%;height:72px;min-height:72px;min-width:72px;object-fit:cover;width:72px}.profileName{font-size:22px;font-weight:900;line-height:1.2}.profileRole{color:var(--muted);font-size:13px;font-weight:600;margin-top:6px}.profileTabs{display:flex;gap:12px;margin-bottom:20px}.profileTabs button{background:#0000;border:1px solid var(--border);border-radius:14px;cursor:pointer;font-weight:700;padding:10px 16px}.profileTabs button.active{background:var(--primary);color:#fff}.profileBox{padding:20px}.profileBox,.profileInfoCard{animation:fade .2s ease;background:var(--surface);border:1px solid var(--border);border-radius:18px}.profileInfoCard{padding:24px}.profileInfoGrid{grid-gap:18px 28px;display:grid;gap:18px 28px;grid-template-columns:1fr 1fr}.profileInfoItem{background:#11182708;border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:12px 14px}.profileInfoLabel{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase}.profileInfoValue{color:var(--text);font-size:15px;font-weight:700}.profileInfoActions{display:flex;justify-content:flex-end;margin-top:24px}@media (max-width:768px){.profileInfoGrid{grid-template-columns:1fr}}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loginPage{align-items:center;background:linear-gradient(135deg,#d7a21014,#c59c221f);display:flex;justify-content:center;min-height:100vh}.loginCard{background:var(--surface);border-radius:18px;box-shadow:0 30px 80px #0000001f;padding:36px;text-align:center;width:500px}.loginLogo{border-radius:20px;height:90px;margin-bottom:16px;object-fit:cover;width:90px}.loginTitle{font-size:26px;font-weight:900;margin-bottom:6px}.loginSubtitle{color:var(--muted);font-size:14px;margin-bottom:24px}.loginForm{text-align:left}.formGroup{margin-bottom:16px}.formGroup label{display:block;font-weight:600;margin-bottom:6px}.formGroup input{border-radius:14px;padding:14px 16px;transition:border .2s,box-shadow .2s;width:100%}.formGroup input:focus{box-shadow:0 0 0 3px #16a34a26;outline:none}.loginOptions{font-size:13px;justify-content:space-between;margin-bottom:20px}.loginOptions,.rememberMe{align-items:center;display:flex}.rememberMe{gap:6px}.forgot{color:var(--primary);cursor:pointer;font-weight:600}.loginBtn{background:var(--gradient-primary);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:15px;font-weight:800;padding:14px;transition:transform .15s,box-shadow .15s;width:100%}.loginBtn:hover{box-shadow:0 10px 25px #cf940959;transform:translateY(-1px)}.loginBtn:disabled{cursor:not-allowed;opacity:.7}.loginError{background:#dc26261f;border-radius:12px;color:#dc2626;font-size:13px;margin-bottom:16px;padding:10px 14px}.searchBar,.selectWrapper{align-items:center;background:#fff;background:var(--surface,#fff);border:1px solid var(--border);border-radius:10px;display:flex;height:45px;overflow:hidden;position:relative;transition:all .2s ease}.searchBar:focus-within,.selectWrapper:focus-within{border-color:var(--primary)!important;box-shadow:0 0 0 3px var(--primary-light)}.searchIcon,.selectIcon{color:var(--muted);left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:5}.customSelect{-webkit-appearance:none;appearance:none;background:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:14px;border:none;cursor:pointer;outline:none;padding:0 35px 0 40px}.customSelect,.searchBar input{color:var(--text);font-size:14px;height:100%;width:100%}.searchBar input{background:#0000;padding:0 10px 0 5px}.titleWithIcon{align-items:center;display:flex;gap:12px}.pageHeader{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 12px #0000000a;flex-direction:column;gap:24px;margin-bottom:2rem;padding:24px}.filterActionsRow,.headerTop{align-items:center;display:flex;justify-content:space-between;width:100%}.filterActionsRow{gap:15px}.selectorsGrid{display:flex;flex:0 0 auto;gap:12px}.selectorsGrid .selectWrapper{width:200px}.searchWrapper{flex:1 1;max-width:400px}.btnPrimary{background-color:var(--primary);border-radius:8px;gap:10px;padding:12px 24px}.tableCard{background:var(--surface);border-radius:14px;box-shadow:0 8px 24px #0000000a;padding:16px}.modernTable{border-collapse:collapse;width:100%}.modernTable th{color:var(--muted);font-size:13px;font-weight:600;text-align:left}.modernTable td,.modernTable th{border-bottom:1px solid var(--border);padding:14px}.modernTable td{vertical-align:middle}.userCell{align-items:center;display:flex;gap:12px}.tableAvatar{border:2px solid var(--primary-light);border-radius:50%;height:44px;object-fit:cover;width:44px}.userName{font-weight:600}.userSub{color:var(--muted);font-size:13px}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translateX(26px)}.statusDot{border-radius:50%;display:inline-block;height:10px;width:10px}.statusDot.active{background-color:#22c55e}.statusDot.inactive{background-color:#ef4444}.iconSuccess{color:#22c55e;font-size:20px}.iconDanger{color:#ef4444;font-size:20px}.roleBadge{background:var(--primary-light);border-radius:999px;color:var(--primary);display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-align:center;white-space:nowrap}.statusBadgeCours{background:#d7a309}.statusBadgeCours,.statusBadgeTermine{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-align:center;white-space:nowrap}.statusBadgeTermine{background:#22c55e}.statusBadgeAttente{background:#6b7280}.statusBadgeAnnule,.statusBadgeAttente{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-align:center;white-space:nowrap}.statusBadgeAnnule{background:#e72121}.center{text-align:center}.iconBtn{background:#0000;border:none;border-radius:8px;color:var(--muted);cursor:pointer;padding:6px}.iconBtn:hover{background:var(--primary-light);color:var(--primary)}.iconBtn.edit:hover{background:#16a34a2e}.actions{display:flex;gap:8px;justify-content:center}.pageHeader{justify-content:space-between;margin-bottom:20px}.pageHeader,.pageTitle{align-items:center;display:flex}.pageTitle{gap:10px}.countBadge{background:var(--primary-light);border-radius:999px;color:var(--primary);font-weight:600;padding:4px 10px}.searchBar{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;display:flex;gap:8px;padding:10px 14px}.searchBar input{border:none;outline:none;width:220px}.actionsMenu{display:inline-block;position:relative}.dropdownActions{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 20px #00000014;min-width:200px;padding:6px;position:absolute;right:0;top:30px;z-index:50}.dropdownActions button{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 10px;width:100%}.dropdownActions button:hover{background:var(--primary-light)}.dropdownActions .danger:hover{background:#ef444426}@media (max-width:768px){.modernTable{display:block;overflow-x:auto}.pageHeader{align-items:stretch;flex-direction:column;gap:12px}}.amountText{font-size:15px;font-weight:700}.amountText.incoming{color:#1e7e34}.amountText.outgoing{color:#d93025}.typeBadge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:5px 12px}.typeBadge.green{background:#e6f4ea;color:#1e7e34}.typeBadge.red{background:#fce8e8;color:#d93025}.typeBadge.yellow{background:#fff4e5;color:#d97706}.descriptionCell{color:#666;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paginationContainer{border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px #00000008;justify-content:space-between;margin-top:24px;padding:16px 24px}.pagiBtn,.paginationContainer{align-items:center;background:#fff;display:flex}.pagiBtn{border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;gap:5px;padding:10px 18px;transition:all .2s ease}.pagiBtn:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.pagiBtn:disabled{background:#f8fafc;cursor:not-allowed;opacity:.5}.pagiInfo{color:#64748b;font-size:.9rem}.pagiInfo strong{background:var(--primary-light);border-radius:4px;color:var(--primary);margin:0 4px;padding:2px 8px}.tableLoading{filter:blur(1px);opacity:.5;pointer-events:none;transition:all .3s ease}.pagiControls{align-items:center;display:flex;gap:15px}.pageStatus{background:var(--primary-light);border-radius:8px;color:var(--muted);font-size:14px;min-width:120px;padding:6px 12px;text-align:center}.pageStatus strong{color:var(--primary);font-weight:700}.contentBox{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:10px;padding:16px}.messageText{color:#374151;font-size:.95rem;line-height:1.6;white-space:pre-wrap}.headerIcon{align-items:center;background:#fffbeb;border-radius:10px;display:flex;height:45px;justify-content:center;margin-right:15px;width:45px}.filterSectionCard{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:20px;padding:24px}.filterSectionTitle{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:20px}.filterGrid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filterSelect{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:14px;padding:12px 16px;transition:border-color .2s;width:100%}.filterSelect:focus{border-color:var(--primary);outline:none}.searchActionsRow{align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-bottom:20px}.modalHeader{gap:18px;margin-bottom:28px}.infoItem{background:var(--primary-soft)}.modalCard.documentModal{display:flex;flex-direction:column;max-height:85vh;max-width:600px;width:90%}.docViewerList{grid-gap:15px;align-items:start;display:grid;flex:1 1;gap:15px;grid-template-columns:repeat(2,1fr);overflow-y:auto;padding:20px}@media (max-width:480px){.docViewerList{grid-template-columns:1fr}}.imageWrapper{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;overflow:hidden;text-align:center;width:100%}.docPreview{display:block;height:auto;max-height:400px;object-fit:contain;width:100%}.zoomLink{background:#fff;color:var(--primary);display:block;font-size:.8rem;padding:8px;text-decoration:none}.modalSection{animation:fadeSlide .25s ease}.dotLoader{animation:pulse 1s infinite;background:var(--primary);border-radius:50%;display:inline-block;height:6px;margin-left:6px;width:6px}@keyframes pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.docList{display:flex;flex-direction:column;gap:12px}.docSkeletonRow{animation:shimmer 1.4s ease infinite;background:linear-gradient(90deg,#0000000d 25%,#00000014 37%,#0000000d 63%);background-size:400% 100%;border-radius:10px;height:46px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.docRowCompact{align-items:center;border-bottom:1px solid var(--border);display:grid;font-size:13px;grid-template-columns:2fr 1fr 2fr 1fr;padding:10px 12px}.docRow{align-items:center;background:var(--gradient-soft);border-radius:12px;display:flex;justify-content:space-between;padding:12px 14px}.docInfo{display:flex;flex-direction:column;gap:4px}.docName{font-size:14px;font-weight:600}.docMeta{color:var(--muted);font-size:12px}.docProgressWrapper{margin-bottom:12px}.docProgressText{color:var(--muted);font-size:12px;margin-bottom:4px}.docProgress{background:var(--border);border-radius:10px;height:6px;overflow:hidden}.docProgress div{background:linear-gradient(90deg,#22c55e,#16a34a);height:100%}.docStatus{min-width:110px;text-align:center}.docActions{display:flex;gap:8px}.docRowCompact:hover{background:#00000005}.docCol{align-items:center;display:flex}.docCol.name{font-weight:600}.docCol.status{justify-content:center}.badge{border-radius:999px;font-size:11px;font-weight:600;padding:4px 10px}.badge.green{background:#16a34a1f;color:#16a34a}.badge.red{background:#ef44441f;color:#dc2626}.badge.gray{background:#64748b1f;color:#64748b}.docCol.meta{color:var(--muted);font-size:12px}.docCol.actions{justify-content:flex-end}.btnGhost.small,.btnPrimary.small{font-size:12px;padding:6px 10px}.modalOverlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modalCard::-webkit-scrollbar{width:8px}.modalCard::-webkit-scrollbar-track{background:#0000}.modalCard::-webkit-scrollbar-thumb{background-color:#0000002e;border-radius:10px}.modalCard::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.modalCard{animation:modalFade .25s ease;background:var(--surface);border-radius:18px;box-shadow:0 20px 40px #00000026;max-height:95vh;max-width:920px;overflow-y:auto;padding:28px;scrollbar-color:#00000040 #0000;scrollbar-width:thin;width:100%}.modalBody{max-height:calc(85vh - 120px);overflow-y:auto}@keyframes modalFade{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.modalHeader{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px;position:relative}.modalCloseBtn{background:#0000;border:none;color:var(--muted);cursor:pointer;font-size:28px;font-weight:300;line-height:1;padding:5px;position:absolute;right:-10px;top:-10px;transition:color .2s ease,transform .2s ease}.modalCloseBtn:hover{color:#ef4444;transform:scale(1.1)}.modalAvatar{border:3px solid var(--primary-light);border-radius:50%;height:96px;object-fit:cover;width:96px}.modalName{font-size:18px;font-weight:600}.modalDins{font-size:12px;font-weight:500}.modalRole{color:var(--primary);font-size:14px;font-weight:500}.modalClose{background:#0000;border:none;color:var(--muted);cursor:pointer;font-size:18px;position:absolute;right:0;top:0}.modalClose:hover{color:var(--text)}.modalGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.infoItem{background:var(--gradient-soft);border-radius:12px;padding:12px 14px}.infoLabel{display:block}@media (max-width:520px){.modalGrid{grid-template-columns:1fr}.modalCard{margin:0 16px}}.modalForm{margin-top:16px}.formGrid{grid-gap:16px;gap:16px;grid-template-columns:repeat(3,1fr)}.formGroup{display:flex;flex-direction:column;gap:6px}.formGroup label{color:var(--muted);font-size:13px;font-weight:500}.formGroup input,.formGroup select{border:1px solid var(--border);border-radius:10px;font-size:14px;outline:none;padding:10px 12px}.formGroup input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.modalActions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.fileUpload{display:flex;flex-direction:column;gap:6px}.fileLabel{color:var(--muted);font-size:13px;font-weight:500}.fileDrop{background:var(--surface);border:2px dashed var(--border);border-radius:14px;cursor:pointer;padding:18px;text-align:center;transition:all .2s ease}.fileDrop:hover{background:var(--primary-light);border-color:var(--primary)}.filePlaceholder{color:var(--muted);display:flex;flex-direction:column;font-size:13px;gap:6px}.fileIcon{font-size:24px}.filePreview{border-radius:10px;height:140px;object-fit:cover;width:100%}@media (max-width:640px){.formGrid{grid-template-columns:1fr}}.checkbox{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px}.checkbox input{accent-color:var(--primary);cursor:pointer;height:16px;width:16px}.checkboxGroup{align-items:center;display:flex}.modalSection{margin-top:20px}.modalSectionTitle{color:var(--text);font-size:13px;font-weight:600;margin-bottom:10px;position:relative}.modalSectionTitle:after{background:var(--primary);border-radius:2px;content:"";display:block;height:3px;margin-top:4px;width:36px}.infoItem{background:linear-gradient(135deg,#16a34a14,#22c55e14);border-radius:14px;padding:14px 16px;transition:transform .15s ease,box-shadow .15s ease}.infoItem:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.infoLabel{color:var(--muted);font-size:12px;margin-bottom:4px}.infoValue{color:var(--text);font-size:14px;font-weight:600;word-break:break-word}.modalDanger{max-width:480px}.modalDangerTitle{color:#b91c1c;font-size:18px;font-weight:700;margin-bottom:12px}.modalDangerText{color:var(--text);font-size:14px;margin-bottom:8px}.modalDangerWarning{color:#b91c1c;font-size:13px;margin-bottom:24px}.btnPrimary{background:var(--primary);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px}.btnPrimary:hover{background:var(--primary-soft)}.btnGhost{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);cursor:pointer;font-weight:600;padding:10px 16px}.btnGhost:hover{background:var(--border)}.btnDanger{background:#dc2626;border:none;color:#fff;padding:10px 16px}.btnDanger:hover{background:#b91c1c}.licenceGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.licenceCard{background:var(--gradient-soft);border-radius:14px;padding:12px}.licenceCard img{border-radius:10px;cursor:pointer;height:140px;margin-top:8px;object-fit:cover;transition:transform .15s ease;width:100%}.licenceCard img:hover{transform:scale(1.03)}.licenceEmpty{color:var(--muted);font-size:13px;margin-top:12px;padding:28px 0;text-align:center}@media (max-width:640px){.licenceGrid{grid-template-columns:1fr}}.modalTabs{display:flex;gap:10px;margin-bottom:16px}.modalTabs button{background:#0000;border:none;border-radius:8px;color:var(--muted);cursor:pointer;font-weight:600;padding:8px 14px}.modalTabs button.active{background:var(--primary-light);color:var(--primary)}.assignOverlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.assignModal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:80vh;padding:24px;width:700px}.assignHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.closeBtn{background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;height:32px;width:32px}.assignTopBar{display:flex;gap:12px;margin-bottom:16px}.assignTopBar input{border:1px solid #e5e7eb;border-radius:8px;flex:1 1;padding:10px 12px}.selectedCount{align-items:center;color:#6b7280;display:flex;font-size:13px}.typesGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));overflow-y:auto}.typeCard{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:16px;position:relative;transition:.2s}.typeCard.active,.typeCard:hover{border-color:var(--primary)}.typeCard.active{background:var(--primary-light)}.typeName{font-size:14px;font-weight:600}.typeCheck{align-items:center;background:var(--primary);border-radius:6px;color:#fff;display:flex;justify-content:center;padding:3px;position:absolute;right:8px;top:8px}.assignFooter{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.cancelBtn{background:#e5e7eb;padding:8px 14px}.cancelBtn,.saveBtn{border:none;border-radius:8px;cursor:pointer}.saveBtn{background:var(--gradient-primary);color:#fff;font-weight:600;padding:8px 16px}.walletContainer{display:flex;justify-content:center;padding:0;width:100%}.selectUserOption{align-items:center;display:flex;gap:12px;padding:2px 0}.selectAvatar{border:1px solid #eee;border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.walletCard{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0000000a;padding:40px;width:100%}.transactionTypeToggle{background:#f8f9fa;border-radius:16px;display:flex;gap:15px;margin-bottom:40px;padding:8px}.toggleBtn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.toggleBtn.active.increase{background-color:#e6f4ea!important;border:1px solid #c3e6cb;color:#1e7e34!important}.toggleBtn.active.decrease{background-color:#fce8e8!important;border:1px solid #f5c6cb;color:#d93025!important}.formSection{margin-bottom:20px}.btnSubmit.increase{background:#004e01;transition:opacity .3s}.btnSubmit.decrease{background:#a90505;transition:opacity .3s}.btnSubmit:hover{cursor:pointer;opacity:.9}.formSection label{color:#444;display:block;font-size:15px;font-weight:600;margin-bottom:12px}.formGrid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-bottom:10px}@media (max-width:600px){.formGrid{grid-template-columns:1fr}.walletCard{padding:30px 20px}}.infoBox{align-items:center;background:#fffbef;border-left:5px solid var(--primary);border-radius:12px;display:flex;font-size:16px;gap:15px;margin-top:10px;padding:10px 15px}.btnSubmit{border:none;border-radius:14px;color:#fff;font-size:18px;letter-spacing:.5px;margin-top:10px;padding:20px;width:100%}.modalOverlay-Modern{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111827b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modalCard-Modern{animation:modalSlideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:600px;position:relative;width:90%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modalHeader-Modern{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 32px}.modalForm-Modern{padding:24px 32px}.formGroup-Modern{margin-bottom:20px}.formLabel-Modern{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:8px}.roleChipsContainer-Modern{display:flex;gap:12px}.roleChip-Modern{align-items:center;background-color:#f3f4f6;border:2px solid #e5e7eb;border-radius:30px;cursor:pointer;display:flex;font-size:.875rem;gap:8px;padding:8px 16px;transition:all .2s ease}.roleChip-Modern.active{background-color:#fffbeb;border-color:var(--primary);color:var(--primary)}.formInput-Modern,.formTextarea-Modern{border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;font-size:.95rem;padding:12px 16px;width:100%}.formInput-Modern:focus,.formTextarea-Modern:focus{border-color:var(--primary);box-shadow:0 0 0 3px #d6a62a1a;outline:none}.modalFooter-Modern{display:flex;justify-content:flex-end;margin-top:10px}.btnModernSend{align-items:center;background-color:var(--primary);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px}.supplementsGrid{display:flex;flex-direction:column;gap:10px}.supplementRow{align-items:center;background:#fff;border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:12px}.supDetail{display:flex;flex-direction:column}.supReason{color:#374151;font-size:14px;font-weight:600}.supPrice{color:#10b981;font-size:13px;font-weight:700}.btnIconDelete{align-items:center;background:none;border:none;border-radius:5px;color:#ef4444;cursor:pointer;display:flex;padding:5px;transition:background .2s}.btnIconDelete:hover{background:#fee2e2}.noDataSmall{color:#9ca3af;font-size:13px;font-style:italic;padding:10px;text-align:center}.pageHeaderActions{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.adminActions{display:flex;gap:12px}.btnSecondary{background:var(--primary);border:1px solid var(--primary);border-radius:10px;padding:10px 16px;transition:all .2s}.btnAssign,.btnSecondary{align-items:center;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px}.btnAssign{background:#3b82f6;border:none;border-radius:10px;padding:10px 20px;transition:all .2s ease}.btnAssign:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.btnAssign:disabled{cursor:not-allowed;opacity:.5}.btnSuccess{align-items:center;background:#10b981;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s ease}.btnSuccess:hover{background:#059669;box-shadow:0 4px 12px #10b98133;transform:translateY(-2px)}.btnDanger{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s ease}.btnDanger:hover{background:#fef2f2;border-color:#dc2626;transform:translateY(-2px)}.btnDanger:disabled,.btnSuccess:disabled{cursor:not-allowed;opacity:.5;transform:none}.page-view{max-height:none!important;width:100%!important}.page-view,.tripCard.modern.pageMode{border:1px solid #eee;box-shadow:none;max-width:1200px}.tripCard.modern.pageMode{margin:0;max-height:none;overflow:visible;width:100%}.pageMode .tripTop{border-bottom:2px solid #f9fafb;margin-bottom:20px;position:relative}.order-page-container{animation:fadeIn .3s ease-in}.tripOverlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.tripCard{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;padding:28px;width:900px}.tripsSection{max-height:420px;overflow-y:auto;padding-right:6px}.tripHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.tripId{font-size:18px;font-weight:500}.tripPrice{color:var(--primary);font-size:22px;font-weight:800}.tripStatus{background:var(--primary-light);border-radius:20px;font-size:13px;padding:4px 10px}.tripRoute{margin:30px 0}.routePoint{align-items:center;display:flex;gap:12px}.dot{background:var(--primary);border-radius:50%;height:12px;width:12px}.routeLine{background:#ddd;height:40px;margin-left:5px;width:2px}.routeLabel{color:gray;font-size:12px}.routeValue{font-weight:600}.tripUsers{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin:30px 0}.userCard{background:#f9fafb;border-radius:14px;display:flex;gap:12px;padding:14px}.userAvatar{border-radius:50%;height:48px;width:48px}.userName{font-weight:700}.userPhone{color:gray;font-size:13px}.tripVehicle{margin-top:20px}.vehicleGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.vehicleItem{background:#f9fafb;border-radius:10px;padding:12px}.vehicleLabel{color:gray;font-size:12px}.vehicleValue{font-weight:700}.tripCard.modern{margin:auto;max-height:90vh;overflow-y:auto;padding:32px;width:1100px}.btnPrimary{align-items:center;display:flex;gap:8px;margin-bottom:25px}.tripTop{align-items:flex-start;border-bottom:2px solid #f9fafb;display:flex;justify-content:space-between;padding-bottom:15px}.tripRight{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.tripPriceBig{color:var(--primary);font-size:26px;font-weight:800;line-height:1;order:1}.tripDate{color:gray;font-size:13px}.statusBadge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;order:2;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.statusBadge.Terminé{background:#ecfdf5;color:#059669}.statusBadge.Annulé{background:#fef2f2;color:#dc2626}.statusBadge.Encours{background:#eff6ff;color:#5f84d4}.statusBadge.Enattente{background:#eff6ff;color:#7e7e7e}.tripGrid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1.3fr}.leftColumn,.rightColumn{display:flex;flex-direction:column;gap:16px}.tripBlock{background:#f9fafb;border-radius:14px;margin-bottom:16px;padding:18px}.blockTitle{font-weight:700;margin-bottom:14px}.tripSubCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;margin-top:14px;padding:14px 16px;transition:all .2s ease}.tripSubCard:hover{box-shadow:0 8px 24px #0000000f}.tripSubHeader{justify-content:space-between}.tripRightMeta,.tripSubHeader{align-items:center;display:flex}.tripRightMeta{gap:12px}.tripNumber{font-weight:700}.tripToggle{color:#9ca3af;font-size:12px}.tripMeta{color:#6b7280;font-size:13px;margin-top:2px}.tripAmount{color:var(--primary);font-weight:700}.routeTimeline{display:flex;flex-direction:column}.timelineItem{align-items:center;display:flex;gap:12px}.timelineDot{border-radius:50%;height:12px;width:12px}.timelineDot.start{background:#10b981}.timelineDot.end{background:#ef4444}.timelineLine{background:#ddd;height:40px;margin-left:5px;width:2px}.usersGrid{grid-gap:12px;display:grid;gap:12px}.modernUserCard{background:#fff;border-radius:10px;display:flex;gap:12px;padding:12px}.modernAvatar{border-radius:50%;height:44px;width:44px}.modernUserName{font-weight:700}.modernUserPhone{color:gray;font-size:13px}.modernUserRole{color:var(--primary);font-size:12px}.vehicleItemModern{background:#fff;border-radius:8px;padding:10px}.tripMap{animation:fadeIn .2s ease;border:1px solid #e5e7eb;border-radius:12px;margin-top:12px;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1}}
/*# sourceMappingURL=main.ea1545d9.css.map*/