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}.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}.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{margin-bottom:6px}.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}.map-link button{font-size:1rem}.close-btn{z-index:10}.fullscreen-overlay{background:#000000e6;height:100%;left:0;top:0;width:100%;z-index:9999}.fullscreen-img{display:block;max-height:90vh;max-width:90vw}.fullscreen-overlay .close-btn{background:#0009;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:2rem;padding:4px 8px;position:absolute;right:-10px;top:-10px}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}}.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}.axis-logo-large{height:auto!important;width:80px!important}.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%}.fullscreen-icon{background-image:url(/static/media/icon-fullscreen.a8f4a7de091d4a05f2de.svg);background-size:26px 52px}.fullscreen-icon.leaflet-fullscreen-on{background-position:0 -26px}.leaflet-touch .fullscreen-icon{background-position:2px 2px}.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on{background-position:2px -24px}.leaflet-container:-webkit-full-screen{height:100%!important;width:100%!important;z-index:99999}.leaflet-container:-ms-fullscreen{height:100%!important;width:100%!important;z-index:99999}.leaflet-container:full-screen{height:100%!important;width:100%!important;z-index:99999}.leaflet-container:fullscreen{height:100%!important;width:100%!important;z-index:99999}.leaflet-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.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-metadata{color:#fff;font-size:14px;line-height:1.5;text-align:left}.popup-metadata strong{color:#fff}.leaflet-popup-close-button{color:#fff;font-size:20px}.leaflet-tile{background-color:#000;image-rendering:pixelated}.leaflet-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.leaflet-tile{background-color:#000!important;image-rendering:pixelated!important}.leaflet-container{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;transform:translateZ(0)!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)}.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{margin-bottom:4px;width:100%}.modal-img-full{background-color:#000;border-radius:4px;cursor:zoom-in;height:auto;max-height:250px;object-fit:contain;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{max-height:95%;max-width:95%;position:relative}.fullscreen-img{background:#000;border-radius:8px;height:auto;object-fit:contain;width:100%}.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{background-color:#111;border:1px solid #555;color:#fff;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:12px;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}.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}.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}.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}
/*# sourceMappingURL=main.4f6ac88e.css.map*/