body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.login-title{font-family:"serif";font-size:2rem;letter-spacing:.1em;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;max-width:300px;width:80%}.login-input{background-color:initial;border:1px solid #aaa;border-radius:4px;color:#fff;margin-bottom:1rem;outline:none;padding:.75rem}.login-input::placeholder{color:#aaa}.login-button{background-color:#222;border:none;border-radius:4px;color:#b49eff;cursor:pointer;padding:.75rem;transition:background-color .2s}.login-button:hover{background-color:#444}.login-logo{margin-bottom:1rem;width:300px}.login-footer{color:#888;font-size:.8rem;margin-top:2rem;text-align:center}.search-container{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:2rem}.search-container h1{margin-bottom:2rem}.search-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:1000px;width:100%}.search-form button,.search-form input,.search-form select,.search-form textarea{background-color:initial;border:1px solid #555;border-radius:4px;color:#fff;font-size:.9rem;padding:.5rem 1rem}.search-form input::placeholder,.search-form textarea::placeholder{color:#888}.search-form button{background-color:#222;cursor:pointer;transition:background-color .2s}.search-form button:hover{background-color:#444}.search-form textarea{min-height:2rem;resize:vertical}.time-range-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.time-range-buttons button{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;transition:background-color .2s}.time-range-buttons button:hover{background-color:#444}.time-range-buttons button.active{background-color:#666;border-color:#999}.custom-date-range{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.custom-date-range label{color:#aaa;font-size:.9rem}.custom-date-range input[type=date],.custom-date-range input[type=datetime-local]{background-color:initial;border:1px solid #555;border-radius:4px;color:#fff;font-size:.9rem;padding:.3rem .5rem}.custom-date-range button{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;transition:background-color .2s}.custom-date-range button:hover{background-color:#444}.search-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.axon-filters-box{border:1px solid #555;border-radius:4px;display:inline-block;margin:1rem auto;padding:.5rem 1rem;text-align:left}.axon-title{color:#fff;display:block;font-size:.95rem;margin-bottom:.3rem;text-align:center}.axon-checkboxes{color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.axon-checkboxes div{align-items:center;display:flex;gap:.3rem}.agency-section{color:#fff;margin:.5rem 0;width:100%}.agency-header{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;margin:.3rem 0}.agency-header h4{align-items:center;cursor:pointer;display:flex;gap:.3rem;margin:0}.agency-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.3rem}.agency-item{align-items:center;display:flex;gap:.3rem}.agency-header img{display:inline-block;vertical-align:bottom}.search-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;width:100%}.search-actions button.search-btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;flex:3 1;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .2s}.search-actions button.search-btn:hover{background-color:#444}.search-actions button.clear-btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .2s}.search-actions button.clear-btn:hover{background-color:#444}.agency-grid{grid-gap:1.2rem 2rem;align-items:start;gap:1.2rem 2rem;grid-template-columns:repeat(3,1fr)}.loading-modal{align-items:center;background:#000000d9;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{background:#000;border-radius:16px;box-shadow:0 0 30px #fff9;color:#fff;padding:24px;text-align:center}.loading-content p{font-size:16px;margin-top:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:36px;margin:0 auto;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.search-results-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.results-table{background-color:#111;border-collapse:collapse;width:100%}.results-table td,.results-table th{border:none;padding:.5rem;text-align:center}.results-table th{background-color:#222;border-bottom:1px solid #444;color:#fff}.results-table tr{border-bottom:1px solid #444;transition:background-color .3s,filter .3s}.results-table tr:hover{background-color:#333;filter:brightness(1.2)}.results-table td{color:#eee}.results-table img{border:none;border-radius:4px}.dropdown-menu,select{background-color:#111!important;border:1px solid #444;color:#fff!important}.dropdown-item,select option{background-color:#111;color:#fff}.dropdown-item:focus,.dropdown-item:hover{background-color:#333;color:#fff}.tab-buttons{display:flex;gap:10px;margin-bottom:1rem}.tab-buttons button{background-color:#333;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:8px 16px;transition:all .2s ease-in-out}.tab-buttons button:hover{background-color:#444;box-shadow:0 0 8px #fff3}.tab-buttons button.active{background-color:#000;border-color:#fff;box-shadow:0 0 10px #ffffff4d}.tab-buttons button.disabled,.tab-buttons button:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}button.disabled{background-color:#333;color:#aaa;cursor:not-allowed}.refine-button{background-color:#333;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:8px 16px;transition:all .2s ease-in-out}.refine-button:hover{background-color:#444;box-shadow:0 0 8px #fff3}.refine-button.disabled{box-shadow:none;color:#aaa;cursor:not-allowed;opacity:.5}.agency-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.modal-img-full-wrap{align-items:center;display:flex;justify-content:center;width:100%}.modal-img-full{border-radius:4px;height:auto;margin-bottom:6px;max-height:52vh;object-fit:contain}.centered-plate-container{margin-bottom:10px;text-align:center}.plate-inline-img{background-color:#000;border-radius:4px;cursor:zoom-in;margin:0 auto 4px;max-height:60px;min-width:120px;object-fit:cover}.plate-text{font-size:1.1rem;font-weight:700;white-space:nowrap}.modal-details-grid{grid-gap:.5rem 1rem;gap:.5rem 1rem;margin:0 auto;padding:.5rem 0}.modal-details-grid,.modal-details-grid .left-col,.modal-details-grid .left-col div,.modal-details-grid .right-col,.modal-details-grid .right-col div{font-size:1.1rem!important;line-height:1.5}.modal-details-grid .left-col{text-align:left}.modal-details-grid .right-col{text-align:right}.result-logo-img{height:40px;max-width:120px;object-fit:contain;width:auto}.axis-logo-large{height:auto!important;width:80px!important}.modal-map{flex-shrink:0;margin:6px 0;min-height:280px;position:relative}.modal-map .leaflet-container{background:#111;height:100%!important;width:100%!important}.map-link button{font-size:1rem}.modal-actions-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:8px 4px 0}.action-btn{background-color:#222;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:6px 12px;transition:background .2s ease}.action-btn:hover{background-color:#444}.left-btn{align-self:flex-start}.right-btn{align-self:flex-end}.close-btn{z-index:10}.fullscreen-overlay{background:#000000e6;z-index:9999}.fullscreen-image-container{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.fullscreen-img{object-fit:contain}.fullscreen-overlay .close-btn{background:#0009;border-radius:4px;font-size:2rem;padding:4px 8px;position:absolute;right:16px;top:12px}body.modal-open{overflow:hidden}@media (max-width:700px){.modal-details-grid{grid-template-columns:1fr;text-align:left}.modal-details-grid .right-col{text-align:left}}.hotlist-modal-overlay{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.hotlist-modal{background:#111;border:1px solid #fff;border-radius:10px;box-shadow:0 0 10px #0009;color:#fff;font-size:.95rem;max-width:500px;padding:24px;position:relative;width:90%}.hotlist-modal *,.hotlist-modal :after,.hotlist-modal :before{box-sizing:border-box}.hotlist-modal .close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:14px;top:12px}.hotlist-modal h4{border-bottom:1px solid #666;font-size:1.15rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.hotlist-modal .form-group{margin-bottom:18px}.hotlist-modal label{color:#ccc;display:block;font-weight:500;margin-bottom:8px}.hotlist-modal .custom-input,.hotlist-modal input,.hotlist-modal select{background-color:#1a1a1a;border:1px solid #444;border-radius:6px;color:#fff;font-size:.95rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.hotlist-modal .custom-input::placeholder,.hotlist-modal input::placeholder{color:#999}.hotlist-modal .custom-input:focus,.hotlist-modal input:focus,.hotlist-modal select:focus{border-color:#888;outline:none}.error-text{color:#f66;font-size:.95rem;font-weight:500;margin-bottom:12px}.button-wrapper{display:flex;justify-content:center;margin-top:6px}.hotlist-modal .hotlist-save-btn{background-color:#007bff;border:none;border-radius:6px;box-shadow:0 2px 6px #007bff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 28px;text-align:center;transition:background-color .2s ease,box-shadow .2s ease}.hotlist-modal .hotlist-save-btn:hover{background-color:#0056b3;box-shadow:0 4px 10px #007bff66}textarea.custom-input{background-color:#111;border:1px solid #555;border-radius:4px;color:#fff;padding:10px;resize:vertical;width:100%}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;height:30px;margin-left:5px;margin-top:5px;text-align:center;width:30px}.marker-cluster span{line-height:30px}.leaflet-marker-icon.white-marker{filter:brightness(10) saturate(0)}.leaflet-popup-content-wrapper{background-color:#000;border:2px solid #fff;border-radius:10px;box-shadow:0 0 10px #ffffff4d;color:#fff;font-family:sans-serif;padding:0}.leaflet-popup-tip{background-color:#000;border:2px solid #fff}.leaflet-popup-content{margin:0;padding:12px}.popup-logo{display:block;margin:4px auto 12px;width:110px}.popup-vehicle-img{border-radius:6px;margin-bottom:12px;width:100%}.popup-meta-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.popup-metadata{color:#fff;flex:1 1;font-size:14px;line-height:1.5;text-align:left}.popup-metadata strong{color:#fff}.popup-source-logo{align-items:flex-start;display:flex;flex-shrink:0;justify-content:flex-end}.popup-source-logo img{height:auto;max-width:80px}.leaflet-popup-close-button{color:#fff;font-size:20px}.map-results-view .leaflet-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#000!important}.map-results-view .leaflet-tile{background-color:#000!important;border:0!important;filter:brightness(2) contrast(1.2);image-rendering:pixelated}.map-results-view .leaflet-container img.leaflet-tile{box-shadow:none!important;outline:none!important}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid #0000;border-top:5px solid #0000;box-sizing:initial;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;-webkit-user-select:none;user-select:none;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid #0000;border-right:5px solid #0000;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.custom-modal-content{max-height:90%;max-width:90%;overflow:auto}.custom-close-button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:12px;top:8px;z-index:10000}.custom-close-button:hover{color:#f55}.navbar{background-color:#000;color:#fff;padding:.5rem 1rem}.navbar-container{justify-content:space-between}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none}.navbar-logo img{margin-right:.5rem}.navbar-links{display:flex;gap:1rem}.nav-link{color:#fff;font-size:.9rem;padding:.25rem .5rem;text-decoration:none;transition:background-color .2s}.nav-link:hover{background-color:#ffffff1a;border-radius:4px}.logout-button{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;transition:background-color .2s}.logout-button:hover{background-color:#ffffff1a;border-radius:4px}.alerts-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.push-toggle-container{align-items:center}.button-group,.push-toggle-container{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.button-group{flex-wrap:wrap}.button,.view-alerts-btn{background-color:#000;border:1px solid #555;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s,color .2s}.button:hover,.view-alerts-btn:hover{background-color:#333;color:#fff}.cards-container{display:flex;gap:1rem;margin-top:1rem;overflow-x:auto;padding:1.5rem 0}.alert-card{background-color:#1c1c1c;border:1px solid #fff;border-radius:8px;box-shadow:0 4px 8px #0006;color:#fff;display:flex;flex-direction:column;flex-shrink:0;margin-top:8px;min-width:250px;overflow:hidden;transition:transform .2s,box-shadow .2s;width:250px}.alert-card:hover{box-shadow:0 0 12px 3px #fff6;transform:scale(1.03)}.alert-card.selected{border:2px solid #fff;box-shadow:0 0 14px 4px #fff9;transform:scale(1.03);z-index:1}.alert-card img{background-color:#000;border-bottom:1px solid #333;height:140px;object-fit:contain;padding:8px;width:100%}.alert-card .card-body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:12px;text-align:center}.alert-card .card-title{font-size:1.25rem;font-weight:700;margin-bottom:8px}.alert-card .card-text{font-size:.85rem;margin-bottom:.5rem}.view-alerts-btn{margin-top:.5rem}.switch{display:inline-block;height:24px;position:relative;width:46px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#555;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.slider:before,input:checked+.slider{background-color:#fff}input:checked+.slider:before{transform:translateX(22px)}.rekor-banner{background-color:#0d6efd;border-bottom:1px solid #ffffff26;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.06em;padding:4px 8px;text-align:center;text-transform:uppercase}.alert-history-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.alert-table-container{margin-top:2rem}.alert-table{border-collapse:collapse;width:100%}.alert-table td,.alert-table th{border:1px solid #555;padding:.5rem;text-align:center}.alert-table th{background-color:#111;font-weight:700}.alert-table td{background-color:#1c1c1c}.alert-table tr:hover td{background-color:#333}.button{background-color:#000;border:1px solid #555;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s,color .2s}.button:hover{background-color:#333;color:#fff}.custom-modal-overlay{overflow-y:auto;padding:1rem}.custom-modal-content{align-items:center;background-color:#1a1a1a;border:1px solid #555;border-radius:0;max-width:700px;padding:20px;width:100%}.modal-img{background-color:#000;border-radius:0;height:auto;max-height:300px;object-fit:contain}.modal-details,.modal-img{margin-bottom:20px;width:100%}.modal-details{font-size:1rem;text-align:left}.close-btn{font-size:2rem;right:15px;top:10px;z-index:1}.modal-map{border:1px solid #555;border-radius:0;height:250px}.map-link,.modal-map{margin-bottom:10px}.map-link a{color:#fff;font-weight:700;text-decoration:underline}.map-link a:hover{color:#ccc}@media (max-width:600px){.modal-details{font-size:.95rem}.modal-img{max-height:200px}.modal-map{height:200px}}.custom-modal-overlay{align-items:center;background-color:#000000d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.custom-modal-content{align-items:stretch;background:#000;border:1px solid #fff;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow-y:auto;padding:12px;position:relative;width:90%}.modal-image-wrapper-full{aspect-ratio:16/9;background:#000;border-radius:4px;margin-bottom:4px;overflow:hidden;position:relative;width:100%}.modal-img-full{background-color:#000;cursor:zoom-in;display:block;height:100%;object-fit:cover;width:100%}.modal-details-toggle-wrapper{position:relative;width:100%}.toggle-arrow{background:none;border:none;color:#fff;cursor:pointer;font-size:1.6rem;position:absolute;right:-4px;top:-2px;-webkit-user-select:none;user-select:none;z-index:10}.modal-details-grid{grid-gap:.75rem 1.5rem;align-self:stretch;display:grid;font-size:clamp(.85rem,1vw,1rem);gap:.75rem 1.5rem;grid-template-columns:1fr 1fr;line-height:1.4;margin:0;padding:1rem 0;text-align:left;width:100%}.modal-details-grid>div{padding:4px}@media (max-width:700px){.modal-details-grid{grid-template-columns:1fr}}.address-logo-grid{align-items:center;display:flex;gap:1rem;grid-column:1/span 2;justify-content:space-between}.address-text{flex:1 1;line-height:1.2}.source-icon{align-items:center;display:flex;justify-content:flex-end}.logo-img{height:24px;max-width:80px;width:auto}.swipe-notes-panel{background:#111;border-radius:8px;color:#fff;font-size:clamp(.85rem,1vw,1rem);line-height:1.4;max-height:250px;overflow-y:auto;padding:1rem;position:relative}.notes-box{background-color:#000;color:#ccc;font-family:monospace;margin-top:.5rem;padding:4px;white-space:pre-wrap}.modal-map{border:1px solid #fff;border-radius:4px;height:280px;margin:4px 0;width:100%}.map-link{margin:2px 0;text-align:center}.map-link button{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;text-decoration:underline}.map-link button:hover{color:#ccc}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.8rem;position:absolute;right:12px;top:8px}.fullscreen-overlay{align-items:center;background-color:#000000f2;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.fullscreen-image-container{aspect-ratio:16/9;max-width:1600px;position:relative;width:95vw}.fullscreen-img{background:#000;border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.modal-map.leaflet-container{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;transform:none!important}.modal-map .leaflet-container{transform:none!important}.inline-form button,.inline-form input,.inline-form select{background-color:initial;border:1px solid #555;border-radius:4px;color:#fff;font-size:.9rem;padding:.5rem}.inline-form button{background-color:#222;cursor:pointer;transition:background-color .2s}.inline-form button:hover{background-color:#444}.bulk-upload-controls a.btn,.bulk-upload-controls button{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.bulk-upload-controls a.btn:hover,.bulk-upload-controls button:hover{background-color:#444}.table .btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;margin-right:.3rem;padding:.3rem .6rem;transition:background-color .2s}.table .btn:hover{background-color:#444}body,html{color:#fff}.container,body,html{background-color:#000}.container{align-items:center;display:flex;flex-direction:column;font-family:Helvetica,Arial,sans-serif;min-height:100vh;padding:2rem}.form-section h4,h2{margin-bottom:1rem}.form-section h4{color:#fff;font-size:1.1rem;margin-top:0;text-align:center}.form-section{border:1px solid #555;border-radius:4px;margin-bottom:1rem;max-width:1000px;padding:1rem;width:100%}.inline-form{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;width:100%}#delete-axon-btn,.bulk-upload-controls a.btn,.bulk-upload-controls input[type=file],.inline-form button,.inline-form input,.inline-form select{align-items:center;background-color:initial;border:1px solid #555;border-radius:4px;color:#fff;display:flex;font-size:.9rem;height:2.2rem;padding:.5rem 1rem}#delete-axon-btn,.agency-list button,.bulk-upload-controls a.btn,.bulk-upload-controls button,.inline-form button,.table .btn{align-items:center;background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;margin-left:.3rem;padding:.3rem .6rem;text-decoration:none;transition:background-color .2s}#delete-axon-btn:hover,.agency-list button:hover,.bulk-upload-controls a.btn:hover,.bulk-upload-controls button:hover,.inline-form button:hover,.table .btn:hover{background-color:#444}.bulk-upload-controls{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;max-width:1000px;width:100%}#bulk-upload-file{flex:1 1}.table{border-collapse:collapse;margin-top:1rem;width:100%}.table td,.table th{border:1px solid #555;padding:.5rem 1rem;text-align:left}.table th{background-color:#222}.table tr:nth-child(2n){background-color:#111}.table tr:nth-child(odd){background-color:#000}ul{list-style:none;padding:0}ul li{align-items:center;border-bottom:1px solid #555;display:flex;justify-content:space-between;padding:.3rem 0}ul li button{margin-left:.5rem}button.btn{align-items:center!important;background-color:#222!important;border:1px solid #555!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:.85rem!important;margin-left:.3rem!important;padding:.3rem .6rem!important;text-decoration:none!important;transition:background-color .2s!important}button.btn:hover{background-color:#444!important}.owner-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.owner-container h2{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.add-user-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.add-user-form input,.add-user-form select{background-color:#000;border:1px solid #555;border-radius:4px;box-sizing:border-box;color:#fff;flex:1 1 150px;font-size:.9rem;min-width:150px;padding:.5rem 1rem}.add-user-form input::placeholder{color:#888}.add-user-form button.add-user-btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.add-user-form button.add-user-btn:hover{background-color:#444}.rekor-camera-table,.user-table{border-collapse:collapse;margin-top:1rem;width:100%}.rekor-camera-table td,.rekor-camera-table th,.user-table td,.user-table th{border:1px solid #555;font-size:.9rem;padding:.5rem .8rem;text-align:left}.rekor-camera-table th,.user-table th{background-color:#222;color:#fff}.rekor-camera-table td,.user-table td{background-color:#111;color:#ddd}.rekor-camera-table tr:hover,.user-table tr:hover{background-color:#222}.rekor-camera-table button.save-btn,.user-table button.reset-btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:background-color .2s}.rekor-camera-table button.save-btn:hover,.user-table button.reset-btn:hover{background-color:#444}.rekor-camera-table input[type=checkbox],.rekor-camera-table input[type=number],.rekor-camera-table input[type=text]{background-color:#000;border:1px solid #555;border-radius:4px;box-sizing:border-box;color:#fff;font-size:.9rem;padding:.4rem .6rem;width:100%}.container.mt-5{text-align:center}.container.mt-5 h2{margin-bottom:1rem}.container.mt-5 p{color:#888;font-size:.95rem}body,html{border:none;margin:0;padding:0}.owner-container:after,.owner-container:before{border:none!important;box-shadow:none!important;content:none!important}.rekor-camera-btn{background-color:#222;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.rekor-camera-btn:hover{background-color:#444}.change-password-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem;text-align:center}.change-password-form{display:flex;flex-direction:column;gap:1rem;margin:2rem auto;max-width:400px}.change-password-form input{background-color:#000}.change-password-form button,.change-password-form input{border:1px solid #555;border-radius:4px;color:#fff;padding:.5rem 1rem}.change-password-form button{background-color:#222;cursor:pointer;transition:background-color .2s}.change-password-form button:hover{background-color:#444}.password-requirements{margin-left:auto;margin-right:auto;margin-top:2rem;max-width:400px;text-align:left}.legal-container{background-color:#000;color:#fff;font-family:Helvetica Neue,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.legal-container h1{border-bottom:1px solid #444;font-size:2rem;margin-bottom:1rem;padding-bottom:.5rem}.legal-container h2{border-left:4px solid #999;color:#fff;font-size:1.2rem;margin-bottom:.5rem;margin-top:1.5rem;padding-left:.75rem}.legal-container p{color:#ddd;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.legal-container a{color:#fff;text-decoration:underline}.legal-container a:hover{color:#ccc}.legal-container .nav-tabs{border-bottom:1px solid #444}.legal-container .nav-tabs .nav-link{background-color:initial;border:none;color:#aaa}.legal-container .nav-tabs .nav-link.active{border-bottom:2px solid #fff;color:#fff}.legal-container .mt-4{margin-top:1.5rem}.legal-container .mt-3{margin-top:1rem}.legal-container{text-align:left!important}a{color:#fff;text-decoration:none}a:hover{color:#ccc;text-decoration:underline}.nav-tabs{border-bottom:1px solid #444}.nav-tabs .nav-link{background-color:initial;border:none;color:#aaa;text-decoration:none}.nav-tabs .nav-link.active{border-bottom:2px solid #fff;color:#fff;text-decoration:none}.container{text-align:center}h2,h4{border-bottom:1px solid #888;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}img.group-image{border:1px solid #444;border-radius:6px;margin-bottom:1rem;max-height:250px;object-fit:cover;width:auto}.section{margin-bottom:2.5rem}.section p{margin-bottom:.5rem}.metadata-label{color:#ccc;display:block;font-weight:600;margin-bottom:.25rem}ul{display:table;list-style-type:none;margin:0 auto;padding-left:0;text-align:left}li{color:#ddd;margin-bottom:.5rem}.text-muted{color:#aaa}.no-content{color:#777;font-style:italic}.edit-button{display:inline-block;margin-top:2rem}.edit-button,.edit-button:hover{text-decoration:none}.container{color:#fff;padding-top:2rem}h2{border-bottom:1px solid #888;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.section-title{border-bottom:none;color:#fff;font-weight:600;margin-bottom:1rem;margin-top:2rem;padding-bottom:0;text-align:center}.section-divider{border-top:1px solid #fff;margin:2rem 0;opacity:.4}.col-form-label,.form-input-label,.form-label{color:#ccc;display:block;font-weight:600;margin-bottom:.25rem;text-align:left}.form-control,.form-select{font-size:.95rem;padding:8px 12px}.form-control::placeholder{color:#777}.form-control:focus,.form-select:focus{background-color:#111;border-color:#888;box-shadow:none;color:#fff}.group-preview-image{border:1px solid #555;border-radius:8px;margin-top:.5rem;max-height:150px}.upload-group-row{display:flex;flex-wrap:wrap;justify-content:space-between}.member-scroll-box{background-color:#0c0c0c;margin-bottom:1rem;max-height:300px;padding:10px}.collapsible-agency{color:#ddd;font-weight:600;transition:color .2s ease}.collapsible-agency:hover{color:#fff}.add-plate-field{margin-bottom:1rem}.add-plate-field .form-control,.add-plate-field .form-select{width:100%}.upload-button-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.edit-button{background-color:#000;border:1px solid #fff;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;text-transform:uppercase;transition:background-color .2s ease,box-shadow .2s ease}.edit-button:hover{background-color:#fff;box-shadow:0 0 8px 2px #fff6;color:#000}.edit-button input[type=file]{display:none}.remove-button{background-color:initial;border:1px solid #aaa;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;margin-left:0;padding:2px 10px;transition:all .2s ease}.remove-button:hover{background-color:#fff;color:#000}.form-check-input[type=radio]{-webkit-appearance:none;appearance:none;background-color:initial;border:2px solid #fff;border-radius:50%;cursor:pointer;height:1rem;margin-right:6px;margin-top:.1rem;width:1rem}.form-check-input[type=radio]:checked{background-color:#fff;box-shadow:inset 0 0 0 2px #000}.form-check-input[type=radio]:focus{box-shadow:0 0 0 2px #888;outline:none}@media (max-width:768px){.col-sm-2{margin-bottom:.5rem;text-align:left}.col-sm-10{width:100%}}.action-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem;margin-top:3rem}.form-label.fw-bold{display:block;margin-bottom:1rem;margin-top:2rem;text-align:center}.plate-list{list-style:none;margin:0;padding-left:0}.plate-list li{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:.5rem 0}.plate-label{font-size:1rem}.plate-actions{align-items:center;display:flex;gap:.5rem}.plate-edit-button{background-color:#000;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:2px 10px;text-transform:none;transition:all .2s ease}.plate-edit-button:hover{background-color:#fff;color:#000}.edit-plate-buttons{display:flex;gap:1rem;margin-bottom:1rem;margin-top:1.5rem}.edit-plate-cancel,.edit-plate-save{border:1px solid #fff;border-radius:6px;cursor:pointer;font-size:.85rem;padding:8px 18px!important;transition:all .2s ease}.edit-plate-save{background-color:#000;color:#fff}.edit-plate-save:hover{background-color:#fff;color:#000}.edit-plate-cancel{background-color:initial;border-color:#aaa;color:#fff}.edit-plate-cancel:hover{background-color:#fff;color:#000}.edit-alerts-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.edit-alerts-container h2{font-weight:700;margin-bottom:2rem;text-align:center}.success-popup{animation:fadeOut 3s forwards;background-color:#000;border:2px solid #fff;border-radius:6px;box-shadow:0 0 10px #fff;color:#fff;font-weight:700;left:50%;opacity:1;padding:1rem 2rem;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:9999}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{display:none;opacity:0}}.table-responsive{margin-top:1rem}.table{background-color:#1c1c1c;border:1px solid #444;color:#fff}.table td,.table th{text-align:center;vertical-align:middle}.table th{background-color:#111;color:#fff;font-weight:700}input[type=checkbox]{transform:scale(1.2)}.save-button-container{margin-top:2rem;text-align:center}.save-button{background-color:#000;border:1px solid #555;border-radius:0;color:#fff;cursor:pointer;display:block;font-weight:700;margin:0 auto;max-width:600px;padding:.75rem 1rem;transition:background-color .2s,color .2s;width:100%}.save-button:hover{background-color:#333;color:#fff}.no-users-message{margin-top:2rem;text-align:center}.create-group-container{background-color:#000;border-radius:8px;color:#fff;margin:0 auto;max-width:1000px;padding:2rem}.create-group-container h2{font-weight:700;margin-bottom:2rem;text-align:center}.row.align-items-center{align-items:center;display:flex;margin-bottom:1.5rem}.col-form-label,.row.align-items-center label{font-weight:700;margin-bottom:.5rem;min-width:150px}.row.align-items-center .form-control{background-color:#111;border:1px solid #555;color:#fff}.group-section-divider{background-color:#fff;height:1px;margin:2rem 0}.member-scroll-box{background-color:#111;border:1px solid #555;border-radius:6px;margin-bottom:3rem;max-height:400px;overflow-y:auto;padding:1rem}.collapsible-agency{cursor:pointer;font-weight:700;margin-bottom:.5rem;margin-top:.5rem}.button-row{display:flex;gap:3rem;justify-content:center;margin-bottom:2rem;margin-top:0}.cancel-group-button,.create-group-button{background-color:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff;font-weight:700;min-width:160px;padding:.6rem 2.2rem;text-align:center;transition:background-color .3s ease,box-shadow .3s ease}.cancel-group-button:hover,.create-group-button:hover{background-color:#444;box-shadow:0 0 6px #fff}.rekor-card{background-color:#111;border:1px solid #555;border-radius:6px;padding:1rem 1.25rem}.text-muted{color:#aaa!important}.form-check-input{background-color:#111;border:1px solid #777}.form-check-input:focus{border-color:#aaa;box-shadow:none}.form-check-input:checked{background-color:#fff;border-color:#fff}.form-switch .form-check-input{background-color:#222;border-color:#777;height:1.4rem;width:2.75rem}.form-switch .form-check-input:checked{background-color:#fff;border-color:#fff}.form-control,.form-select{background-color:#111;border:1px solid #555;color:#fff}.form-control::placeholder{color:#888}.rekor-card .row.g-2>[class^=col-],.rekor-card .row.g-3>[class^=col-]{padding-bottom:.15rem;padding-top:.15rem}.rekor-card .form-control{box-sizing:border-box;max-width:100%;width:100%}.rekor-textarea{min-height:120px;resize:vertical}.form-check-input:disabled+.form-check-label,.form-control:disabled{cursor:not-allowed;opacity:.65}.form-control:focus{border-color:#aaa;box-shadow:0 0 0 2px #ffffff26;outline:none}.rekor-card:last-of-type{margin-bottom:1.5rem}.audit-log-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.audit-log-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.filter-controls label{font-size:1rem}.filter-controls input[type=datetime-local],.filter-controls input[type=text]{background-color:#111;border:1px solid #555;border-radius:4px;color:#fff;font-size:1rem;min-width:200px;padding:.5rem}.filter-controls button{background-color:#333;border:1px solid #555;border-radius:4px;color:#eee;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:all .2s ease-in-out}.filter-controls button:hover{background-color:#eee;color:#000}.audit-log-table{background-color:#111;border:1px solid #333;border-collapse:collapse;width:100%}.audit-log-table td,.audit-log-table th{border:1px solid #333;font-size:.95rem;padding:.75rem;text-align:left;vertical-align:top;word-break:break-word}.audit-log-table thead{background-color:#222;font-weight:700}.audit-log-table tbody tr:hover{background-color:#1e1e1e}.pagination-controls{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.pagination-controls button{background-color:#333;border:1px solid #555;border-radius:4px;color:#eee;cursor:pointer;font-size:1rem;padding:.4rem 1rem;transition:all .2s ease-in-out}.pagination-controls button:hover{background-color:#eee;color:#000}.pagination-controls button:disabled{cursor:not-allowed;opacity:.4}.pagination-controls span{color:#fff;font-size:1rem}.rekor-camera-container{background-color:#000;color:#fff;min-height:100vh;padding:2rem}.rekor-camera-table{border-collapse:collapse;width:100%}.rekor-camera-table td,.rekor-camera-table th{border:1px solid #444;padding:.5rem;text-align:center}.rekor-camera-table input{background-color:#111;border:1px solid #555;border-radius:4px;color:#fff;padding:.25rem;width:100%}.rekor-camera-table button{background-color:#333;border:1px solid #666;border-radius:4px;color:#fff;cursor:pointer;padding:.25rem .75rem}.rekor-camera-table button:disabled{background-color:#222;cursor:not-allowed}.subscription-layout{display:flex;flex-direction:column;gap:1.5rem}.subscription-main{flex:2 1;min-width:0;order:1}.subscription-cart{align-self:flex-start;flex:1 1;order:2}@media (max-width:991.98px){.subscription-cart .card{position:static;top:auto}}@media (min-width:992px){.subscription-layout{align-items:flex-start;column-gap:1.5rem;flex-direction:row}.subscription-main{flex:1 1 auto;min-width:0;position:relative;z-index:2}.subscription-cart{flex:0 0 340px;max-width:380px;position:relative;z-index:1}.subscription-cart .card{position:-webkit-sticky;position:sticky;top:1rem;z-index:0}}.plan-toggle .btn-group{display:inline-flex!important;flex-wrap:nowrap!important}.plan-toggle .btn{display:inline-flex!important;width:auto!important}.inline-actions{display:inline-flex!important;flex-wrap:nowrap;gap:.5rem}.inline-actions .btn{display:inline-flex!important;flex:0 0 auto;width:auto!important}.plan-toggle .btn.active{background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important;color:#fff!important}.form-label-spacer{height:2rem}@media (max-width:575.98px){.form-label-spacer{height:.5rem}}.subscription-section{background-color:#ffffff08;border:1px solid #ffffff38;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.subscription-section .card-title{border-bottom:1px solid #ffffff2e;font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem}.subscription-section .row{--bs-gutter-y:1rem}.subscription-section .fw-semibold{margin-bottom:.25rem}.subscription-section .table-responsive,.subscription-section table{margin-top:.75rem}.subscription-section .table button{pointer-events:auto!important;position:relative!important;z-index:2!important}.subscription-section .table button,.subscription-section .table-responsive,.subscription-section table,.subscription-section tbody,.subscription-section td,.subscription-section tr{pointer-events:auto!important;position:relative;z-index:3}.subscription-section:after,.subscription-section:before{pointer-events:none!important}.current-user-grid{grid-row-gap:1.25rem;grid-column-gap:0;column-gap:0;display:grid;grid-template-columns:1fr;row-gap:1.25rem;text-align:center}.current-user-item .fw-semibold{display:block;margin-bottom:.5rem}@media (min-width:768px){.current-user-grid{column-gap:1.25rem;grid-template-columns:repeat(4,1fr);row-gap:1.25rem}}.subscription-section .card-title{border-bottom:1px solid #fff3;color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.subscription-section .list-group-item{padding-bottom:1rem;padding-top:1rem}.subscription-section .list-group-item strong{display:block;font-size:1.05rem;margin-bottom:.4rem}.subscription-section .list-group-item .small{display:block;line-height:1.45;opacity:.8}.subscription-section .list-group-item+.list-group-item{margin-top:.25rem}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-clip:padding-box;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAeCAYAAACWuCNnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAG7AAABuwBHnU4NQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbvSURBVHic7dtdbBxXFQfw/9nZ3SRKwAP7UFFUQOoHqGnUoEAoNghX9tyxVcpD1X0J+WgiUQmpfUB5ACSgG1qJIKASqBIUIauqAbWseIlqb+bOWHVR6y0FKZBEqdIUQROIREGRx3FFvR/38ODZst3a3nE8Ywfv+T2t7hzdM3fle/bOnWtACCGEEEIIIYQQQgghhBBCCCGEEEIIIcRa0EbfgBDdFItFKwzDAa3175LuWylVAvBIR/MxrXUp6Vxx9dp4VyObVEdKKW591lonXgiVUg6AHzPzk9ls9meVSmUh6RzXkz179uQKhcIgM+8CACI6U6vVnp+enm6knXt4ePiuTCbzWQAwxlSDIHg57ZwroDAMnwKwz3XdBzzPG08hxzsTNprQG2lTjtd13WFmfghAP4A+AJcATFiW9YNKpfL3uP0kUliiX4SG1pqUUpx0wXJd9/PMXAGwPWq6yMyPz8/P/7xarf4nyVwt7QV4JWkU52i8YwBu6bh0wRhzJAiCF5POCQCDg4N2Pp//NYDRjkuTxph9QRCESeYrFov5ubm5R5n5AIAPtV1aYOb7BgYGTpZKJeO67lFmPsbM9/i+/8Ja8y6zylhOYquPXhsvAJRKpczMzMwTAIaJ6LFGo+HNzs5eKRQKNxPRAWb+CoAjWuvn4vS35skWFasxAAdbbUlOYqVUPwAPwI4lLr8J4KeWZT1eqVTmksoZ5d2QghUVKx/AlmVCFph5yPf9l5LMCwBKqUksFqszRHQcAJj5GwB2MfOE7/tfTDKf4zjHiejrAE4CuNhqZ+bf2rY9FYbhGBH92/O8o47j3Oj7/uUk86+3XhsvACilHmPmgW3btn3pxIkTVzuvj4yMfNoY85wxZiQIglPd+lvTZIuq5xiAQwCe6evr218ul5tr6bNd9GiiAbyvS+hFrfVHk8oLbEzBih4Dz+G9K6t3IaLXFhYWdib5eBh911UA8wBu1lq/CQBDQ0M3WJb1OoAdRPQZz/NeSSqnUuofAKpa6/vb26MfwacA7AdwFcCdWuu/JpU3yl1C91VHoquNXhvvyMjIx4wxr1iWtbNSqfxruTjHcR4AcMj3/bu79XnNe1hpFyvHcXYT0QS6FysASHR1tVEKhcIguhQrAGDm23K53BcATCWV27KsAWYGgPOtYgUAU1NT/1RKnQewxxjzOQCJFSwANwI4297QtmLfD+AtZr43m83OJ5iz3bGU+l1OT43XGFNk5mdXKlYAYNv2eBiG31dK3aS1vrRSbOZabqRYLFppFisAIKJxAB+MGf56krk30O64gZlMJnZsHMxsoo8fHxoauqHVHn3+BAAQUaxV57Xq2F54i5nvIaJXm81mYoX5etID491JRH/sFlQul5tEdMoYc3u32FUXrLYvObViBQDM/MQqwi8knX8jEJHpHrXIGJNo8WDm1spph2VZgeu6+5RSX7YsK8D/Xnb8Psmcnebm5h7G4uS9ysxutOH8VQC70sy7UTb7eImImTnWlgkzUyaT6fr3v6qC1fGL8EytVjuQRrECANu2fwHg1TixzPyXNO5hvTHz6VWE/znJ3L7vzxBRa9PzDmb+FYBfArgjajvd39+f9vGGKwACZh5te6mwmc8KburxMvO5TCbzqW5xxWLRArDbsqyu8z32HtZSxSrNM0Hlcrnpum6JmZ+NEb4pHglrtdrz+Xz+AoBbu4Ser9fra37d3YEBfBvAkq+XmfmbpVIp9grwWnie9zSAp9PMcT3Z7OPNZrO/aTQaf1BKfbd9X7RTGIaHmPlcnPNYsVZYSikOw7AB4CAzj/f19e1fjwOMnueVEeMxJJfLbYqCNT093TDGHAGw0qHYBQBH0vj+Pc+bYOb3HFRk5nHf9yeTzgfgMhF9uEvMTQD+71/vR3pqvJOTk28AeBJAeXR09P1LxbiuuxfA9wB8LU6fsVdYrUOhtm0fTusxcAlMRN+KziUt5SqAM3v37r00OZnGfFp/QRC86DjOUCaTGWPm2zoun8fiIbuZtPLX6/UH8/n8rQDuippertfrD6aRKyqOR5VS81ji8Z+IbmfmgwB+mEb+9dZr4wWA/v7+R6rV6k+azeYpx3EezeVyJ7dv335lfn7+lkajcZCZDzPzYd/3/xSnv9gFq3UuaR2LFQDA87xAKVUB8BEAZ6N9nrNEdEZr/TcArLVOPG8aJ9jj8n3/pcHBwZ1btmx5519zmPl0vV5/Ie2V7fT09Nujo6Nus9kcA4CtW7ce1lq/nUYu27a/Mzs7CyI6gMVX/u/CzJeZ+Ue2bcc9pb1aXc8lJZms18YLANE2wkOu694N4OFGo3E8DMMPAHiDiCaY+ZOb4YCsEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhEjYfwGO+b5dFNs4OgAAAABJRU5ErkJggg==);background-image:linear-gradient(#0000,#0000),url(/static/media/spritesheet.a4e0eb7ad904a4858361.svg);background-repeat:no-repeat;background-size:300px 30px}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(#0000,#0000),url(/static/media/spritesheet.a4e0eb7ad904a4858361.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.leaflet-draw-actions{display:none;left:26px;list-style:none;margin:0;padding:0;position:absolute;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{left:auto;right:26px}.leaflet-touch .leaflet-right .leaflet-draw-actions{left:auto;right:32px}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #aaa;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;height:28px;line-height:28px;padding-left:10px;padding-right:10px;text-decoration:none}.leaflet-touch .leaflet-draw-actions a{font-size:12px;height:30px;line-height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-bottom a,.leaflet-draw-actions-top a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid #0000;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-bottom:6px solid #0000;border-right:6px solid #00000080;border-top:6px solid #0000;content:"";left:-7px;position:absolute;top:7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;height:5px;opacity:.6;position:absolute;width:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed #fe57a199;border-radius:4px;box-sizing:initial}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.watchtower-container{background:#000;padding:.75rem 1.5rem}.watchtower-header{display:flex;justify-content:center;margin-bottom:.75rem}.watchtower-logo{height:auto;max-width:260px;width:100%}.watchtower-search-wrapper{margin:0 auto .75rem;max-width:900px}.watchtower-container .search-container{display:block!important;margin:0!important;min-height:0!important;min-height:auto!important;padding:0!important}.watchtower-container .search-container hr{display:none!important}.watchtower-container .search-actions{margin-bottom:0!important;padding-bottom:0!important}.watchtower-container .search-form,.watchtower-container .search-form>:last-child{margin-bottom:0!important}.watchtower-controls{margin:.5rem auto .75rem;max-width:900px}.watchtower-toggle label{align-items:center;color:#ccc;display:flex;font-size:.85rem;gap:.4rem}.watchtower-layout{display:flex;gap:1rem;height:calc(100vh - 420px);min-height:420px}.watchtower-integrations{background:#000;border-right:1px solid #222;height:100%;overflow-y:auto;width:340px;z-index:2}.integration-card{background:#050505;border:1px solid #444;margin-bottom:.5rem}.integration-header{background:#111;cursor:pointer;font-size:.85rem;line-height:1.2;padding:.5rem}.integration-cameras{background:#050505;border-top:1px solid #333;display:flex;flex-direction:column;max-height:260px;overflow-x:hidden;overflow-y:auto}.integration-cameras .integration-actions{background:#0b0b0b;border-bottom:1px solid #333;padding:.45rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.integration-select-all{background:#1a1a1a;border:1px solid #444;color:#fff;cursor:pointer;font-size:.85rem;padding:.45rem;width:100%}.integration-select-all:hover{background:#222}.integration-camera-list{background:#050505;display:flex;flex-direction:column;gap:.35rem;overflow:visible;padding:.4rem .5rem .6rem}.camera-item{align-items:flex-start;color:#ddd;display:flex;font-size:.85rem;gap:.5rem;line-height:1.2;white-space:normal}.camera-item input{flex:0 0 auto;margin-top:.15rem}.watchtower-right{height:100%;min-height:0}.watchtower-map{flex:1 1;min-height:0;width:100%;z-index:1}.leaflet-container.leaflet-fullscreen-on{z-index:9999!important}.leaflet-control-odineye-fullscreen.leaflet-bar{background-clip:padding-box;border:1px solid #0003;border-radius:4px}.leaflet-control-odineye-fullscreen a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;font-size:18px;font-weight:600;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-control-odineye-fullscreen a:hover{background-color:#f4f4f4}.leaflet-control-odineye-fullscreen a:last-child{border-bottom:none}.leaflet-control-odineye-fullscreen a:focus{outline:2px solid #00000059;outline-offset:-2px}.odineye-overlay{align-items:center;background:#000000b8;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.odineye-overlay-card{background:#0b0b0b;border:1px solid #222;border-radius:14px;box-shadow:0 12px 30px #0000008c;padding:18px 18px 14px;text-align:center;width:min(460px,92vw)}.odineye-overlay-img{display:block;height:auto;margin:0 auto 12px;max-width:70%;width:220px}.odineye-overlay-text{color:#e9e9e9;font-size:.95rem;line-height:1.35rem}.watchtower-right{display:flex;flex:1 1;flex-direction:column;min-width:0}.watchtower-zones{margin-top:.75rem}.blocked-container{background-color:#000;color:#fff;margin:0 auto;max-width:900px;min-height:100vh;padding:2rem}.blocked-container h1{margin-bottom:1.5rem}.blocked-subtext{color:#aaa;margin-bottom:2rem;max-width:700px}.blocked-panel{background-color:#000;border:1px solid #555;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.blocked-panel h3{font-size:1rem;margin-bottom:.75rem}.blocked-panel ul{color:#ddd;padding-left:1.2rem}.blocked-panel li{margin-bottom:.4rem}.blocked-option{margin-bottom:1rem}.blocked-option p{color:#aaa;margin-top:.25rem}.blocked-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.blocked-btn{background-color:#222;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .2s}.blocked-btn:hover{background-color:#444}.blocked-btn.primary{font-weight:600}.blocked-btn.secondary{opacity:.9}
/*# sourceMappingURL=main.587fc1e7.css.map*/