:root{--color-primary:#00a9ce;--color-primary-dark:#008ba8;--color-secondary:#6638b1;--color-secondary-dark:#112469;--color-background:#f4f6fa;--color-surface:#fff;--color-surface-sidebar:#1c1f26;--color-surface-hover:#444f61;--color-text-main:#1a1f2e;--color-text-muted:#6b7585;--color-text-light:#b8bcc6;--color-text-white:#fff;--color-danger:#ef4444;--color-danger-hover:#bc1f1f;--color-success:#10b3a3;--color-warning:#f59e0b;--sidebar-width:256px;--header-height:80px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-card:-8px -8px 16px #c9d9e82e, 8px 8px 16px #c9d9e88c}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-text-main);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-container{width:100%;min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background-color:var(--color-surface-sidebar);color:var(--color-text-white);z-index:40;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.main-wrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;display:flex}.top-header{height:var(--header-height);background-color:var(--color-surface);z-index:30;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.content-area{flex:1;padding:24px 32px}@media (width<=1023px){.sidebar{z-index:50;transition:transform .25s;transform:translate(-100%)}.sidebar-open{transform:translate(0)}.main-wrapper{margin-left:0}.top-header{height:64px;padding:0 16px}.content-area{padding:16px}}@media (width<=639px){.content-area{padding:12px}}.card{background-color:var(--color-surface);box-shadow:var(--shadow-card);border:1px solid #d7e4f1;border-radius:20px}._logoContainer_7mhnz_1{align-items:center;padding:24px;display:flex}._logoLink_7mhnz_7{background-color:#fff;border-radius:8px;padding:8px 12px;line-height:0;display:block}._duTechLogo_7mhnz_15{width:auto;max-width:132px;height:32px;display:block}._searchContainer_7mhnz_22{margin-bottom:24px;padding:0 16px}._searchBox_7mhnz_27{background-color:#1e293b;border-radius:8px;align-items:center;padding:8px 12px;display:flex;position:relative}._searchIcon_7mhnz_36{color:#94a3b8;margin-right:8px}._searchInput_7mhnz_41{color:#cbd5e1;background:0 0;border:none;outline:none;width:100%;font-size:14px}._searchInput_7mhnz_41::placeholder{color:#94a3b8}._navSection_7mhnz_54{flex:1;padding:0 16px 24px;overflow-y:auto}._navSection_7mhnz_54::-webkit-scrollbar{display:none}._navList_7mhnz_64{flex-direction:column;gap:12px;display:flex}._navItem_7mhnz_70{color:#cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;padding:8px;font-size:14px;transition:all .2s;display:flex}._navItem_7mhnz_70:hover{color:#fff}._navItem_7mhnz_70._active_7mhnz_85{background-color:var(--color-surface-hover);color:#fff}._navItemContent_7mhnz_90{align-items:center;gap:12px;display:flex}._navIcon_7mhnz_96{opacity:.8}._badge_7mhnz_100{color:#fff;background-color:#dc2626;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600}._settingsHeader_7mhnz_109{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:24px 0 12px;font-size:12px;font-weight:700}._leftSection_14kth_1{align-items:center;gap:12px;display:flex}._menuBtn_14kth_7{color:#374151;background-color:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:none}._menuBtn_14kth_7:hover{background-color:#e5e7eb}@media (width<=1023px){._menuBtn_14kth_7{display:flex}}._appLogo_14kth_29{width:auto;height:42px;display:block}@media (width<=639px){._appLogo_14kth_29{height:36px}}._rightSection_14kth_41{align-items:center;gap:24px;display:flex}@media (width<=639px){._rightSection_14kth_41{gap:12px}}._notificationBtn_14kth_53{color:#374151;background-color:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s;display:flex;position:relative}._notificationBtn_14kth_53:hover{background-color:#e5e7eb}._notificationBadge_14kth_70{color:#fff;background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:0}._userProfile_14kth_86{cursor:pointer;align-items:center;gap:16px;display:flex}._userInfo_14kth_93{text-align:right}@media (width<=639px){._userInfo_14kth_93{display:none}}._userName_14kth_103{color:#111827;font-size:14px;font-weight:700}._userRole_14kth_109{color:var(--color-success);font-size:12px;font-weight:700}._avatarContainer_14kth_115{position:relative}._avatar_14kth_115{color:#374151;letter-spacing:1px;background-color:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:700;display:flex}._statusDot_14kth_134{background-color:#22c55e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}._logoutBtn_14kth_145{color:#ef4444;cursor:pointer;background-color:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,color .2s;display:flex}._logoutBtn_14kth_145:hover{color:#fff;background-color:#ef4444}._backdrop_1g9dm_1{z-index:35;cursor:pointer;background-color:#00000073;border:none;display:none;position:fixed;inset:0}@media (width<=1023px){._backdrop_1g9dm_1{display:block}}._loginContainer_1hvkq_1{background-color:#fff;width:100%;height:100vh;max-height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}._imageSection_1hvkq_11{background-color:#0a1628;flex-shrink:0;width:60%;height:100%;display:none;position:relative;overflow:hidden}@media (width>=1024px){._imageSection_1hvkq_11{display:block}}._logoTopLeft_1hvkq_27{z-index:10;position:absolute;top:32px;left:32px}._unevLogo_1hvkq_34{width:auto;height:96px;display:block}._bgImage_1hvkq_40{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}._formSection_1hvkq_50{overscroll-behavior:contain;background:conic-gradient(from 5.12deg at -8.78% 126%,#effbf2 -301.61deg,#fdf7f4 1.09deg,#faf1f8 4.88deg,#f4f2fe 11.44deg,#ecf5fe 20.33deg,#ebf4fd 36.18deg,#effbf2 58.39deg,#fdf7f4 361.09deg);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:40px 24px;display:flex;overflow-y:auto}@media (width>=1024px){._formSection_1hvkq_50{width:40%}}@media (width<=639px){._formSection_1hvkq_50{padding:24px 16px}._formWrapper_1hvkq_85{max-width:100%}}._formWrapper_1hvkq_85{flex-direction:column;gap:32px;width:100%;max-width:360px;display:flex}._logoCenter_1hvkq_98{justify-content:center;margin-bottom:8px;display:flex}._duTechLogo_1hvkq_104{width:auto;max-width:100%;height:56px}._form_1hvkq_50{flex-direction:column;gap:24px;width:100%;display:flex}._inputGroup_1hvkq_117{width:100%;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:12px;position:relative}._input_1hvkq_117{color:#000;background:0 0;border:none;border-radius:12px;outline:none;width:100%;padding:32px 20px 12px;font-size:16px;font-weight:600;display:block}._label_1hvkq_138{color:#9ca3af;pointer-events:none;transform-origin:0 0;font-size:14px;font-weight:500;transition:all .3s;position:absolute;top:20px;left:20px;transform:translateY(-12px)scale(.8)}._input_1hvkq_117:placeholder-shown+._label_1hvkq_138{transform:translateY(0)scale(1)}._input_1hvkq_117:focus+._label_1hvkq_138{transform:translateY(-12px)scale(.8)}._eyeBtn_1hvkq_159{color:#000;cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}._eyeBtn_1hvkq_159:hover{color:#374151}._errorText_1hvkq_175{color:#ef4444;margin:-8px 0 0;font-size:14px}._formLinks_1hvkq_181{justify-content:space-between;align-items:center;gap:16px;display:flex}._firstTimeLink_1hvkq_188,._forgotLink_1hvkq_189{cursor:pointer;background:0 0;border:none;padding:0}._firstTimeLink_1hvkq_188{color:#110484;font-size:14px;font-weight:700}._firstTimeLink_1hvkq_188:hover{color:#0d0366}._forgotLink_1hvkq_189{color:#e03030;font-size:14px;font-weight:700}._forgotLink_1hvkq_189:hover{color:#bc1f1f}._loginBtn_1hvkq_216{color:#fff;letter-spacing:.5px;width:100%;height:52px;box-shadow:var(--shadow-md);cursor:pointer;background:linear-gradient(90deg,#112469 0%,#6638b1 32.69%,#00a9ce 100%);border:none;border-radius:12px;margin-top:8px;font-size:16px;font-weight:600;transition:opacity .2s}._loginBtn_1hvkq_216:hover:not(:disabled){opacity:.95}._loginBtn_1hvkq_216:disabled{opacity:.7;cursor:not-allowed}.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}}._dashboardContainer_7dqv0_1{flex-direction:column;gap:28px;display:flex}._header_7dqv0_7{flex-direction:column;display:flex}._title_7dqv0_12{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_7dqv0_19{color:#6b7585;margin-top:4px;font-size:14px}._metricsSection_7dqv0_25{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=640px){._metricsSection_7dqv0_25{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){._metricsSection_7dqv0_25{grid-template-columns:repeat(5,1fr)}}._metricCard_7dqv0_43{background:#f9f8f4;border:1px solid #d7e4f1;border-radius:24px;width:100%;height:100%;padding:16px;transition:transform .2s;box-shadow:inset 0 0 2px #b8cce0,inset -1px -1px #fff}._metricCard_7dqv0_43:hover{transform:translateY(-2px)}._cardInner_7dqv0_58{text-align:left;background:#fbfdfd;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:112px;padding:14px;display:flex;position:relative;box-shadow:-8px -8px 16px #c9d9e82e,8px 8px 16px #c9d9e8}@media (width>=640px){._cardInner_7dqv0_58{border-radius:24px;min-height:136px;padding:20px}}._cardTitle_7dqv0_79{color:#5f5b73;max-width:60%;font-size:13px;font-weight:600;line-height:1.2}._cardIconWrapper_7dqv0_87{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}@media (width>=1024px){._cardIconWrapper_7dqv0_87{width:44px;height:44px}}._cardValue_7dqv0_106{margin-top:20px;font-size:20px;font-weight:700}@media (width>=640px){._cardValue_7dqv0_106{margin-top:28px;font-size:24px}}._mapSection_7dqv0_119{background:#f9f8f4;border:1px solid #d7e4f1;border-radius:24px;padding:8px;box-shadow:inset 0 0 2px #b8cce0,inset -1px -1px #fff}._mapWrapper_7dqv0_127{border-radius:18px;height:66vh;position:relative;overflow:hidden;box-shadow:-8px -8px 16px #c9d9e82e,8px 8px 16px #c9d9e88c}._leafletMap_7dqv0_135{z-index:10;width:100%;height:100%}._mapSearchOverlay_7dqv0_141{z-index:20;flex-direction:column;gap:12px;display:flex;position:absolute;top:16px;left:16px}._mapSearchBox_7dqv0_151{box-shadow:var(--shadow-md);background-color:#fff;border-radius:24px;align-items:center;gap:8px;width:250px;padding:10px 16px;display:flex}._mapSearchIcon_7dqv0_162{color:#10b3a3}._mapSearchInput_7dqv0_166{border:none;outline:none;width:100%;font-size:14px}._mapPill_7dqv0_173{color:#fff;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#5f6b7ae6;border-radius:20px;align-self:flex-start;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}._fullScreenBtn_7dqv0_186{z-index:20;color:#fff;box-shadow:var(--shadow-md);background-color:#10b3a3;border-radius:24px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;top:16px;right:16px}._fullScreenBtn_7dqv0_186:hover{opacity:.9}._layerToggle_7dqv0_208{z-index:20;background-color:#fff;border-radius:24px;align-items:center;padding:4px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._layerBtn_7dqv0_221{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:6px 16px;font-size:11px;font-weight:600;transition:all .2s}._layerBtn_7dqv0_221:hover{color:#111827}._layerBtnActive_7dqv0_237{color:#fff;background-color:#10b3a3}._layerBtnActive_7dqv0_237:hover{color:#fff}@media (width<=1023px){._mapSearchOverlay_7dqv0_141{flex-direction:column;align-items:stretch;width:calc(100% - 32px);left:16px;right:16px}._mapSearchBox_7dqv0_151{width:100%}._fullScreenBtn_7dqv0_186{display:none}._layerToggle_7dqv0_208{flex-wrap:wrap;max-width:calc(100% - 32px)}}._waveOverlay_11qf5_1{border-radius:inherit;pointer-events:none;position:absolute;inset:0;overflow:hidden}._wave_11qf5_1{background:radial-gradient(#ffffff59 0%,#ffffff14 45%,#0000 70%);width:200%;height:200%;animation:2s ease-in-out infinite _waveMove_11qf5_1;position:absolute;bottom:-50%;left:-50%}@keyframes _waveMove_11qf5_1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(10%,-8%)rotate(3deg)}}._skeleton_1qhju_1{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite _shimmer_1qhju_1}._text_1qhju_8{width:100%;height:14px}._textSm_1qhju_13{width:60%;height:12px}._rect_1qhju_18{width:100%;height:100%;min-height:16px}._circle_1qhju_24{border-radius:50%;flex-shrink:0;width:44px;height:44px}@keyframes _shimmer_1qhju_1{0%{background-position:200% 0}to{background-position:-200% 0}}._metricCard_t70rr_1{background:#f9f8f4;border:1px solid #d7e4f1;border-radius:24px;width:100%;height:100%;padding:16px;transition:transform .2s;box-shadow:inset 0 0 2px #b8cce0,inset -1px -1px #fff}._metricCard_t70rr_1:hover{transform:translateY(-2px)}._cardInner_t70rr_16{text-align:left;background:#fbfdfd;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:112px;padding:14px;display:flex;position:relative;overflow:hidden;box-shadow:-8px -8px 16px #c9d9e82e,8px 8px 16px #c9d9e8}@media (width>=640px){._cardInner_t70rr_16{border-radius:24px;min-height:136px;padding:20px}}._cardTitle_t70rr_38{color:#5f5b73;max-width:60%;font-size:13px;font-weight:600;line-height:1.2}._cardIconWrapper_t70rr_46{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}@media (width>=1024px){._cardIconWrapper_t70rr_46{width:44px;height:44px}}._cardValue_t70rr_65{margin-top:20px;font-size:20px;font-weight:700}._skeletonIcon_t70rr_71{position:absolute;top:16px;right:16px}@media (width>=640px){._cardValue_t70rr_65{margin-top:28px;font-size:24px}}._valueSkeleton_t70rr_84{width:48px;height:24px;margin-top:4px}._analyticsContainer_unkg0_1{flex-direction:column;gap:24px;display:flex}._header_unkg0_7{flex-direction:column;display:flex}._title_unkg0_12{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_unkg0_19{color:#6b7585;margin-top:4px;font-size:14px}._metricsSection_unkg0_25{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=640px){._metricsSection_unkg0_25{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){._metricsSection_unkg0_25{grid-template-columns:repeat(5,1fr)}}._controlsBar_unkg0_43{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}._tabs_unkg0_52{background-color:#0000;display:flex}._tab_unkg0_52{color:#4b5563;background-color:#0000;border-radius:4px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}._activeTab_unkg0_67{color:#2563eb;background-color:#ebf1ff}._filters_unkg0_72{align-items:center;gap:12px;display:flex}._selectWrapper_unkg0_78{align-items:center;display:flex;position:relative}._select_unkg0_78{appearance:none;color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500;box-shadow:0 1px 2px #0000000d}._selectIcon_unkg0_98{color:#6b7280;pointer-events:none;position:absolute;right:12px}._mainGrid_unkg0_105{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=1024px){._mainGrid_unkg0_105{grid-template-columns:280px 250px 1fr}}._leftColumn_unkg0_117{flex-direction:column;gap:16px;display:flex}._statsCard_unkg0_123{border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex;position:relative;box-shadow:0 1px 3px #0000000d}._durationCard_unkg0_133{background-color:#f1effe}._dwellCard_unkg0_134{background-color:#e9f9f8}._ratioCard_unkg0_135{background-color:#ebf1ff}._statsIconWrapper_unkg0_137{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._statsLabel_unkg0_146{color:#4b5563;margin-top:4px;font-size:13px;font-weight:500}._statsValue_unkg0_153{color:#111827;font-size:20px;font-weight:700}._middleColumn_unkg0_159{flex-direction:column;display:flex}._turnoverCard_unkg0_164{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;height:100%;padding:24px}._turnoverTitle_unkg0_172{color:#64748b;margin-bottom:24px;font-size:16px;font-weight:700}._turnoverSection_unkg0_179{margin-bottom:32px}._turnoverSubtitle_unkg0_183{color:#94a3b8;letter-spacing:.5px;margin-bottom:16px;font-size:12px;font-weight:700}._locationList_unkg0_191{flex-direction:column;gap:12px;display:flex}._locationItem_unkg0_197{justify-content:space-between;align-items:center;display:flex}._locNameWrapper_unkg0_203{color:#4b5563;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}._dot_unkg0_212{border-radius:50%;width:8px;height:8px}._locCount_unkg0_218{font-size:14px;font-weight:600}._rightColumn_unkg0_223{flex-direction:column;display:flex}._chartCard_unkg0_228{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;height:100%;padding:24px;display:flex}._chartHeader_unkg0_238{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}._chartTabs_unkg0_245{gap:24px;display:flex}._chartTab_unkg0_245{color:#9ca3af;padding-bottom:4px;font-size:14px;font-weight:600}._activeChartTab_unkg0_257{color:#3b82f6}._liveStatusWrapper_unkg0_261{text-align:center;color:#4b5563;margin-bottom:24px;font-size:14px}._liveLabel_unkg0_268{color:#10b3a3;font-weight:600}._chartWrapper_unkg0_273{flex-direction:column;flex:1;min-height:250px;display:flex;position:relative}._chartDots_unkg0_281{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}._pagerDot_unkg0_289{background-color:#e5e7eb;border-radius:50%;width:8px;height:8px}._activePagerDot_unkg0_296{background-color:#10b3a3;border-radius:4px;width:16px}._chartSkeleton_unkg0_302{border-radius:12px;width:100%;height:100%;min-height:200px}@media (width<=1023px){._mainGrid_unkg0_105{grid-template-columns:1fr}._controlsBar_unkg0_43{flex-direction:column;align-items:stretch}._filters_unkg0_72{flex-wrap:wrap;width:100%}}._wrapper_s889v_1{background:#000;width:100%;height:100%;position:relative;overflow:hidden}._playerHost_s889v_9{width:100%;height:100%}._playerHost_s889v_9 canvas,._playerHost_s889v_9 video{object-fit:cover;width:100%!important;height:100%!important}._overlay_s889v_21{color:#ffffffd9;text-align:center;pointer-events:none;background:#000000b8;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:12px;display:flex;position:absolute;inset:0}._errorOverlay_s889v_37{background:#0f1219eb}._errorTitle_s889v_41{color:#fca5a5;font-weight:700}._errorDetail_s889v_46{color:#fff9;word-break:break-word;max-width:100%;font-size:11px}._spinner_s889v_53{border:2px solid #fff3;border-top-color:#60a5fa;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite _spin_s889v_53}@keyframes _spin_s889v_53{to{transform:rotate(360deg)}}._wrapper_18tbw_1{background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._videoElement_18tbw_12{object-fit:cover;width:100%;height:100%}._monitoringContainer_va8ma_1{flex-direction:column;gap:24px;display:flex}._header_va8ma_7{flex-direction:column;display:flex}._title_va8ma_12{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_va8ma_19{color:#6b7585;margin-top:4px;font-size:14px}._controlsBar_va8ma_25{background-color:#0000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}._filtersLeft_va8ma_34,._filtersRight_va8ma_34{align-items:center;gap:12px;display:flex}._selectWrapper_va8ma_40{align-items:center;display:flex;position:relative}._select_va8ma_40{appearance:none;color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500;box-shadow:0 1px 2px #0000000d}._selectIcon_va8ma_60{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_va8ma_67{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:200px;padding:8px 12px;display:flex;box-shadow:0 1px 2px #0000000d}._searchIcon_va8ma_78{color:#9ca3af;margin-right:8px}._searchInput_va8ma_83{color:#374151;border:none;outline:none;width:100%;font-size:14px}._statusBadge_va8ma_91{border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:600;display:flex;position:relative}._badgePurple_va8ma_102{color:#7c5cfc;background-color:#f1effe}._badgeGreen_va8ma_107{color:#10b3a3;background-color:#e9f9f8}._badgeRed_va8ma_112{color:#ef4444;background-color:#fee2e2}._strikeThrough_va8ma_117{background-color:#ef4444;width:16px;height:2px;position:absolute;top:50%;left:12px;transform:translateY(-50%)rotate(-45deg)}._fullScreenBtn_va8ma_127{color:#112469;background:#fff;border:1px solid #112469;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}._fullScreenBtn_va8ma_127:hover{color:#fff;background-color:#112469}._cameraGrid_va8ma_143{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=1024px){._cameraGrid_va8ma_143{grid-template-columns:1fr 1fr}}._cameraCard_va8ma_155{background-color:#0f1219;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}._videoWrapper_va8ma_164{aspect-ratio:16/9;background-color:#000;width:100%;position:relative}._videoPlayer_va8ma_171{width:100%;height:100%}._videoPlaceholder_va8ma_176{object-fit:cover;opacity:.8;width:100%;height:100%}._videoOverlaysTop_va8ma_183{align-items:center;gap:8px;display:flex;position:absolute;top:16px;left:16px;right:16px}._liveTag_va8ma_193{color:#fff;background-color:#ef4444;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:700;display:flex}._liveDot_va8ma_205{background-color:#fff;border-radius:50%;width:6px;height:6px}._onlineTag_va8ma_212{color:#fff;background-color:#10b3a3;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700}._expandBtn_va8ma_221{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;display:flex}._videoTimestamp_va8ma_234{color:#ffffffb3;font-family:monospace;font-size:12px;position:absolute;bottom:12px;left:16px}._cameraInfo_va8ma_243{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._cameraDetails_va8ma_250{flex-direction:column;display:flex}._cameraId_va8ma_255{color:#9ca3af;letter-spacing:1px;font-size:12px;font-weight:700}._cameraName_va8ma_262{color:#fff;margin-top:2px;font-size:16px;font-weight:700}._zoneDetails_va8ma_269{text-align:right;flex-direction:column;display:flex}._zoneLabel_va8ma_275{color:#60a5fa;font-size:12px;font-weight:700}._zoneName_va8ma_281{color:#9ca3af;margin-top:2px;font-size:12px}._cameraSkeleton_va8ma_287{border-radius:12px;width:100%;min-height:180px}@media (width<=639px){._fullScreenBtn_va8ma_127{width:100%}._filtersRight_va8ma_34{flex-wrap:wrap;width:100%}}._container_5mdku_1{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;min-height:260px;display:flex}._spinner_5mdku_11{background:conic-gradient(#6e4cf9,#00a9ce,#6e4cf9);border-radius:50%;width:48px;height:48px;animation:1.8s linear infinite _spin_5mdku_11;position:relative}._spinner_5mdku_11:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}@keyframes _spin_5mdku_11{to{transform:rotate(360deg)}}._tableContainer_1dzzv_1{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}._tableHeader_1dzzv_11{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._tableActionsLeft_1dzzv_19{gap:16px;display:flex}._iconBtn_1dzzv_24{color:#6b7280;transition:color .2s}._iconBtn_1dzzv_24:hover{color:#111827}._tableWrapper_1dzzv_33{overflow-x:auto}._table_1dzzv_1{border-collapse:collapse;width:100%;min-width:800px}._th_1dzzv_43{text-align:left;color:#111827;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:16px 20px;font-size:13px;font-weight:700}._thContent_1dzzv_53{align-items:center;gap:8px;display:flex}._sortIcons_1dzzv_59{color:#9ca3af;flex-direction:column;line-height:.5;display:flex}._sortIcon_1dzzv_59{height:10px}._td_1dzzv_70{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:16px 20px;font-size:14px}._tr_1dzzv_77:last-child ._td_1dzzv_70{border-bottom:none}._tr_1dzzv_77:hover ._td_1dzzv_70{background-color:#f9fafb}._checkboxCell_1dzzv_85{border-bottom:1px solid #e5e7eb;width:48px;padding:16px 20px}._checkbox_1dzzv_85{cursor:pointer;border:1px solid #d1d5db;border-radius:4px;width:16px;height:16px}._actionBtn_1dzzv_99{color:#6b7280;border-radius:4px;padding:4px}._actionBtn_1dzzv_99:hover{color:#111827;background-color:#f3f4f6}._pagination_1dzzv_110{border-top:1px solid #e5e7eb;justify-content:flex-start;align-items:center;gap:24px;padding:16px 20px;display:flex}._pageInfo_1dzzv_119{color:#6b7280;font-size:14px}._pageInfo_1dzzv_119 span{color:#111827;font-weight:700}._select_1dzzv_129{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:6px 32px 6px 12px;font-size:14px}._emptyCell_1dzzv_140{text-align:center;color:#6b7585;padding:32px 20px}@media (width<=639px){._pagination_1dzzv_110{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}._th_1dzzv_43,._td_1dzzv_70{padding:12px 16px}}._container_1378m_1{flex-direction:column;gap:24px;display:flex}._headerRow_1378m_7{justify-content:space-between;align-items:center;display:flex}._header_1378m_7{flex-direction:column;display:flex}._title_1378m_18{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_1378m_25{color:#6b7585;margin-top:4px;font-size:14px}._selectWrapper_1378m_31{align-items:center;display:flex;position:relative}._select_1378m_31{appearance:none;color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_1378m_50{color:#6b7280;pointer-events:none;position:absolute;right:12px}._advancedFilterCard_1378m_57{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000d}._filterTopRow_1378m_66{border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:16px 20px;display:flex}._filterBtnIcon_1378m_74{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtnIcon_1378m_74:hover{background-color:#f3f4f6}._searchBox_1378m_91{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_1378m_100{margin-right:8px}._searchInput_1378m_104{color:#374151;border:none;outline:none;width:100%;font-size:14px}._spacer_1378m_112{flex:1}._filterBuilder_1378m_116{flex-direction:column;gap:16px;padding:24px 20px;display:flex}._filterLabel_1378m_123{color:#111827;font-size:13px;font-weight:700}._conditionRow_1378m_129{align-items:center;gap:16px;display:flex}._valueInput_1378m_135{color:#374151;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:200px;padding:8px 16px;font-size:14px}._logicBtns_1378m_145{align-items:center;gap:8px;display:flex}._logicBtn_1378m_145{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600}._logicBtn_1378m_145:hover{background-color:#f9fafb}._filterActions_1378m_166{justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;display:flex}._resetBtn_1378m_174{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 24px;font-weight:600}._resetBtn_1378m_174:hover{background-color:#f9fafb}._applyFilterBtn_1378m_188{color:#fff;cursor:pointer;background-color:#7c3aed;border:none;border-radius:8px;padding:8px 24px;font-weight:600;transition:opacity .2s}._applyFilterBtn_1378m_188:hover{opacity:.9}._blueLink_1378m_203{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}._blueLink_1378m_203:hover{text-decoration:underline}._statusActive_1378m_217{color:#10b3a3;background-color:#e9f9f8;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusInactive_1378m_226{color:#6b7280;background-color:#f3f4f6;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._actionsCell_1378m_236{justify-content:center;display:flex;position:relative}._dotsBtn_1378m_242{color:#6b7280;cursor:pointer;letter-spacing:2px;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-weight:700}._dotsBtn_1378m_242:hover{color:#111827;background-color:#f3f4f6}._dropdownMenu_1378m_258{z-index:50;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:120px;padding:8px 0;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px #0000001a}._dropdownItem_1378m_271{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._dropdownItem_1378m_271:hover{background-color:#f3f4f6}._dropdownItemDanger_1378m_290{color:#ef4444}._dropdownIcon_1378m_294{color:inherit}@media (width<=1023px){._cardWrapper_1378m_300{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_1378m_305,._filtersRight_1378m_306{flex-wrap:wrap;width:100%}._searchBox_1378m_91{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_1378m_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_1378m_325{justify-content:center;width:100%}._cardWrapper_1378m_300{flex:100%;width:100%}}._overlay_w3j8n_1{z-index:9999;background-color:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_w3j8n_12{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._header_w3j8n_23{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._title_w3j8n_31{color:#111827;font-size:18px;font-weight:700}._closeBtn_w3j8n_37{color:#6b7280;border-radius:4px;padding:4px;transition:all .2s}._closeBtn_w3j8n_37:hover{color:#111827;background-color:#f3f4f6}._content_w3j8n_49{padding:24px;overflow-y:auto}@media (width<=639px){._overlay_w3j8n_1{padding:12px}._header_w3j8n_23,._content_w3j8n_49{padding:16px}}._alertsContainer_o2d2t_1{flex-direction:column;gap:24px;display:flex}._header_o2d2t_7{flex-direction:column;display:flex}._title_o2d2t_12{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_o2d2t_19{color:#6b7585;margin-top:4px;font-size:14px}._metricsSection_o2d2t_25{flex-wrap:wrap;gap:16px;display:flex}._cardWrapper_o2d2t_31{width:280px;max-width:100%}._cardWrapper_o2d2t_31:nth-child(2)>button>div{background-color:#fff0f0}._cardWrapper_o2d2t_31:nth-child(3)>button>div{background-color:#f0f4ff}._controlsBar_o2d2t_46{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._filtersLeft_o2d2t_59,._filtersRight_o2d2t_59{align-items:center;gap:12px;display:flex}._filterBtn_o2d2t_65{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtn_o2d2t_65:hover{background-color:#f3f4f6}._selectWrapper_o2d2t_81{align-items:center;display:flex;position:relative}._select_o2d2t_81{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_o2d2t_99{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_o2d2t_106{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_o2d2t_115{margin-right:8px}._searchInput_o2d2t_119{color:#374151;border:none;outline:none;width:100%;font-size:14px}._alertTitleText_o2d2t_127{color:#2563eb;font-weight:600}._priorityHigh_o2d2t_132{color:#fff;background-color:#f97316;border-radius:4px;padding:4px 16px;font-size:12px;font-weight:600}._priorityNormal_o2d2t_141{color:#fff;background-color:#10b3a3;border-radius:4px;padding:4px 16px;font-size:12px;font-weight:600}._priorityMedium_o2d2t_150{color:#fff;background-color:#f59e0b;border-radius:4px;padding:4px 16px;font-size:12px;font-weight:600}._priorityLow_o2d2t_159{color:#fff;background-color:#6b7280;border-radius:4px;padding:4px 16px;font-size:12px;font-weight:600}._statusActive_o2d2t_168{color:#ef4444;font-weight:600}._statusAcknowledged_o2d2t_173{color:#10b3a3;font-weight:600}._headerRow_o2d2t_178{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._errorText_o2d2t_186{color:#ef4444;margin-top:8px}._resultCount_o2d2t_191{color:#6b7585;margin:-8px 0 0;font-size:13px}@media (width<=1023px){._cardWrapper_o2d2t_31{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_o2d2t_59,._filtersRight_o2d2t_59{flex-wrap:wrap;width:100%}._searchBox_o2d2t_106{flex:1;width:auto;min-width:0}}@media (width<=639px){._cardWrapper_o2d2t_31{flex:100%;width:100%}._selectWrapper_o2d2t_81{flex:1;min-width:140px}._select_o2d2t_81{width:100%}}._container_16zfn_1{flex-direction:column;gap:16px;display:flex}._registrationCard_16zfn_7{background-color:#f0f4ff;border:1px solid #d6e0ff;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}._regInfo_16zfn_17{flex-direction:column;display:flex}._regLabel_16zfn_22{color:#6b7280;letter-spacing:.5px;font-size:12px;font-weight:700}._regValue_16zfn_29{color:#111827;margin-top:4px;font-size:20px;font-weight:700}._timelineBtn_16zfn_36{color:#fff;background-color:#4f46e5;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:opacity .2s}._timelineBtn_16zfn_36:hover{opacity:.9}._imageWrapper_16zfn_50{border:1px solid #e5e7eb;border-radius:12px;width:100%;height:300px;position:relative;overflow:hidden}._vehicleImage_16zfn_59{object-fit:cover;width:100%;height:100%}._boundingWrapper_16zfn_65{flex-direction:column;align-items:center;display:flex;position:absolute;top:55%;left:45%;transform:translate(-50%,-50%)}._boundingBox_16zfn_75{background-color:#ef44441a;border:2px solid #ef4444;width:60px;height:24px}._plateOverlay_16zfn_82{color:#fff;background-color:#1a1f2e;border-radius:2px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:700}._zoomHint_16zfn_92{color:#6b7280;text-align:left;font-size:12px}._infoGrid_16zfn_98{grid-template-columns:1fr 1fr;gap:16px;display:grid}._infoCard_16zfn_104{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._infoHeader_16zfn_111{color:#6b7280;align-items:center;gap:8px;margin-bottom:12px;display:flex}._infoIcon_16zfn_119{color:#9ca3af}._infoLabel_16zfn_123{letter-spacing:.5px;font-size:12px;font-weight:700}._infoValue_16zfn_129{color:#111827;font-size:15px;font-weight:700}@media (width<=639px){._registrationCard_16zfn_7{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}._infoGrid_16zfn_98{grid-template-columns:1fr}._imageWrapper_16zfn_50{height:220px}}._doubleImageContainer_16zfn_152{gap:16px;width:100%;height:250px;display:flex}._halfImageWrapper_16zfn_159{border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}._imageLabel_16zfn_169{color:#fff;z-index:10;background-color:#000000b3;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;top:8px;left:8px}._container_1y1za_1{flex-direction:column;gap:32px;display:flex}._backBtn_1y1za_7{color:#4f46e5;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;padding:0;font-size:16px;font-weight:600;display:flex}._backBtn_1y1za_7:hover{text-decoration:underline}._timelineWrapper_1y1za_25{flex-direction:column;gap:32px;padding-left:20px;display:flex;position:relative}._timelineLine_1y1za_33{z-index:1;background-color:#e5e7eb;width:2px;position:absolute;top:16px;bottom:16px;left:31px}._timelineEvent_1y1za_43{z-index:2;align-items:center;gap:24px;display:flex;position:relative}._dotOccupiedWrapper_1y1za_51{background-color:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}._dotOccupied_1y1za_51{background-color:#10b3a3;border-radius:50%;width:12px;height:12px}._dotDepartedWrapper_1y1za_69{background-color:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}._dotDeparted_1y1za_69{background-color:#ef4444;border-radius:50%;width:12px;height:12px}._eventCardOccupied_1y1za_87{background-color:#f0fdf4;border:1px solid #dcfce7;border-radius:12px;flex:1;padding:24px}._eventCardDeparted_1y1za_95{background-color:#fef2f2;border:1px solid #fee2e2;border-radius:12px;flex:1;padding:24px}._eventLabel_1y1za_103{color:#111827;margin-bottom:8px;font-size:16px;font-weight:700}._eventTimeOccupied_1y1za_110{color:#059669;font-size:14px}._eventTimeDeparted_1y1za_115{color:#dc2626;font-size:14px}._detectionsContainer_1k6rp_1{flex-direction:column;gap:24px;display:flex}._headerRow_1k6rp_7{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}._header_1k6rp_7{flex-direction:column;display:flex}._title_1k6rp_20{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_1k6rp_27{color:#6b7585;margin-top:4px;font-size:14px}._selectWrapper_1k6rp_33{align-items:center;display:flex;position:relative}._select_1k6rp_33{appearance:none;color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_1k6rp_52{color:#6b7280;pointer-events:none;position:absolute;right:12px}._advancedFilterCard_1k6rp_59{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000d}._filterTopRow_1k6rp_68{border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:16px 20px;display:flex}._closeFilterBtn_1k6rp_76{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}._searchBox_1k6rp_87{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_1k6rp_96{margin-right:8px}._searchInput_1k6rp_100{color:#374151;border:none;outline:none;width:100%;font-size:14px}._spacer_1k6rp_108{flex:1}._allSitesText_1k6rp_112{color:#4b5563;margin-right:8px;font-size:14px}._filterBuilder_1k6rp_118{flex-direction:column;gap:16px;padding:24px 20px;display:flex}._filterLabel_1k6rp_125{color:#111827;font-size:13px;font-weight:700}._conditionRow_1k6rp_131{align-items:center;gap:16px;display:flex}._valueInput_1k6rp_137{color:#374151;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:200px;padding:8px 16px;font-size:14px}._logicBtns_1k6rp_147{align-items:center;gap:8px;display:flex}._logicBtn_1k6rp_147{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600}._logicBtn_1k6rp_147:hover{background-color:#f9fafb}._logicBtnActive_1k6rp_168{color:#5b21b6;background-color:#ede9fe;border-color:#7c3aed}._filterActions_1k6rp_174{justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;display:flex}._resetBtn_1k6rp_182{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 24px;font-weight:600}._resetBtn_1k6rp_182:hover{background-color:#f9fafb}._applyFilterBtn_1k6rp_196{color:#fff;cursor:pointer;background-color:#7c3aed;border:none;border-radius:8px;padding:8px 24px;font-weight:600;transition:opacity .2s}._applyFilterBtn_1k6rp_196:hover{opacity:.9}._plateLink_1k6rp_211{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}._plateLink_1k6rp_211:hover{text-decoration:underline}._actionsCell_1k6rp_226{justify-content:center;display:flex;position:relative}._dotsBtn_1k6rp_232{color:#6b7280;cursor:pointer;letter-spacing:2px;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-weight:700}._dotsBtn_1k6rp_232:hover{color:#111827;background-color:#f3f4f6}._dropdownMenu_1k6rp_248{z-index:50;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:120px;padding:8px 0;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px #0000001a}._dropdownItem_1k6rp_261{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._dropdownItem_1k6rp_261:hover{background-color:#f3f4f6}._dropdownItemDanger_1k6rp_280{color:#ef4444}._dropdownIcon_1k6rp_284{color:inherit}._resultCount_1k6rp_288{color:#6b7585;margin:-8px 0 0;font-size:13px}._errorText_1k6rp_294{color:#ef4444;margin-top:8px}@media (width<=1023px){._headerRow_1k6rp_7{flex-direction:column;align-items:stretch}._filterTopRow_1k6rp_68,._conditionRow_1k6rp_131{flex-wrap:wrap}._searchBox_1k6rp_87{flex:100%;width:100%}._spacer_1k6rp_108{display:none}._allSitesText_1k6rp_112{width:100%}._valueInput_1k6rp_137{flex:100%;width:100%}._selectWrapper_1k6rp_33{flex:1;min-width:140px}._select_1k6rp_33{width:100%}}@media (width<=639px){._conditionRow_1k6rp_131{flex-direction:column;align-items:stretch}._filterActions_1k6rp_174{flex-direction:column}._resetBtn_1k6rp_182,._applyFilterBtn_1k6rp_196{width:100%}}._parkingContainer_afuee_1{flex-direction:column;gap:24px;display:flex}._header_afuee_7{flex-direction:column;display:flex}._title_afuee_12{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_afuee_19{color:#6b7585;margin-top:4px;font-size:14px}._metricsSection_afuee_25{flex-wrap:wrap;gap:16px;display:flex}._cardWrapper_afuee_31{width:250px;max-width:100%}._cardWrapper_afuee_31:nth-child(2)>button>div{background-color:#f0f4ff}._cardWrapper_afuee_31:nth-child(3)>button>div{background-color:#e9f9f8}._cardWrapper_afuee_31:nth-child(4)>button>div{background-color:#fff0f0}._controlsBar_afuee_51{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._filtersLeft_afuee_64,._filtersRight_afuee_64{align-items:center;gap:12px;display:flex}._filterBtn_afuee_70{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtn_afuee_70:hover{background-color:#f3f4f6}._selectWrapper_afuee_86{align-items:center;display:flex;position:relative}._select_afuee_86{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_afuee_104{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_afuee_111{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_afuee_120{margin-right:8px}._searchInput_afuee_124{color:#374151;border:none;outline:none;width:100%;font-size:14px}._siteText_afuee_132{color:#2563eb;font-weight:600}@media (width<=1023px){._cardWrapper_afuee_31{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_afuee_64,._filtersRight_afuee_64{flex-wrap:wrap;width:100%}._searchBox_afuee_111{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_afuee_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_afuee_164{justify-content:center;width:100%}._cardWrapper_afuee_31{flex:100%;width:100%}}._occupancyContainer_k65fw_1{color:#fff;flex-direction:column;gap:24px;padding:0;display:flex}._filterHeader_k65fw_9{background-color:#111827;border:1px solid #1e293b;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 24px;display:flex}._selectWrapper_k65fw_20{align-items:center;display:flex;position:relative}._select_k65fw_20{appearance:none;color:#f8fafc;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;padding:10px 36px 10px 16px;font-size:14px}._select_k65fw_20:disabled{opacity:.6;cursor:not-allowed}._selectIcon_k65fw_43{color:#94a3b8;pointer-events:none;position:absolute;right:12px}._searchBox_k65fw_50{background-color:#1e293b;border:1px solid #334155;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:200px;padding:10px 16px;display:flex}._searchIcon_k65fw_62{color:#94a3b8}._searchInput_k65fw_66{color:#f8fafc;background:0 0;border:none;outline:none;width:100%;font-size:14px}._searchInput_k65fw_66:disabled{opacity:.6;cursor:not-allowed}._searchInput_k65fw_66::placeholder{color:#64748b}._datePickerWrapper_k65fw_84{position:relative}._dateInput_k65fw_88{color:#f8fafc;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;padding:10px 16px;font-size:14px}._dateInput_k65fw_88::-webkit-calendar-picker-indicator{filter:invert()}._applyBtn_k65fw_103{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:background-color .2s}._applyBtn_k65fw_103:hover{background-color:#2563eb}._refreshBtn_k65fw_119{color:#f8fafc;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;justify-content:center;align-items:center;padding:10px;transition:background-color .2s;display:flex}._refreshBtn_k65fw_119:hover{background-color:#334155}._bayCard_k65fw_136{background:linear-gradient(#111827 0%,#0f172a 100%);border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}._cardHeader_k65fw_146{align-items:center;gap:12px;display:flex}._dot_k65fw_152{background-color:#06b6d4;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #06b6d4}._cardTitle_k65fw_161{margin:0;font-size:18px;font-weight:500}._timelineSection_k65fw_167{margin-top:8px}._timelineTrack_k65fw_171{background-color:#1e293b;border-radius:6px;height:12px;margin-bottom:12px;display:flex;overflow:hidden}._segment_k65fw_180{height:100%}._segment_k65fw_180._gray_k65fw_184{background-color:#475569}._segment_k65fw_180._green_k65fw_188{background-color:#10b981}._segment_k65fw_180._red_k65fw_192{background-color:#ef4444}._timeMarkers_k65fw_196{color:#94a3b8;justify-content:space-between;padding:0 4px;font-family:monospace;font-size:12px;display:flex}._marker_k65fw_205{flex-direction:column;align-items:center;gap:4px;display:flex}._markerLine_k65fw_212{background-color:#475569;width:1px;height:6px}._legendContainer_k65fw_218{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;display:flex}._legendItem_k65fw_226{color:#cbd5e1;background-color:#1e293b;border:1px solid #334155;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}._legendItem_k65fw_226._currentOccupied_k65fw_238{color:#fca5a5;background-color:#ef44441a;border-color:#ef444433}._legendDot_k65fw_244{border-radius:50%;width:8px;height:8px}._legendDot_k65fw_244._red_k65fw_192{background-color:#ef4444}._legendDot_k65fw_244._green_k65fw_188{background-color:#10b981}._legendDot_k65fw_244._gray_k65fw_184{background-color:#475569}._titleSkeleton_k65fw_262{width:180px;margin-bottom:16px}._timelineSkeleton_k65fw_267{border-radius:8px;height:48px}._tooltip_k65fw_272{z-index:1000;pointer-events:none;background-color:#0f172a;border:1px solid #334155;border-radius:8px;flex-direction:column;gap:8px;min-width:150px;padding:8px;display:flex;position:fixed;box-shadow:0 10px 25px -5px #00000080}._tooltipHeader_k65fw_287{justify-content:space-between;align-items:center;display:flex}._tooltipTime_k65fw_293{color:#fff;font-size:14px;font-weight:600}._tooltipStatus_k65fw_299{border:1px solid #0000;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:500}._tooltipStatus_k65fw_299._green_k65fw_188{color:#10b981;background-color:#10b9811a;border-color:#10b9814d}._tooltipStatus_k65fw_299._red_k65fw_192{color:#ef4444;background-color:#ef44441a;border-color:#ef44444d}._tooltipImage_k65fw_319{object-fit:cover;border-radius:4px;width:200px;height:auto}._tooltipNoImage_k65fw_326{color:#94a3b8;background-color:#1e293b;border-radius:4px;justify-content:center;align-items:center;width:200px;height:112px;font-size:12px;display:flex}@media (width<=639px){._bayCard_k65fw_136{padding:16px}._legendContainer_k65fw_218{flex-wrap:wrap;gap:8px}}._container_10xqd_1{flex-direction:column;gap:24px;display:flex}._header_10xqd_7{justify-content:space-between;align-items:center;display:flex}._headerLeft_10xqd_13{flex-direction:column;display:flex}._title_10xqd_18{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_10xqd_25{color:#6b7585;margin-top:4px;font-size:14px}._addBtn_10xqd_31{color:#fff;background-color:#112469;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}._addBtn_10xqd_31:hover{opacity:.9}._metricsSection_10xqd_48{flex-wrap:wrap;gap:16px;display:flex}._cardWrapper_10xqd_54{width:250px;max-width:100%}._controlsBar_10xqd_59{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._filtersLeft_10xqd_72{align-items:center;gap:12px;display:flex}._filterBtn_10xqd_78{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtn_10xqd_78:hover{background-color:#f3f4f6}._selectWrapper_10xqd_94{align-items:center;display:flex;position:relative}._select_10xqd_94{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_10xqd_112{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_10xqd_119{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_10xqd_128{margin-right:8px}._searchInput_10xqd_132{color:#374151;border:none;outline:none;width:100%;font-size:14px}._roleTag_10xqd_140{color:#2563eb;background-color:#f0f4ff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusActive_10xqd_149{color:#10b3a3;background-color:#e9f9f8;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusInactive_10xqd_158{color:#6b7280;background-color:#f3f4f6;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}@media (width<=1023px){._cardWrapper_10xqd_54{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_10xqd_72,._filtersRight_10xqd_175{flex-wrap:wrap;width:100%}._searchBox_10xqd_119{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_10xqd_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_10xqd_31{justify-content:center;width:100%}._cardWrapper_10xqd_54{flex:100%;width:100%}}._modalOverlay_10xqd_205{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_10xqd_216{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:400px;display:flex;box-shadow:0 10px 25px #0000001a}._modalHeader_10xqd_226{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}._modalTitle_10xqd_234{color:#1a1f2e;margin:0;font-size:18px;font-weight:600}._closeBtn_10xqd_241{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px}._closeBtn_10xqd_241:hover{color:#1a1f2e}._modalBody_10xqd_253{flex-direction:column;gap:16px;padding:20px;display:flex}._formGroup_10xqd_260{flex-direction:column;gap:6px;display:flex}._formLabel_10xqd_266{color:#4b5563;font-size:13px;font-weight:500}._formInput_10xqd_272,._formSelect_10xqd_272{color:#1a1f2e;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}._formInput_10xqd_272:focus,._formSelect_10xqd_272:focus{border-color:#4e80ee}._modalFooter_10xqd_287{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}._cancelBtn_10xqd_295{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500}._cancelBtn_10xqd_295:hover{background-color:#f3f4f6}._saveBtn_10xqd_310{color:#fff;cursor:pointer;background-color:#112469;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500}._saveBtn_10xqd_310:hover{opacity:.9}._container_1fn2b_1{flex-direction:column;gap:24px;display:flex}._header_1fn2b_7{justify-content:space-between;align-items:center;display:flex}._headerLeft_1fn2b_13{flex-direction:column;display:flex}._title_1fn2b_18{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_1fn2b_25{color:#6b7585;margin-top:4px;font-size:14px}._addBtn_1fn2b_31{color:#fff;background-color:#112469;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}._addBtn_1fn2b_31:hover{opacity:.9}._metricsSection_1fn2b_48{flex-wrap:wrap;gap:16px;display:flex}._cardWrapper_1fn2b_54{width:250px;max-width:100%}._controlsBar_1fn2b_59{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._filtersLeft_1fn2b_72{align-items:center;gap:12px;display:flex}._filterBtn_1fn2b_78{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtn_1fn2b_78:hover{background-color:#f3f4f6}._selectWrapper_1fn2b_94{align-items:center;display:flex;position:relative}._select_1fn2b_94{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_1fn2b_112{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_1fn2b_119{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_1fn2b_128{margin-right:8px}._searchInput_1fn2b_132{color:#374151;border:none;outline:none;width:100%;font-size:14px}._roleTag_1fn2b_140{color:#2563eb;background-color:#f0f4ff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusActive_1fn2b_149{color:#10b3a3;background-color:#e9f9f8;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusInactive_1fn2b_158{color:#6b7280;background-color:#f3f4f6;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}@media (width<=1023px){._cardWrapper_1fn2b_54{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_1fn2b_72,._filtersRight_1fn2b_175{flex-wrap:wrap;width:100%}._searchBox_1fn2b_119{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_1fn2b_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_1fn2b_31{justify-content:center;width:100%}._cardWrapper_1fn2b_54{flex:100%;width:100%}}._modalOverlay_1fn2b_205{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_1fn2b_216{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:400px;display:flex;box-shadow:0 10px 25px #0000001a}._modalHeader_1fn2b_226{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}._modalTitle_1fn2b_234{color:#1a1f2e;margin:0;font-size:18px;font-weight:600}._closeBtn_1fn2b_241{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px}._closeBtn_1fn2b_241:hover{color:#1a1f2e}._modalBody_1fn2b_253{flex-direction:column;gap:16px;padding:20px;display:flex}._formGroup_1fn2b_260{flex-direction:column;gap:6px;display:flex}._formLabel_1fn2b_266{color:#4b5563;font-size:13px;font-weight:500}._formInput_1fn2b_272,._formSelect_1fn2b_272{color:#1a1f2e;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}._formInput_1fn2b_272:focus,._formSelect_1fn2b_272:focus{border-color:#4e80ee}._modalFooter_1fn2b_287{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}._cancelBtn_1fn2b_295{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500}._cancelBtn_1fn2b_295:hover{background-color:#f3f4f6}._saveBtn_1fn2b_310{color:#fff;cursor:pointer;background-color:#112469;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500}._saveBtn_1fn2b_310:hover{opacity:.9}@media (width<=1023px){._cardWrapper_tq53g_54{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_tq53g_72,._filtersRight_tq53g_175{flex-wrap:wrap;width:100%}._searchBox_tq53g_119{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_tq53g_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_tq53g_31{justify-content:center;width:100%}._cardWrapper_tq53g_54{flex:100%;width:100%}}@media (width<=1023px){._cardWrapper_tq53g_54{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_tq53g_72,._filtersRight_tq53g_175{flex-wrap:wrap;width:100%}._searchBox_tq53g_119{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_tq53g_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_tq53g_31{justify-content:center;width:100%}._cardWrapper_tq53g_54{flex:100%;width:100%}}._container_tq53g_1{flex-direction:column;gap:24px;display:flex}._header_tq53g_7{justify-content:space-between;align-items:center;display:flex}._headerLeft_tq53g_13{flex-direction:column;display:flex}._title_tq53g_18{color:#1a1f2e;font-size:22px;font-weight:700;line-height:1.2}._subtitle_tq53g_25{color:#6b7585;margin-top:4px;font-size:14px}._addBtn_tq53g_31{color:#fff;background-color:#112469;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}._addBtn_tq53g_31:hover{opacity:.9}._metricsSection_tq53g_48{flex-wrap:wrap;gap:16px;display:flex}._cardWrapper_tq53g_54{width:250px;max-width:100%}._controlsBar_tq53g_59{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._filtersLeft_tq53g_72{align-items:center;gap:12px;display:flex}._filterBtn_tq53g_78{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}._filterBtn_tq53g_78:hover{background-color:#f3f4f6}._selectWrapper_tq53g_94{align-items:center;display:flex;position:relative}._select_tq53g_94{appearance:none;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;padding:8px 36px 8px 16px;font-size:14px;font-weight:500}._selectIcon_tq53g_112{color:#6b7280;pointer-events:none;position:absolute;right:12px}._searchBox_tq53g_119{border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:250px;padding:8px 12px;display:flex}._searchIcon_tq53g_128{margin-right:8px}._searchInput_tq53g_132{color:#374151;border:none;outline:none;width:100%;font-size:14px}._roleTag_tq53g_140{color:#2563eb;background-color:#f0f4ff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusActive_tq53g_149{color:#10b3a3;background-color:#e9f9f8;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}._statusInactive_tq53g_158{color:#6b7280;background-color:#f3f4f6;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}@media (width<=1023px){._cardWrapper_tq53g_54{flex:calc(50% - 8px);width:calc(50% - 8px)}._filtersLeft_tq53g_72,._filtersRight_tq53g_175{flex-wrap:wrap;width:100%}._searchBox_tq53g_119{flex:1;width:auto;min-width:0}}@media (width<=639px){._header_tq53g_7{flex-direction:column;align-items:stretch;gap:12px}._addBtn_tq53g_31{justify-content:center;width:100%}._cardWrapper_tq53g_54{flex:100%;width:100%}}
