:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#e8eaef;--card:#fff;--lime:#b6ff3b;--lime-dark:#95e820;--text:#0e0e0e;--muted:#8a8f9c;--soft:#f4f5f8;--shadow-sm:0 2px 12px #0f172a0f;--shadow-md:0 8px 32px #0f172a14;--shadow-lg:0 20px 60px #0f172a1a;--radius-sm:14px;--radius-md:20px;--radius-lg:28px;--radius-xl:36px}html,body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Sora,sans-serif}.app-shell{grid-template-columns:72px minmax(0,1fr);gap:14px;min-height:100vh;padding:16px;display:grid}.sidebar{background:var(--card);border-radius:var(--radius-lg);width:72px;min-width:72px;box-shadow:var(--shadow-md);z-index:10;flex-direction:column;flex-shrink:0;align-items:center;gap:0;height:calc(100vh - 32px);padding:20px 0;display:flex;position:sticky;top:16px;overflow-y:auto}.sidebar-logo{background:var(--lime);color:#000;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:30px;font-size:20px;font-weight:800;display:flex;box-shadow:0 4px 14px #b6ff3b66}.sidebar-nav{flex-direction:column;flex:1;align-items:center;gap:6px;width:100%;padding:0 12px;display:flex}.sidebar-icon{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:13px;justify-content:center;align-items:center;font-size:18px;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-icon:hover{background:var(--soft);color:var(--text);transform:scale(1.05)}.sidebar-icon.active{color:#fff;background:#111;box-shadow:0 4px 14px #0003}.sidebar-bottom{flex-direction:column;align-items:center;gap:6px;width:100%;padding:0 12px;display:flex}.main-wrap{flex-direction:column;flex:1;gap:0;min-width:0;min-height:0;display:flex;overflow-x:hidden}.topnav{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:10px 18px;display:flex}.topnav-brand{color:var(--text);white-space:nowrap;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.topnav-brand-btn{cursor:pointer;background:0 0;border:none;padding:0}.brand-logo{background:var(--lime);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:flex;box-shadow:0 3px 10px #b6ff3b59}.pill-nav{background:var(--soft);border-radius:50px;gap:2px;padding:5px;display:flex}.pill-nav a,.pill-nav button{color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:50px;padding:7px 18px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s}.pill-nav a.active,.pill-nav button.active{background:var(--card);color:var(--text);font-weight:600;box-shadow:0 2px 10px #0f172a1a}.pill-nav a:hover:not(.active),.pill-nav button:hover:not(.active){color:var(--text)}.topnav-right{align-items:center;gap:10px;display:flex}.icon-btn{background:var(--soft);width:38px;height:38px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.icon-btn:hover{color:var(--text);background:#e2e4ea}.avatar-btn{cursor:pointer;background:var(--lime);color:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 3px 10px #b6ff3b59}.avatar-btn.active{box-shadow:0 0 0 2px #6366f1,0 3px 10px #b6ff3b59}.icon-btn.active{color:#6366f1;background:#eef2ff}.icon-btn .notif-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.icon-btn,.topnav-dropdown-wrap{position:relative}.topnav-dropdown{z-index:1000;background:#fff;border:1px solid #edf1f6;border-radius:16px;width:340px;animation:.15s dropdown-in;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #0000001f}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{border-bottom:1px solid #f0f1f5;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.dropdown-header h4{color:#141c28;margin:0;font-size:14px}.mark-read-btn{color:#6366f1;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:11px;font-weight:600}.mark-read-btn:hover{text-decoration:underline}.dropdown-body{max-height:320px;overflow-y:auto}.dropdown-divider{background:#f0f1f5;height:1px}.dropdown-footer{border-top:1px solid #f0f1f5;padding:10px 16px}.view-all-btn{color:#6366f1;cursor:pointer;background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;width:100%;padding:8px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.view-all-btn:hover{background:#eef2ff;border-color:#6366f1}.notif-item{cursor:pointer;border-bottom:1px solid #f5f6f8;gap:10px;padding:12px 16px;transition:background .15s;display:flex}.notif-item:hover{background:#f8fafc}.notif-item:last-child{border-bottom:none}.notif-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.notif-icon.warning{color:#f59e0b;background:#fff4e8}.notif-icon.critical{color:#ef4444;background:#ffeaea}.notif-icon.success{color:#22c55e;background:#e7f9eb}.notif-icon.info{color:#6366f1;background:#eef2ff}.notif-content{flex:1;min-width:0}.notif-content strong{color:#141c28;font-size:12px;display:block}.notif-content span{color:#5c697d;margin-top:2px;font-size:11px;display:block}.notif-content small{color:#a0a7b5;margin-top:4px;font-size:10px;display:block}.user-dropdown{width:260px}.user-dropdown-header{align-items:center;gap:12px;padding:16px;display:flex}.user-avatar-lg{background:var(--lime);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:800;display:flex}.user-info{min-width:0}.user-info strong{color:#141c28;font-size:13px;display:block}.user-info span{color:#8a8f9c;font-size:11px}.user-menu-item{color:#5c697d;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 16px;font-family:inherit;font-size:13px;transition:all .15s;display:flex}.user-menu-item:hover{color:#141c28;background:#f8fafc}.user-menu-item i{text-align:center;width:20px;font-size:16px}.user-menu-item.logout{color:#ef4444}.user-menu-item.logout:hover{color:#dc2626;background:#ffeaea}.placeholder-page{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.placeholder-page i{color:#d0d5e0;font-size:56px}.placeholder-page h2{color:#5c697d;font-size:24px}.placeholder-page p{color:#8a8f9c;font-size:14px}.profile-page{flex-direction:column;flex:1;gap:16px;padding-bottom:24px;display:flex}.profile-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.profile-header h1{color:#0e0e0e;margin:0;font-size:24px}.profile-header p{color:#7b8498;margin-top:4px;font-size:13px}.profile-identity-card{background:#fff;border-radius:20px;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.profile-avatar-large{background:var(--lime);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:800;display:flex;box-shadow:0 4px 14px #b6ff3b59}.profile-identity-info h2{color:#141c28;margin:0;font-size:18px}.profile-identity-info span{color:#5c697d;margin-top:2px;font-size:13px;display:block}.profile-identity-info small{color:#8a8f9c;font-size:12px}.profile-tabs{background:#f8fafc;border-radius:12px;gap:4px;width:fit-content;padding:4px;display:flex}.profile-tab{color:#5c697d;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.profile-tab:hover{color:#141c28}.profile-tab.active{color:#141c28;background:#fff;box-shadow:0 1px 4px #00000014}.profile-tab i{font-size:15px}.profile-form-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.profile-success-msg{color:#1f8a4b;background:#e7f9eb;border-radius:10px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.profile-success-msg i{font-size:16px}.profile-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-form-grid.single-col{grid-template-columns:1fr;max-width:400px}.form-group{gap:6px;display:grid}.form-group label{color:#5c697d;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.form-group input{color:#141c28;background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;outline:none;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;transition:all .15s}.form-group input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.profile-form-actions{gap:8px;margin-top:20px;display:flex}.profile-form-actions .primary-pill-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:999px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:flex}.profile-form-actions .primary-pill-btn:hover{background:#4f46e5}.analytics-page{flex-direction:column;flex:1;gap:18px;padding-bottom:32px;display:flex}.analytics-header{background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.analytics-header-left{align-items:center;gap:14px;display:flex}.analytics-header-icon{color:#6366f1;background:#eef2ff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.analytics-header h1{color:#0e0e0e;margin:0;font-size:22px;line-height:1.2}.analytics-header p{color:#7b8498;margin-top:3px;font-size:13px}.analytics-header-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.analytics-sync-badge{color:#1f8a4b;background:#e7f9eb;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:700;display:flex}.analytics-select{color:#141c28;cursor:pointer;background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;outline:none;padding:7px 12px;font-family:Inter,sans-serif;font-size:12px}.analytics-select:focus{border-color:#6366f1}.analytics-btn{padding:7px 14px;font-size:12px}.analytics-filter-bar{background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex;box-shadow:0 1px 3px #0000000a}.filter-chips{flex-wrap:wrap;gap:6px;display:flex}.filter-chip{color:#5c697d;cursor:pointer;background:#f8fafc;border:1px solid #edf1f6;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.filter-chip:hover,.filter-chip.active{color:#6366f1;background:#eef2ff;border-color:#6366f1}.filter-chip i{font-size:12px}.filter-clear-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.filter-clear-btn:hover{text-decoration:underline}.analytics-kpi-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.analytics-kpi-card{background:#fff;border-radius:20px;gap:8px;padding:18px;transition:all .15s;display:grid;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.analytics-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.kpi-top{justify-content:space-between;align-items:center;display:flex}.kpi-icon-wrap{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.kpi-trend{border-radius:999px;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:700;display:flex}.kpi-trend.up{color:#1f8a4b;background:#e7f9eb}.kpi-trend.down{color:#dc2626;background:#ffeaea}.kpi-trend i{font-size:10px}.kpi-value{color:#141c28;font-size:24px;font-weight:800;line-height:1}.kpi-label{color:#8a8f9c;font-size:11px;font-weight:600}.kpi-sparkline{margin-top:4px}.analytics-main-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.analytics-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.analytics-card-wide{grid-column:span 2}.card-head{gap:3px;margin-bottom:14px;display:grid}.card-head h3{color:#141c28;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.card-head h3 i{color:#6366f1;font-size:16px}.card-head span{color:#8a8f9c;font-size:11px}.sla-gauges{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.sla-gauge-item{flex-direction:column;align-items:center;display:flex}.driver-leaderboard{gap:10px;display:grid}.driver-rank-card{background:#f8fafc;border-radius:14px;gap:8px;padding:12px 14px;transition:all .15s;display:grid}.driver-rank-card:hover{background:#eef2ff}.driver-rank-top{align-items:center;gap:10px;display:flex}.driver-rank-num{min-width:28px;font-size:16px;font-weight:900}.driver-rank-avatar{color:#141c28;background:#fff;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex}.driver-rank-info{flex:1;min-width:0}.driver-rank-info strong{color:#141c28;font-size:13px;display:block}.driver-rank-info span{color:#8a8f9c;font-size:11px}.driver-rank-stats{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.driver-rank-stats div{text-align:center;background:#fff;border-radius:8px;gap:1px;padding:5px 8px;display:grid}.driver-rank-stats span{color:#8a8f9c;text-transform:uppercase;font-size:9px}.driver-rank-stats strong{color:#141c28;font-size:12px}.warehouse-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.warehouse-card{background:#f8fafc;border-left:3px solid;border-radius:14px;gap:8px;padding:14px;display:grid}.warehouse-card.normal{border-left-color:#22c55e}.warehouse-card.warning{border-left-color:#f59e0b}.warehouse-card.critical{border-left-color:#ef4444}.wh-card-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.wh-card-top strong{color:#141c28;font-size:13px}.wh-status-badge{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:9px;font-weight:700}.wh-status-badge.normal{color:#1f8a4b;background:#e7f9eb}.wh-status-badge.warning{color:#b45309;background:#fff4e8}.wh-status-badge.critical{color:#dc2626;background:#ffeaea}.wh-capacity-bar{background:#e2e8f0;border-radius:999px;height:6px;overflow:hidden}.wh-capacity-fill{border-radius:999px;height:100%;transition:width .5s}.wh-capacity-label{color:#141c28;font-size:11px;font-weight:700}.wh-stats{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.wh-stats div{text-align:center}.wh-stats span{color:#8a8f9c;font-size:9px;display:block}.wh-stats strong{color:#141c28;font-size:12px}.ndr-reasons-list{gap:10px;display:grid}.ndr-reason-item{align-items:center;gap:10px;display:flex}.ndr-reason-info{align-items:center;gap:6px;min-width:120px;display:flex}.ndr-reason-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ndr-reason-name{color:#141c28;font-size:11px;font-weight:600}.ndr-reason-bar{background:#f0f1f5;border-radius:999px;flex:1;height:6px;overflow:hidden}.ndr-reason-fill{border-radius:999px;height:100%}.ndr-reason-item strong{color:#141c28;text-align:right;min-width:32px;font-size:12px}.ai-insights-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.ai-insight-card{background:#fafbfc;border:1px solid #f0f1f5;border-radius:14px;gap:12px;padding:14px;transition:all .15s;display:flex}.ai-insight-card:hover{background:#fff;box-shadow:0 2px 8px #0000000f}.ai-insight-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.ai-insight-card.warning .ai-insight-icon{color:#f59e0b;background:#fff4e8}.ai-insight-card.success .ai-insight-icon{color:#22c55e;background:#e7f9eb}.ai-insight-card.info .ai-insight-icon{color:#6366f1;background:#eef2ff}.ai-insight-card.critical .ai-insight-icon{color:#ef4444;background:#ffeaea}.ai-insight-content{flex:1;min-width:0}.ai-insight-content p{color:#141c28;margin:0 0 6px;font-size:12px;line-height:1.4}.ai-impact-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:9px;font-weight:700}.ai-impact-badge.warning{color:#b45309;background:#fff4e8}.ai-impact-badge.success{color:#1f8a4b;background:#e7f9eb}.ai-impact-badge.info{color:#6366f1;background:#eef2ff}.ai-impact-badge.critical{color:#dc2626;background:#ffeaea}.sla-alerts-list{gap:8px;display:grid}.sla-alert-item{background:#f8fafc;border-radius:12px;gap:10px;padding:10px 12px;display:flex}.sla-alert-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.sla-alert-dot.warning{background:#f59e0b}.sla-alert-dot.critical{background:#ef4444}.sla-alert-dot.info{background:#3b82f6}.sla-alert-content{flex:1;min-width:0}.sla-alert-content span{color:#141c28;font-size:12px;display:block}.sla-alert-content small{color:#a0a7b5;font-size:10px}.activity-timeline{gap:0;display:grid}.timeline-item{gap:12px;padding:10px 0;display:flex;position:relative}.timeline-item:not(:last-child):after{content:"";background:#f0f1f5;width:2px;height:calc(100% - 26px);position:absolute;top:36px;left:15px}.timeline-dot{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex;position:relative}.timeline-item.success .timeline-dot{color:#22c55e;background:#e7f9eb}.timeline-item.info .timeline-dot{color:#3b82f6;background:#e8f4ff}.timeline-item.warning .timeline-dot{color:#f59e0b;background:#fff4e8}.timeline-item.critical .timeline-dot{color:#ef4444;background:#ffeaea}.timeline-content{flex:1;min-width:0}.timeline-content strong{color:#141c28;font-size:12px;display:block}.timeline-content span{color:#5c697d;font-size:11px;display:block}.dash-page{flex-direction:column;gap:16px;padding-bottom:24px;display:flex}.dash-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dash-greeting{align-items:center;gap:10px;display:flex}.dash-greeting h1{letter-spacing:-.5px;font-size:28px;font-weight:800}.dash-live-badge{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;background:#ef444414;border-radius:50px;align-items:center;gap:5px;padding:4px 10px;font-size:9px;font-weight:700;display:inline-flex}.dash-live-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite dashPulse}@keyframes dashPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.dash-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px}.dash-header-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.dash-search{background:#f4f5f8;border-radius:50px;align-items:center;gap:8px;min-width:180px;padding:7px 14px;display:flex}.dash-search i{color:#8a8f9c;font-size:14px}.dash-search input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:12px;font-weight:500}.dash-search input::placeholder{color:#a0a7b5}.dash-wh-select{background:#f4f5f8;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:flex}.dash-wh-select i{color:#6366f1;font-size:13px}.dash-wh-select select{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;font-family:Sora,sans-serif;font-size:11px;font-weight:600}.dash-date{color:#5c697d;background:#f4f5f8;border-radius:50px;align-items:center;gap:5px;padding:6px 12px;font-size:11px;font-weight:600;display:flex}.dash-date i{color:#8a8f9c;font-size:12px}.dash-kpi-row{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}.dash-kpi-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:18px;flex-direction:column;gap:6px;padding:14px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0f172a0a}.dash-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.dash-kpi-card.active{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.dash-kpi-top{justify-content:space-between;align-items:center;display:flex}.dash-kpi-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.dash-kpi-chart{flex-shrink:0;line-height:0}.dash-kpi-chart canvas,.dash-kpi-chart svg{display:block}.dash-kpi-value{letter-spacing:-.03em;font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1}.dash-kpi-meta{justify-content:space-between;align-items:center;display:flex}.dash-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:600}.dash-kpi-trend{align-items:center;gap:1px;font-size:10px;font-weight:700;display:flex}.dash-kpi-trend.up{color:#22c55e}.dash-kpi-trend.down{color:#ef4444}.dash-main{align-items:flex-start;gap:16px;display:flex}.dash-left{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.dash-right{flex-direction:column;flex-shrink:0;gap:16px;width:320px;min-width:280px;display:flex}.dash-card,.dash-insights-card{background:#fff;border-radius:20px;padding:18px 20px;transition:box-shadow .22s;box-shadow:0 2px 10px #0f172a0a}.dash-card:hover{box-shadow:0 6px 24px #0f172a0f}.dash-card-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dash-card-header h3{align-items:center;gap:6px;font-family:Sora,sans-serif;font-size:14px;font-weight:700;display:flex}.dash-card-header h3 i{color:#6366f1;font-size:15px}.dash-meta-chip{color:#5c697d;background:#f4f5f8;border-radius:50px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.dash-btn-ghost{color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-family:Sora,sans-serif;font-size:11px;font-weight:600;transition:background .2s;display:flex}.dash-btn-ghost:hover{background:#6366f10f}.dash-ops-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dash-ops-item{flex-direction:column;gap:3px;display:flex}.dash-ops-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:600}.dash-ops-val{font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1}.dash-ops-bar{background:#f0f2f6;border-radius:4px;height:4px;margin-top:4px;overflow:hidden}.dash-ops-fill{border-radius:4px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.dash-svg-map{position:relative}.dash-svg-map svg{width:100%;height:auto;display:block}.dash-map-legend{color:#5c697d;gap:10px;font-size:9px;font-weight:600;display:flex}.dash-map-legend span{align-items:center;gap:4px;display:flex}.dash-legend-dot{border-radius:50%;width:6px;height:6px}.dash-map-footer{color:#8a8f9c;border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;margin-top:4px;padding:8px 0 0;font-size:10px;display:flex}.dash-map-footer a{color:#6366f1;align-items:center;gap:3px;font-weight:600;text-decoration:none;display:flex}.dash-map-footer a:hover{text-decoration:underline}.dash-jobs-table-wrap{overflow-x:auto}.dash-jobs-table{border-collapse:separate;border-spacing:0 4px;width:100%;font-size:12px}.dash-jobs-table thead th{text-transform:uppercase;letter-spacing:.03em;color:#8a8f9c;text-align:left;white-space:nowrap;background:#f4f5f8;border-radius:8px;padding:8px 12px;font-size:10px;font-weight:700}.dash-jobs-table tbody tr{background:#fafbfc;border-radius:10px;transition:background .15s}.dash-jobs-table tbody tr:hover{background:#f0f2f6}.dash-jobs-table tbody td{vertical-align:middle;padding:10px 12px}.dash-driver-cell{align-items:center;gap:8px;display:flex}.dash-driver-cell strong{font-size:12px;font-weight:700}.dash-dot-name{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex}.dash-job-progress{align-items:center;gap:6px;display:flex}.dash-job-track{background:#e6edf5;border-radius:4px;width:60px;height:4px;overflow:hidden}.dash-job-fill{border-radius:4px;height:100%}.dash-job-progress span{color:#5c697d;white-space:nowrap;font-size:10px;font-weight:600}.dash-eta-pill{color:#6366f1;background:#6366f114;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.dash-eta-pill.muted{color:#a0a7b5;background:#f4f5f8}.dash-eff-badge{font-size:11px;font-weight:700}.dash-row-actions{gap:2px;display:flex}.dash-ra-btn{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.dash-ra-btn:hover{color:#0e0e0e;background:#e6edf5}.dash-analytics-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dash-analytics-grid .dash-card{padding:16px 18px}.dash-analytics-grid .dash-card-header{margin-bottom:8px}.dash-insights-card{border-left:3px solid #6366f1}.dash-insights-header{color:#6366f1;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.dash-insights-header i{font-size:16px}.dash-insights-body{flex-direction:column;gap:10px;display:flex}.dash-insight{color:#5c697d;background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:11px;line-height:1.4;display:flex}.dash-insight i{color:#6366f1;flex-shrink:0;font-size:16px}.dash-insight strong{color:#0e0e0e;font-weight:700}.dash-bottom-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.dash-perf-list{flex-direction:column;gap:8px;display:flex}.dash-perf-item{background:#f8fafc;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.dash-perf-rank{color:#fff;background:#0e0e0e;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:flex}.dash-perf-info{flex-direction:column;flex:1;min-width:0;line-height:1.3;display:flex}.dash-perf-info strong{font-size:12px;font-weight:700}.dash-perf-info span{color:#8a8f9c;font-size:10px}.dash-perf-stats{color:#5c697d;gap:10px;font-size:10px;display:flex}.dash-perf-stats i{margin-right:2px;font-size:11px}.dash-area-list{flex-direction:column;gap:8px;display:flex}.dash-area-item{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:6px 0;font-size:12px;display:flex}.dash-area-item:last-child{border-bottom:none}.dash-area-item strong{font-weight:700}.dash-area-item span{color:#22c55e;font-weight:600}.dash-wh-active{flex-direction:column;gap:8px;display:flex}.dash-wh-active-top{align-items:center;gap:10px;display:flex}.dash-wh-active-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.dash-wh-active-top div{flex-direction:column;line-height:1.3;display:flex}.dash-wh-active-top strong{font-size:13px;font-weight:700}.dash-wh-active-top span{color:#8a8f9c;font-size:10px}.dash-wh-active-bar{background:#f0f2f6;border-radius:4px;height:4px;overflow:hidden}.dash-wh-active-fill{border-radius:4px;height:100%}.dash-wh-active-pct{color:#f59e0b;text-align:right;font-size:10px;font-weight:700}.dash-driver-list{flex-direction:column;gap:6px;max-height:360px;display:flex;overflow-y:auto}.dash-driver-list::-webkit-scrollbar{width:3px}.dash-driver-list::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.dash-driver-item{background:#f8fafc;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;transition:background .15s;display:flex}.dash-driver-item:hover{background:#eef2ff}.dash-driver-avatar{flex-shrink:0;width:32px;height:32px;position:relative}.dash-driver-dot{z-index:1;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.dash-driver-dot.delivering{background:#22c55e}.dash-driver-dot.idle{background:#f59e0b}.dash-driver-dot.offline{background:#d0d7e3}.dash-driver-init{color:#fff;background:#0e0e0e;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.dash-driver-info{flex-direction:column;flex:1;min-width:0;line-height:1.3;display:flex}.dash-driver-info strong{font-size:11px;font-weight:700}.dash-driver-area{color:#8a8f9c;font-size:9px}.dash-driver-stats{flex-shrink:0;align-items:center;gap:6px;font-size:9px;font-weight:600;display:flex}.dash-driver-speed{color:#6366f1}.dash-driver-eta{color:#5c697d}.dash-driver-idle-badge{color:#f59e0b;text-transform:uppercase;letter-spacing:.03em;background:#f59e0b1a;border-radius:4px;padding:2px 6px;font-size:8px}.dash-driver-offline-badge{color:#a0a7b5;text-transform:uppercase;letter-spacing:.03em;background:#f4f5f8;border-radius:4px;padding:2px 6px;font-size:8px}.dash-driver-battery{flex-shrink:0;align-items:center;gap:4px;width:60px;display:flex}.dash-batt-track{background:#e6edf5;border-radius:3px;flex:1;height:3px;overflow:hidden}.dash-batt-fill{border-radius:3px;height:100%}.dash-driver-battery span{color:#8a8f9c;text-align:right;min-width:22px;font-size:8px;font-weight:600}.dash-alert-list{flex-direction:column;gap:6px;display:flex}.dash-alert-item{color:#5c697d;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;line-height:1.4;display:flex}.dash-alert-item.critical{background:#ef44440f}.dash-alert-item.warning{background:#f59e0b0f}.dash-alert-item.info{background:#06b6d40f}.dash-alert-item i{flex-shrink:0;font-size:16px}.dash-alert-item.critical i{color:#ef4444}.dash-alert-item.warning i{color:#f59e0b}.dash-alert-item.info i{color:#06b6d4}.dash-qa-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.dash-qa-btn{cursor:pointer;color:#0e0e0e;text-align:left;background:#f8fafc;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-family:Sora,sans-serif;font-size:11px;font-weight:600;transition:all .2s;display:flex}.dash-qa-btn:hover{background:#eef2ff;transform:translateY(-1px)}.dash-qa-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.dash-activity-feed{flex-direction:column;gap:10px;max-height:280px;display:flex;overflow-y:auto}.dash-activity-feed::-webkit-scrollbar{width:3px}.dash-activity-feed::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.dash-act-item{gap:10px;display:flex}.dash-act-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.dash-act-content{flex-direction:column;line-height:1.3;display:flex}.dash-act-content strong{font-size:11px;font-weight:600}.dash-act-content span{color:#5c697d;font-size:10px}.dash-act-content small{color:#a0a7b5;font-size:9px}@media (width<=1400px){.dash-kpi-row{grid-template-columns:repeat(4,1fr)}.dash-ops-grid{grid-template-columns:repeat(2,1fr)}.dash-bottom-grid{grid-template-columns:1fr 1fr}}@media (width<=1200px){.dash-main{flex-direction:column}.dash-right{width:100%;min-width:0}.dash-analytics-grid,.dash-bottom-grid{grid-template-columns:1fr}.dash-ops-grid{grid-template-columns:repeat(3,1fr)}.dash-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=992px){.dash-header{flex-direction:column;gap:10px}.dash-header-right{flex-wrap:wrap;width:100%}.dash-kpi-row,.dash-ops-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dash-kpi-row{grid-template-columns:repeat(2,1fr)}.dash-ops-grid,.dash-qa-grid{grid-template-columns:1fr}.dash-driver-list{max-height:none}}.pr-page{flex-direction:column;gap:16px;padding-bottom:24px;display:flex}.pr-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pr-header-left .pr-title{align-items:center;gap:10px;font-family:Sora,sans-serif;font-size:26px;font-weight:700;display:flex}.pr-live-badge{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;background:#ef444414;border-radius:50px;align-items:center;gap:5px;padding:4px 10px;font-size:9px;font-weight:700;display:inline-flex}.pr-live-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite prPulse}@keyframes prPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.pr-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px}.pr-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.pr-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.pr-btn i{font-size:14px}.pr-btn:disabled{opacity:.4;cursor:not-allowed}.pr-btn-primary{color:#fff;background:#6366f1;box-shadow:0 2px 8px #6366f133}.pr-btn-primary:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 20px #6366f14d}.pr-btn-success{color:#fff;background:#22c55e;box-shadow:0 2px 8px #22c55e33}.pr-btn-success:hover:not(:disabled){background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 20px #22c55e4d}.pr-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.pr-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.pr-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.pr-btn-ghost:hover{background:#0000000a}.pr-btn-lg{padding:10px 22px;font-size:13px}.pr-wh-select{background:#f4f5f8;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:flex}.pr-wh-select i{color:#6366f1;font-size:13px}.pr-wh-select select{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;font-family:Sora,sans-serif;font-size:11px;font-weight:600}.pr-sm-btn{color:#5c697d;cursor:pointer;background:#f4f5f8;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.pr-sm-btn:hover{color:#0e0e0e;background:#e6edf5}.pr-instruction{background:#f59e0b0f;border:1px solid #f59e0b26;border-radius:18px;align-items:center;gap:16px;padding:16px 20px;display:flex}.pr-instru-icon i{color:#f59e0b;flex-shrink:0;font-size:22px}.pr-instru-content{flex:1;min-width:0}.pr-instru-content strong{margin-bottom:6px;font-size:13px;font-weight:700;display:block}.pr-instru-content ul{color:#5c697d;flex-direction:column;gap:4px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.pr-instru-content ul li:before{content:"• ";color:#f59e0b;font-weight:700}.pr-instru-icon-large{color:#6366f1;background:#6366f114;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.pr-toast{border-radius:14px;align-items:center;gap:10px;padding:14px 18px;font-size:13px;font-weight:600;animation:.3s cubic-bezier(.4,0,.2,1) prSlideIn;display:flex}.pr-toast i{font-size:20px}.pr-toast-success{color:#16a34a;background:#22c55e14;border:1px solid #22c55e26}@keyframes prSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pr-scan-card{background:#fff;border-radius:24px;padding:24px 28px;box-shadow:0 2px 12px #0f172a0a}.pr-scan-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.pr-scan-header h2{align-items:center;gap:8px;font-family:Sora,sans-serif;font-size:17px;font-weight:700;display:flex}.pr-scan-header h2 i{color:#6366f1}.pr-scan-hint{color:#8a8f9c;font-size:10px;font-weight:600}.pr-scan-body{flex-direction:column;gap:14px;display:flex}.pr-input-wrap{background:#f4f5f8;border:2px solid #0000;border-radius:16px;align-items:center;padding:0 16px;transition:all .25s;display:flex;position:relative}.pr-input-wrap:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.pr-input-wrap i{color:#6366f1;flex-shrink:0;font-size:22px}.pr-input{color:#0e0e0e;letter-spacing:.05em;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;padding:16px 12px;font-family:Sora,sans-serif;font-size:22px;font-weight:700}.pr-input::placeholder{color:#a0a7b5;text-transform:none;font-size:18px;font-weight:500}.pr-input-clear{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:16px;transition:all .2s;display:flex}.pr-input-clear:hover{color:#0e0e0e;background:#e6edf5}.pr-scan-actions{flex-wrap:wrap;gap:8px;display:flex}.pr-error-card{background:#ef44440f;border:1px solid #ef44441f;border-radius:14px;align-items:center;gap:12px;margin-top:14px;padding:14px 18px;display:flex}.pr-error-card i{color:#ef4444;flex-shrink:0;font-size:20px}.pr-error-card div{flex-direction:column;line-height:1.3;display:flex}.pr-error-card strong{color:#ef4444;font-size:12px;font-weight:700}.pr-error-card span{color:#5c697d;font-size:11px}.pr-preview{background:#f8fafc;border:1px solid #e6edf5;border-radius:16px;margin-top:16px;padding:18px}.pr-preview-header{align-items:center;gap:8px;margin-bottom:14px;font-size:13px;display:flex}.pr-preview-header i{color:#6366f1;font-size:18px}.pr-preview-header strong{flex:1;font-weight:700}.pr-preview-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pr-pv-item{flex-direction:column;gap:2px;line-height:1.3;display:flex}.pr-pv-full{grid-column:1/-1}.pr-pv-item span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:600}.pr-pv-item strong{color:#0e0e0e;font-size:13px;font-weight:700}.pr-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:8px;align-items:center;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.pr-badge-success{color:#22c55e;background:#22c55e1a}.pr-badge-warning{color:#f59e0b;background:#f59e0b1a}.pr-badge-danger{color:#ef4444;background:#ef44441a}.pr-flow-card{background:#fff;border-radius:18px;align-items:center;gap:4px;padding:14px 20px;display:flex;overflow-x:auto;box-shadow:0 2px 10px #0f172a08}.pr-flow-step{flex-shrink:0;align-items:center;gap:6px;display:flex}.pr-flow-step i.bi-chevron-right{color:#d0d7e3;margin:0 4px;font-size:12px}.pr-flow-num{color:#8a8f9c;background:#f0f2f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.pr-flow-step.active .pr-flow-num{color:#fff;background:#6366f1}.pr-flow-step.current .pr-flow-num{color:#fff;background:#22c55e;box-shadow:0 0 0 4px #22c55e26}.pr-flow-step span{color:#8a8f9c;white-space:nowrap;font-size:11px;font-weight:600}.pr-flow-step.active span{color:#6366f1}.pr-flow-step.current span{color:#22c55e;font-weight:700}.pr-kpi-row{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.pr-kpi-card{background:#fff;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;transition:all .22s;display:flex;box-shadow:0 2px 10px #0f172a0a}.pr-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.pr-kpi-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.pr-kpi-info{flex-direction:column;gap:1px;min-width:0;display:flex}.pr-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.pr-kpi-row2{align-items:baseline;gap:6px;display:flex}.pr-kpi-value{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.pr-kpi-trend{background:#22c55e14;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.pr-alert-list{flex-direction:column;gap:6px;display:flex}.pr-alert{color:#5c697d;border-radius:12px;align-items:center;gap:10px;padding:10px 16px;font-size:12px;line-height:1.4;display:flex}.pr-alert i{flex-shrink:0;font-size:18px}.pr-alert-warning{background:#f59e0b0f}.pr-alert-warning i{color:#f59e0b}.pr-alert-danger{background:#ef44440f}.pr-alert-danger i{color:#ef4444}.pr-alert-info{background:#06b6d40f}.pr-alert-info i{color:#06b6d4}.pr-body{align-items:flex-start;gap:16px;display:flex}.pr-body-main{background:#fff;border-radius:20px;flex:1;min-width:0;padding:18px 20px;box-shadow:0 2px 10px #0f172a0a}.pr-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pr-section-header h3{align-items:center;gap:6px;font-family:Sora,sans-serif;font-size:14px;font-weight:700;display:flex}.pr-section-header h3 i{color:#6366f1}.pr-count{color:#8a8f9c;font-size:11px;font-weight:600}.pr-scan-list{flex-direction:column;gap:6px;display:flex}.pr-scan-row{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;transition:background .15s;display:flex}.pr-scan-row:hover{background:#eef2ff}.pr-scan-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.pr-scan-awb{color:#6366f1;white-space:nowrap;font-family:Sora,sans-serif;font-size:13px;font-weight:700}.pr-scan-customer{flex-direction:column;min-width:0;line-height:1.3;display:flex}.pr-scan-customer strong{font-size:12px;font-weight:700}.pr-scan-customer span{color:#8a8f9c;font-size:10px}.pr-scan-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.pr-scan-time{color:#8a8f9c;white-space:nowrap;align-items:center;gap:3px;font-size:10px;display:flex}.pr-scan-type{color:#8a8f9c;background:#f0f2f6;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.pr-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.pr-empty i{color:#d0d7e3;font-size:36px}.pr-empty p{color:#8a8f9c;font-size:13px}.pr-bulk-panel{background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;width:340px;min-width:280px;display:flex;box-shadow:0 2px 10px #0f172a0a}.pr-bulk-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.pr-bulk-header h3{align-items:center;gap:6px;font-family:Sora,sans-serif;font-size:14px;font-weight:700;display:flex}.pr-bulk-header h3 i{color:#6366f1}.pr-bulk-body{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.pr-bulk-body p{color:#8a8f9c;font-size:11px;line-height:1.4}.pr-bulk-textarea{color:#0e0e0e;resize:vertical;border:1.5px solid #e6edf5;border-radius:12px;outline:none;width:100%;padding:12px;font-family:SF Mono,Fira Code,monospace;font-size:13px;font-weight:600;transition:border-color .2s}.pr-bulk-textarea:focus{border-color:#6366f1}.pr-bulk-textarea::placeholder{color:#a0a7b5;font-family:Sora,sans-serif;font-weight:400}.pr-bulk-actions{flex-wrap:wrap;gap:6px;display:flex}.pr-bulk-tip{font-size:11px}.pr-bulk-tip a{color:#6366f1;align-items:center;gap:4px;font-weight:600;text-decoration:none;display:flex}.pr-bulk-tip a:hover{text-decoration:underline}@media (width<=1400px){.pr-kpi-row{grid-template-columns:repeat(3,1fr)}}@media (width<=1200px){.pr-kpi-row{grid-template-columns:repeat(3,1fr)}.pr-body{flex-direction:column}.pr-bulk-panel{width:100%}}@media (width<=992px){.pr-header{flex-direction:column;gap:10px}.pr-header-right{flex-wrap:wrap;width:100%}.pr-kpi-row{grid-template-columns:repeat(2,1fr)}.pr-preview-grid{grid-template-columns:1fr}.pr-flow-card{padding:10px 14px}.pr-instruction{text-align:center;flex-direction:column}.pr-instru-content ul{text-align:left}}@media (width<=768px){.pr-kpi-row{grid-template-columns:repeat(2,1fr)}.pr-scan-actions{flex-direction:column}.pr-scan-actions .pr-btn{justify-content:center;width:100%}.pr-scan-row{flex-direction:column;align-items:flex-start;gap:8px}.pr-scan-right{justify-content:space-between;width:100%}}.dashboard-chart-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.dashboard-chart-card,.dashboard-recent-card{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:20px}.dashboard-chart-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dashboard-chart-header h3{color:#0e0e0e;font-size:15px}.dashboard-chart-total{color:#8a8f9c;font-size:12px;font-weight:600}.dashboard-bar-chart{gap:10px;display:grid}.dashboard-bar-item{gap:4px;display:grid}.dashboard-bar-label{justify-content:space-between;align-items:center;display:flex}.dashboard-bar-label span{color:#5c697d;font-size:12px}.dashboard-bar-label strong{color:#141c28;font-size:13px}.dashboard-bar-track{background:#f0f2f5;border-radius:999px;height:8px;overflow:hidden}.dashboard-bar-fill{border-radius:999px;height:100%;transition:width .6s}.dashboard-recent-list{gap:8px;display:grid}.dashboard-recent-row{background:var(--bg);border-radius:12px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:10px 12px;transition:background .15s;display:grid}.dashboard-recent-row:hover{background:#eef2ff}.dashboard-recent-info{min-width:0}.dashboard-recent-info strong{color:#141c28;font-size:12px;display:block}.dashboard-recent-info small{color:#7b8498;font-size:11px}.dashboard-recent-status{white-space:nowrap;font-size:11px;font-weight:700}.dashboard-recent-meta{text-align:right}.dashboard-recent-meta span{color:#141c28;font-size:12px;font-weight:600;display:block}.dashboard-recent-meta small{color:#8a8f9c;font-size:10px}.dashboard-driver-stats{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.dd-stat{background:var(--bg);border-radius:12px;gap:3px;padding:10px;display:grid}.dd-stat strong{font-size:20px}.dd-stat span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.dashboard-sla-list{gap:6px;margin-top:10px;display:grid}.dashboard-sla-item{background:var(--bg);border-left:3px solid;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.dashboard-sla-info{min-width:0}.dashboard-sla-info strong{color:#141c28;font-size:12px;display:block}.dashboard-sla-info span{color:#7b8498;font-size:11px}.dashboard-sla-risk{text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.dashboard-perf-stats{gap:10px;margin-top:10px;display:grid}.dp-stat{gap:4px;display:grid}.dp-stat span{color:#5c697d;font-size:11px}.dp-bar{background:#f0f2f5;border-radius:999px;height:6px;overflow:hidden}.dp-bar-fill{border-radius:999px;height:100%}.dp-stat strong{color:#141c28;font-size:13px}.content-area{align-items:flex-start;gap:14px;display:flex}.content-left{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.content-right{flex-direction:column;flex-shrink:0;gap:12px;width:280px;min-width:260px;display:flex}.card-base{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:22px 24px;transition:box-shadow .22s,transform .22s}.card-base:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.header-section{justify-content:space-between;align-items:center;gap:20px;padding:2rem 0;display:flex}.greeting-block h1{letter-spacing:-.5px;color:var(--text);font-size:30px;font-weight:800;line-height:1.1}.greeting-block p{color:var(--muted);margin-top:5px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400}.search-bar{background:var(--soft);cursor:text;border-radius:50px;align-items:center;gap:10px;min-width:220px;max-width:260px;padding:10px 20px;transition:box-shadow .2s;display:flex}.search-bar:hover{box-shadow:0 0 0 2px #d1d5db}.search-bar input{color:var(--muted);background:0 0;border:none;outline:none;width:100%;font-family:DM Sans,sans-serif;font-size:13px}.search-bar input::placeholder{color:var(--muted)}.top-row{gap:14px;display:flex}.wallet-card{border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-sm);background:#f7f8fa;flex:0 0 320px;padding:22px 24px;transition:box-shadow .22s,transform .22s}.wallet-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.wallet-header{justify-content:space-between;align-items:flex-start;display:flex}.wallet-header h3{font-size:15px;font-weight:700}.wallet-header p{color:var(--muted);margin-top:2px;font-family:DM Sans,sans-serif;font-size:12px}.add-btn{background:var(--lime);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:5px;padding:7px 16px;font-size:12.5px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 3px 10px #b6ff3b4d}.add-btn:hover{background:var(--lime-dark);transform:scale(1.04)}.wallet-amount{margin-top:14px}.wallet-amount .amount{letter-spacing:-1px;color:var(--text);font-size:34px;font-weight:800;line-height:1}.wallet-amount .amount span{color:var(--muted);margin-left:5px;font-size:16px;font-weight:500}.wallet-amount .amount .amount-decimal{color:var(--text);margin-left:0;font-size:22px;font-weight:700}.wallet-amount .label{color:var(--muted);margin-top:4px;font-family:DM Sans,sans-serif;font-size:11.5px}.wallet-shortcuts{gap:10px;margin-top:22px;display:flex}.shortcut-card{background:var(--card);cursor:pointer;box-shadow:var(--shadow-sm);border:inherit;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:7px;padding:14px 10px;transition:all .2s;display:flex}.shortcut-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.shortcut-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.shortcut-card span{color:var(--text);font-size:11.5px;font-weight:600}.stats-grid{flex:1;grid-template-columns:1fr 1fr;gap:12px;min-width:0;display:grid}.stat-card{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px;transition:all .22s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card-header{justify-content:space-between;align-items:center;display:flex}.stat-icon{border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.stat-more{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px}.stat-title{color:var(--muted);margin-top:10px;font-family:DM Sans,sans-serif;font-size:12px}.stat-value{letter-spacing:-.4px;margin-top:3px;font-size:20px;font-weight:800}.stat-badge{align-items:center;gap:2px;margin-top:4px;font-size:11px;font-weight:600;display:inline-flex}.badge-up{color:#22c55e}.badge-down{color:#ef4444}.cashflow-card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px 26px 20px}.cf-header{justify-content:space-between;align-items:flex-start;display:flex}.cf-title{font-size:15px;font-weight:700}.cf-amount{letter-spacing:-1px;margin-top:2px;font-size:30px;font-weight:800}.cf-filter{background:var(--soft);color:var(--text);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:all .2s;display:flex}.cf-filter:hover{background:#e0e2e8}.cf-tabs{gap:6px;margin-top:14px;margin-bottom:10px;display:flex}.cf-tab{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50px;padding:5px 14px;font-size:12.5px;font-weight:500;transition:all .2s}.cf-tab.active{background:var(--text);color:#fff}.cf-tab:hover:not(.active){background:var(--soft);color:var(--text)}.chart-wrap{margin-top:8px;position:relative}.chart-labels-y{height:160px;color:var(--muted);flex-direction:column-reverse;justify-content:space-between;font-family:DM Sans,sans-serif;font-size:10px;display:flex;position:absolute;top:0;left:0}.chart-area{flex-direction:column;margin-left:36px;display:flex}.bars-container{align-items:flex-end;gap:6px;height:160px;padding-bottom:0;display:flex;position:relative}.bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.bar{border-radius:8px 8px 0 0;width:100%;transition:all .3s;position:relative}.bar-muted{background:#e8eaef}.bar-lime{background:var(--lime);box-shadow:0 -4px 16px #b6ff3b80}.tooltip-bubble{color:#fff;white-space:nowrap;pointer-events:none;background:#111;border-radius:10px;padding:6px 12px;font-family:DM Sans,sans-serif;font-size:11.5px;font-weight:700;position:absolute;top:-48px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0003}.tooltip-bubble:after{content:"";clip-path:polygon(50% 100%,0 0,100% 0);background:#111;width:10px;height:10px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.chart-x-labels{gap:6px;margin-top:6px;margin-left:0;display:flex}.chart-x-labels span{text-align:center;color:var(--muted);flex:1;font-family:DM Sans,sans-serif;font-size:10px}.rcard{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px;transition:all .22s}.rcard:hover{box-shadow:var(--shadow-md)}.rcard-title{font-size:14px;font-weight:700}.rcard-sub{color:var(--muted);margin-top:2px;font-family:DM Sans,sans-serif;font-size:11.5px}.avatar-row{align-items:center;margin-top:14px;display:flex}.av{border:2.5px solid var(--card);color:#fff;background:#ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.av:first-child{margin-left:0}.av-more{border:2.5px solid var(--card);background:var(--soft);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-8px;font-size:14px;display:flex}.bank-card{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d3a1a 40%,#1c2a0a 100%);border-radius:20px;padding:18px 20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.bank-card:before{content:"";background:#b6ff3b12;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.bank-card:after{content:"";background:#b6ff3b0d;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:20px}.bc-top{justify-content:space-between;align-items:center;display:flex}.bc-chip{background:linear-gradient(135deg,#d4af37,#f5d867);border:1px solid #ffffff1a;border-radius:5px;width:30px;height:22px}.bc-visa{letter-spacing:1px;color:#ffffffe6;font-family:DM Sans,sans-serif;font-size:16px;font-style:italic;font-weight:800}.bc-number{letter-spacing:2px;color:#ffffffbf;margin-top:14px;font-family:DM Sans,sans-serif;font-size:13px}.bc-footer{justify-content:space-between;align-items:flex-end;margin-top:14px;display:flex}.bc-holder{color:#ffffffe6;font-size:12px;font-weight:600}.bc-details{gap:16px;display:flex}.bc-detail label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:8px;display:block}.bc-detail span{color:#ffffffe6;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.action-btns{gap:10px;display:flex}.btn-deposit{background:var(--lime);color:#000;cursor:pointer;border:none;border-radius:50px;flex:1;padding:11px 0;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #b6ff3b4d}.btn-deposit:hover{background:var(--lime-dark);transform:scale(1.03)}.btn-transfer{background:var(--soft);color:var(--text);cursor:pointer;border:none;border-radius:50px;flex:1;padding:11px 0;font-size:13px;font-weight:700;transition:all .2s}.btn-transfer:hover{background:#e0e2e8}.quick-actions{gap:8px;display:flex}.quick-actions-card{padding:16px}.qa-btn{background:var(--soft);cursor:pointer;border:none;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:14px 10px;transition:all .2s;display:flex}.qa-btn:hover{background:#e0e2e8;transform:translateY(-2px)}.qa-btn i{color:var(--text);font-size:18px}.qa-btn span{color:var(--text);font-size:11.5px;font-weight:600}.plan-card{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px}.plan-title{letter-spacing:-.3px;font-size:22px;font-weight:800}.plan-desc{color:var(--muted);margin-top:4px;font-family:DM Sans,sans-serif;font-size:12px}.btn-upgrade{background:var(--lime);color:#000;cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:16px;padding:13px 0;font-size:14px;font-weight:700;transition:all .2s;display:block;box-shadow:0 4px 14px #b6ff3b4d}.btn-upgrade:hover{background:var(--lime-dark);transform:translateY(-1px)}.app-footer{border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:18px 24px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.app-footer strong{color:var(--text);font-family:Sora,sans-serif}.app-footer-meta{white-space:nowrap}.card-surface{background:var(--card);box-shadow:var(--shadow-sm);border-radius:24px}.orders-page{flex-direction:column;gap:14px;font-family:Inter,sans-serif;display:flex}.orders-header{justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;display:flex}.orders-eyebrow{color:#4d6b12;background:#eff4ea;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.live-dot{background:#8ed11c;border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite pulse-dot;box-shadow:0 0 0 6px #8ed11c1f}.orders-header h1{letter-spacing:-1px;margin-bottom:6px;font-size:32px;line-height:1}.orders-header p{color:#7b8498;font-size:14px}.orders-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.date-filter-wrapper,.date-filter-btn{position:relative}.date-filter-btn i.bi-chevron-down,.date-filter-btn i.bi-chevron-up{margin-left:2px;font-size:10px}.date-filter-dropdown{z-index:100;background:#fff;border:1px solid #edf1f6;border-radius:16px;min-width:260px;animation:.15s dropdownFade;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000f}.date-filter-options{flex-direction:column;gap:2px;padding:8px;display:flex}.date-option-btn{color:#141c28;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:flex}.date-option-btn i{color:#6366f1;text-align:center;width:18px;font-size:15px}.date-option-btn:hover{background:#f5f7ff}.date-option-btn.active{color:#6366f1;background:#eef2ff;font-weight:600}.date-custom-range{background:#f8fafc;border-top:1px solid #edf1f6;flex-direction:column;gap:10px;padding:12px;display:flex}.date-input-group{flex-direction:column;gap:4px;display:flex}.date-input-group label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.date-input-group input[type=date]{color:#141c28;background:#fff;border:1px solid #edf1f6;border-radius:8px;outline:none;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px;transition:all .15s}.date-input-group input[type=date]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.date-apply-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;width:100%;padding:9px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .15s}.date-apply-btn:hover{background:#4f46e5}.primary-pill-btn,.ghost-pill-btn,.orders-toolbar-btn,.bulk-action-btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:11px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.primary-pill-btn,.floating-action{color:#0b1300;background:linear-gradient(135deg,#c6ff57 0%,#a9ef2d 100%);box-shadow:0 12px 28px #b1ed3f47}.ghost-pill-btn,.orders-toolbar-btn{color:#1e2431;background:#f3f6fb;box-shadow:0 8px 22px #2333540f}.orders-toolbar-btn.muted{color:#7d8799}.primary-pill-btn:hover,.ghost-pill-btn:hover,.orders-toolbar-btn:hover,.bulk-action-btn:hover,.floating-action:hover{transform:translateY(-2px);box-shadow:0 16px 40px #b1ed3f52}.print-label-backdrop{z-index:85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a8c;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.print-label-modal{background:#fff;border-radius:24px;width:min(480px,100%);animation:.25s labelSlideUp;overflow:hidden;box-shadow:0 30px 80px #0e141c47}@keyframes labelSlideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.print-label-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.print-label-header h3{color:#141c28;margin:0;font-size:18px}.print-label-header p{color:#8a8f9c;margin:2px 0 0;font-size:12px}.print-label-actions{align-items:center;gap:8px;display:flex}.print-label-preview{background:#f5f7fa;justify-content:center;padding:22px;display:flex}.shipping-label{background:#fff;border-radius:12px;flex-direction:column;gap:14px;width:384px;height:576px;padding:20px;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.label-header{border-bottom:2px solid #0e0e0e;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.label-brand strong{color:#0e0e0e;letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1;display:block}.label-brand span{color:#5c697d;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.service-badge{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#0e0e0e;border-radius:8px;padding:6px 14px;font-size:11px;font-weight:700}.label-barcode{justify-content:center;padding:8px 0;display:flex}.label-barcode svg{width:100%;max-width:280px;height:auto}.label-awb-row{background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.awb-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.awb-value{color:#0e0e0e;letter-spacing:.02em;font-family:Sora,sans-serif;font-size:16px;font-weight:800}.label-grid{flex:1;grid-template-columns:1fr 1fr;gap:12px;display:grid}.label-section{background:#f8fafc;border:1px solid #edf1f6;border-radius:12px;flex-direction:column;gap:6px;padding:14px;display:flex}.label-section-title{color:#6366f1;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #edf1f6;padding-bottom:6px;font-size:9px;font-weight:800}.label-section-content{flex-direction:column;gap:2px;display:flex}.label-section-content strong{color:#141c28;font-size:13px;font-weight:700}.label-section-content span{color:#5c697d;font-size:11px}.to-section{background:#eef2ff;border-color:#c7d2fe}.label-meta-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.label-meta-item{text-align:center;background:#f8fafc;border:1px solid #edf1f6;border-radius:8px;padding:10px}.label-meta-item.highlight{background:#fff4e8;border-color:#fde68a}.meta-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.meta-value{color:#141c28;font-size:11px;font-weight:700;display:block}.label-footer{border-top:2px dashed #edf1f6;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.label-order-id{color:#5c697d;font-size:12px;font-weight:600}.label-date{color:#8a8f9c;font-size:10px}.invoice-backdrop{z-index:85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a8c;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.invoice-modal{background:#fff;border-radius:24px;flex-direction:column;width:min(800px,100%);max-height:90vh;animation:.25s labelSlideUp;display:flex;overflow:hidden;box-shadow:0 30px 80px #0e141c47}.invoice-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.invoice-header h3{color:#141c28;margin:0;font-size:18px}.invoice-header p{color:#8a8f9c;margin:2px 0 0;font-size:12px}.invoice-actions{align-items:center;gap:8px;display:flex}.invoice-preview{background:#f5f7fa;flex:1;padding:22px;overflow-y:auto}.invoice-document{background:#fff;border-radius:12px;padding:32px;font-family:Inter,sans-serif;box-shadow:0 4px 20px #00000014}.inv-header{border-bottom:2px solid #0e0e0e;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.inv-brand strong{color:#0e0e0e;letter-spacing:-.02em;font-size:24px;font-weight:800;display:block}.inv-brand span{color:#5c697d;margin-top:2px;font-size:11px;display:block}.inv-brand small{color:#8a8f9c;margin-top:4px;font-size:10px;display:block}.inv-title h1{color:#6366f1;letter-spacing:.04em;margin:0 0 8px;font-size:20px;font-weight:800}.inv-meta{color:#5c697d;flex-direction:column;gap:4px;font-size:12px;display:flex}.inv-meta strong{color:#141c28}.inv-address-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.inv-address-card{background:#f8fafc;border:1px solid #edf1f6;border-radius:12px;padding:16px}.inv-address-label{color:#6366f1;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #edf1f6;margin-bottom:8px;padding-bottom:6px;font-size:9px;font-weight:800}.inv-address-card strong{color:#141c28;margin-bottom:4px;font-size:13px;display:block}.inv-address-card span{color:#5c697d;font-size:11px;line-height:1.5;display:block}.inv-table-wrap{margin-bottom:24px;overflow-x:auto}.inv-table{border-collapse:collapse;width:100%}.inv-table th{text-align:left;color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;border-bottom:2px solid #edf1f6;padding:10px 12px;font-size:10px;font-weight:700}.inv-table td{color:#5c697d;vertical-align:middle;border-bottom:1px solid #f0f2f6;padding:12px;font-size:12px}.inv-table td strong{color:#141c28;display:block}.inv-table td small{color:#8a8f9c;font-size:10px}.inv-table td:last-child{color:#141c28;text-align:right;font-weight:700}.inv-totals-section{justify-content:flex-end;margin-bottom:28px;display:flex}.inv-totals-table{flex-direction:column;gap:8px;width:280px;display:flex}.inv-total-row{color:#5c697d;border-bottom:1px solid #f0f2f6;justify-content:space-between;padding:8px 0;font-size:12px;display:flex}.inv-total-row strong{color:#141c28}.inv-total-row.discount,.inv-total-row.discount strong{color:#22c55e}.inv-total-row.grand-total{color:#141c28;border-bottom:none;padding-top:12px;font-size:16px;font-weight:800}.inv-total-row.grand-total strong{color:#6366f1;font-size:18px}.inv-payment-section{border-top:2px dashed #edf1f6;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px;padding-top:20px;display:grid}.inv-payment-info h4,.inv-terms h4{color:#141c28;text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px;font-size:12px;font-weight:700}.inv-payment-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.inv-payment-grid div{flex-direction:column;gap:2px;display:flex}.inv-payment-grid span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.inv-payment-grid strong{color:#141c28;font-size:13px;font-weight:700}.inv-terms ul{color:#5c697d;margin:0;padding-left:16px;font-size:11px;line-height:1.8}.inv-footer{border-top:2px solid #0e0e0e;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.inv-footer-brand strong{color:#0e0e0e;font-size:16px;font-weight:800;display:block}.inv-footer-brand span{color:#8a8f9c;font-size:10px}.inv-thank-you{color:#6366f1;font-size:14px;font-weight:700}@media print{.invoice-backdrop,.invoice-backdrop *{visibility:visible}.invoice-backdrop{background:#fff;width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.invoice-modal{box-shadow:none;border-radius:0;width:100%;max-height:none}.invoice-header,.invoice-actions{display:none!important}.invoice-preview{background:#fff;padding:0}.invoice-document{box-shadow:none;border-radius:0;padding:20px}@page{size:4in 6in;margin:0}body *{visibility:hidden}.print-label-backdrop,.print-label-backdrop *{visibility:visible}.print-label-backdrop{background:#fff;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding:0;display:flex;position:absolute;top:0;left:0}.print-label-modal{box-shadow:none;border-radius:0;width:4in;height:6in}.print-label-header,.print-label-actions{display:none!important}.print-label-preview{background:#fff;padding:0}.shipping-label{width:4in;height:6in;box-shadow:none;border-radius:0;padding:.25in}}.orders-alert-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ops-alert-card{box-shadow:var(--shadow-sm);background:#ffffffe6;border-radius:22px;min-height:92px;padding:18px 20px}.ops-alert-primary{color:#f7ffee;background:linear-gradient(135deg,#101611 0%,#202a12 100%)}.ops-alert-label{text-transform:uppercase;letter-spacing:.08em;opacity:.68;margin-bottom:10px;font-size:11px}.orders-stats-row{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;display:grid}.orders-stat-card{text-align:left;cursor:pointer;background:#ffffffeb;border:none;border-radius:22px;align-items:center;gap:12px;padding:16px 14px;transition:transform .22s,box-shadow .22s,background .22s;display:flex;box-shadow:0 10px 24px #222f460f}.orders-stat-card:hover,.orders-stat-card.active{transform:translateY(-2px);box-shadow:0 18px 30px #2333541f}.orders-stat-card.active{background:linear-gradient(135deg,#eef9d3 0%,#fff 100%)}.orders-stat-icon{color:#556274;background:#f3f6fb;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.orders-stat-content{flex-direction:column;gap:4px;min-width:0;display:flex}.orders-stat-content span{color:#7b8498;font-size:11px;line-height:1.2}.orders-stat-content strong{color:#121722;letter-spacing:-.03em;font-size:17px}.orders-stat-trend{color:#4f8a18;margin-left:auto;font-size:11px;font-weight:700}.orders-tabs-scroll{padding-bottom:4px;overflow-x:auto}.orders-tabs{gap:8px;min-width:100%;display:inline-flex}.orders-tab{color:#69758a;white-space:nowrap;cursor:pointer;background:#edf1f6;border:none;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex}.orders-tab b{text-align:center;background:#ffffffbf;border-radius:999px;min-width:28px;padding:3px 8px;font-size:11px}.orders-tab.active{color:#141924;background:#fff;box-shadow:0 10px 24px #2333541a}.orders-toolbar{flex-direction:column;gap:12px;padding:14px 18px;display:flex}.orders-toolbar-row{align-items:center;gap:12px;display:flex}.orders-search{color:#8490a3;background:#f5f8fc;border-radius:14px;flex:1;align-items:center;gap:10px;padding:10px 16px;display:flex}.orders-search input{color:#141924;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:13px}.orders-toolbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.toolbar-filter-btn{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex;position:relative}.toolbar-filter-btn:hover{color:#6366f1;background:#f5f7ff;border-color:#6366f1}.toolbar-filter-btn.active{color:#fff;background:#6366f1;border-color:#6366f1}.filter-active-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.5s infinite pulseDot;display:inline-block}.toolbar-reset-btn{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:4px;padding:10px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.toolbar-reset-btn:hover{color:#ef4444;background:#ffeaea}.orders-filter-group{border-top:1px solid #edf1f6;flex-wrap:wrap;gap:10px;padding-top:12px;animation:.2s filterSlideDown;display:flex}@keyframes filterSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.multi-select-wrapper{position:relative}.multi-select-trigger{color:#5d687c;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:999px;outline:none;align-items:center;gap:6px;min-width:132px;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;transition:all .15s;display:inline-flex;box-shadow:inset 0 1px #fffc}.multi-select-trigger:hover{background:#f8fafc;border-color:#c5cbd6}.multi-select-trigger.open{color:#6366f1;background:#eef2ff;border-color:#6366f1}.multi-select-trigger.has-selection{background:#f5f7ff;border-color:#6366f1}.multi-select-trigger i.bi-chevron-down,.multi-select-trigger i.bi-chevron-up{margin-left:auto;font-size:10px;transition:transform .15s}.multi-select-count{color:#fff;background:#6366f1;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.multi-select-dropdown{z-index:1000;background:#fff;border:1px solid #edf1f6;border-radius:16px;min-width:240px;animation:.15s dropdownFade;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000f}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.multi-select-search{background:#f8fafc;border-bottom:1px solid #edf1f6;align-items:center;gap:8px;padding:10px 14px;display:flex}.multi-select-search i{color:#8a8f9c;font-size:14px}.multi-select-search input{color:#141c28;background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:12px}.multi-select-options{max-height:240px;padding:8px 0;overflow-y:auto}.multi-select-options::-webkit-scrollbar{width:6px}.multi-select-options::-webkit-scrollbar-track{background:0 0}.multi-select-options::-webkit-scrollbar-thumb{background:#d0d5e0;border-radius:999px}.multi-select-option{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:9px 14px;transition:background .1s;display:flex}.multi-select-option:hover{background:#f5f7ff}.multi-select-option input[type=checkbox]{display:none}.checkbox-custom{border:2px solid #d0d5e0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.multi-select-option input:checked+.checkbox-custom{background:#6366f1;border-color:#6366f1}.multi-select-option input:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:11px;font-weight:700}.option-label{color:#141c28;font-size:13px;font-weight:500}.multi-select-footer{background:#f8fafc;border-top:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.multi-select-footer .clear-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:background .15s}.multi-select-footer .clear-btn:hover{background:#ffeaea}.multi-select-footer .apply-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:6px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:background .15s}.multi-select-footer .apply-btn:hover{background:#4f46e5}.orders-grid-layout{display:block}.orders-grid-layout.with-drawer{position:relative}.orders-table-card,.orders-drawer{padding:20px}.orders-table-card{overflow:hidden}.orders-grid-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.orders-grid-header h2{margin-bottom:4px;font-size:18px}.orders-grid-header p{color:#7b8498;font-size:13px}.orders-grid-meta{flex-wrap:wrap;gap:8px;display:flex}.meta-chip{color:#5c677b;background:#f3f6fb;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:inline-flex}.orders-table-wrap{overflow:auto}.orders-table{border-collapse:separate;border-spacing:0 8px;width:100%;min-width:1220px;font-family:Inter,sans-serif}.orders-table thead th{z-index:2;color:#768299;text-transform:uppercase;letter-spacing:.06em;text-align:left;background:#f7f9fc;padding:12px 14px;font-size:11px;font-weight:700;position:sticky;top:0}.orders-table thead th:first-child{border-radius:14px 0 0 14px}.orders-table thead th:last-child{border-radius:0 14px 14px 0}.orders-table tbody tr{cursor:pointer;background:#fbfcfe;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 8px 18px #2333540d}.orders-table tbody tr:hover{background:#fff;transform:translateY(-1px);box-shadow:0 14px 24px #23335417}.orders-table tbody tr.row-critical{background:linear-gradient(90deg,#fff3ebeb,#fbfcfe)}.orders-table tbody td{color:#202634;vertical-align:middle;padding:14px;font-size:13px}.orders-table tbody td:first-child{border-radius:18px 0 0 18px}.orders-table tbody td:last-child{border-radius:0 18px 18px 0}.order-id-button{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;flex-direction:column;gap:4px;padding:0;display:flex}.order-id-button span,.order-customer span{color:#7b8498;font-size:12px}.order-customer{align-items:center;gap:10px;display:flex}.order-avatar{color:#172000;background:linear-gradient(135deg,#d4f97a,#b3ec41);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.order-status-badge{border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:11px;font-weight:700;display:inline-flex}.order-status-badge.warning{color:#b66d14;background:#fff1dc}.order-status-badge.info{color:#2667c9;background:#eaf3ff}.order-status-badge.accent{color:#537d18;background:#ebf8de}.order-status-badge.success{color:#1f8a4b;background:#e7f9eb}.order-status-badge.danger{color:#d04545;background:#ffe8e8}.order-status-badge.neutral{color:#647086;background:#edf1f6}.progress-cell{align-items:center;gap:10px;min-width:130px;display:flex}.progress-track{background:#edf1f6;border-radius:999px;flex:1;height:7px;overflow:hidden}.progress-track.tall{height:10px}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#b6ff3b 0%,#86d100 100%);height:100%}.sla-stack{flex-direction:column;gap:6px;display:flex}.sla-pill{border-radius:999px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:700}.sla-pill.on-time{color:#1f8a4b;background:#e7f9eb}.sla-pill.delayed{color:#b37d00;background:#fff4de}.sla-pill.critical{color:#d04545;background:#ffe5e5}.sla-stack small{color:#7b8498;font-size:12px}.row-actions{align-items:center;gap:6px;display:flex}.row-action-btn{color:#526076;cursor:pointer;background:#f3f6fb;border:none;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s,background .2s;display:inline-flex}.row-action-btn:hover{background:#eaf0f7;transform:translateY(-1px)}.action-tooltip{z-index:9999;color:#fff;pointer-events:none;white-space:nowrap;background:#1e293b;border-radius:8px;margin-top:-8px;padding:6px 12px;font-size:11px;font-weight:600;animation:.15s tooltipFade;position:fixed;transform:translate(-50%,-100%);box-shadow:0 4px 12px #00000026}.action-tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes tooltipFade{0%{opacity:0;transform:translate(-50%,-100%)translateY(4px)}to{opacity:1;transform:translate(-50%,-100%)translateY(0)}}.assign-order-summary{background:#eef2ff;border-radius:10px;flex-direction:column;gap:2px;margin-bottom:12px;padding:12px;display:flex}.assign-order-summary strong{color:#141c28;font-size:14px}.assign-order-summary span{color:#6366f1;font-size:11px}.cancel-order-content{flex-direction:column;gap:14px;padding:20px;display:flex}.cancel-order-info{background:#f8fafc;border-radius:10px;padding:12px}.cancel-order-info strong{color:#141c28;font-size:14px;display:block}.cancel-order-info span{color:#8a8f9c;font-size:11px}.cancel-warning{background:#fff4e8;border:1px solid #fde68a;border-radius:12px;gap:12px;padding:14px;display:flex}.cancel-warning i{color:#f59e0b;flex-shrink:0;margin-top:2px;font-size:20px}.cancel-warning strong{color:#92400e;margin-bottom:2px;font-size:13px;display:block}.cancel-warning span{color:#a16207;font-size:11px;line-height:1.5}.danger-btn{color:#fff!important;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important;box-shadow:0 12px 28px #ef444447!important}.danger-btn:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important}.orders-drawer{z-index:90;background:#fff;flex-direction:column;gap:0;width:420px;max-width:90vw;height:100vh;padding:0;animation:.3s offcanvasSlideIn;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-10px 0 40px #0000001f}@keyframes offcanvasSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.orders-drawer-overlay{z-index:89;background:#0f172a66;animation:.3s overlayFadeIn;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.orders-drawer-header{z-index:2;background:#fff;border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:start;gap:12px;padding:18px 20px;display:flex;position:sticky;top:0}.drawer-header-top{flex:1;min-width:0}.drawer-status-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.drawer-awb{color:#8a8f9c;margin:2px 0 0;font-family:Sora,sans-serif;font-size:12px}.orders-drawer-content{flex-direction:column;gap:10px;padding:14px;display:flex}.orders-drawer-label,.drawer-section-title{text-transform:uppercase;letter-spacing:.06em;color:#7b8498;margin-bottom:8px;font-size:11px}.drawer-section-title{align-items:center;gap:6px;margin-bottom:10px;display:flex}.drawer-section-title i{color:#6366f1;font-size:13px}.orders-drawer h3{margin:0;font-size:18px;font-weight:700}.orders-drawer p{color:#7b8498;font-size:13px}.drawer-section{background:#f8fafc;border-radius:14px;padding:14px}.drawer-section.compact{padding:12px}.drawer-progress-section{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.drawer-progress-header{justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.drawer-progress-header strong{font-size:16px;font-weight:800}.drawer-progress-section .progress-track{background:#ffffff40;border-radius:999px;height:6px;overflow:hidden}.drawer-progress-section .progress-fill{background:#fff;border-radius:999px;height:100%;transition:width .3s}.drawer-eta-row{opacity:.85;align-items:center;gap:6px;font-size:11px;display:flex}.drawer-eta-row i{font-size:12px}.timeline.compact{flex-direction:column;gap:0;display:flex}.timeline-item.compact{align-items:flex-start;gap:10px;display:flex;position:relative}.timeline-line{flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.timeline-connector{background:#e2e8f0;width:2px;height:24px;margin-top:4px}.timeline-item.compact .timeline-dot{width:10px;height:10px;margin-top:2px;box-shadow:0 0 0 5px #c9d4e326}.timeline-item.compact .timeline-dot.success{box-shadow:0 0 0 5px #54c06d24}.timeline-item.compact .timeline-dot.warning{box-shadow:0 0 0 5px #e5a73924}.timeline-item.compact .timeline-dot.critical{box-shadow:0 0 0 5px #de595924}.timeline-content{flex:1;padding-bottom:12px}.timeline-content strong{color:#1a202c;font-size:12px;font-weight:600;line-height:1.3;display:block}.timeline-content small{color:#8a8f9c;font-size:10px}.drawer-info-grid{gap:8px;display:grid}.info-row{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#8a8f9c;font-size:11px;font-weight:600}.info-value{color:#141c28;font-size:12px;font-weight:600}.info-value.link{color:#6366f1;cursor:pointer}.driver-card{background:#fff;border:1px solid #edf1f6;border-radius:12px;align-items:center;gap:10px;margin-bottom:10px;padding:10px;display:flex}.driver-avatar{color:#6366f1;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:flex}.driver-info{flex:1;min-width:0}.driver-info strong{color:#141c28;font-size:13px;font-weight:700;display:block}.driver-info span{color:#8a8f9c;font-size:11px}.driver-actions{gap:6px;display:flex}.driver-action-btn{cursor:pointer;color:#5c697d;background:#fff;border:1px solid #edf1f6;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.driver-action-btn:hover{color:#6366f1;background:#eef2ff;border-color:#6366f1}.drawer-meta-cards{grid-template-columns:1fr 1fr;gap:8px;display:grid}.meta-card{background:#fff;border:1px solid #edf1f6;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex}.meta-card.cod-highlight{background:#fff4e8;border-color:#fde68a}.meta-card-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.meta-card-value{color:#141c28;font-size:13px;font-weight:700}.pod-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pod-image,.pod-signature{cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:80px;padding:16px;transition:all .15s;display:flex}.pod-image:hover,.pod-signature:hover{background:#f5f7ff;border-color:#6366f1}.pod-image i,.pod-signature i{color:#6366f1;font-size:20px}.pod-image span,.pod-signature span{color:#5c697d;font-size:10px;font-weight:600}.pod-pending{color:#8a8f9c;background:#fff;border:1px dashed #d0d5e0;border-radius:10px;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}.pod-pending i{font-size:16px}.drawer-note{color:#4e586b;background:#fff;border-left:3px solid #6366f1;border-radius:8px;padding:10px;font-size:12px;line-height:1.5}.drawer-quick-actions{grid-template-columns:repeat(4,1fr);gap:8px;padding-top:4px;display:grid}.quick-action-btn{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;transition:all .15s;display:flex}.quick-action-btn i{font-size:16px}.quick-action-btn:hover{color:#6366f1;background:#f5f7ff;border-color:#6366f1}.quick-action-btn.danger:hover{color:#ef4444;background:#ffeaea;border-color:#ef4444}.timeline{flex-direction:column;gap:14px;display:flex}.timeline-item{align-items:start;gap:12px;display:flex}.timeline-item strong,.info-grid dd{color:#1a202c}.timeline-item small,.info-grid dt{color:#7b8498;font-size:12px}.timeline-dot{background:#c9d4e3;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:3px;box-shadow:0 0 0 7px #c9d4e32e}.timeline-dot.success{background:#54c06d;box-shadow:0 0 0 7px #54c06d29}.timeline-dot.warning{background:#e5a739;box-shadow:0 0 0 7px #e5a73929}.timeline-dot.critical{background:#de5959;box-shadow:0 0 0 7px #de595929}.drawer-two-col{grid-template-columns:1fr 1fr;gap:14px;display:grid}.info-grid{gap:12px;display:grid}.info-grid div{gap:4px;display:grid}.drawer-note,.proof-card{color:#4e586b;font-size:13px;line-height:1.6}.proof-card{background:#fff;border-radius:16px;align-items:center;gap:10px;padding:14px;display:flex}.bulk-action-bar{color:#fff;z-index:60;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#11161ff2;border-radius:24px;align-items:center;gap:14px;padding:14px 18px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0f172a4d}.bulk-action-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bulk-action-btn{color:#fff;background:#ffffff1f;padding:9px 12px}.orders-pagination-bar{box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.pagination-info{color:#5c697d;font-size:13px}.pagination-info strong{color:#141c28;font-weight:700}.pagination-controls{align-items:center;gap:16px;display:flex}.per-page-selector{align-items:center;gap:8px;display:flex}.per-page-selector label{color:#8a8f9c;font-size:12px;font-weight:600}.per-page-selector select{color:#141c28;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;outline:none;padding:6px 10px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.per-page-selector select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.page-buttons{align-items:center;gap:4px;display:flex}.page-btn{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.page-btn:hover:not(:disabled):not(.active){color:#6366f1;background:#f5f7ff;border-color:#6366f1}.page-btn.active{color:#fff;background:#6366f1;border-color:#6366f1}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-ellipsis{color:#8a8f9c;padding:0 4px;font-size:12px}.floating-orders-actions{z-index:55;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.floating-action{cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;font-size:20px;display:inline-flex}.floating-action.secondary{color:#1a2130;background:#fff}.orders-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a70;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.orders-modal{background:#fff;border-radius:28px;width:min(1180px,100%);max-height:calc(100vh - 56px);padding:24px;font-family:Inter,sans-serif;overflow:auto;box-shadow:0 30px 80px #0e141c3d}.orders-modal.upload-modal{width:min(860px,100%)}.orders-modal.assign-modal{width:min(520px,100%)}.orders-modal.full-map-modal{width:min(1100px,100%)}.orders-modal-header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:18px;display:flex}.orders-modal-header h3{margin-bottom:4px;font-size:26px}.orders-modal-header p{color:#7b8498;font-size:14px}.create-order-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-section-card{background:#f7f9fc;border-radius:22px;padding:18px}.form-section-card h4,.upload-preview-card h4{margin-bottom:14px;font-size:15px}.form-section-subtext{color:#7b8498;margin-bottom:16px;font-size:13px}.create-order-form-grid.single-column{grid-template-columns:1fr}.compact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.order-form-grid .full-span{grid-column:1/-1}.create-order-compact{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 20px 4px;display:grid}.field-shell.compact{gap:3px}.field-shell.compact span{text-transform:uppercase;letter-spacing:.04em;font-size:10px}.field-shell.compact input,.field-shell.compact select,.field-shell.compact textarea{resize:vertical;background:#fff;border:1px solid #e6edf5;border-radius:10px;outline:none;padding:7px 10px;font-family:Inter,sans-serif;font-size:12px}.field-shell.compact textarea{min-height:48px}.field-shell.compact.full-span{grid-column:1/-1}.create-order-compact .field-shell.compact:last-child{margin-bottom:4px}.compact-modal-header{justify-content:space-between;align-items:center;padding:14px 20px 0;display:flex}.compact-modal-header h3{color:#141c28;font-size:16px}.compact-modal-footer{justify-content:flex-end;align-items:center;gap:8px;padding:10px 20px 16px;display:flex}.compact-modal-footer .primary-pill-btn{padding:8px 16px;font-size:12px}.compact-modal-footer .ghost-pill-btn{padding:7px 14px;font-size:11px}.field-shell{gap:6px;display:grid}.field-shell span{color:#6e7b8f;font-size:12px;font-weight:600}.field-shell small{color:#8a94a6;font-size:11px}.field-shell input,.field-shell select,.field-shell textarea{resize:vertical;background:#fff;border:1px solid #e6edf5;border-radius:16px;outline:none;padding:12px 14px;font-family:Inter,sans-serif}.segmented-control{background:#eef3f8;border-radius:18px;align-items:center;gap:8px;width:fit-content;padding:6px;display:inline-flex}.segment-btn,.toggle-pill{color:#66748a;cursor:pointer;background:0 0;border:none;border-radius:14px;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:700}.segment-btn.active,.toggle-pill.active{color:#121722;background:#fff;box-shadow:0 6px 18px #2333541f}.toggle-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.toggle-row a{color:#5f7f14;font-size:12px;font-weight:600;text-decoration:none}.order-modal-footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:18px;display:flex;position:sticky;bottom:-24px}.upload-dropzone{text-align:center;color:#657084;background:linear-gradient(#fbfdff 0%,#f5f9ff 100%);border:1.5px dashed #d6dfeb;border-radius:24px;gap:12px;padding:32px;display:grid}.upload-dropzone i{color:#99cb34;font-size:40px}.upload-dropzone strong{color:#101722;font-size:18px}.upload-dropzone-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.upload-metrics,.upload-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.upload-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.upload-metric-card,.upload-preview-card{background:#f7f9fc;border-radius:20px;padding:18px}.upload-metric-card span,.upload-preview-card small{color:#7b8498;font-size:12px}.upload-metric-card strong{margin-top:8px;font-size:24px;display:block}.upload-preview-card ul{color:#506078;gap:8px;padding-left:18px;font-size:13px;display:grid}.dispatch-page{flex-direction:column;gap:14px;font-family:Inter,sans-serif;display:flex}.dispatch-toolbar{z-index:8;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px;display:flex;position:sticky;top:0}.dispatch-toolbar h1{letter-spacing:-.04em;margin-bottom:6px;font-size:30px;line-height:1}.dispatch-toolbar p{color:#7b8498;font-size:14px}.dispatch-toolbar-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.dispatch-select,.dispatch-date,.dispatch-filter-select{color:#465166;background:#f8fafc;border:1px solid #e6edf5;border-radius:999px;outline:none;padding:11px 14px;font-family:Inter,sans-serif;font-size:13px}.dispatch-alert-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dispatch-live-state{gap:6px;padding:16px 20px;display:grid}.dispatch-live-label{text-transform:uppercase;letter-spacing:.06em;color:#7b8498;font-size:11px}.dispatch-layout{grid-template-columns:minmax(260px,.9fr) minmax(0,1.8fr) minmax(260px,.9fr);align-items:start;gap:14px;display:grid}.dispatch-panel{padding:18px}.drivers-panel,.summary-panel{position:sticky;top:102px}.dispatch-panel-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.dispatch-panel-head h2{margin-bottom:4px;font-size:18px}.dispatch-panel-head p{color:#7b8498;font-size:13px}.compact-btn{padding:10px 12px;font-size:12px}.driver-list,.cluster-list{flex-direction:column;gap:12px;display:flex}.driver-card{text-align:left;cursor:pointer;background:#fbfcfe;border:1px solid #edf1f6;border-radius:22px;gap:12px;padding:14px;font-family:Inter,sans-serif;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.driver-card:hover,.driver-card.selected{border-color:#dce7cc;transform:translateY(-1px);box-shadow:0 14px 26px #23335414}.driver-card-top{justify-content:space-between;align-items:start;gap:10px;display:flex}.driver-card-top strong,.cluster-head h3{color:#121722;font-size:15px}.driver-card-top span,.cluster-head p,.driver-metrics-grid span,.driver-workload span,.driver-meta-row span{color:#7b8498;font-size:12px}.driver-status-pill{white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.driver-status-pill.available{color:#1f8a4b;background:#e7f9eb}.driver-status-pill.near-capacity{color:#b66d14;background:#fff1dc}.driver-status-pill.overloaded{color:#d04545;background:#ffe8e8}.driver-status-pill.offline{color:#677287;background:#edf1f6}.driver-metrics-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.driver-metrics-grid strong,.summary-metrics strong{color:#161d29;margin-top:3px;font-size:13px;display:block}.driver-workload,.driver-meta-row{flex-wrap:wrap;gap:8px 12px;display:flex}.compact-assign{width:fit-content;padding:9px 12px;font-size:12px}.dispatch-orders-toolbar{align-items:center;gap:10px;display:flex}.dispatch-search{background:#f5f8fc;border-radius:999px;align-items:center;gap:8px;min-width:220px;padding:10px 14px;display:flex}.dispatch-search input{color:#18202c;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif}.dispatch-filter-row{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.cluster-card{background:#fbfcfe;border:1px solid #edf1f6;border-radius:22px;padding:14px}.cluster-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:12px;display:flex}.cluster-head h3 span{color:#6f7a8c;font-size:13px;font-weight:600}.dispatch-grid{gap:8px;display:grid}.dispatch-grid-header,.dispatch-row{grid-template-columns:26px 1.1fr 1.2fr 1fr .7fr .7fr .8fr .8fr;align-items:center;gap:10px;display:grid}.dispatch-grid-header{z-index:1;color:#7a8598;text-transform:uppercase;letter-spacing:.06em;background:#f5f8fc;border-radius:16px;padding:10px 12px;font-size:11px;font-weight:700;position:sticky;top:0}.dispatch-row{color:#18202c;background:#fff;border-radius:18px;padding:12px;font-size:12px;box-shadow:0 8px 18px #2333540d}.dispatch-row.selected{background:#fbfff2;outline:2px solid #b6ff3b8c}.dispatch-row input{margin:0}.awb-stack,.customer-stack{gap:4px;display:grid}.awb-stack strong,.customer-stack strong{font-size:13px}.awb-stack small,.customer-stack small{color:#7b8498;font-size:11px}.dispatch-priority-pill,.dispatch-sla-pill{color:#5d697c;background:#edf1f6;border-radius:999px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:700}.dispatch-sla-pill.risk{color:#d04545;background:#ffe8e8}.summary-driver-card,.summary-note-card{background:#f8fafc;border-radius:20px;margin-bottom:12px;padding:16px}.summary-label{color:#7b8498;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:11px;display:block}.summary-driver-card h3{margin-bottom:4px;font-size:20px}.summary-driver-card p{color:#7b8498;font-size:13px}.summary-location{color:#617087;margin-top:10px;font-size:12px;display:block}.live-route-card{background:#fff;border-radius:20px;gap:12px;margin-bottom:12px;display:grid}.live-route-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.lrc-title{align-items:center;gap:10px;display:flex}.lrc-title-icon{color:#6366f1;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.lrc-title h4{color:#141c28;margin:0;font-size:14px;line-height:1.2}.lrc-title span{color:#8a8f9c;font-size:11px}.lrc-status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;display:flex}.lrc-status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.lrc-available{color:#1f8a4b;background:#e7f9eb}.lrc-near-capacity{color:#b45309;background:#fff4e8}.lrc-overloaded{color:#dc2626;background:#ffeaea}.lrc-offline{color:#6b7280;background:#f3f4f6}.lrc-status-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.lrc-stat{background:#f8fafc;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;display:flex}.lrc-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.lrc-dot.green{background:#22c55e}.lrc-dot.blue{background:#3b82f6}.lrc-dot.orange{background:#f59e0b}.lrc-dot.red{background:#ef4444}.lrc-stat-label{color:#8a8f9c;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:8px;overflow:hidden}.lrc-stat strong{color:#141c28;font-size:8px}.lrc-traffic-badge{color:#b45309;background:#fffbeb;border:1px solid #fef3c7;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.lrc-traffic-badge i{font-size:13px}.lrc-route-graph{background:#fafbfc;border:1px solid #f0f1f5;border-radius:16px;padding:12px;overflow:hidden}.lrc-route-svg{width:100%;height:auto;display:block}.lrc-graph-labels{justify-content:space-between;align-items:center;margin-top:8px;padding:0 4px;display:flex}.lrc-label-start,.lrc-label-end{color:#5c697d;align-items:center;gap:4px;font-size:10px;font-weight:600;display:flex}.lrc-label-start i{color:#111827}.lrc-label-end i{color:#8b5cf6}.lrc-footer{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.lrc-gmaps-link{color:#6366f1;align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.lrc-gmaps-link:hover{color:#4f46e5}.lrc-gmaps-link i{font-size:14px}.lrc-live-badge{color:#22c55e;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.lrc-live-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse-dot}.summary-metrics{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.summary-metrics span,.map-preview-head span{color:#7b8498;font-size:12px}.map-preview-card{background:linear-gradient(#f9fbfe 0%,#f2f7fd 100%);border-radius:22px;margin-bottom:12px;padding:16px}.map-preview-head{justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.map-preview{background:radial-gradient(circle at 20% 20%,#b6ff3b24,#0000 36%),radial-gradient(circle at 80% 70%,#3b82f61f,#0000 30%),linear-gradient(135deg,#fff,#eef4fb);border-radius:18px;height:180px;position:relative;overflow:hidden}.route-line{border:2px dashed #a8dc34;border-radius:999px;position:absolute}.route-line-one{inset:24px 46px 70px 36px;transform:rotate(6deg)}.route-line-two{inset:72px 60px 22px 62px;transform:rotate(-10deg)}.route-stop{color:#fff;background:#111826;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700;position:absolute}.stop-a{top:22px;left:22px}.stop-b{top:40px;left:58%}.stop-c{top:94px;right:18px}.stop-d{bottom:18px;left:34%}.map-preview-frame{background:#eef4fb;border:1px solid #e7edf5;border-radius:18px;margin-bottom:12px;overflow:hidden}.map-preview-frame iframe{border:0;width:100%;height:220px;display:block}.map-points-list{gap:10px;margin-bottom:12px;display:grid}.map-point{background:#fff;border:1px solid #edf1f6;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.map-point-label{color:#7b8498;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.map-point strong{color:#131b28;font-size:13px}.map-point small{color:#677287;font-size:12px}.open-maps-btn{justify-content:center;width:100%;text-decoration:none}.dispatch-map-shell{gap:12px;display:grid}.dispatch-map-shell.compact .dispatch-map-canvas{height:280px}.dispatch-map-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dispatch-map-toolbar strong{color:#141c28;font-size:14px;display:block}.dispatch-map-canvas{background:#eef4fb;border-radius:18px;width:100%;height:520px;position:relative;overflow:hidden}.dispatch-map-loading,.dispatch-map-fallback{color:#5c697d;background:#f8fafc;border-radius:18px;padding:14px 16px;font-size:13px}.dispatch-map-fallback strong{color:#131b27;margin-bottom:4px;display:block}.dispatch-map-marker{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex;box-shadow:0 10px 20px #0f172a38}.dispatch-map-marker.warehouse{background:#111827}.dispatch-map-marker.driver{background:#2563eb}.dispatch-map-marker.stop{background:#7cb518}.dispatch-map-marker.final{background:#ef4444}.dispatch-map-popup{color:#18202c;padding:4px 2px;font-family:Inter,sans-serif}.dispatch-map-popup strong{margin-bottom:4px;display:block}.driver-route-map{gap:12px;display:grid}.driver-route-map .driver-route-map-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.driver-route-map .driver-route-map-toolbar strong{color:#141c28;font-size:14px;display:block}.driver-route-map-viewport{background:#eef4fb;border-radius:18px;width:100%;height:400px;position:relative;overflow:hidden}.driver-route-map.compact .driver-route-map-viewport{height:260px}.driver-route-leaflet{width:100%;height:100%;position:absolute;inset:0}.driver-route-leaflet .leaflet-control-zoom{display:none}.driver-route-leaflet .leaflet-control-attribution{background:#fffc!important;border-radius:4px 0 0!important;padding:2px 6px!important;font-size:9px!important}.assign-modal-body{gap:16px;display:grid}.assign-modal-summary{background:#f8fafc;border-radius:18px;gap:6px;padding:16px;display:grid}.assign-modal-summary strong{color:#121722;letter-spacing:-.04em;font-size:28px}.assign-modal-summary small{color:#6e7b8f;font-size:12px}.summary-actions{grid-template-columns:1fr 1fr;gap:10px}.ai-optimize-btn{grid-column:1/-1;justify-content:center;color:#0e0e0e!important;background:linear-gradient(135deg,#b6ff3b,#95e820)!important;border:none!important;font-weight:700!important}.ai-optimize-btn:disabled{opacity:.6;cursor:not-allowed}.ai-optimize-btn i{font-size:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.summary-shipments{background:#fbfcfe;border:1px solid #edf1f6;border-radius:22px;padding:14px}.summary-shipments-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.summary-shipments-head h3{color:#141c28;font-size:14px}.shipment-badge{color:#3b5998;background:#eef4fb;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700}.summary-shipments-empty{color:#8a8f9c;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;font-size:13px;display:flex}.summary-shipments-empty i{color:#d0d5e0;font-size:28px}.shipment-list{gap:6px;display:grid}.shipment-row{cursor:grab;background:#fff;border:1px solid #edf1f6;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:8px 10px;transition:all .15s;display:grid}.shipment-row:hover{background:#fafff0;border-color:#b6ff3b}.shipment-row:active{cursor:grabbing;box-shadow:0 4px 16px #0f172a1a}.drag-handle{color:#c5cad6;cursor:grab;justify-content:center;align-items:center;font-size:16px;display:flex}.drag-handle i{pointer-events:none}.shipment-info{gap:2px;min-width:0;display:grid;overflow:hidden}.shipment-info strong{color:#141c28;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.shipment-info small{color:#7b8498;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.shipment-actions{flex-shrink:0;gap:4px;display:flex}.shipment-action-btn{color:#6e7b8f;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .15s;display:flex}.shipment-action-btn:hover{color:#141c28;background:#f5f8fc;border-color:#d0d7e3}.shipment-detail-modal{max-width:520px!important}.shipment-detail-body{gap:20px;padding:0 24px 20px;display:grid}.detail-section{gap:10px;display:grid}.detail-section h4{color:#7b8498;text-transform:uppercase;letter-spacing:.06em;font-size:13px}.detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.detail-field{gap:3px;display:grid}.detail-field-full{grid-column:1/-1}.detail-label{color:#8a8f9c;font-size:11px}.detail-field strong{color:#141c28;font-size:14px}.full-map-layout{grid-template-columns:1fr 280px;gap:16px;padding:0 24px 20px;display:grid}.full-map-main .dispatch-map-canvas,.full-map-main .driver-route-map-viewport{height:540px}.full-map-shipments{background:#fbfcfe;border:1px solid #edf1f6;border-radius:18px;max-height:580px;padding:14px;overflow-y:auto}.full-map-shipments .shipment-list{gap:4px}.full-map-shipments .shipment-row{grid-template-columns:1fr auto;padding:6px 8px}.summary-actions .primary-pill-btn{grid-column:1/-1;justify-content:center}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(.88)}}.chart-grid-lines{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 0 36px}.grid-line{background:#f0f1f3;width:100%;height:1px}.live-page{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex}.live-header{border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex}.live-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#22c55e;align-items:center;gap:6px;margin-bottom:4px;font-size:11px;font-weight:700;display:flex}.live-eyebrow .live-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.live-eyebrow .blink{animation:1.4s ease-in-out infinite pulse-dot}.live-header h1{color:#0e0e0e;font-size:24px}.live-header p{color:#7b8498;margin-top:2px;font-size:13px}.live-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.live-search{background:var(--bg);border-radius:999px;align-items:center;gap:8px;min-width:200px;padding:8px 14px;display:flex}.live-search input{color:#18202c;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:13px}.live-sync-badge{color:#1f8a4b;background:#e7f9eb;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:flex}.sync-dot{background:#22c55e;border-radius:50%;width:6px;height:6px}.sync-dot.pulse{animation:2s ease-in-out infinite pulse-dot}.live-sync-badge small{color:#6b8f7a;font-weight:400}.admin-avatar{background:var(--lime);color:#0e0e0e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex}.live-kpi-row{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.live-kpi-card{background:var(--card);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:10px;padding:12px 14px;display:flex}.live-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.live-kpi-info{gap:2px;min-width:0;display:grid}.live-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.live-kpi-value{color:#0e0e0e;font-size:16px}.live-layout{flex:1;grid-template-columns:300px 1fr;gap:14px;min-height:0;display:grid;overflow:hidden}.live-panel{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.live-panel-head{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.live-panel-head h2{color:#0e0e0e;font-size:15px}.live-panel-badge{background:var(--bg);color:#3b5998;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.live-driver-search{background:var(--bg);border-radius:999px;align-items:center;gap:8px;margin:10px 14px;padding:8px 12px;display:flex}.live-driver-search input{color:#18202c;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:12px}.live-driver-list{flex-direction:column;flex:1;gap:6px;max-height:100vh;padding:6px 10px;display:flex;overflow-y:auto}.live-driver-card{cursor:pointer;background:#fbfcfe;border:1.5px solid #0000;border-radius:16px;gap:8px;padding:12px;transition:all .18s;display:grid}.live-driver-card:hover{background:#f8fafc;border-color:#dde3ec}.live-driver-card.selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.live-driver-top{grid-template-columns:40px 1fr auto;align-items:center;gap:8px;display:grid}.live-driver-avatar{color:#18202c;background:var(--bg);border:2px solid #dde3ec;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:flex;position:relative}.live-status-dot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.live-status-dot.active,.live-status-dot.Y{background:#22c55e}.live-status-dot.delivering{background:#3b82f6}.live-status-dot.idle{background:#f59e0b}.live-status-dot.delayed{background:#ef4444}.live-status-dot.offline,.live-status-dot.N{background:#6b7280}.live-status-dot.returning{background:#8b5cf6}.live-driver-name{min-width:0}.live-driver-name strong{color:#141c28;white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.live-driver-name span{color:#7b8498;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.live-status-pill{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.live-driver-stats{grid-template-columns:1fr 1fr 1fr 1fr;gap:6px;display:grid}.live-driver-stats div{background:#fff;border-radius:10px;gap:1px;padding:6px 8px;display:grid}.live-driver-stats span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:9px}.live-driver-stats strong{color:#141c28;font-size:12px}.live-driver-route-info{color:#5c697d;justify-content:space-between;align-items:center;font-size:12px;display:flex}.live-driver-route-info small{color:#8a8f9c}.live-driver-actions{flex-wrap:wrap;gap:4px;display:flex}.live-action-btn{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;padding:5px 6px;font-family:inherit;font-size:10px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.live-action-btn:hover{color:#141c28;background:#f5f8fc;border-color:#d0d7e3}.live-action-btn i{font-size:12px}.live-driver-updated{color:#a0a7b5;text-align:right;font-size:10px}.live-map-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.map-toolbar{background:#fff;border-bottom:1px solid #edf1f6;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.map-toolbar-left{align-items:center;gap:10px;display:flex}.map-title{color:#141c28;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.map-title i{color:#6366f1;font-size:16px}.map-badge{color:#22c55e;background:#e7f9eb;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.map-toolbar-right{flex-wrap:wrap;gap:4px;display:flex}.map-ctrl{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;align-items:center;gap:4px;padding:5px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s;display:flex}.map-ctrl i{font-size:13px}.map-ctrl:hover{color:#141c28;background:#f5f8fc;border-color:#d0d7e3}.map-ctrl.active{color:#fff;background:#6366f1;border-color:#6366f1}.map-viewport{flex:1;min-height:0;position:relative;overflow:hidden}.leaflet-fleet-map{z-index:1;width:100%;height:100%;position:absolute;inset:0}.leaflet-fleet-map .leaflet-control-zoom{display:none}.leaflet-fleet-map .leaflet-control-attribution{background:#fffc!important;border-radius:4px 0 0!important;padding:2px 6px!important;font-size:9px!important}.leaflet-fleet-map .leaflet-popup-content-wrapper{border-radius:14px!important;padding:0!important;box-shadow:0 12px 40px #00000026!important}.leaflet-fleet-map .leaflet-popup-content{min-width:240px!important;margin:0!important}.leaflet-fleet-map .leaflet-popup-tip{box-shadow:0 4px 12px #0000001a!important}.leaflet-popup-close-btn{cursor:pointer;color:#5c697d;z-index:10;background:#f5f8fc;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.leaflet-popup-close-btn:hover{color:#141c28;background:#edf1f6}.leaflet-popup-driver{padding:14px;position:relative}.leaflet-popup-driver .popup-driver-header{align-items:center;gap:10px;display:flex}.leaflet-popup-driver .popup-driver-avatar{color:#141c28;background:#f5f8fc;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:flex;position:relative}.leaflet-popup-driver .popup-driver-avatar .live-status-dot{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}.leaflet-popup-driver .popup-driver-info{flex:1;min-width:0}.leaflet-popup-driver .popup-driver-info strong{color:#141c28;font-size:14px;display:block}.leaflet-popup-driver .popup-driver-info span{color:#5c697d;font-size:11px;display:block}.leaflet-popup-driver .popup-driver-info small{color:#8a8f9c;font-size:10px}.leaflet-popup-driver .popup-status-pill{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.leaflet-popup-driver .popup-stats-grid{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px;display:grid}.leaflet-popup-driver .popup-stat{background:#f8fafc;border-radius:8px;gap:2px;padding:6px 8px;display:grid}.leaflet-popup-driver .popup-stat span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:9px}.leaflet-popup-driver .popup-stat strong{color:#141c28;font-size:12px}.leaflet-popup-driver .popup-actions{flex-wrap:wrap;gap:4px;margin-top:10px;display:flex}.leaflet-popup-driver .popup-action-btn{color:#5c697d;cursor:pointer;background:#fff;border:1px solid #edf1f6;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;padding:6px 8px;font-family:inherit;font-size:11px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.leaflet-popup-driver .popup-action-btn:hover{color:#141c28;background:#f5f8fc;border-color:#6366f1}.leaflet-popup-driver .popup-action-btn i{font-size:12px}.leaflet-popup-stop{gap:4px;padding:12px;display:grid;position:relative}.leaflet-popup-stop strong{color:#141c28;font-size:13px}.leaflet-popup-stop span{color:#5c697d;font-size:11px}.leaflet-popup-stop small{color:#8a8f9c;font-size:10px}.leaflet-popup-stop-meta{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.leaflet-popup-stop-meta span{color:#5c697d;background:#f8fafc;border-radius:4px;padding:2px 6px;font-size:10px}.leaflet-popup-stop-actions{gap:6px;margin-top:8px;display:flex}.leaflet-popup-stop-actions a{color:#5c697d;background:#fff;border:1px solid #edf1f6;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-family:inherit;font-size:11px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.leaflet-popup-stop-actions a:hover{color:#141c28;background:#f5f8fc;border-color:#6366f1}.leaflet-popup-warehouse{gap:2px;padding:10px 14px;display:grid}.leaflet-popup-warehouse strong{color:#141c28;font-size:13px}.leaflet-popup-warehouse span{color:#5c697d;font-size:11px}.map-heatmap-overlay{pointer-events:none;z-index:500;background:radial-gradient(at 30% 40%,#ef44441f 0%,#0000 50%),radial-gradient(at 70% 60%,#f59e0b1a 0%,#0000 40%),radial-gradient(#22c55e14 0%,#0000 60%);position:absolute;inset:0}.live-drivers-panel{overflow:auto}.live-ops-panel{overflow-y:auto}.live-ops-section{border-bottom:1px solid #edf1f6;padding:14px 16px}.live-ops-section:last-child{border-bottom:none}.live-ops-section h3{color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:13px}.live-jobs-grid{gap:6px;display:grid}.live-job-card{background:var(--bg);cursor:pointer;border-radius:12px;gap:6px;padding:10px 12px;transition:all .15s;display:grid}.live-job-card:hover{background:#eef2ff}.live-job-card-top{justify-content:space-between;align-items:center;display:flex}.live-job-card-top strong{color:#141c28;font-size:13px}.live-job-card-meta{color:#5c697d;flex-wrap:wrap;gap:8px;font-size:11px;display:flex}.live-timeline{gap:8px;display:grid}.live-timeline-item{gap:10px;display:flex}.live-timeline-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.live-timeline-dot i{color:#fff;font-size:12px}.live-timeline-content{min-width:0}.live-timeline-content strong{color:#141c28;font-size:12px;display:block}.live-timeline-content span{color:#5c697d;font-size:11px;display:block}.live-timeline-content small{color:#a0a7b5;font-size:10px}.live-alerts{gap:6px;display:grid}.live-alert-item{background:var(--bg);border-left:3px solid;border-radius:12px;align-items:start;gap:10px;padding:10px 12px;display:flex}.live-alert-item i{flex-shrink:0;margin-top:1px;font-size:16px}.live-alert-item div{min-width:0}.live-alert-item span{color:#141c28;font-size:12px;display:block}.live-alert-item small{color:#8a8f9c;font-size:10px}.live-route-history{gap:6px;display:grid}.live-history-card{background:var(--bg);border-radius:12px;gap:6px;padding:10px 12px;display:grid}.live-history-top{justify-content:space-between;align-items:center;display:flex}.live-history-top strong{color:#141c28;font-size:13px}.live-history-top span{color:#22c55e;font-size:11px;font-weight:600}.live-history-meta{color:#5c697d;font-size:11px}.live-history-card .ghost-pill-btn{justify-content:center;width:100%;padding:6px 10px;font-size:11px}.live-bottom-bar{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 20px;display:flex;position:sticky;bottom:0}.live-bottom-left{flex-wrap:wrap;gap:20px;display:flex}.live-bottom-stat{gap:2px;display:grid}.live-bottom-stat span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.live-bottom-stat strong{color:#141c28;font-size:18px}.live-bottom-right{flex-wrap:wrap;gap:8px;display:flex}.live-bottom-right .primary-pill-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:12px;font-weight:700;display:flex}.pricing-page{flex-direction:column;flex:1;gap:20px;padding-bottom:32px;display:flex}.pricing-header{background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.pricing-header-left{align-items:center;gap:14px;display:flex}.pricing-header-icon{color:#6366f1;background:#eef2ff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.pricing-header h1{color:#0e0e0e;margin:0;font-size:22px;line-height:1.2}.pricing-header p{color:#7b8498;margin-top:3px;font-size:13px}.pricing-header-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pricing-sync-badge{color:#1f8a4b;background:#e7f9eb;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:700;display:flex}.sync-pulse{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse-dot}.pricing-ops-badge{color:#5c697d;background:#f8fafc;border:1px solid #edf1f6;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:600;display:flex}.pricing-ops-badge i{font-size:13px}.pricing-btn{padding:7px 14px;font-size:12px}.pricing-success-msg{color:#1f8a4b;background:#e7f9eb;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.pricing-success-msg i{font-size:16px}.pricing-section-head{gap:4px;margin-bottom:14px;display:grid}.pricing-section-head h2{color:#141c28;align-items:center;gap:8px;margin:0;font-size:16px;display:flex}.pricing-section-head h2 i{color:#6366f1;font-size:18px}.pricing-section-sub{color:#8a8f9c;font-size:12px}.pricing-overview-section{margin-top:4px}.pricing-cards-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.pricing-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:24px;gap:14px;padding:20px;transition:all .2s;display:grid;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.pricing-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.pricing-card.selected{border-color:#6366f1;box-shadow:0 4px 24px #6366f126}.pricing-card.inactive{opacity:.6}.pricing-card-top{align-items:center;gap:10px;display:flex}.pricing-vehicle-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.pricing-vehicle-name{flex:1;min-width:0}.pricing-vehicle-name h3{color:#141c28;margin:0;font-size:15px}.pricing-status-dot{background:#d0d5e0;border-radius:50%;width:8px;height:8px;margin-left:6px;display:inline-block}.pricing-status-dot.active,.pricing-status-dot.Y{background:#22c55e}.pricing-status-dot.N{background:#f3f4f6}.pricing-active-badge{color:#1f8a4b;white-space:nowrap;background:#e7f9eb;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.pricing-active-badge.inactive{color:#6b7280;background:#f3f4f6}.pricing-active-badge.Y{color:#fff;background:#22c55e}.pricing-active-badge.N{color:#6b7280;background:#f3f4f6}.pricing-card-metrics{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pricing-metric{background:#f8fafc;border-radius:10px;gap:2px;padding:8px 10px;display:grid}.pricing-metric span{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:9px}.pricing-metric strong{color:#141c28;font-size:13px}.pricing-card-footer{padding-top:2px}.pricing-card-hint{color:#a0a7b5;font-size:10px}.pricing-edit-layout{grid-template-columns:1fr 340px;gap:16px;display:grid}.pricing-edit-panel{background:#fff;border-radius:20px;gap:16px;padding:22px;display:grid;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.edit-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.edit-panel-title{align-items:center;gap:12px;display:flex}.edit-vehicle-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.edit-panel-title h3{color:#141c28;margin:0;font-size:17px}.edit-panel-title span{color:#8a8f9c;font-size:12px}.pricing-toggle{cursor:pointer;color:#5c697d;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.pricing-toggle input{display:none}.toggle-slider{background:#d0d5e0;border-radius:999px;width:40px;height:22px;transition:background .2s;position:relative}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.pricing-toggle input:checked+.toggle-slider{background:#22c55e}.pricing-toggle input:checked+.toggle-slider:after{transform:translate(18px)}.toggle-label{min-width:50px}.pricing-warning{color:#b45309;background:#fff4e8;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.pricing-warning i{font-size:16px}.pricing-field-warning{color:#f59e0b;align-items:center;gap:5px;margin-top:4px;font-size:10px;font-weight:600;display:flex}.pricing-field-warning i{font-size:12px}.pricing-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pricing-form-group{gap:6px;display:grid}.pricing-input-label{color:#141c28;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.pricing-input-label i{color:#6366f1;font-size:14px}.pricing-input-desc{color:#8a8f9c;font-size:11px}.pricing-input-wrap{background:#f8fafc;border:1px solid #edf1f6;border-radius:12px;align-items:center;transition:all .15s;display:flex;overflow:hidden}.pricing-input-wrap:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.input-prefix,.input-suffix{color:#5c697d;white-space:nowrap;background:0 0;padding:0 12px;font-size:13px;font-weight:600}.input-prefix{border-right:1px solid #edf1f6}.input-suffix{border-left:1px solid #edf1f6}.pricing-input-wrap input{color:#141c28;-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;padding:10px 12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.pricing-input-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pricing-input-wrap input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pricing-preview-panel{background:#fff;border-radius:20px;gap:16px;padding:20px;display:grid;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.preview-header h3{color:#141c28;align-items:center;gap:8px;margin:0 0 3px;font-size:14px;display:flex}.preview-header h3 i{color:#6366f1}.preview-header span{color:#8a8f9c;font-size:11px}.preview-sim-control label{color:#5c697d;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.preview-sim-control label i{color:#6366f1}.sim-slider-wrap{align-items:center;gap:10px;display:flex}.sim-slider{-webkit-appearance:none;background:#e2e8f0;border-radius:999px;outline:none;flex:1;height:6px}.sim-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#6366f1;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 6px #6366f14d}.sim-value{color:#141c28;text-align:center;background:#f8fafc;border-radius:8px;min-width:56px;padding:4px 10px;font-size:14px;font-weight:800}.preview-vehicle-badge{border-radius:12px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;display:flex}.preview-vehicle-badge i{font-size:16px}.preview-calc-card{background:#f8fafc;border-radius:16px;gap:10px;padding:16px;display:grid}.calc-row{justify-content:space-between;align-items:center;display:flex}.calc-label{gap:2px;display:grid}.calc-icon{color:#141c28;font-size:12px;font-weight:700}.calc-detail{color:#8a8f9c;font-size:10px}.calc-row.base .calc-icon{color:#3b82f6}.calc-row.extra .calc-icon{color:#f59e0b}.calc-row strong{color:#141c28;font-size:15px}.calc-divider{background:#e2e8f0;height:1px;margin:4px 0}.calc-row.total .calc-icon{color:#22c55e;font-size:13px;font-weight:800}.calc-total{color:#22c55e!important;font-size:22px!important}.fare-flow{justify-content:center;align-items:center;gap:0;padding:12px 0;display:flex}.flow-step{flex-direction:column;align-items:center;gap:6px;display:flex}.flow-dot{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.flow-step span{color:#5c697d;text-align:center;max-width:80px;font-size:9px;line-height:1.3}.flow-line{background:#e2e8f0;width:40px;height:2px;margin:0 4px 20px}.pricing-help-section{margin-top:4px}.pricing-help-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.pricing-help-card{background:#fff;border-radius:16px;gap:12px;padding:16px;transition:all .15s;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.pricing-help-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.help-card-icon{color:#6366f1;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.help-card-content h4{color:#141c28;margin:0 0 4px;font-size:13px}.help-card-content p{color:#5c697d;margin:0;font-size:11px;line-height:1.5}@media (width<=1100px){.content-right{display:none}.orders-stats-row{grid-template-columns:repeat(4,minmax(0,1fr))}.orders-drawer{width:100vw;max-width:100vw}.dispatch-alert-strip,.dispatch-layout{grid-template-columns:1fr}.drivers-panel,.summary-panel{position:static}.orders-alert-grid,.live-layout{grid-template-columns:1fr}.live-drivers-panel{max-height:300px}.live-ops-panel{max-height:400px}}@media (width<=900px){.top-row{flex-direction:column}.wallet-card{flex:none;width:100%}.stats-grid{grid-template-columns:repeat(4,1fr)}.dashboard-chart-row{grid-template-columns:1fr}.orders-header,.orders-grid-header,.bulk-action-bar{flex-direction:column;align-items:flex-start}.orders-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.create-order-form-grid,.compact-form-grid,.create-order-compact,.drawer-two-col,.upload-metrics,.upload-preview-grid{grid-template-columns:1fr}.dispatch-toolbar,.dispatch-panel-head,.cluster-head{flex-direction:column;align-items:flex-start}.dispatch-grid-header,.dispatch-row{grid-template-columns:26px 1fr 1fr}.dispatch-grid-header span:nth-child(n+5),.dispatch-row>:nth-child(n+5){display:none}.summary-metrics{grid-template-columns:1fr}.lrc-status-row{grid-template-columns:repeat(2,1fr)}.full-map-layout{grid-template-columns:1fr}.full-map-shipments{max-height:300px}.detail-grid{grid-template-columns:1fr}.order-form-grid .full-span{grid-column:auto}}@media (width<=700px){.app-shell{grid-template-columns:1fr;gap:10px;padding:10px}.sidebar{display:none}.stats-grid{grid-template-columns:1fr 1fr}.pill-nav{display:none}.greeting-block h1{font-size:22px}.header-section{flex-direction:column;align-items:flex-start}.search-bar{width:100%;max-width:none}.app-footer{flex-direction:column;align-items:flex-start}.app-footer-meta{white-space:normal}.orders-page{gap:12px}.orders-header,.orders-table-card,.orders-drawer,.orders-toolbar,.orders-modal{padding:16px}.orders-header h1{font-size:26px}.orders-header-actions,.orders-filter-group{width:100%}.orders-header-actions>*,.orders-filter-group>*{flex:calc(50% - 10px);justify-content:center}.orders-stats-row{grid-template-columns:1fr 1fr}.orders-table{min-width:980px}.orders-pagination-bar{flex-direction:column;align-items:flex-start;gap:12px}.pagination-controls{justify-content:space-between;width:100%}.bulk-action-bar{bottom:12px;left:12px;right:12px;transform:none}.floating-orders-actions{bottom:14px;right:14px}.dispatch-toolbar,.dispatch-panel,.cluster-card{padding:16px}.dispatch-toolbar-controls,.dispatch-orders-toolbar,.dispatch-filter-row{width:100%}.dispatch-toolbar-controls>*,.dispatch-orders-toolbar>*,.dispatch-filter-row>*{flex:calc(50% - 10px)}.dispatch-search{width:100%;min-width:0}.summary-shipments-head{flex-wrap:wrap}.summary-actions{grid-template-columns:1fr}.summary-actions .primary-pill-btn{grid-column:auto}.shipment-detail-body,.full-map-layout{padding:0 16px 16px}.full-map-shipments{max-height:240px}.dispatch-map-toolbar{align-items:flex-start}.dispatch-map-canvas{height:360px}.live-header{flex-direction:column;align-items:flex-start}.live-header-right{width:100%}.live-search{flex:1;min-width:0}.live-kpi-card{padding:10px}.live-kpi-value{font-size:14px}.live-bottom-bar{flex-direction:column;align-items:flex-start}.live-bottom-right{width:100%}.live-bottom-right .ghost-pill-btn,.live-bottom-right .primary-pill-btn{flex:1;justify-content:center}.map-toolbar{flex-direction:column;align-items:flex-start}.map-toolbar-right{width:100%}.profile-form-grid{grid-template-columns:1fr}.profile-identity-card{text-align:center;flex-direction:column}.profile-tabs{width:100%}.profile-tab{flex:1;justify-content:center}.topnav-dropdown{width:300px;right:-10px}.user-dropdown{width:240px}.pricing-cards-grid{grid-template-columns:repeat(2,1fr)}.pricing-edit-layout,.pricing-form-grid{grid-template-columns:1fr}.pricing-help-grid{grid-template-columns:repeat(2,1fr)}.pricing-header{flex-direction:column;align-items:flex-start}.pricing-header-right{width:100%}.analytics-kpi-grid{grid-template-columns:repeat(2,1fr)}.analytics-main-grid{grid-template-columns:1fr}.analytics-card-wide{grid-column:span 1}.sla-gauges,.warehouse-grid{grid-template-columns:repeat(2,1fr)}.ai-insights-grid{grid-template-columns:1fr}.analytics-header{flex-direction:column;align-items:flex-start}.analytics-header-right{width:100%}.filter-chips{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}}@media (width<=1100px){.login-hero h1{font-size:32px}.login-visual-content{padding:40px 50px}.login-trust-strip{flex-wrap:wrap;gap:16px;padding:16px 50px}}@media (width<=900px){.login-visual{display:none}.login-form-panel{flex:none;width:100%;padding:20px}.login-form-card{max-width:100%;padding:32px 24px}.login-form-header h2{font-size:24px}.login-trust-strip{display:none}}.login-page{background:#f4f7fb;min-height:100vh;font-family:Inter,sans-serif;display:flex}.login-visual{background:linear-gradient(165deg,#f0f5ff 0%,#e8ecf4 40%,#f4f7fb 100%);flex-direction:column;flex:1.25;justify-content:center;display:flex;position:relative;overflow:hidden}.login-visual-bg{pointer-events:none;position:absolute;inset:0}.login-glow{filter:blur(80px);border-radius:50%;position:absolute}.login-glow-1{background:#b6ff3b26;width:500px;height:500px;top:-120px;right:-100px}.login-glow-2{background:#6366f114;width:400px;height:400px;bottom:-80px;left:-80px}.login-glow-3{background:#3b82f60f;width:300px;height:300px;top:50%;left:30%;transform:translate(-50%,-50%)}.login-grid-bg{pointer-events:none;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.login-visual-content{z-index:1;flex-direction:column;gap:24px;padding:60px 80px;display:flex;position:relative}.login-hero h1{letter-spacing:-1.2px;color:#0e0e0e;max-width:480px;font-size:42px;font-weight:800;line-height:1.15}.login-hero p{color:#5c697d;max-width:440px;margin-top:10px;font-size:15px;font-weight:400;line-height:1.6}.login-mockup{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #fffc;border-radius:18px;align-items:center;gap:12px;width:fit-content;padding:14px 18px;animation:3s ease-in-out infinite loginFloat;display:flex;box-shadow:0 8px 32px #0000000f}.login-mockup-1{margin-left:20px;animation-delay:0s}.login-mockup-2{margin-left:60px;animation-delay:.6s}.login-mockup-3{margin-left:100px;animation-delay:1.2s}@keyframes loginFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.login-mockup-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.login-mockup strong{color:#141c28;font-size:13px;display:block}.login-mockup span{color:#7b8498;font-size:11px}.login-routes{pointer-events:none;z-index:0;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.login-trust-strip{z-index:1;border-top:1px solid #0000000a;gap:28px;padding:20px 80px;display:flex;position:relative}.login-trust-strip span{color:#5c697d;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.login-trust-strip i{color:#22c55e;font-size:14px}.login-form-panel{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.login-form-card{background:#fff;border-radius:28px;width:100%;max-width:420px;padding:44px 36px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 24px #0000000a,0 20px 60px #0000000f}.login-form-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000000f,0 24px 80px #00000014}.login-form-header{text-align:center;margin-bottom:32px}.login-logo{color:#0e0e0e;align-items:center;gap:8px;margin-bottom:24px;font-size:20px;font-weight:800;display:inline-flex}.login-logo i{color:#0e0e0e;background:#b6ff3b;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex;box-shadow:0 4px 12px #b6ff3b59}.login-form-header h2{color:#0e0e0e;letter-spacing:-.5px;font-size:26px;font-weight:700}.login-form-header p{color:#7b8498;margin-top:6px;font-size:14px}.login-form{gap:18px;display:grid}.login-field{gap:6px;display:grid}.login-field span{color:#5c697d;font-size:12px;font-weight:600}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-wrap i:first-child{color:#a0a7b5;pointer-events:none;font-size:16px;position:absolute;left:14px}.login-input-wrap input{color:#141c28;background:#fff;border:1.5px solid #e6edf5;border-radius:14px;outline:none;width:100%;padding:12px 14px 12px 40px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.login-input-wrap input:focus{border-color:#b6ff3b;box-shadow:0 0 0 4px #b6ff3b26}.login-input-wrap input::placeholder{color:#b0b8c7}.login-pw-toggle{color:#a0a7b5;cursor:pointer;background:0 0;border:none;padding:4px;display:flex;position:absolute;right:12px}.login-pw-toggle i{font-size:16px}.login-options{justify-content:space-between;align-items:center;display:flex}.login-checkbox{cursor:pointer;align-items:center;gap:8px;display:flex}.login-checkbox input{accent-color:#b6ff3b;cursor:pointer;width:16px;height:16px}.login-checkbox span{color:#5c697d;font-size:13px}.login-forgot{color:#6366f1;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.login-forgot:hover{color:#4f46e5;text-decoration:underline}.login-submit{color:#0e0e0e;cursor:pointer;background:linear-gradient(135deg,#b6ff3b,#95e820);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.login-submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px #b6ff3b59}.login-submit:active{transform:translateY(0)}.login-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-spinner{border:2.5px solid #0e0e0e33;border-top-color:#0e0e0e;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite loginSpin}@keyframes loginSpin{to{transform:rotate(360deg)}}.login-divider{align-items:center;gap:14px;margin:24px 0 18px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#edf1f6;flex:1;height:1px}.login-divider span{color:#a0a7b5;letter-spacing:.06em;white-space:nowrap;font-size:11px;font-weight:600}.login-social{grid-template-columns:1fr 1fr;gap:10px;display:grid}.login-social-btn{color:#5c697d;cursor:pointer;background:#fff;border:1.5px solid #e6edf5;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:border-color .2s,background .2s;display:flex}.login-social-btn:hover{background:#f8fafc;border-color:#d0d7e3}.login-social-btn i{font-size:16px}.login-footer-text{text-align:center;color:#8a8f9c;margin-top:24px;font-size:12px}.login-footer-text a{color:#6366f1;font-weight:600;text-decoration:none}.login-footer-text a:hover{text-decoration:underline}.jm-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.jm-header-left .jm-title{letter-spacing:-.02em;align-items:center;gap:10px;font-family:Sora,sans-serif;font-size:26px;font-weight:700;display:flex}.jm-live-badge{color:#22c55e;letter-spacing:.06em;text-transform:uppercase;background:#22c55e1a;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.jm-live-dot{background:#22c55e;border-radius:50%;width:5px;height:5px}.jm-live-badge.pulse .jm-live-dot{animation:1.6s ease-in-out infinite jmPulse}@keyframes jmPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.jm-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px;font-weight:400}.jm-header-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.jm-wh-selector{background:#fff;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;display:flex;box-shadow:0 2px 8px #0f172a0a}.jm-wh-selector select{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;font-family:Sora,sans-serif;font-size:12px;font-weight:600}.jm-wh-selector i{color:#8a8f9c;font-size:14px}.jm-header-actions{align-items:center;gap:6px;display:flex}.jm-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.jm-btn i{font-size:14px}.jm-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001f}.jm-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.jm-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.jm-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.jm-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.jm-btn-ghost:hover{background:#0000000a}.jm-notif-badge{cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:relative;box-shadow:0 2px 8px #0f172a0a}.jm-notif-badge i{color:#5c697d;font-size:16px}.jm-notif-count{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-3px;right:-3px}.jm-kpi-row{grid-template-columns:repeat(8,1fr);gap:10px;margin-bottom:16px;display:grid}.jm-kpi-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0f172a0a}.jm-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.jm-kpi-card.active{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.jm-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.jm-kpi-info{flex-direction:column;gap:1px;min-width:0;display:flex}.jm-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.jm-kpi-row2{align-items:baseline;gap:6px;display:flex}.jm-kpi-value{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.jm-kpi-trend{background:#22c55e14;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.jm-filter-bar{-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #e6edf580;border-radius:18px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 16px;display:flex;box-shadow:0 2px 12px #0f172a0a}.jm-filter-group{flex-wrap:wrap;flex:1;gap:6px;display:flex}.jm-pill{color:#5c697d;background:#f4f5f8;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:500;display:flex}.jm-pill i{font-size:12px}.jm-pill select,.jm-pill input{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;max-width:100px;font-family:Sora,sans-serif;font-size:11px;font-weight:500}.jm-pill input[type=date]{max-width:95px}.jm-filter-search{flex-shrink:0}.jm-search-input{background:#f4f5f8;border-radius:20px;align-items:center;gap:6px;min-width:180px;padding:5px 12px;display:flex}.jm-search-input i{color:#8a8f9c;font-size:12px}.jm-search-input input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:11px;font-weight:500}.jm-search-input input::placeholder{color:#a0a7b5}.jm-main{flex:1;grid-template-columns:280px 1fr 340px;gap:14px;min-height:0;display:grid}.jm-left-panel,.jm-center-panel,.jm-right-panel{flex-direction:column;gap:10px;display:flex}.jm-left-panel,.jm-right-panel,.jm-center-panel{min-width:0;overflow:hidden}.jm-panel-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.jm-panel-header h2{font-family:Sora,sans-serif;font-size:15px;font-weight:700}.jm-panel-header h3{font-family:Sora,sans-serif;font-size:13px;font-weight:600}.jm-badge-count{color:#5c697d;white-space:nowrap;background:#f4f5f8;border-radius:10px;padding:1px 9px;font-size:11px;font-weight:700}.jm-summary-stats{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.jm-summary-item{color:#5c697d;align-items:center;gap:4px;font-size:11px;display:flex}.jm-summary-item i{font-size:12px}.jm-badge-select{color:#fff;white-space:nowrap;background:#6366f1;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:700}.jm-status-tabs{flex-wrap:wrap;gap:4px;display:flex}.jm-status-tab{cursor:pointer;color:#5c697d;background:#f4f5f8;border:none;border-radius:8px;padding:4px 10px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s}.jm-status-tab.active{color:#fff;background:#0e0e0e}.jm-status-tab:hover:not(.active){background:#e6edf5}.jm-driver-list{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.jm-driver-list::-webkit-scrollbar{width:3px}.jm-driver-list::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.jm-driver-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;padding:12px;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0f172a08}.jm-driver-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0f172a0f}.jm-driver-card.selected{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11a}.jm-driver-top{align-items:center;gap:10px;display:flex}.jm-driver-avatar{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex;position:relative}.jm-driver-avatar.status-running{background:#22c55e}.jm-driver-avatar.status-delayed{background:#ef4444}.jm-driver-avatar.status-completed{background:#6366f1}.jm-driver-avatar.status-pending{background:#f59e0b}.jm-driver-avatar.status-offline{background:#d0d7e3}.jm-status-dot{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.jm-status-dot.status-running{background:#22c55e}.jm-status-dot.status-delayed{background:#ef4444}.jm-status-dot.status-completed{background:#6366f1}.jm-status-dot.status-pending{background:#f59e0b}.jm-status-dot.status-offline{background:#d0d7e3}.jm-driver-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.jm-driver-name{font-family:Sora,sans-serif;font-size:13px;font-weight:700}.jm-driver-vehicle,.jm-driver-wh{color:#8a8f9c;align-items:center;gap:3px;font-size:10px;display:flex}.jm-status-badge{white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:3px;padding:2px 8px;font-size:9px;font-weight:700;display:flex}.jm-status-badge.badge-running{color:#22c55e;background:#22c55e1a}.jm-status-badge.badge-delayed{color:#ef4444;background:#ef44441a}.jm-status-badge.badge-completed{color:#6366f1;background:#6366f11a}.jm-status-badge.badge-pending{color:#f59e0b;background:#f59e0b1a}.jm-status-badge.badge-offline{color:#8a8f9c;background:#f4f5f8}.jm-pulse-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite jmPulse}.jm-driver-stats{gap:10px;margin-top:8px;display:flex}.jm-stat-item{color:#5c697d;align-items:center;gap:4px;font-size:10px;font-weight:500;display:flex}.jm-stat-item i{color:#8a8f9c;font-size:11px}.jm-progress-wrap{align-items:center;gap:8px;margin-top:8px;display:flex}.jm-progress-bar{background:#f0f2f6;border-radius:4px;flex:1;height:4px;overflow:hidden}.jm-progress-fill{background:#22c55e;border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.jm-progress-fill.delayed{background:#ef4444}.jm-progress-text{color:#8a8f9c;white-space:nowrap;font-size:9px;font-weight:600}.jm-capacity-row{align-items:center;gap:6px;margin-top:6px;display:flex}.jm-cap-label{color:#8a8f9c;width:42px;font-size:9px;font-weight:600}.jm-cap-bar{background:#f0f2f6;border-radius:3px;flex:1;height:3px;overflow:hidden}.jm-cap-fill{background:#6366f1;border-radius:3px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.jm-cap-fill.over{background:#ef4444}.jm-cap-text{color:#5c697d;white-space:nowrap;font-size:9px;font-weight:600}.jm-driver-actions{border-top:1px solid #f0f2f6;gap:3px;margin-top:8px;padding-top:8px;display:flex}.jm-sm-btn{color:#5c697d;cursor:pointer;background:#f4f5f8;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.jm-sm-btn:hover{color:#0e0e0e;background:#e6edf5}.jm-sm-btn.done{color:#22c55e;background:#22c55e1a}.jm-suggestions{flex-direction:column;gap:6px;display:flex}.jm-suggestion{border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:500;display:flex;position:relative}.jm-suggestion i{flex-shrink:0;font-size:14px}.suggestion-success{color:#15803d;background:#22c55e0f}.suggestion-info{color:#1d4ed8;background:#3b82f60f}.suggestion-warning{color:#b45309;background:#f59e0b0f}.jm-suggestion-close{cursor:pointer;color:inherit;opacity:.4;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:2px}.jm-suggestion-close:hover{opacity:1}.jm-groups-list{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.jm-groups-list::-webkit-scrollbar{width:3px}.jm-groups-list::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.jm-group{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.jm-group-header{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 14px;transition:background .2s;display:flex}.jm-group-header:hover{background:#f8fafc}.jm-group-title{align-items:center;gap:8px;display:flex}.jm-group-title i{color:#6366f1;font-size:14px}.jm-group-title strong{font-family:Sora,sans-serif;font-size:13px;font-weight:700}.jm-group-title span{color:#8a8f9c;font-size:11px}.jm-group-meta{align-items:center;gap:10px;display:flex}.jm-meta-item{color:#5c697d;align-items:center;gap:3px;font-size:10px;display:flex}.jm-meta-item i{color:#8a8f9c;font-size:11px}.jm-chevron{color:#8a8f9c;font-size:12px;transition:transform .2s}.jm-orders-header{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-top:1px solid #f0f2f6;border-bottom:1px solid #f0f2f6;grid-template-columns:24px 80px minmax(120px,1fr) minmax(120px,1fr) 60px 60px 70px 60px;align-items:center;gap:6px;padding:8px 14px;font-size:9px;font-weight:700;display:grid}.jm-orders-list{border-top:1px solid #f0f2f6}.jm-order-row{cursor:pointer;border-bottom:1px solid #f5f6f9;grid-template-columns:24px 80px minmax(120px,1fr) minmax(120px,1fr) 60px 60px 70px 60px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;transition:background .15s;display:grid}.jm-order-row:hover{background:#f8fafc}.jm-order-row.selected{background:#6366f10a}.jm-order-row input[type=checkbox]{accent-color:#6366f1;cursor:pointer;width:14px;height:14px}.jm-or-customer{flex-direction:column;line-height:1.3;display:flex}.jm-or-customer strong{font-size:11px;font-weight:600}.jm-or-customer small{color:#8a8f9c;font-size:9px}.jm-or-address,.jm-or-awb{color:#5c697d;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.jm-or-awb{color:#0e0e0e;font-family:SF Mono,Fira Code,monospace;font-size:10px;font-weight:600}.jm-or-pin,.jm-or-cod{font-size:10px;font-weight:600}.jm-or-cod{color:#0e0e0e}.jm-badge{white-space:nowrap;border-radius:5px;align-items:center;padding:2px 7px;font-size:9px;font-weight:700;display:inline-flex}.jm-badge-danger{color:#ef4444;background:#ef44441a}.jm-badge-ok{color:#22c55e;background:#22c55e1a}.jm-badge-pickup{color:#6366f1;background:#6366f11a}.jm-badge-dropoff{color:#f59e0b;background:#f59e0b1a}.jm-empty{color:#8a8f9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 20px;display:flex}.jm-empty i{opacity:.4;font-size:28px}.jm-empty p{font-size:12px}.jm-map-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.jm-map-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.jm-map-header h3{align-items:center;gap:5px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.jm-map-header h3 i{color:#6366f1}.jm-map-legend{color:#8a8f9c;gap:8px;font-size:9px;font-weight:500;display:flex}.jm-map-legend span{align-items:center;gap:3px;display:flex}.jd-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.jd-dot.dot-active{background:#3b82f6}.jd-dot.dot-delivered{background:#22c55e}.jd-dot.dot-pending{background:#f59e0b}.jd-dot.dot-delayed{background:#ef4444}.jm-svg-map{position:relative}.jm-svg-map svg{width:100%;height:auto;display:block}.jm-map-footer{border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.jm-map-footer a{color:#6366f1;align-items:center;gap:4px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.jm-map-footer a:hover{text-decoration:underline}.jm-map-updated{color:#8a8f9c;align-items:center;gap:3px;font-size:9px;display:flex}.jm-empty-map{min-height:200px}.jm-summary-panel{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 8px #0f172a08}.jm-summary-panel h3{margin-bottom:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:700}.jm-summary-panel h3 strong{color:#6366f1}.jm-summary-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.jm-summary-card{background:#f8fafc;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;display:flex}.jm-summary-card i{color:#6366f1;background:#6366f114;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.jm-summary-card .sum-label{color:#8a8f9c;font-size:9px;font-weight:500;line-height:1.2;display:block}.jm-summary-card .sum-value{font-family:Sora,sans-serif;font-size:14px;font-weight:700;line-height:1.3;display:block}.jm-stop-sequence{margin-top:12px}.jm-stop-sequence h4{align-items:center;gap:5px;margin-bottom:8px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.jm-stop-sequence h4 i{color:#6366f1}.jm-stop-card{cursor:default;background:#f8fafc;border-radius:10px;align-items:center;gap:8px;margin-bottom:4px;padding:7px 10px;transition:all .2s;display:flex}.jm-stop-card:hover{background:#f0f2f6}.jm-stop-card.done{opacity:.7}.jm-stop-num{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:flex}.jm-stop-num.done{background:#22c55e}.jm-stop-info{flex-direction:column;flex:1;line-height:1.3;display:flex}.jm-stop-info strong{font-size:11px;font-weight:600}.jm-stop-info span{color:#8a8f9c;font-size:9px}.jm-stop-priority{white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}.priority-express{color:#f59e0b;background:#f59e0b1a}.priority-standard{color:#8a8f9c;background:#f4f5f8}.priority-same-day{color:#ef4444;background:#ef44441a}.jm-stop-actions{gap:2px;display:flex}.jm-add-stop{color:#8a8f9c;cursor:pointer;background:0 0;border:1.5px dashed #d0d7e3;border-radius:10px;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:4px;padding:7px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.jm-add-stop:hover{color:#6366f1;background:#6366f108;border-color:#6366f1}.jm-bottom-bar{-webkit-backdrop-filter:blur(12px);z-index:100;background:#ffffffeb;border-top:1px solid #e6edf5b3;justify-content:space-between;align-items:center;margin-left:72px;padding:10px 24px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0f172a0f}.jm-bottom-left{align-items:center;gap:14px;font-size:12px;display:flex}.jm-bottom-selected,.jm-bottom-driver,.jm-bottom-stat{color:#5c697d;align-items:center;gap:4px;font-weight:500;display:flex}.jm-bottom-left i{color:#8a8f9c;font-size:13px}.jm-bottom-right{align-items:center;gap:6px;display:flex}.jm-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.jm-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;padding:0;animation:.25s cubic-bezier(.4,0,.2,1) jmModalIn;display:flex;box-shadow:0 32px 80px #0003}@keyframes jmModalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.jm-modal-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.jm-modal-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.jm-modal-body{flex-direction:column;flex:1;gap:16px;padding:18px 22px;display:flex;overflow-y:auto}.jm-modal-section{flex-direction:column;gap:6px;display:flex}.jm-section-label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.jm-input{background:#fff;border:1.5px solid #e6edf5;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:Sora,sans-serif;font-size:12px;font-weight:500;transition:border-color .2s}.jm-input:focus{border-color:#6366f1}.jm-driver-suggest{flex-direction:column;gap:4px;display:flex}.jm-suggest-tag{color:#22c55e;font-size:10px;font-weight:600}.jm-modal-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.jm-modal-shipments{flex-direction:column;gap:4px;max-height:140px;display:flex;overflow-y:auto}.jm-modal-ship-row{cursor:pointer;border-radius:6px;grid-template-columns:20px 70px 1fr 60px auto;align-items:center;gap:6px;padding:4px 8px;font-size:11px;transition:background .15s;display:grid}.jm-modal-ship-row:hover{background:#f8fafc}.jm-modal-ship-row input[type=checkbox]{accent-color:#6366f1;cursor:pointer;width:14px;height:14px}.jm-cluster-note{color:#6366f1;align-items:center;gap:4px;font-size:10px;font-weight:600;display:flex}.jm-optimize-info{color:#15803d;background:#22c55e0f;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:11px;font-weight:500;display:flex}.jm-optimize-info i{flex-shrink:0;margin-top:1px;font-size:14px}.jm-modal-footer{border-top:1px solid #f0f2f6;justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}.jm-mobile-toggle{display:none}@media (width<=1400px){.jm-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.jm-main{grid-template-columns:260px 1fr 300px}.jm-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=992px){.jm-main{grid-template-columns:1fr}.jm-left-panel,.jm-center-panel,.jm-right-panel{max-height:none}.jm-kpi-row{grid-template-columns:repeat(4,1fr)}.jm-filter-group{display:none}.jm-filter-search{flex:1}.jm-search-input{min-width:100%}}@media (width<=768px){.jm-header{flex-direction:column;gap:8px}.jm-header-right{flex-wrap:wrap;width:100%}.jm-kpi-row{grid-template-columns:repeat(2,1fr)}.jm-orders-header,.jm-order-row{grid-template-columns:24px 80px minmax(100px,1fr) 60px 60px 70px}.jm-or-address,.jm-or-pin,.jm-oh-address,.jm-oh-pin{display:none}.jm-bottom-bar{flex-direction:column;gap:8px;margin-left:0;padding:10px 16px}.jm-bottom-right{justify-content:flex-end;width:100%}.jm-modal{border-radius:16px;max-width:100%;margin:10px}.jm-mobile-toggle{display:flex}}.cm-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.cm-header-left .cm-title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:26px;font-weight:700}.cm-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px;font-weight:400}.cm-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.cm-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.cm-btn i{font-size:14px}.cm-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001f}.cm-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.cm-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.cm-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.cm-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.cm-btn-ghost:hover{background:#0000000a}.cm-kpi-row{grid-template-columns:repeat(8,1fr);gap:10px;margin-bottom:16px;display:grid}.cm-kpi-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0f172a0a}.cm-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.cm-kpi-card.active{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.cm-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.cm-kpi-info{flex-direction:column;gap:1px;min-width:0;display:flex}.cm-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.cm-kpi-row2{align-items:baseline;gap:6px;display:flex}.cm-kpi-value{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.cm-kpi-trend{background:#22c55e14;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.cm-filter-bar{-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #e6edf580;border-radius:18px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;display:flex;box-shadow:0 2px 12px #0f172a0a}.cm-search-wrap{background:#f4f5f8;border-radius:20px;flex:1;align-items:center;gap:8px;min-width:200px;padding:7px 14px;display:flex}.cm-search-wrap i{color:#8a8f9c;font-size:14px}.cm-search-wrap input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:12px;font-weight:500}.cm-search-wrap input::placeholder{color:#a0a7b5}.cm-filter-group{flex-wrap:wrap;gap:6px;display:flex}.cm-pill{color:#5c697d;background:#f4f5f8;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:500;display:flex}.cm-pill i{font-size:12px}.cm-pill select,.cm-pill input{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;max-width:100px;font-family:Sora,sans-serif;font-size:11px;font-weight:500}.cm-pill input[type=date]{max-width:95px}.cm-clear-btn{color:#8a8f9c;cursor:pointer;background:#f4f5f8;border:none;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.cm-clear-btn:hover{color:#ef4444;background:#e6edf5}.cm-main{flex:1;grid-template-columns:1fr;gap:14px;min-height:0;display:grid}.cm-list-panel{flex-direction:column;gap:10px;min-height:0;display:flex;overflow:hidden}.cm-list-header{justify-content:space-between;align-items:center;display:flex}.cm-list-count{color:#5c697d;font-size:12px;font-weight:600}.cm-status-tabs{gap:4px;display:flex}.cm-stab{cursor:pointer;color:#5c697d;background:#f4f5f8;border:none;border-radius:8px;padding:4px 10px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s}.cm-stab.active{color:#fff;background:#0e0e0e}.cm-stab:hover:not(.active){background:#e6edf5}.cm-table-wrap{flex:1;padding-right:4px;overflow-y:auto}.cm-table-wrap::-webkit-scrollbar{width:3px}.cm-table-wrap::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.cm-table{border-collapse:separate;border-spacing:0 4px;width:100%;font-size:11px}.cm-table thead th{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;text-align:left;z-index:2;background:#f8fafc;padding:8px 12px;font-size:9px;font-weight:700;position:sticky;top:0}.cm-table thead th:first-child{border-radius:10px 0 0 10px}.cm-table thead th:last-child{border-radius:0 10px 10px 0}.cm-table tbody tr{cursor:pointer;background:#fff;border-radius:12px;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px #0f172a05}.cm-table tbody tr:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0f172a0d}.cm-table tbody tr.selected{background:#f8f8ff;box-shadow:0 0 0 1.5px #6366f1,0 4px 16px #6366f114}.cm-table tbody td{vertical-align:middle;border-top:1px solid #0000;border-bottom:1px solid #0000;padding:10px 12px}.cm-table tbody tr td:first-child{border-radius:12px 0 0 12px}.cm-table tbody tr td:last-child{border-radius:0 12px 12px 0}.cm-cell-customer{align-items:center;gap:8px;display:flex}.cm-avatar{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.cm-cell-customer div{flex-direction:column;line-height:1.3;display:flex}.cm-cell-customer strong{font-family:Sora,sans-serif;font-size:12px;font-weight:700}.cm-cell-customer small{color:#8a8f9c;font-size:9px}.cm-cell-contact{flex-direction:column;line-height:1.3;display:flex}.cm-cell-contact span{font-size:11px;font-weight:500}.cm-cell-contact small{color:#8a8f9c;font-size:9px}.cm-cell-loc{font-size:11px;font-weight:500}.cm-badge{white-space:nowrap;border-radius:5px;align-items:center;padding:2px 7px;font-size:9px;font-weight:700;display:inline-flex}.cm-type-individual{color:#22c55e;background:#22c55e1a}.cm-type-business{color:#3b82f6;background:#3b82f61a}.cm-type-enterprise{color:#6366f1;background:#6366f11a}.cm-badge-green{color:#22c55e;background:#22c55e1a}.cm-badge-gray{color:#8a8f9c;background:#f4f5f8}.cm-cell-ship{flex-direction:column;line-height:1.3;display:flex}.cm-ship-active{color:#0e0e0e;font-size:11px;font-weight:600}.cm-cell-ship small{color:#8a8f9c;font-size:9px}.cm-wallet-bal{font-family:Sora,sans-serif;font-size:11px;font-weight:700}.cm-kyc-verified{color:#22c55e;background:#22c55e1a}.cm-kyc-pending{color:#f59e0b;background:#f59e0b1a}.cm-kyc-not-submitted{color:#8a8f9c;background:#f4f5f8}.cm-status-dot{vertical-align:middle;border-radius:50%;width:7px;height:7px;margin-right:4px;display:inline-block}.cm-status-dot.st-active{background:#22c55e}.cm-status-dot.st-inactive{background:#8a8f9c}.cm-status-dot.st-blocked{background:#ef4444}.cm-status-text{font-size:10px;font-weight:600}.cm-row-actions{align-items:center;gap:2px;display:flex}.cm-ra-btn{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;transition:all .2s;display:flex}.cm-ra-btn:hover{color:#0e0e0e;background:#f0f2f6}.cm-ra-more{cursor:pointer;color:#8a8f9c;padding:0 4px}.cm-empty{color:#8a8f9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 20px;display:flex}.cm-empty i{opacity:.4;font-size:28px}.cm-empty p{font-size:12px}.cm-th-actions{width:110px}.cm-edit-panel{z-index:150;background:#fff;flex-direction:column;width:440px;height:100vh;padding-top:16px;animation:.25s cubic-bezier(.4,0,.2,1) cmSlideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #0f172a14}@keyframes cmSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cm-edit-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:0 22px 14px;display:flex}.cm-edit-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.cm-sm-btn{color:#5c697d;cursor:pointer;background:#f4f5f8;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.cm-sm-btn:hover{color:#0e0e0e;background:#e6edf5}.cm-edit-tabs{border-bottom:1px solid #f0f2f6;flex-shrink:0;gap:4px;padding:10px 22px;display:flex;overflow-x:auto}.cm-edit-tabs::-webkit-scrollbar{height:2px}.cm-edit-tabs::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:2px}.cm-edit-tab{cursor:pointer;color:#5c697d;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.cm-edit-tab i{font-size:12px}.cm-edit-tab.active{color:#fff;background:#0e0e0e}.cm-edit-tab:hover:not(.active){background:#f4f5f8}.cm-edit-body{flex:1;padding:18px 22px;overflow-y:auto}.cm-edit-body::-webkit-scrollbar{width:3px}.cm-edit-body::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.cm-form-section{flex-direction:column;gap:16px;padding-top:4px;display:flex}.cm-fields-2col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cm-fields-3col{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.cm-field{flex-direction:column;gap:4px;display:flex}.cm-field label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.cm-inp{background:#fff;border:1.5px solid #e6edf5;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:Sora,sans-serif;font-size:12px;font-weight:500;transition:border-color .2s,box-shadow .2s}.cm-inp:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.cm-textarea{resize:vertical;min-height:60px}.cm-section-heading{color:#6366f1;border-bottom:1px solid #f0f2f6;align-items:center;gap:6px;margin-top:2rem;padding-bottom:6px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.cm-section-heading i{font-size:14px}.cm-field-hint{color:#22c55e;align-items:center;gap:3px;font-size:10px;font-weight:500;display:flex}.cm-toggle-row{flex-wrap:wrap;gap:12px;padding-top:4px;display:flex}.cm-toggle-col{flex-direction:column;gap:10px;display:flex}.cm-toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.cm-toggle-label input{display:none}.cm-toggle-track{background:#d0d7e3;border-radius:12px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.cm-toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.cm-toggle-label input:checked+.cm-toggle-track{background:#22c55e}.cm-toggle-label input:checked+.cm-toggle-track .cm-toggle-thumb{transform:translate(16px)}.cm-password-field .cm-password-wrap{position:relative}.cm-password-wrap .cm-inp{padding-right:36px}.cm-pass-toggle{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.cm-pass-toggle:hover{color:#0e0e0e;background:#f4f5f8}.cm-pass-actions{gap:6px;display:flex}.cm-pass-strength{align-items:center;gap:8px;display:flex}.cm-strength-bar{background:#f0f2f6;border-radius:4px;flex:1;height:4px;overflow:hidden}.cm-strength-fill{background:#ef4444;border-radius:4px;height:100%;transition:width .3s}.cm-strength-text{color:#8a8f9c;font-size:10px;font-weight:500}.cm-activity-panel{border-top:1px solid #f0f2f6;flex-shrink:0;max-height:220px;padding:14px 22px;overflow-y:auto}.cm-activity-panel h3{align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.cm-activity-panel h3 i{color:#6366f1}.cm-timeline{flex-direction:column;gap:10px;display:flex}.cm-tl-item{gap:10px;display:flex}.cm-tl-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.cm-tl-content{flex-direction:column;line-height:1.3;display:flex}.cm-tl-content strong{font-size:11px;font-weight:600}.cm-tl-content span{color:#5c697d;font-size:10px}.cm-tl-content small{color:#a0a7b5;font-size:9px}.cm-edit-footer{background:#fff;border-top:1px solid #f0f2f6;flex-shrink:0;justify-content:flex-end;gap:6px;padding:14px 22px;display:flex}.cm-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#00000073;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:scroll}.cm-modal{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:0;animation:.25s cubic-bezier(.4,0,.2,1) jmModalIn;box-shadow:0 32px 80px #0003}.cm-modal-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.cm-modal-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.cm-modal-body{padding:22px}.cm-modal-footer{justify-content:space-between;padding-bottom:22px;padding-left:22px;padding-right:22px;display:flex}.cm-upload-zone{text-align:center;cursor:pointer;border:2px dashed #d0d7e3;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;transition:all .2s;display:flex}.cm-upload-zone:hover{background:#6366f105;border-color:#6366f1}.cm-upload-zone i{color:#6366f1;font-size:36px}.cm-upload-zone p{font-size:14px;font-weight:600}.cm-upload-zone span{color:#8a8f9c;font-size:11px}.cm-wallet-customer{background:#f8fafc;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.cm-wallet-customer>div{flex-direction:column;gap:1px;line-height:1.4;display:flex}.cm-wallet-customer>div strong{font-size:13px;font-weight:700}.cm-wallet-customer>div span{color:#5c697d;font-size:11px}.cm-wallet-customer .cm-wallet-bal{color:#0e0e0e}.cm-wallet-txn-toggle{gap:8px;display:flex}.cm-wallet-txn-btn{color:#5c697d;cursor:pointer;background:#fff;border:1.5px solid #eef0f4;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.cm-wallet-txn-btn:hover{background:#f8fafc;border-color:#d0d7e3}.cm-wallet-txn-btn.active-cr{color:#16a34a;background:#22c55e0f;border-color:#22c55e}.cm-wallet-txn-btn.active-dr{color:#dc2626;background:#ef44440f;border-color:#ef4444}.cm-wallet-amount-wrap{position:relative}.cm-wallet-currency{color:#0e0e0e;font-size:14px;font-weight:700;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cm-wallet-amount-wrap .cm-inp{height:44px;font-family:Sora,sans-serif;font-size:15px;font-weight:700}.cm-wallet-methods{flex-wrap:wrap;gap:6px;display:flex}.cm-wallet-method{color:#5c697d;cursor:pointer;background:#fff;border:1.5px solid #eef0f4;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.cm-wallet-method:hover{background:#f8fafc;border-color:#d0d7e3}.cm-wallet-method.active{color:#6366f1;background:#6366f10f;border-color:#6366f1}.cm-import-tips{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.cm-sample-link{color:#6366f1;align-items:center;gap:4px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.cm-sample-link:hover{text-decoration:underline}.cm-import-info{color:#8a8f9c;font-size:10px}@media (width<=1400px){.cm-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.cm-edit-panel{width:380px}}@media (width<=992px){.cm-edit-panel{width:100%;right:0}.cm-filter-group{display:none}.cm-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.cm-header{flex-direction:column;gap:8px}.cm-header-right{flex-wrap:wrap;width:100%}.cm-kpi-row{grid-template-columns:repeat(2,1fr)}.cm-fields-2col,.cm-fields-3col{grid-template-columns:1fr}}.wh-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.wh-header-left .wh-title{letter-spacing:-.02em;align-items:center;gap:10px;font-family:Sora,sans-serif;font-size:26px;font-weight:700;display:flex}.wh-live-badge{color:#22c55e;letter-spacing:.06em;text-transform:uppercase;background:#22c55e1a;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.wh-live-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:1.6s ease-in-out infinite whPulse}@keyframes whPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.wh-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px;font-weight:400}.wh-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.wh-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.wh-btn i{font-size:14px}.wh-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001f}.wh-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.wh-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.wh-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.wh-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.wh-btn-ghost:hover{background:#0000000a}.wh-kpi-row{grid-template-columns:repeat(8,1fr);gap:10px;margin-bottom:16px;display:grid}.wh-kpi-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0f172a0a}.wh-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.wh-kpi-card.active{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.wh-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.wh-kpi-info{flex-direction:column;gap:1px;min-width:0;display:flex}.wh-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.wh-kpi-row2{align-items:baseline;gap:6px;display:flex}.wh-kpi-value{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.wh-kpi-trend{background:#22c55e14;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.wh-filter-bar{-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #e6edf580;border-radius:18px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;display:flex;box-shadow:0 2px 12px #0f172a0a}.wh-search-wrap{background:#f4f5f8;border-radius:20px;flex:1;align-items:center;gap:8px;min-width:200px;padding:7px 14px;display:flex}.wh-search-wrap i{color:#8a8f9c;font-size:14px}.wh-search-wrap input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:12px;font-weight:500}.wh-search-wrap input::placeholder{color:#a0a7b5}.wh-filter-group{flex-wrap:wrap;gap:6px;display:flex}.wh-pill{color:#5c697d;background:#f4f5f8;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:500;display:flex}.wh-pill i{font-size:12px}.wh-pill select,.wh-pill input{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;max-width:110px;font-family:Sora,sans-serif;font-size:11px;font-weight:500}.wh-main{flex:1;grid-template-columns:340px 1fr 320px;gap:14px;min-height:0;display:grid}.wh-left,.wh-center,.wh-right{flex-direction:column;gap:10px;min-height:0;display:flex;overflow:hidden}.wh-list-header{justify-content:space-between;align-items:center;display:flex}.wh-list-count{color:#5c697d;font-size:12px;font-weight:600}.wh-status-tabs{gap:4px;display:flex}.wh-stab{cursor:pointer;color:#5c697d;background:#f4f5f8;border:none;border-radius:8px;padding:4px 10px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s}.wh-stab.active{color:#fff;background:#0e0e0e}.wh-stab:hover:not(.active){background:#e6edf5}.wh-card-list{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.wh-card-list::-webkit-scrollbar{width:3px}.wh-card-list::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.wh-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;padding:12px;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0f172a08}.wh-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0f172a0f}.wh-card.selected{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11a}.wh-card-top{align-items:center;gap:10px;display:flex}.wh-card-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.wh-card-info{flex-direction:column;flex:1;min-width:0;line-height:1.3;display:flex}.wh-card-info strong{font-family:Sora,sans-serif;font-size:13px;font-weight:700}.wh-card-info span{color:#8a8f9c;font-size:10px}.wh-status-badge{white-space:nowrap;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:9px;font-weight:700}.badge-active{color:#22c55e;background:#22c55e1a}.badge-full{color:#f59e0b;background:#f59e0b1a}.badge-maintenance{color:#6366f1;background:#6366f11a}.badge-inactive{color:#8a8f9c;background:#f4f5f8}.wh-card-meta{color:#5c697d;gap:12px;margin-top:8px;font-size:10px;display:flex}.wh-card-meta i{color:#8a8f9c;margin-right:3px;font-size:11px}.wh-card-cap{margin-top:8px}.wh-cap-header{color:#8a8f9c;justify-content:space-between;margin-bottom:3px;font-size:9px;font-weight:600;display:flex}.wh-cap-bar{background:#f0f2f6;border-radius:4px;height:4px;overflow:hidden}.wh-cap-fill{border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.wh-card-actions{border-top:1px solid #f0f2f6;gap:4px;margin-top:8px;padding-top:8px;display:flex}.wh-sm-btn{color:#5c697d;cursor:pointer;background:#f4f5f8;border:none;border-radius:7px;align-items:center;gap:3px;padding:4px 10px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:inline-flex}.wh-sm-btn:hover{color:#0e0e0e;background:#e6edf5}.wh-sm-btn.active{color:#6366f1;background:#6366f114}.wh-empty{color:#8a8f9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 20px;display:flex}.wh-empty i{opacity:.4;font-size:28px}.wh-empty p{font-size:12px}.wh-detail-tabs{background:#fff;border-radius:14px;gap:4px;padding:4px;display:flex;box-shadow:0 2px 8px #0f172a08}.wh-dtab{cursor:pointer;color:#5c697d;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:4px;padding:6px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.wh-dtab i{font-size:12px}.wh-dtab.active{color:#fff;background:#0e0e0e}.wh-dtab:hover:not(.active){background:#f4f5f8}.wh-detail-body{flex-direction:column;flex:1;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.wh-detail-body::-webkit-scrollbar{width:3px}.wh-detail-body::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.wh-detail-section{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 8px #0f172a08}.wh-detail-section h4{color:#6366f1;align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:11px;font-weight:700;display:flex}.wh-info-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:3px 0;font-size:11px;display:flex}.wh-cap-display{align-items:center;gap:16px;display:flex}.wh-cap-circle-wrap{flex-shrink:0;width:80px;height:80px;position:relative}.wh-cap-circle{width:80px;height:80px}.wh-cap-pct{justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:15px;font-weight:700;display:flex;position:absolute;inset:0}.wh-cap-stats{flex-direction:column;gap:4px;display:flex}.wh-cap-stats>div{justify-content:space-between;gap:16px;font-size:10px;display:flex}.wh-cap-stats span{color:#8a8f9c;font-weight:500}.wh-cap-stats strong{font-weight:700}.wh-toggle-row{flex-wrap:wrap;gap:12px;display:flex}.wh-toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.wh-toggle-label input{display:none}.wh-toggle-track{background:#d0d7e3;border-radius:10px;flex-shrink:0;width:34px;height:18px;transition:background .2s;position:relative}.wh-toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.wh-toggle-label input:checked+.wh-toggle-track{background:#22c55e}.wh-toggle-label input:checked+.wh-toggle-track .wh-toggle-thumb{transform:translate(16px)}.wh-driver-toolbar{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.wh-driver-toolbar h4{margin-bottom:0}.wh-driver-grid{grid-template-columns:1fr;gap:6px;display:grid}.wh-driver-card{background:#f8fafc;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.wh-driver-top{flex:1;align-items:center;gap:8px;display:flex}.wh-driver-avatar{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.wh-driver-avatar.st-on-route{background:#22c55e}.wh-driver-avatar.st-idle{background:#f59e0b}.wh-driver-avatar.st-offline{background:#d0d7e3}.wh-driver-top div{flex-direction:column;line-height:1.3;display:flex}.wh-driver-top strong{font-size:11px;font-weight:700}.wh-driver-st{font-size:9px;font-weight:600}.wh-driver-st.st-on-route{color:#22c55e}.wh-driver-st.st-idle{color:#f59e0b}.wh-driver-st.st-offline{color:#8a8f9c}.wh-driver-stats{gap:10px;display:flex}.wh-driver-stats>div{flex-direction:column;align-items:center;display:flex}.wh-driver-stats span{color:#8a8f9c;font-size:8px}.wh-driver-stats strong{font-size:11px;font-weight:700}.wh-driver-actions{gap:2px;display:flex}.wh-pincode-grid{flex-direction:column;gap:10px;display:flex}.wh-zone-group{flex-direction:column;gap:6px;display:flex}.wh-zone-label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.wh-zone-tags{flex-wrap:wrap;gap:4px;display:flex}.wh-tag{color:#6366f1;background:#6366f10f;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:600}.wh-tag-pin{color:#5c697d;background:#f4f5f8;font-family:SF Mono,monospace}.wh-ship-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.wh-ship-card{background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.wh-ship-card i{flex-shrink:0;font-size:18px}.wh-ship-card div{flex-direction:column;line-height:1.3;display:flex}.wh-ship-card span{color:#8a8f9c;font-size:9px;font-weight:500}.wh-ship-card strong{font-family:Sora,sans-serif;font-size:16px;font-weight:700}.wh-map-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.wh-map-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.wh-map-header h3{align-items:center;gap:5px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.wh-map-header h3 i{color:#6366f1}.wh-map-name{color:#6366f1;font-size:10px;font-weight:600}.wh-svg-map{position:relative}.wh-svg-map svg{width:100%;height:auto;display:block}.wh-map-footer{border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.wh-map-footer a{color:#6366f1;align-items:center;gap:4px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.wh-map-footer a:hover{text-decoration:underline}.wh-map-updated{color:#8a8f9c;align-items:center;gap:3px;font-size:9px;display:flex}.wh-activity-section{background:#fff;border-radius:16px;flex-direction:column;flex:1;padding:14px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.wh-activity-section h3{align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.wh-activity-section h3 i{color:#6366f1}.wh-activity-feed{flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.wh-activity-feed::-webkit-scrollbar{width:3px}.wh-activity-feed::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.wh-act-item{gap:10px;display:flex}.wh-act-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.wh-act-content{flex-direction:column;line-height:1.3;display:flex}.wh-act-content strong{font-size:11px;font-weight:600}.wh-act-content span{color:#5c697d;font-size:10px}.wh-act-content small{color:#a0a7b5;font-size:9px}.wh-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.wh-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;padding:0;animation:.25s cubic-bezier(.4,0,.2,1) whModalIn;display:flex;box-shadow:0 32px 80px #0003}@keyframes whModalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.wh-modal-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.wh-modal-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.wh-modal-body{flex-direction:column;flex:1;gap:16px;padding:18px 22px;display:flex;overflow-y:auto}.wh-form-section{flex-direction:column;gap:10px;display:flex}.wh-section-head{color:#6366f1;border-bottom:1px solid #f0f2f6;align-items:center;gap:6px;padding-bottom:6px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.wh-fields-2col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wh-fields-3col{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.wh-field{flex-direction:column;gap:4px;display:flex}.wh-field label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.wh-inp{background:#fff;border:1.5px solid #e6edf5;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:Sora,sans-serif;font-size:12px;font-weight:500;transition:border-color .2s,box-shadow .2s}.wh-inp:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.wh-textarea{resize:vertical;min-height:50px}.wh-modal-footer{border-top:1px solid #f0f2f6;justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}.wh-upload-zone{text-align:center;cursor:pointer;border:2px dashed #d0d7e3;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;transition:all .2s;display:flex}.wh-upload-zone:hover{background:#6366f105;border-color:#6366f1}.wh-upload-zone i{color:#6366f1;font-size:36px}.wh-upload-zone p{font-size:14px;font-weight:600}.wh-upload-zone span{color:#8a8f9c;font-size:11px}.wh-import-tips{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.wh-sample-link{color:#6366f1;align-items:center;gap:4px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.wh-sample-link:hover{text-decoration:underline}.wh-import-info{color:#8a8f9c;font-size:10px}@media (width<=1400px){.wh-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.wh-main{grid-template-columns:300px 1fr 280px}.wh-detail-grid{grid-template-columns:1fr}}@media (width<=992px){.wh-main{grid-template-columns:1fr}.wh-kpi-row{grid-template-columns:repeat(4,1fr)}.wh-filter-group{display:none}}@media (width<=768px){.wh-header{flex-direction:column;gap:8px}.wh-header-right{flex-wrap:wrap;width:100%}.wh-kpi-row{grid-template-columns:repeat(2,1fr)}.wh-fields-2col,.wh-fields-3col,.wh-ship-grid{grid-template-columns:1fr}}.wh-main-table{flex:1;gap:0;min-height:0;display:flex}.wh-list-panel{flex-direction:column;flex:1;min-width:0;display:flex}.wh-main-table .wh-list-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.wh-table-wrap{border-radius:14px;flex:1;overflow-y:auto}.wh-table-wrap::-webkit-scrollbar{width:3px}.wh-table-wrap::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.wh-table{border-collapse:separate;border-spacing:0 3px;width:100%;font-size:12px}.wh-table thead th{text-transform:uppercase;letter-spacing:.03em;color:#8a8f9c;text-align:left;white-space:nowrap;z-index:2;background:#f4f5f8;padding:10px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:700;position:sticky;top:0}.wh-table thead th:first-child{border-radius:10px 0 0 10px}.wh-table thead th:last-child{border-radius:0 10px 10px 0}.wh-table tbody tr{cursor:pointer;background:#fff;border-radius:12px;transition:all .15s;box-shadow:0 1px 3px #0f172a05}.wh-table tbody tr:hover{box-shadow:0 4px 14px #0f172a0d}.wh-table tbody tr.selected{background:#f8f8ff;box-shadow:0 4px 16px #6366f11a}.wh-table tbody td{vertical-align:middle;border-top:1px solid #0000;border-bottom:1px solid #0000;padding:12px}.wh-table tbody tr td:first-child{border-left:1px solid #0000;border-radius:12px 0 0 12px}.wh-table tbody tr td:last-child{border-right:1px solid #0000;border-radius:0 12px 12px 0}.wh-table .wh-cell-warehouse{align-items:center;gap:10px;display:flex}.wh-table .wh-cell-warehouse .wh-avatar{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.wh-table .wh-cell-warehouse div{flex-direction:column;line-height:1.3;display:flex}.wh-table .wh-cell-warehouse strong{font-family:Sora,sans-serif;font-size:13px;font-weight:700}.wh-table .wh-cell-warehouse small{color:#8a8f9c;font-size:10px}.wh-table .wh-cell-location{color:#5c697d;font-size:11px;font-weight:500}.wh-table .wh-badge{border-radius:8px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-flex}.wh-table .wh-badge-primary{color:#6366f1;background:#6366f11a}.wh-table .wh-badge-secondary{color:#3b82f6;background:#3b82f61a}.wh-table .wh-badge-satellite{color:#f59e0b;background:#f59e0b1a}.wh-table .wh-cell-cap{align-items:center;gap:8px;min-width:100px;display:flex}.wh-table .wh-cell-cap .wh-cap-track{background:#f0f2f6;border-radius:4px;flex:1;height:4px;overflow:hidden}.wh-table .wh-cell-cap .wh-cap-fill{border-radius:4px;height:100%}.wh-table .wh-cell-cap span{color:#5c697d;text-align:right;min-width:30px;font-size:10px;font-weight:700}.wh-table .wh-cell-drivers{color:#5c697d;font-size:11px;font-weight:600}.wh-table .wh-cell-shipments{font-family:Sora,sans-serif;font-size:12px;font-weight:700}.wh-table .wh-status-dot{border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.wh-table .wh-status-dot.st-active{background:#22c55e}.wh-table .wh-status-dot.st-full{background:#f59e0b}.wh-table .wh-status-dot.st-maintenance{background:#6366f1}.wh-table .wh-status-dot.st-inactive{background:#d0d7e3}.wh-table .wh-status-text{text-transform:capitalize;font-size:10px;font-weight:600}.wh-table .wh-row-actions{gap:2px;display:flex}.wh-table .wh-ra-btn{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.wh-table .wh-ra-btn:hover{color:#0e0e0e;background:#e6edf5}.wh-edit-panel{z-index:150;background:#fff;flex-direction:column;width:440px;height:100vh;padding-top:16px;animation:.25s cubic-bezier(.4,0,.2,1) whSlideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #0f172a14}@keyframes whSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.wh-edit-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:0 22px 14px;display:flex}.wh-edit-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.wh-edit-tabs{border-bottom:1px solid #f0f2f6;flex-shrink:0;gap:4px;padding:10px 22px;display:flex;overflow-x:auto}.wh-edit-tabs::-webkit-scrollbar{height:2px}.wh-edit-tabs::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:2px}.wh-etab{cursor:pointer;color:#5c697d;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.wh-etab i{font-size:12px}.wh-etab.active{color:#fff;background:#0e0e0e}.wh-etab:hover:not(.active){background:#f4f5f8}.wh-edit-body{flex:1;padding:18px 22px;overflow-y:auto}.wh-edit-body::-webkit-scrollbar{width:3px}.wh-edit-body::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.wh-form-section{flex-direction:column;gap:16px;margin-bottom:20px;padding-top:4px;display:flex}.wh-form-section .wh-section-head{color:#6366f1;border-bottom:1px solid #f0f2f6;align-items:center;gap:6px;padding-bottom:6px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.wh-form-section .wh-section-head i{font-size:14px}.wh-edit-body .wh-field{flex-direction:column;gap:4px;display:flex}.wh-edit-body .wh-field label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.wh-edit-footer{background:#fff;border-top:1px solid #f0f2f6;flex-shrink:0;justify-content:flex-end;gap:6px;padding:14px 22px;display:flex}.wh-edit-map{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.wh-edit-map svg{width:100%;height:auto;display:block}.wh-edit-activity{margin-top:16px}.wh-edit-activity h4{align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.wh-edit-activity h4 i{color:#6366f1}.wh-detail-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wh-detail-section{background:#f8fafc;border-radius:12px;padding:12px}.wh-detail-section h4{align-items:center;gap:5px;margin-bottom:8px;font-family:Sora,sans-serif;font-size:11px;font-weight:700;display:flex}.wh-info-rows{flex-direction:column;gap:5px;display:flex}.wh-info-row{justify-content:space-between;align-items:center;font-size:11px;display:flex}.wh-info-row span{color:#8a8f9c;font-weight:500}.wh-info-row strong{text-align:right;font-weight:600}.wh-th-actions{width:100px}@media (width<=1400px){.wh-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.wh-edit-panel{width:380px}.wh-detail-grid{grid-template-columns:1fr}}@media (width<=992px){.wh-edit-panel{width:100%;right:0}.wh-filter-group{display:none}}.dm-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.dm-header-left .dm-title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:26px;font-weight:700}.dm-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px;font-weight:400}.dm-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.dm-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.dm-btn i{font-size:14px}.dm-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001f}.dm-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.dm-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.dm-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.dm-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.dm-btn-ghost:hover{background:#0000000a}.dm-kpi-row{grid-template-columns:repeat(8,1fr);gap:10px;margin-bottom:16px;display:grid}.dm-kpi-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0f172a0a}.dm-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.dm-kpi-card.active{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11f}.dm-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.dm-kpi-info{flex-direction:column;gap:1px;min-width:0;display:flex}.dm-kpi-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.dm-kpi-row2{align-items:baseline;gap:6px;display:flex}.dm-kpi-value{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.dm-kpi-trend{background:#22c55e14;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700}.dm-filter-bar{-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #e6edf580;border-radius:18px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;display:flex;box-shadow:0 2px 12px #0f172a0a}.dm-search-wrap{background:#f4f5f8;border-radius:20px;flex:1;align-items:center;gap:8px;min-width:200px;padding:7px 14px;display:flex}.dm-search-wrap i{color:#8a8f9c;font-size:14px}.dm-search-wrap input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:12px;font-weight:500}.dm-search-wrap input::placeholder{color:#a0a7b5}.dm-filter-group{flex-wrap:wrap;gap:6px;display:flex}.dm-pill{color:#5c697d;background:#f4f5f8;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:500;display:flex}.dm-pill i{font-size:12px}.dm-pill select,.dm-pill input{color:#0e0e0e;cursor:pointer;background:0 0;border:none;outline:none;max-width:110px;font-family:Sora,sans-serif;font-size:11px;font-weight:500}.dm-main{flex:1;grid-template-columns:320px 1fr 300px;gap:14px;min-height:0;display:grid}.dm-left,.dm-center,.dm-right{flex-direction:column;gap:10px;min-height:0;display:flex;overflow:hidden}.dm-list-header{justify-content:space-between;align-items:center;display:flex}.dm-list-count{color:#5c697d;font-size:12px;font-weight:600}.dm-status-tabs{flex-wrap:wrap;gap:3px;display:flex}.dm-stab{cursor:pointer;color:#5c697d;background:#f4f5f8;border:none;border-radius:8px;padding:4px 8px;font-family:Sora,sans-serif;font-size:9px;font-weight:600;transition:all .2s}.dm-stab.active{color:#fff;background:#0e0e0e}.dm-stab:hover:not(.active){background:#e6edf5}.dm-card-list{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.dm-card-list::-webkit-scrollbar{width:3px}.dm-card-list::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.dm-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:16px;padding:12px;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0f172a08}.dm-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0f172a0f}.dm-card.selected{background:#f8f8ff;border-color:#6366f1;box-shadow:0 4px 16px #6366f11a}.dm-card-top{align-items:center;gap:10px;display:flex}.dm-card-avatar{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex;position:relative}.dm-card-avatar.st-delivering{background:#22c55e}.dm-card-avatar.st-online{background:#3b82f6}.dm-card-avatar.st-idle{background:#f59e0b}.dm-card-avatar.st-delayed{background:#ef4444}.dm-card-avatar.st-offline{background:#d0d7e3}.dm-card-avatar.st-break{background:#8b5cf6}.dm-card-avatar.st-suspended{background:#64748b}.dm-pulse-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite dmPulse;position:absolute;bottom:-1px;right:-1px}@keyframes dmPulse{0%,to{opacity:1}50%{opacity:.4}}.dm-card-info{flex-direction:column;flex:1;min-width:0;line-height:1.3;display:flex}.dm-card-info strong{font-family:Sora,sans-serif;font-size:13px;font-weight:700}.dm-card-info>span{color:#8a8f9c;font-size:10px}.dm-card-wh{color:#5c697d!important;font-size:9px!important}.dm-card-wh i{margin-right:2px;font-size:10px}.dm-status-badge{white-space:nowrap;border-radius:6px;flex-shrink:0;padding:2px 7px;font-size:9px;font-weight:700}.badge-delivering{color:#22c55e;background:#22c55e1a}.badge-online{color:#3b82f6;background:#3b82f61a}.badge-idle{color:#f59e0b;background:#f59e0b1a}.badge-delayed{color:#ef4444;background:#ef44441a}.badge-offline{color:#8a8f9c;background:#f4f5f8}.badge-break{color:#8b5cf6;background:#8b5cf61a}.badge-suspended{color:#64748b;background:#64748b1a}.dm-card-meta{color:#5c697d;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:10px;display:flex}.dm-card-meta span{align-items:center;gap:3px;display:flex}.dm-card-meta i{color:#8a8f9c;font-size:11px}.dm-live-time{color:#22c55e;font-weight:600}.dm-live-time.offline{color:#8a8f9c}.dm-card-progress{margin-top:7px}.dm-progress-label{color:#8a8f9c;margin-bottom:3px;font-size:9px;font-weight:600;display:block}.dm-progress-bar{background:#f0f2f6;border-radius:3px;height:3px;overflow:hidden}.dm-progress-fill{background:#6366f1;border-radius:3px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.dm-card-footer{border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;margin-top:7px;padding-top:7px;display:flex}.dm-card-stats{gap:8px;font-size:10px;display:flex}.dm-card-stats span{align-items:center;gap:2px;display:flex}.dm-card-stats strong{font-weight:700}.dm-battery{font-weight:600}.dm-battery.high{color:#22c55e}.dm-battery.mid{color:#f59e0b}.dm-battery.low{color:#ef4444}.dm-card-actions{gap:2px;display:flex}.dm-sm-btn{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;transition:all .2s;display:flex}.dm-sm-btn:hover{color:#0e0e0e;background:#f0f2f6}.dm-empty{color:#8a8f9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 20px;display:flex}.dm-empty i{opacity:.4;font-size:28px}.dm-empty p{font-size:12px}.dm-detail-tabs{background:#fff;border-radius:14px;gap:4px;padding:4px;display:flex;box-shadow:0 2px 8px #0f172a08}.dm-dtab{cursor:pointer;color:#5c697d;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:4px;padding:6px 12px;font-family:Sora,sans-serif;font-size:10px;font-weight:600;transition:all .2s;display:flex}.dm-dtab i{font-size:12px}.dm-dtab.active{color:#fff;background:#0e0e0e}.dm-dtab:hover:not(.active){background:#f4f5f8}.dm-detail-body{flex-direction:column;flex:1;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.dm-detail-body::-webkit-scrollbar{width:3px}.dm-detail-body::-webkit-scrollbar-thumb{background:#d0d7e3;border-radius:3px}.dm-detail-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dm-dsect{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 8px #0f172a08}.dm-dsect h4{color:#6366f1;align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:11px;font-weight:700;display:flex}.dm-info-rows{flex-direction:column;gap:5px;display:flex}.dm-info-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:3px 0;font-size:11px;display:flex}.dm-info-row span{color:#8a8f9c;font-weight:500}.dm-info-row strong{text-align:right;font-weight:600}.dm-toggle-row{flex-wrap:wrap;gap:10px;display:flex}.dm-toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.dm-toggle-label input{display:none}.dm-toggle-track{background:#d0d7e3;border-radius:10px;flex-shrink:0;width:34px;height:18px;transition:background .2s;position:relative}.dm-toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.dm-toggle-label input:checked+.dm-toggle-track{background:#22c55e}.dm-toggle-label input:checked+.dm-toggle-track .dm-toggle-thumb{transform:translate(16px)}.dm-fields-2col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dm-field{flex-direction:column;gap:4px;display:flex}.dm-field label{color:#5c697d;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.dm-inp{background:#fff;border:1.5px solid #e6edf5;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:Sora,sans-serif;font-size:12px;font-weight:500;transition:border-color .2s,box-shadow .2s}.dm-inp:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.dm-textarea{resize:vertical;min-height:50px}.dm-pw-field .dm-pw-wrap{position:relative}.dm-pw-wrap .dm-inp{padding-right:36px}.dm-pw-toggle{color:#8a8f9c;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.dm-pw-toggle:hover{color:#0e0e0e;background:#f4f5f8}.dm-pw-actions{gap:6px;display:flex}.dm-vstat{flex-direction:column;gap:8px;display:flex}.dm-vstat-item{align-items:center;gap:8px;font-size:10px;display:flex}.dm-vstat-item span{color:#5c697d;flex:1;font-weight:500}.dm-vstat-bar{background:#f0f2f6;border-radius:4px;flex:1;height:4px;overflow:hidden}.dm-vstat-fill{border-radius:4px;height:100%;transition:width .5s}.dm-vstat-item strong{text-align:right;width:50px;font-weight:700}.dm-doc-grid{flex-direction:column;gap:6px;display:flex}.dm-doc-card{background:#f8fafc;border-radius:10px;padding:10px 12px}.dm-doc-header{align-items:center;gap:8px;display:flex}.dm-doc-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.dm-doc-icon.st-verified{background:#22c55e}.dm-doc-icon.st-pending{background:#f59e0b}.dm-doc-icon.st-expired{background:#ef4444}.dm-doc-header div{flex-direction:column;flex:1;line-height:1.3;display:flex}.dm-doc-header strong{font-size:11px;font-weight:600}.dm-doc-header span{color:#8a8f9c;font-size:9px}.dm-doc-badge{white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}.badge-verified{color:#22c55e;background:#22c55e1a}.badge-pending{color:#f59e0b;background:#f59e0b1a}.badge-expired{color:#ef4444;background:#ef44441a}.dm-doc-footer{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.dm-doc-exp{color:#8a8f9c;font-size:9px}.dm-doc-exp.expired{color:#ef4444;font-weight:600}.dm-doc-actions{gap:2px;display:flex}.dm-perf-grid{grid-template-columns:1fr 1fr 1fr;gap:6px;display:grid}.dm-perf-card{background:#f8fafc;border-radius:8px;flex-direction:column;padding:8px 10px;display:flex}.dm-perf-card span{color:#8a8f9c;font-size:9px;font-weight:500}.dm-perf-card strong{font-family:Sora,sans-serif;font-size:16px;font-weight:700}.dm-timeline{flex-direction:column;gap:8px;display:flex}.dm-tl-item{gap:8px;display:flex}.dm-tl-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:3px}.dm-tl-content{flex-direction:column;line-height:1.3;display:flex}.dm-tl-content strong{font-size:11px;font-weight:600}.dm-tl-content span{color:#5c697d;font-size:10px}.dm-tl-content small{color:#a0a7b5;font-size:9px}.dm-route-history{flex-direction:column;gap:6px;display:flex}.dm-route-item{background:#f8fafc;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.dm-route-item i{flex-shrink:0;font-size:16px}.dm-route-item div{flex:1}.dm-route-item strong{font-size:11px;font-weight:600;display:block}.dm-route-item span{color:#8a8f9c;font-size:9px}.dm-map-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.dm-map-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.dm-map-header h3{align-items:center;gap:5px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.dm-map-header h3 i{color:#6366f1}.dm-map-status{text-transform:capitalize;border-radius:6px;padding:2px 8px;font-size:9px;font-weight:700}.dm-map-status.st-delivering{color:#22c55e;background:#22c55e1a}.dm-map-status.st-online{color:#3b82f6;background:#3b82f61a}.dm-map-status.st-idle{color:#f59e0b;background:#f59e0b1a}.dm-map-status.st-delayed{color:#ef4444;background:#ef44441a}.dm-map-status.st-offline{color:#8a8f9c;background:#f4f5f8}.dm-map-status.st-break{color:#8b5cf6;background:#8b5cf61a}.dm-svg-map svg{width:100%;height:auto;display:block}.dm-map-footer{border-top:1px solid #f0f2f6;justify-content:flex-end;padding:8px 14px;display:flex}.dm-map-footer a{color:#6366f1;align-items:center;gap:4px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.dm-map-footer a:hover{text-decoration:underline}.dm-ops-panel{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 8px #0f172a08}.dm-ops-panel h3{align-items:center;gap:5px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.dm-ops-panel h3 i{color:#6366f1}.dm-ops-grid{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px;display:grid}.dm-ops-card{background:#f8fafc;border-radius:8px;flex-direction:column;padding:8px 10px;display:flex}.dm-ops-card span{color:#8a8f9c;font-size:9px;font-weight:500}.dm-ops-card strong{font-family:Sora,sans-serif;font-size:16px;font-weight:700}.dm-ops-alerts{flex-direction:column;gap:5px;display:flex}.dm-alert{border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:600;display:flex}.dm-alert i{flex-shrink:0;font-size:13px}.dm-alert.warning{color:#b45309;background:#f59e0b14}.dm-alert.danger{color:#dc2626;background:#ef444414}.dm-alert.info{color:#1d4ed8;background:#3b82f614}.dm-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dm-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:620px;max-height:90vh;padding:0;animation:.25s cubic-bezier(.4,0,.2,1) dmModalIn;display:flex;box-shadow:0 32px 80px #0003}@keyframes dmModalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.dm-modal-header{border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.dm-modal-header h2{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.dm-modal-body{flex-direction:column;flex:1;gap:16px;padding:18px 22px;display:flex;overflow-y:auto}.dm-form-section{flex-direction:column;gap:10px;display:flex}.dm-shead{color:#6366f1;border-bottom:1px solid #f0f2f6;align-items:center;gap:6px;padding-bottom:6px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;display:flex}.dm-modal-footer{border-top:1px solid #f0f2f6;justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}@media (width<=1400px){.dm-kpi-row{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.dm-main{grid-template-columns:280px 1fr 260px}.dm-detail-grid{grid-template-columns:1fr}.dm-perf-grid{grid-template-columns:1fr 1fr}}@media (width<=992px){.dm-main{grid-template-columns:1fr}.dm-kpi-row{grid-template-columns:repeat(4,1fr)}.dm-filter-group{display:none}}@media (width<=768px){.dm-header{flex-direction:column;gap:8px}.dm-header-right{flex-wrap:wrap;width:100%}.dm-kpi-row{grid-template-columns:repeat(2,1fr)}.dm-fields-2col{grid-template-columns:1fr}}.st-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.st-header-left .st-title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:26px;font-weight:700}.st-subtitle{color:#8a8f9c;margin-top:2px;font-size:13px;font-weight:400}.st-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.st-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.st-btn i{font-size:14px}.st-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001f}.st-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.st-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e6edf5}.st-btn-outline:hover{background:#f8fafc;border-color:#d0d7e3}.st-btn-ghost{color:#5c697d;background:0 0;padding:8px 10px}.st-btn-ghost:hover{background:#0000000a}.st-search-wrap{background:#fff;border:1px solid #e6edf599;border-radius:24px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 18px;transition:box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 20px #0f172a0d,0 1px 3px #0f172a08}.st-search-wrap:focus-within{border-color:#6366f1;box-shadow:0 4px 28px #6366f11a}.st-search-wrap i{color:#8a8f9c;font-size:18px}.st-search-wrap input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:14px;font-weight:500}.st-search-wrap input::placeholder{color:#b0b7c5}.st-categories{flex-wrap:wrap;gap:6px;margin-bottom:22px;display:flex}.st-cat-pill{cursor:pointer;color:#5c697d;background:#f4f5f8;border:none;border-radius:20px;align-items:center;gap:5px;padding:7px 14px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex}.st-cat-pill i{font-size:13px}.st-cat-pill.active{color:#fff;background:#0e0e0e;box-shadow:0 4px 12px #0000001f}.st-cat-pill:hover:not(.active){background:#e6edf5}.st-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-bottom:24px;display:grid}.st-card{cursor:pointer;background:#fff;border:1px solid #e6edf580;border-radius:20px;flex-direction:column;gap:12px;padding:20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 12px #0f172a0a}.st-card:hover{border-color:#6366f133;transform:translateY(-3px);box-shadow:0 12px 40px #0f172a14}.st-card-top{justify-content:space-between;align-items:flex-start;display:flex}.st-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.st-card-status{white-space:nowrap;border-radius:8px;padding:3px 10px;font-size:10px;font-weight:700}.st-cs-success{color:#22c55e;background:#22c55e14}.st-cs-warning{color:#f59e0b;background:#f59e0b14}.st-cs-info{color:#3b82f6;background:#3b82f614}.st-cs-gray{color:#8a8f9c;background:#f4f5f8}.st-card-title{font-family:Sora,sans-serif;font-size:16px;font-weight:700;line-height:1.3}.st-card-desc{color:#5c697d;flex:1;font-size:12px;line-height:1.5}.st-card-stats{gap:12px;display:flex}.st-stat{flex-direction:column;display:flex}.st-stat-val{font-family:Sora,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.st-stat-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.03em;font-size:9px;font-weight:500}.st-card-footer{border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.st-card-updated{color:#8a8f9c;align-items:center;gap:4px;font-size:10px;display:flex}.st-card-actions{gap:4px;display:flex}.st-card-btn{cursor:pointer;color:#fff;background:#0e0e0e;border:none;border-radius:8px;align-items:center;gap:4px;padding:5px 12px;font-family:Sora,sans-serif;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex}.st-card-btn:hover{background:#2a2a2a;transform:translateY(-1px)}.st-card-btn-ghost{color:#5c697d;background:0 0;padding:5px 8px}.st-card-btn-ghost:hover{color:#0e0e0e;background:#f4f5f8;transform:none}.st-category-section{margin-bottom:28px}.st-category-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.st-category-icon{color:#5c697d;background:#f0f2f6;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.st-category-title{margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:700}.st-category-count{color:#8a8f9c;margin:0;font-size:11px}@media (width<=992px){.st-cards-grid{grid-template-columns:repeat(2,1fr)}.st-header{flex-direction:column}.st-header-right{flex-wrap:wrap;width:100%}}@media (width<=576px){.st-cards-grid{grid-template-columns:1fr}.st-categories{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}}.backup-page{flex-direction:column;flex:1;gap:18px;padding-bottom:32px;display:flex}.backup-header{background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.backup-header-left{align-items:center;gap:14px;display:flex}.backup-header-icon{color:#22c55e;background:#e7f9eb;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.backup-header h1{color:#0e0e0e;margin:0;font-size:22px;line-height:1.2}.backup-header p{color:#7b8498;margin-top:3px;font-size:13px}.backup-status-badge{border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:flex}.backup-status-badge .status-dot{border-radius:50%;width:8px;height:8px}.backup-status-badge .status-dot.active{background:#22c55e}.backup-status-badge .status-dot.inactive{background:#d0d5e0}.backup-success-msg{color:#1f8a4b;background:#e7f9eb;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.backup-success-msg i{font-size:16px}.backup-stats-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.backup-stat-card{background:#fff;border-radius:16px;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.backup-stat-card i{color:#6366f1;background:#eef2ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.backup-stat-card span{color:#8a8f9c;font-size:11px;display:block}.backup-stat-card strong{color:#141c28;font-size:14px}.backup-grid{grid-template-columns:360px 1fr;gap:16px;display:grid}.backup-settings-panel{gap:16px;display:grid}.backup-history-panel{min-width:0}.backup-panel{background:#fff;border-radius:20px;padding:20px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.panel-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.panel-head h3{color:#141c28;align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.panel-head h3 i{color:#6366f1;font-size:16px}.backup-panel-desc{color:#5c697d;margin:0 0 14px;font-size:12px}.backup-count-badge{color:#6366f1;background:#eef2ff;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.backup-toggle-section{background:#f8fafc;border-radius:14px;margin-bottom:16px;padding:14px}.toggle-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.toggle-row strong{color:#141c28;font-size:13px;display:block}.toggle-row span{color:#8a8f9c;font-size:11px}.backup-toggle{cursor:pointer;position:relative}.backup-toggle input{display:none}.backup-toggle .toggle-slider{background:#d0d5e0;border-radius:999px;width:44px;height:24px;transition:background .2s;display:block;position:relative}.backup-toggle .toggle-slider:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.backup-toggle input:checked+.toggle-slider{background:#22c55e}.backup-toggle input:checked+.toggle-slider:after{transform:translate(20px)}.backup-form-group{gap:6px;margin-bottom:14px;display:grid}.backup-form-group label{color:#141c28;font-size:12px;font-weight:700}.backup-form-group small{color:#8a8f9c;font-size:10px}.backup-form-group select,.backup-form-group input[type=time],.backup-form-group input[type=number]{color:#141c28;background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:Inter,sans-serif;font-size:13px;transition:all .15s}.backup-form-group select:focus,.backup-form-group input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.backup-form-group select:disabled,.backup-form-group input:disabled{opacity:.5;cursor:not-allowed}.backup-save-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:flex}.backup-save-btn:hover{background:#4f46e5}.backup-trigger-btn{color:#6366f1;cursor:pointer;background:#eef2ff;border:2px dashed #6366f1;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s;display:flex}.backup-trigger-btn:hover{color:#fff;background:#6366f1;border-style:solid}.backup-progress-section{gap:8px;display:grid}.backup-progress-bar{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.backup-progress-fill{background:#6366f1;border-radius:999px;height:100%;transition:width .3s}.backup-progress-text{color:#5c697d;text-align:center;font-size:12px;font-weight:600}.backup-table-wrap{overflow-x:auto}.backup-table{border-collapse:collapse;width:100%}.backup-table th{text-align:left;color:#8a8f9c;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid #edf1f6;padding:10px 12px;font-size:10px;font-weight:700}.backup-table td{color:#5c697d;vertical-align:middle;border-bottom:1px solid #f5f6f8;padding:12px;font-size:12px}.backup-table td code{color:#6366f1;background:#f8fafc;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.backup-table td strong{color:#141c28}.backup-table td small{color:#a0a7b5;font-size:10px;display:block}.backup-type-badge{border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.backup-type-badge.auto{color:#3b82f6;background:#e8f4ff}.backup-type-badge.manual{color:#8b5cf6;background:#f3e8ff}.backup-type-badge i{font-size:10px}.backup-status-pill{border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.backup-status-pill.completed{color:#1f8a4b;background:#e7f9eb}.backup-status-pill.failed{color:#dc2626;background:#ffeaea}.backup-status-pill i{font-size:11px}.backup-actions{gap:4px;display:flex}.backup-action-btn{cursor:pointer;color:#5c697d;background:#fff;border:1px solid #edf1f6;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .15s;display:flex}.backup-action-btn:hover{color:#141c28;background:#f5f8fc;border-color:#6366f1}.backup-action-btn.delete:hover{color:#ef4444;background:#ffeaea;border-color:#ef4444}.backup-action-btn.retry:hover{color:#f59e0b;background:#fff4e8;border-color:#f59e0b}.gs-page{max-width:920px;margin:0 auto;padding:0 0 40px}.gs-topbar{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;margin-bottom:28px;padding:14px 0 20px;display:flex}.gs-back{color:#5c697d;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.gs-back:hover{color:#0e0e0e;background:#f4f5f8}.gs-topbar-actions{gap:8px;display:flex}.gs-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:9px 18px;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.gs-btn-primary{color:#fff;background:#0e0e0e;box-shadow:0 2px 8px #0000001a}.gs-btn-primary:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 6px 20px #0000001f}.gs-btn-outline{color:#0e0e0e;background:#fff;border:1px solid #e0e6ef}.gs-btn-outline:hover{background:#f8fafc;border-color:#c8d0dc}.gs-btn-ghost{color:#5c697d;background:0 0;border:1px solid #0000}.gs-btn-ghost:hover{color:#0e0e0e;background:#f4f5f8}.gs-btn-text-danger{color:#ef4444;background:0 0;padding:9px 12px}.gs-btn-text-danger:hover{background:#fef2f2}.gs-content{flex-direction:column;gap:24px;display:flex}.gs-heading h1{letter-spacing:-.01em;margin:0 0 4px;font-family:Sora,sans-serif;font-size:24px;font-weight:700}.gs-heading p{color:#8a8f9c;margin:0;font-size:13px}.gs-section{background:#fff;border:1px solid #e6edf580;border-radius:20px;padding:28px 30px;box-shadow:0 2px 12px #0f172a0a}.gs-section-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.gs-sh-left{align-items:flex-start;gap:14px;display:flex}.gs-sh-icon{color:#6366f1;background:#f4f6fa;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.gs-sh-left h2{margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:700}.gs-sh-left p{color:#8a8f9c;margin:2px 0 0;font-size:12px}.gs-logo-area{background:#fafbfc;border:1px dashed #dce3ed;border-radius:16px;align-items:center;gap:28px;padding:20px;display:flex}.gs-logo-preview{background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.gs-logo-preview img{object-fit:contain;width:100%;height:100%;padding:8px}.gs-logo-placeholder{color:#b0b7c5;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.gs-logo-placeholder i{font-size:28px}.gs-logo-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gs-logo-hint{color:#a0a7b5;width:100%;margin-top:2px;font-size:11px}.gs-form-grid{grid-template-columns:1fr 1fr;gap:18px 24px;display:grid}.gs-field{flex-direction:column;gap:5px;display:flex}.gs-field label{color:#1a1d23;font-family:Sora,sans-serif;font-size:12px;font-weight:600}.gs-field input,.gs-field select{color:#0e0e0e;box-sizing:border-box;background:#fff;border:1px solid #e0e6ef;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Sora,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s,box-shadow .2s}.gs-field input:focus,.gs-field select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.gs-field input::placeholder{color:#b0b7c5}.gs-input-mono{letter-spacing:.02em;font-family:SF Mono,Fira Code,monospace!important}.gs-apikey-row{gap:6px;display:flex}.gs-apikey-row input{flex:1}.gs-btn-icon-only{padding:6px 10px!important}.gs-btn-icon-only i{font-size:16px!important}.gs-inline-link{color:#6366f1;align-items:center;gap:5px;margin-top:8px;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.gs-inline-link:hover{color:#4f46e5;text-decoration:underline}.gs-inline-link i{font-size:12px}.gs-select-wrap{position:relative}.gs-select-wrap select{appearance:none;cursor:pointer;padding-right:36px}.gs-select-wrap i{color:#8a8f9c;pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.gs-note{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;gap:14px;padding:16px 20px;display:flex}.gs-note i{color:#f59e0b;flex-shrink:0;margin-top:1px;font-size:20px}.gs-note p{color:#92400e;margin:0 0 4px;font-size:12px;line-height:1.6}.gs-note p:last-child{margin-bottom:0}.gs-note strong{font-weight:700}.gs-toggle-summary{color:#5c697d;white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.gs-dot{border-radius:50%;width:8px;height:8px}.gs-dot.on{background:#22c55e;box-shadow:0 0 6px #22c55e66}.gs-dot.off{background:#ef4444;box-shadow:0 0 6px #ef44444d}.gs-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.gs-badge-android{color:#2e7d32;background:#e8f5e9}.gs-badge-apple{color:#1565c0;background:#e3f2fd}.gs-url-row{align-items:center;gap:6px;display:flex}.gs-url-row input{flex:1}.gs-field-extra{align-items:center;gap:8px;margin-top:6px;display:flex}.gs-toggle{cursor:pointer;background:#d0d7e3;border:none;border-radius:11px;flex-shrink:0;width:38px;height:22px;padding:0;transition:background .25s;position:relative}.gs-toggle.on{background:#22c55e}.gs-toggle-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #00000026}.gs-toggle.on .gs-toggle-knob{transform:translate(16px)}.gs-status-label{color:#8a8f9c;font-size:11px}.gs-social-grid{flex-direction:column;gap:10px;display:flex}.gs-social-field{background:#fafbfc;border:1px solid #edf2f7;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;transition:border-color .2s,background .2s;display:flex}.gs-social-field:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f10f}.gs-social-label{flex-shrink:0;align-items:center;gap:10px;min-width:140px;display:flex}.gs-social-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.gs-social-name{font-family:Sora,sans-serif;font-size:13px;font-weight:600}.gs-social-field input{color:#0e0e0e;background:0 0;border:1px solid #0000;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:Sora,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s}.gs-social-field input:focus{border-color:#6366f1}.st-table-wrap{overflow-x:auto}.st-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.st-table thead th{text-align:left;color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;background:#f8f9fc;border-bottom:1px solid #edf2f7;padding:12px 16px;font-size:11px;font-weight:700}.st-table thead th:first-child{border-radius:10px 0 0}.st-table thead th:last-child{border-radius:0 10px 0 0}.st-table tbody tr{transition:background .15s}.st-table tbody tr:hover{background:#f8f9fc}.st-table tbody td{vertical-align:middle;border-bottom:1px solid #f0f2f6;padding:14px 16px}.st-td-id{color:#8a8f9c;width:48px;font-weight:700}.st-td-name{font-family:Sora,sans-serif;font-weight:600}.st-td-slug{color:#6366f1;font-family:SF Mono,Fira Code,monospace;font-size:12px;font-weight:500}.st-status-badge{border-radius:8px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.st-status-badge:before{content:"";border-radius:50%;width:6px;height:6px}.st-status-badge.active{color:#16a34a;background:#22c55e14}.st-status-badge.active:before{background:#22c55e;box-shadow:0 0 6px #22c55e66}.st-status-badge.inactive{color:#8a8f9c;background:#f4f5f8}.st-status-badge.inactive:before{background:#b0b7c5}.gs-btn-sm{border-radius:8px!important;padding:6px 12px!important;font-size:11px!important}.st-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.st-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;animation:.25s cubic-bezier(.4,0,.2,1) stModalIn;display:flex;box-shadow:0 25px 60px #0f172a26}.st-modal-lg{max-width:860px}@keyframes stModalIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.st-modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.st-modal-header h3{font-family:Sora,sans-serif;font-size:18px;font-weight:700}.st-modal-slug{color:#6366f1;background:#eef2ff;border-radius:6px;padding:3px 10px;font-family:SF Mono,Fira Code,monospace;font-size:11px;font-weight:600}.st-modal-close{color:#5c697d;cursor:pointer;background:#f4f5f8;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:all .2s;display:flex}.st-modal-close:hover{color:#0e0e0e;background:#e6edf5}.st-modal-body{flex-direction:column;flex:1;gap:10px;padding:16px 24px;display:flex;overflow-y:auto}.st-modal-footer{border-top:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:16px 24px 20px;display:flex}.st-modal-footer-actions{gap:8px;display:flex}.st-char-count{color:#a0a7b5;font-size:11px}.st-editor-toolbar{background:#f8f9fc;border:1px solid #e6edf5;border-radius:12px;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 10px;display:flex}.st-editor-toolbar button{color:#3a404b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:13px;transition:background .15s;display:flex}.st-editor-toolbar button:hover{background:#e6edf5}.st-tb-sep{background:#dce3ed;width:1px;height:20px;margin:0 4px}.st-tb-vars{flex-wrap:wrap;align-items:center;gap:4px;margin-left:4px;display:flex}.st-tb-vars-label{color:#8a8f9c;text-transform:uppercase;letter-spacing:.03em;margin-right:2px;font-size:10px;font-weight:600}.st-tb-var-btn{color:#6366f1!important;background:#eef2ff!important;border-radius:4px!important;width:auto!important;padding:2px 8px!important;font-family:SF Mono,Fira Code,monospace!important;font-size:10px!important;font-weight:600!important}.st-tb-var-btn:hover{background:#dde4ff!important}.st-editor{color:#0e0e0e;background:#fff;border:1px solid #e0e6ef;border-radius:12px;outline:none;min-height:200px;padding:14px 16px;font-family:Sora,sans-serif;font-size:14px;line-height:1.7;transition:border-color .2s,box-shadow .2s;overflow-y:auto}.st-editor:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.st-editor:empty:before{content:attr(data-placeholder);color:#b0b7c5;pointer-events:none}.st-editor strong{font-weight:700}.st-editor em{font-style:italic}.st-editor u{text-decoration:underline}.et-subject-row{flex-direction:column;gap:5px;display:flex}.et-subject-row label{color:#1a1d23;font-family:Sora,sans-serif;font-size:12px;font-weight:600}.et-subject-row input{color:#0e0e0e;border:1px solid #e0e6ef;border-radius:10px;outline:none;padding:10px 14px;font-family:Sora,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s,box-shadow .2s}.et-subject-row input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.et-editor{min-height:280px}.gs-field-hint{color:#8a8f9c;margin-top:4px;font-size:11px;line-height:1.5}.gs-method-tabs{gap:6px;display:flex}.gs-method-tab{cursor:pointer;color:#5c697d;background:#fff;border:1px solid #e0e6ef;border-radius:10px;align-items:center;gap:6px;padding:9px 20px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.gs-method-tab i{font-size:16px}.gs-method-tab.active{color:#fff;background:#0e0e0e;border-color:#0e0e0e;box-shadow:0 4px 12px #0000001a}.gs-method-tab:hover:not(.active){background:#f8fafc;border-color:#c8d0dc}.gs-field-wide{grid-column:1/-1}.ac-search{background:#f8f9fc;border:1px solid #e6edf5;border-radius:12px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;transition:border-color .2s,background .2s;display:flex}.ac-search:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f10f}.ac-search i{color:#8a8f9c;font-size:16px}.ac-search input{color:#0e0e0e;background:0 0;border:none;outline:none;width:100%;font-family:Sora,sans-serif;font-size:13px;font-weight:500}.ac-search input::placeholder{color:#b0b7c5}.ac-list{border:1px solid #edf2f7;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.ac-list-header{color:#8a8f9c;text-transform:uppercase;letter-spacing:.04em;background:#f8f9fc;border-bottom:1px solid #edf2f7;justify-content:space-between;padding:10px 16px;font-size:10px;font-weight:700;display:flex}.ac-row{cursor:pointer;border-bottom:1px solid #f0f2f6;justify-content:space-between;align-items:center;padding:13px 16px;transition:background .15s;display:flex}.ac-row:last-child{border-bottom:none}.ac-row:hover{background:#f8f9fc}.ac-row.active{background:#fafcff}.ac-row-left{align-items:center;gap:10px;display:flex}.ac-row-left i{color:#6366f1;font-size:16px}.ac-row-left i.muted{color:#d0d7e3}.ac-city-name{font-family:Sora,sans-serif;font-size:14px;font-weight:600}.ac-row-right{align-items:center;gap:10px;display:flex}.ac-status-label{font-size:11px;font-weight:600}.ac-status-label.on{color:#22c55e}.ac-status-label.off{color:#b0b7c5}.ac-toggle{cursor:pointer;background:#d0d7e3;border:none;border-radius:11px;flex-shrink:0;width:38px;height:22px;padding:0;transition:background .25s;position:relative}.ac-toggle.on{background:#22c55e}.ac-toggle-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #00000026}.ac-toggle.on .ac-toggle-knob{transform:translate(16px)}.ac-empty{text-align:center;color:#a0a7b5;padding:28px 16px;font-size:13px}.bn-list{flex-direction:column;gap:10px;display:flex}.bn-card{background:#fafbfc;border:1px solid #edf2f7;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:border-color .2s,background .2s;display:flex}.bn-card.inactive{opacity:.65}.bn-card-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.bn-thumb{background:#e6edf5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:48px;display:flex;overflow:hidden}.bn-thumb img{object-fit:cover;width:100%;height:100%}.bn-thumb-placeholder i{color:#b0b7c5;font-size:20px}.bn-info{flex-direction:column;gap:2px;min-width:0;display:flex}.bn-info strong{font-family:Sora,sans-serif;font-size:14px;font-weight:600}.bn-url{color:#6366f1;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.bn-sub{color:#8a8f9c;font-size:11px}.bn-card-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.bn-upload-btn{cursor:pointer;color:#8a8f9c;background:#fafbfc;border:1px dashed #d0d7e3;border-radius:12px;flex-direction:column;align-items:center;gap:6px;width:100%;padding:24px;font-family:Sora,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s,background .2s;display:flex}.bn-upload-btn:hover{color:#6366f1;background:#f0f3ff;border-color:#6366f1}.bn-upload-btn i{font-size:28px}.bn-upload-preview{border-radius:12px;width:100%;max-width:300px;position:relative;overflow:hidden}.bn-upload-preview img{object-fit:cover;border-radius:12px;width:100%;height:160px;display:block}.bn-upload-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;top:6px;right:6px}.bn-upload-remove:hover{background:#000c}.pg-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.pg-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;flex-direction:column;gap:10px;padding:20px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0f172a08}.pg-card:hover{border-color:#dce3ed;box-shadow:0 6px 20px #0f172a0d}.pg-card.inactive{opacity:.6}.pg-card-top{justify-content:space-between;align-items:flex-start;display:flex}.pg-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.pg-card-name{margin:0;font-family:Sora,sans-serif;font-size:15px;font-weight:700}.pg-card-desc{color:#5c697d;flex:1;margin:0;font-size:11px;line-height:1.5}.pg-mode-badge{text-transform:capitalize;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.pg-mode-badge.live{color:#16a34a;background:#22c55e14}.pg-mode-badge.sandbox{color:#d97706;background:#f59e0b14}.pg-mode-badge.off{color:#8a8f9c;background:#f4f5f8}.pg-mode-dot{border-radius:50%;width:6px;height:6px}.pg-mode-dot.live{background:#22c55e;box-shadow:0 0 6px #22c55e66}.pg-mode-dot.sandbox{background:#f59e0b;box-shadow:0 0 6px #f59e0b4d}.pg-mode-dot.off{background:#b0b7c5}.pg-card-footer{margin-top:auto}.pg-offcanvas{z-index:1001;background:#fff;flex-direction:column;width:520px;max-width:100vw;height:100vh;animation:.3s cubic-bezier(.4,0,.2,1) pgSlideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #0f172a1f}@keyframes pgSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.pg-offcanvas-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.pg-offcanvas-title{align-items:flex-start;gap:14px;display:flex}.pg-offcanvas-title h3{margin:0;font-family:Sora,sans-serif;font-size:18px;font-weight:700}.pg-offcanvas-title p{color:#8a8f9c;margin:2px 0 0;font-size:12px}.pg-offcanvas-body{flex-direction:column;flex:1;gap:24px;padding:20px 24px;display:flex;overflow-y:auto}.pg-oc-section h4{color:#1a1d23;border-bottom:1px solid #f0f2f6;margin:0 0 12px;padding-bottom:8px;font-family:Sora,sans-serif;font-size:13px;font-weight:700}.pg-offcanvas-footer{border-top:1px solid #edf2f7;justify-content:flex-end;gap:8px;padding:16px 24px 20px;display:flex}@media (width<=768px){.gs-form-grid{grid-template-columns:1fr}.gs-logo-area{text-align:center;flex-direction:column}.gs-logo-actions{justify-content:center}.gs-topbar{flex-direction:column;align-items:flex-start;gap:12px}.gs-section{padding:20px 18px}}.dr-rating{font-family:Sora,sans-serif;font-size:14px;font-weight:700}.dr-rating small{color:#f59e0b;font-size:11px}.dr-panel{width:480px!important}.dr-panel .cm-edit-body{padding-bottom:20px}.dr-panel-code{color:#6366f1;background:#eef2ff;border-radius:6px;margin-left:auto;margin-right:10px;padding:3px 10px;font-family:SF Mono,Fira Code,monospace;font-size:11px;font-weight:600}.dr-doc-row{border-bottom:1px solid #f0f2f6;align-items:center;gap:10px;padding:8px 0;font-size:12px;display:flex}.dr-doc-row:last-child{border-bottom:none}.dr-doc-info{flex-direction:column;flex:1;gap:1px;display:flex}.dr-doc-info strong{font-size:12px;font-weight:600}.dr-doc-info span{color:#8a8f9c;font-size:10px}.dr-doc-badge{text-transform:capitalize;border-radius:5px;padding:2px 8px;font-size:9px;font-weight:700}.dr-doc-badge.verified{color:#16a34a;background:#22c55e14}.dr-doc-badge.pending{color:#d97706;background:#f59e0b14}.dr-doc-badge.expired{color:#dc2626;background:#ef444414}.dr-doc-row small{color:#a0a7b5;white-space:nowrap;font-size:10px}.dr-doc-row .cm-ra-btn{width:26px;height:26px;font-size:12px}.dr-perf-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dr-perf-card{background:#f8f9fc;border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.dr-perf-card span{color:#8a8f9c;font-size:10px;font-weight:500}.dr-perf-card strong{font-family:Sora,sans-serif;font-size:16px;font-weight:700}.dr-kyc-row{background:#f8f9fc;border:1px solid #edf2f7;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.dr-kyc-info{align-items:center;gap:10px;display:flex}.dr-kyc-info i{color:#6366f1;font-size:18px}.dr-kyc-info span{font-family:Sora,sans-serif;font-size:13px;font-weight:600}.dr-kyc-actions{align-items:center;gap:4px;display:flex}@media (width<=1100px){.backup-grid{grid-template-columns:1fr}.backup-stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.backup-header{flex-direction:column;align-items:flex-start}.backup-stats-row{grid-template-columns:1fr}.backup-table th,.backup-table td{padding:8px 6px;font-size:11px}}.cm-file-hidden{display:none}.cm-file-upload{cursor:pointer;background:#fafafa;border:2px dashed #d0d5dd;border-radius:14px;width:100%;padding:5px;transition:all .25s;display:block}.cm-file-upload:hover{background:#f5f7ff;border-color:#6366f1}.cm-file-content{align-items:center;gap:14px;display:flex}.cm-file-content i{color:#6366f1;font-size:15px}.cm-file-title{color:#111827;font-size:10px;font-weight:600;display:block}.cm-file-subtitle{color:#6b7280;margin:2px 0 0;font-size:13px}.wm-menu-wrap{display:inline-block;position:relative;overflow:visible}.wm-menu-icon{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wm-menu-icon:hover{background:#f3f4f6}.wm-action-menu{z-index:999999;background:#fff;border:1px solid #ececec;border-radius:10px;min-width:170px;padding:6px 0;position:absolute;top:38px;right:0;box-shadow:0 4px 14px #0000001f}.wm-action-item{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 14px;font-size:14px;display:flex}.wm-action-item:hover{background:#f5f7fa}.wm-action-item i{font-size:14px}.wh-ops-panel{color:#e5e7eb;background:linear-gradient(135deg,#0f172a,#111827);border-radius:16px;align-items:flex-start;padding:18px 18px 18px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000040}.wh-ops-panel__rail{background:linear-gradient(#22c55e,#0ea5e9);width:5px;position:absolute;top:0;bottom:0;left:0}.wh-ops-panel__icon{color:#38bdf8;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-left:8px;font-size:18px;display:flex}.wh-ops-panel__body{flex:1;padding:0 16px}.wh-ops-panel__header{letter-spacing:.3px;color:#fff;margin-bottom:10px;font-size:15px;font-weight:700}.wh-ops-panel__text ul{color:#cbd5e1;margin:0;padding-left:18px;font-size:13.5px;line-height:1.7}.wh-ops-panel__text li{margin-bottom:6px}.wh-ops-panel__status{letter-spacing:.5px;color:#0f172a;background:#22c55e;border-radius:999px;margin-left:6px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.wh-ops-panel__scanIcon{color:#22c55e;background:#22c55e26;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.permission-grid{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.permission-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.permission-item:hover{border-color:#2563eb}.permission-item input{cursor:pointer;margin:0}.permission-item:has(input:checked){background:#eff6ff;border-color:#2563eb}
