@charset "UTF-8";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{width:100vw;height:100vh;font-family:Arial,Helvetica,sans-serif}.page__container{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#f7f7f7}.header__container{border-bottom:2px solid #e0dddd}.header__logo{width:100%;max-width:1600px}.header__logo-container{display:flex;justify-content:center;align-items:center;background-color:#f7f7f7}.header__nav-container{margin:0 29px;padding:10px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:10px;border-top:1px solid #e0dddd}.header__nav{display:flex;align-items:center;gap:30px}.header__link{color:#5aaddd;text-decoration:none;font-size:16px;font-weight:600;transition:color .3s ease}.header__link:hover{color:#afd7ee;text-decoration:underline}.header__auth{display:flex;align-items:center;gap:8px}.header__auth-link{color:#5aaddd;text-decoration:none;font-size:14px;font-weight:600;transition:color .3s ease}.header__auth-link:hover{color:#afd7ee;text-decoration:underline}.header__auth-slash{color:#545454}.header__user-menu{display:flex;align-items:center;gap:12px}.header__user-info{font-size:14px;color:#545454;font-weight:600}.header__admin-link{color:#5aaddd;text-decoration:none;font-size:14px;font-weight:600}.header__admin-link:hover{text-decoration:underline}.header__logout-btn{background:none;border:1px solid #5AADDD;color:#5aaddd;padding:5px 12px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease}.header__logout-btn:hover{background-color:#5aaddd;color:#fff}@media screen and (max-width:767px){.header__link,.header__auth-slash,.header__auth-link{font-size:12px}.header__nav-container{margin:0 15px}}@media screen and (min-width:768px){.header__link,.header__auth-slash,.header__auth-link{font-size:16px}}@media(max-width:992px){.header__nav-container{gap:10px}.header__nav{gap:15px}}.footer{margin-top:auto}.footer__container{display:flex;flex-direction:column;align-items:center;row-gap:15px;padding:20px 29px;background:linear-gradient(135deg,#2c3e50,#34495e);border-top:3px solid #5AADDD}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:5px}.footer__link{color:#5aaddd;font-size:16px;text-decoration:none;transition:text-decoration .3s ease}.footer__link:hover{text-decoration:underline}.footer__link:not(:last-child):after{content:"|";margin-left:5px;color:#545454}.footer__copyright-link{text-decoration:none;transition:opacity .3s ease}.footer__copyright-link:hover{opacity:.8}.footer__copyright{font-size:13px;font-weight:400;color:#ffffffb3;letter-spacing:.5px;margin:0;transition:color .3s ease}.footer__copyright-link:hover .footer__copyright{color:#fff}@media screen and (max-width:767px){.footer__link,.footer__copyright{font-size:12px}}.button{padding:10px 27px;border-radius:5px;font-size:16px;cursor:pointer;transition:.15s transform}.button:active{transform:scale(.95)}.login__container{margin-top:10vh;margin-bottom:10vh;width:30%;min-height:344px;height:auto;display:flex;flex-direction:column;align-items:center}.login__title{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.5rem;font-weight:600}.login__form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.login__form-group{display:flex;flex-direction:column;gap:.5rem}.login__form-input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box}.login__form-input:focus{outline:none;border-color:#271f80;box-shadow:0 0 0 2px #007bff40}.login__form-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.login__form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.login__form-hint{font-size:.875rem;color:#666;margin-top:.5rem;line-height:1.4}.login__server-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.login__success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.login__success-actions{margin-top:1rem}.login__lockout-warning{background-color:#fff3cd;border:1px solid #ffc107;color:#856404;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box;line-height:1.5}.login__lockout-warning strong{color:#664d03;font-size:1.1rem}.login__lockout-icon{display:block;font-size:1.5rem;margin-bottom:.5rem}.login__attempts-warning{background-color:#e7f3ff;border:1px solid #b8daff;color:#004085;padding:.5rem .75rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box;font-size:.9rem}.login__loading{color:#666;font-size:1rem;text-align:center;padding:1rem}.login__password-limit-info{margin-top:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:4px;text-align:center;font-size:.85rem;color:#6c757d;width:100%;box-sizing:border-box}.login__links{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1rem;width:100%}.login__link{color:#271f80;text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit}.login__link:hover{text-decoration:underline}.login__link--forgot{color:#6c757d;font-size:.9rem}.login__link--forgot:hover{color:#1a1560}.login__buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.login code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.75rem;color:#dc2626}@media(max-width:768px){.login__container{margin-top:5vh;margin-bottom:5vh;width:5%;min-height:344px;height:auto;padding:1.5rem}}@media(max-width:480px){.login__container{margin-top:2vh;margin-bottom:2vh;width:2%;min-height:320px;height:auto;padding:1rem}.login__title{font-size:1.25rem}}.cards{margin-bottom:5vh}.cards__title{margin-top:29px;margin-left:29px;font-weight:700;font-size:28px}.cards__map{height:50vh;width:100%;align-self:center}.cards__map-container{display:grid;grid-template:auto auto/50vw auto;gap:2em;margin:29px 29px 0}.cards__map-popup{max-height:250px;overflow-y:auto;border-radius:5px}.cards__map-info{max-width:100%;grid-row-start:2}.cards__map-info-list{display:flex;flex-wrap:wrap;justify-content:left;gap:15px}.cards__map-info-item{list-style:none;cursor:pointer}.cards__map-info-item-title{font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cards__map-info-item:hover{text-decoration:underline}.cards__map-title{font-size:24px}.leaflet-popup-content .cards__map-popup__title{margin-bottom:.5rem}.leaflet-popup-content .cards__map-popup__description{margin:0}.leaflet-popup-content .cards__map-popup__description:last-child{margin-bottom:20px}.leaflet-tooltip.cards__map-label{background:#f7f7f7!important;border:none!important;color:#000!important;padding:3px!important;line-height:1.2}.leaflet-tooltip.cards__map-label:before,.leaflet-tooltip-top.cards__map-label:before,.leaflet-tooltip-right.cards__map-label:before,.leaflet-tooltip-left.cards__map-label:before,.leaflet-tooltip-bottom.cards__map-label:before{display:none!important}@media screen and (max-width:767px){.cards__title{font-size:24px}.cards__map-container{grid-template-columns:1fr;grid-template-rows:auto}.cards__map-info{grid-row-start:auto}.cards__map-info-item-title{font-size:12px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;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{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.custom-green-marker-inner{width:12px;height:12px;background:#39c149;border-radius:10px;border:1px solid #000}.region-page{padding:40px 20px;min-height:calc(100vh - 80px);max-width:1400px;margin:0 auto}.region-page__content{display:grid;grid-template-columns:400px 1fr;gap:30px;align-items:start}.region-page__info{background:#fff;border-radius:5px;padding:25px;box-shadow:0 2px 8px #0000001a;height:fit-content}.region-page__map{height:600px;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.region-info h1{margin:0 0 15px;color:#5aaddd;font-size:24px;font-weight:700}.region-info .region-description{color:#545454;margin:0 0 25px;line-height:1.6;font-size:16px}.region-info h2{margin:0 0 20px;color:#5aaddd;font-size:20px;font-weight:600}.stations-list{display:flex;flex-direction:column;gap:12px}.station-card{background:#f7f7f7;border:1px solid #e0dddd;border-radius:5px;padding:15px;transition:all .3s ease}.station-card:hover{border-color:#5aaddd;background:#f0eff8}.station-card .station-code{margin:0 0 5px;color:#5aaddd;font-size:16px;font-family:monospace;font-weight:700}.station-card .station-name{margin:0 0 8px;color:#333;font-size:14px;font-weight:600}.station-card .station-coordinates{margin:0 0 8px;color:#545454;font-size:12px}.station-card .station-status{font-size:12px;color:#28a745;font-weight:600}.region-page__not-found h1{color:#dc3545;margin-bottom:20px}@media(max-width:1024px){.region-page__content{grid-template-columns:1fr;gap:20px}.region-page__info{order:2}.region-page__map{order:1;height:400px}}@media(max-width:768px){.region-page{padding:30px 15px}.region-page__header h1{font-size:20px}}.station-card{cursor:pointer}.station-card--selected{border-color:#271f80;background:#f0eff8;box-shadow:0 2px 12px #271f8026}.region-page__station-details{margin-top:30px;background:#fff;border-radius:5px;box-shadow:0 2px 8px #0000001a;overflow:hidden;animation:slideDown .3s ease-out}.station-details{display:flex;gap:30px;padding:25px;position:relative}@media(max-width:768px){.station-details{flex-direction:column;gap:20px}}.station-details__close{position:absolute;top:15px;right:15px;width:30px;height:30px;border:none;background:#f7f7f7;color:#666;font-size:20px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.station-details__close:hover{background:#271f80;color:#fff}.station-details__image{flex:1;max-width:300px}@media(max-width:768px){.station-details__image{max-width:100%}}.station-details__image img{width:100%;height:200px;object-fit:cover;border-radius:5px;box-shadow:0 2px 8px #0000001a}.station-details__info{flex:2}.station-details__header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.station-details__header h3{margin:0;color:#5aaddd;font-size:20px;font-weight:700}.station-details__description{color:#545454;line-height:1.6;margin:0 0 20px;font-size:15px}.station-details__coordinates{background:#f7f7f7;padding:15px;border-radius:5px;margin-bottom:15px}.station-details__coordinates p{margin:0;color:#333;line-height:1.6}.station-details__status{color:#28a745;font-size:14px;padding:10px 0}.station-code-badge{background:#5aaddd;color:#fff;padding:4px 8px;border-radius:3px;font-size:12px;font-family:monospace;font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.region-page__not-found{text-align:center;padding:60px 20px}.region-page__not-found h1{color:#dc3545;margin-bottom:15px}.region-page__not-found p{color:#666;font-size:16px}.reg__container{margin-top:5vh;margin-bottom:5vh;width:45%;min-height:75vh;height:auto}.reg__password-mismatch-top{color:#d32f2f;font-size:14px;font-weight:500;text-align:center;margin:8px 0 16px}.reg__password-match{color:#4caf50;font-size:14px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:6px}.reg__form-error{color:#d32f2f;font-size:14px;margin-top:4px;margin-bottom:8px}.reg__server-error{background-color:#ffebee;color:#c62828;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px;text-align:center}.reg__lockout-warning{background-color:#fff3cd;border:1px solid #ffc107;color:#856404;padding:16px;border-radius:6px;margin-bottom:16px;text-align:center;line-height:1.5}.reg__lockout-warning strong{color:#664d03;font-size:1.1rem}.reg__form-input{width:100%;padding:12px 16px;margin:8px 0;border:1px solid #ddd;border-radius:6px;font-size:16px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.reg__form-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.reg__form-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.reg__form-input::placeholder{color:#999;font-size:14px}.reg__lockout-icon{display:block;font-size:1.5rem;margin-bottom:8px}.reg__attempts-warning{background-color:#e7f3ff;border:1px solid #b8daff;color:#004085;padding:8px 12px;border-radius:6px;margin-bottom:16px;text-align:center;font-size:14px}.reg__password-requirements{margin:12px 0;font-size:13px;color:#555}.reg__password-requirements ul{margin:8px 0;padding-left:20px;list-style:none}.reg__password-requirements ul li{position:relative;padding-left:8px}.reg__password-requirements ul li:before{content:"✓";color:#4caf50;position:absolute;left:-16px}.confirm-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.confirm-modal{background:#fff;border-radius:8px;padding:24px;min-width:360px;max-width:480px;box-shadow:0 4px 20px #00000026;animation:slideIn .2s ease}.confirm-modal__title{margin:0 0 12px;font-size:18px}.confirm-modal__title--danger{color:#dc3545}.confirm-modal__title--warning{color:#856404}.confirm-modal__title--info{color:#004085}.confirm-modal__message{margin:0 0 20px;color:#555;font-size:15px;line-height:1.5}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:10px}.confirm-modal__btn{padding:8px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.confirm-modal__btn--cancel{background-color:#e9ecef;color:#495057}.confirm-modal__btn--cancel:hover{background-color:#dee2e6}.confirm-modal__btn--danger{background-color:#dc3545;color:#fff}.confirm-modal__btn--danger:hover{background-color:#c82333}.confirm-modal__btn--warning{background-color:#ffc107;color:#212529}.confirm-modal__btn--warning:hover{background-color:#e0a800}.confirm-modal__btn--info{background-color:#007bff;color:#fff}.confirm-modal__btn--info:hover{background-color:#0069d9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login,.reg{display:flex;justify-content:center}.login__container,.reg__container{padding:30px 0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f7f7f7;border-radius:10px;box-shadow:0 2px 8px #00000026}.login__title,.reg__title{color:#000;font-size:28px;font-weight:700;text-shadow:1px 1px 3px rgba(1,1,1,.8)}.login__form,.reg__form{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;row-gap:28px;margin-top:20px}.login__form-input,.reg__form-input{width:70%;padding:4px 0 4px 16px;height:36px;border:1px solid #545454;border-radius:5px;color:#000;font-size:16px}.login__form-input::placeholder,.reg__form-input::placeholder{color:#545454;font-size:16px}.login__form-error,.reg__form-error{color:#ff4747;font-size:12px;margin-top:-20px}.login__button,.reg__button{border:1px solid #000;background-color:#000;color:#fff}.admin-panel{padding:20px;max-width:1200px;margin:0 auto}.admin-panel h1{color:#333;margin-bottom:30px;text-align:center}.admin-panel.loading{text-align:center;padding:50px;font-size:18px;color:#666}.tabs{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:20px}.tabs .tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:16px;color:#666;transition:all .3s ease}.tabs .tab:hover{color:#333;background-color:#f5f5f5}.tabs .tab.active{color:#5aaddd;border-bottom-color:#5aaddd;font-weight:700}.tab-content{min-height:400px}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.users-table table th,.users-table table td{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0}.users-table table th{background-color:#f8f9fa;font-weight:600;color:#333}.users-table table tr:hover{background-color:#f8f9fa}.users-table table select{padding:6px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer}.users-table table select:focus{outline:none;border-color:#5aaddd}.pending-users .users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.pending-users .user-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #ffc107}.pending-users .user-card h3{margin:0 0 10px;color:#333}.pending-users .user-card p{margin:5px 0;color:#666}.pending-users .user-card p strong{color:#333}.pending-users .user-card .user-actions{display:flex;gap:10px;margin-top:15px}.btn-approve,.btn-reject,.btn-delete{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.btn-approve:disabled,.btn-reject:disabled,.btn-delete:disabled{opacity:.5;cursor:not-allowed}.btn-approve{background-color:#28a745;color:#fff}.btn-approve:hover:not(:disabled){background-color:#218838}.btn-reject{background-color:#dc3545;color:#fff}.btn-reject:hover:not(:disabled){background-color:#c82333}.btn-delete{background-color:#6c757d;color:#fff}.btn-delete:hover:not(:disabled){background-color:#545b62}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-pending{background-color:#fff3cd;color:#856404}.status-active{background-color:#d1edff;color:#004085}.status-blocked{background-color:#f8d7da;color:#721c24}.admin-notification{padding:12px 16px;border-radius:6px;margin-bottom:16px;text-align:center;font-size:14px;font-weight:500;animation:slideDown .3s ease}.admin-notification--success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.admin-notification--error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.admin-panel{padding:10px}.tabs{flex-direction:column}.tabs .tab{text-align:left}.users-table table{font-size:14px}.users-table table th,.users-table table td{padding:8px 4px}.pending-users .users-grid{grid-template-columns:1fr}}.download-page{padding:40px 20px;min-height:calc(100vh - 80px);max-width:800px;margin:0 auto;position:relative}.download-page__header{text-align:center;margin-bottom:40px}.download-page__header h1{margin:0 0 15px;color:#5aaddd;font-size:2rem;font-weight:700}.download-page__header p{color:#545454;margin:0;font-size:1rem;font-weight:600}.download-page__content{display:flex;flex-direction:column;gap:30px}.preview-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000}.preview-modal__overlay{position:absolute;inset:0;background-color:#00000080}.preview-modal__content{position:relative;background-color:#fff;border-radius:5px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;z-index:1001}.preview-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.preview-modal__header h2{margin:0;font-size:20px;color:#5aaddd}.preview-modal__close{background:none;border:none;font-size:24px;cursor:pointer;color:#545454}.preview-modal__close:hover{color:#333}.preview-modal__footer{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.preview-section{margin-bottom:20px}.preview-section h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#333}.preview-section__content{background-color:#f7f7f7;padding:12px;border-radius:5px}.preview-section__content p{margin:8px 0}.preview-stations-list{margin-top:10px;max-height:200px;overflow-y:auto}.preview-station-item{padding:5px 0;border-bottom:1px solid #e0dddd}.preview-station-item:last-child{border-bottom:none}.preview-station-error{color:#f44336;font-style:italic}.stations-selection{background:#fff;padding:25px;border-radius:5px;box-shadow:0 2px 8px #0000001a;width:100%;height:100%;box-sizing:border-box}.stations-selection h3{margin:0 0 20px;color:#5aaddd;font-size:1.2rem;font-weight:600}.stations-list{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.station-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333;position:relative;-webkit-user-select:none;user-select:none}.station-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.station-checkbox .checkmark{position:relative;display:inline-block;width:18px;height:18px;min-width:18px;border-radius:50%;border:2px solid #5AADDD;transition:all .2s ease}.station-checkbox .checkmark:after{content:"";position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#5aaddd}.station-checkbox input:checked+.checkmark{border-color:#5aaddd}.station-checkbox input:checked+.checkmark:after{display:block}.station-checkbox:hover .checkmark{border-color:#271f80}.station-checkbox:hover .checkmark:after{background-color:#271f80}.station-checkbox input:checked+.checkmark:after{background-color:#5aaddd}.station-checkbox input:checked:hover+.checkmark:after{background-color:#271f80}.station-checkbox input:disabled+.checkmark{opacity:.5;cursor:not-allowed;border-color:#ccc}.station-checkbox input:disabled+.checkmark:after{background-color:#ccc}.select-all-button{background:none;border:none;color:#5aaddd;font-size:14px;cursor:pointer;padding:5px 0;transition:color .3s ease}.select-all-button:hover{text-decoration:underline}.date-input-wrapper{position:relative;display:flex;align-items:center}.date-input-wrapper input{flex:1;padding-right:40px}.date-input-wrapper .calendar-button{position:absolute;right:8px;background:none;border:none;font-size:16px;cursor:pointer;padding:4px;border-radius:5px}.date-input-wrapper .calendar-button:hover:not(:disabled){background-color:#eee}.date-input-wrapper .calendar-button:disabled{opacity:.5;cursor:not-allowed}.calendar-overlay{position:fixed;inset:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1000}.calendar{background:#fff;border-radius:5px;padding:16px;box-shadow:0 4px 20px #00000026;min-width:280px}.calendar .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.calendar .calendar-header .calendar-nav{background:none;border:none;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:5px}.calendar .calendar-header .calendar-nav:hover{background-color:#eee}.calendar .calendar-header .calendar-title{font-weight:600;font-size:14px;color:#5aaddd}.calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar .calendar-grid .calendar-day-header{text-align:center;font-size:12px;font-weight:600;color:#545454;padding:4px}.calendar .calendar-grid .calendar-day{text-align:center;padding:8px 4px;border-radius:5px;cursor:pointer;font-size:14px}.calendar .calendar-grid .calendar-day:hover:not(.empty){background-color:#f0eff8}.calendar .calendar-grid .calendar-day.today{background-color:#fff3e0;font-weight:600}.calendar .calendar-grid .calendar-day.selected{background-color:#5aaddd;color:#fff}.calendar .calendar-grid .calendar-day.empty{cursor:default}.action-buttons{display:flex;gap:15px;justify-content:center;margin-top:20px}.action-button{padding:12px 24px;border:none;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.action-button.download{background:#271f80;color:#fff}.action-button.download:hover:not(:disabled){background:#3429a9;box-shadow:0 2px 8px #271f804d}.action-button.view{background:#28a745;color:#fff}.action-button.view:hover:not(:disabled){background:#1e7e34;box-shadow:0 2px 8px #28a7454d}.action-button.clear{background:#545454;color:#fff}.action-button.clear:hover:not(:disabled){background:#333;box-shadow:0 2px 8px #5454544d}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button:active{transform:translateY(0)}.time-selection{background:#fff;padding:25px;border-radius:5px;box-shadow:0 2px 8px #0000001a}.time-selection h3{margin:0 0 20px;color:#5aaddd;font-size:1.2rem;font-weight:600}.date-inputs{display:flex;gap:20px}.date-inputs .date-input{flex:1}.date-inputs .date-input label{display:block;margin-bottom:8px;color:#333;font-size:14px;font-weight:600}.date-inputs .date-input input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:5px;font-size:14px;transition:border-color .3s ease}.date-inputs .date-input input:focus{outline:none;border-color:#5aaddd}.date-inputs .date-input input::placeholder{color:#999}.access-denied{text-align:center;padding:60px 20px}.access-denied h2{color:#dc3545;margin-bottom:20px}.access-denied p{color:#545454;margin-bottom:10px;font-size:16px}.user-info{margin-top:10px;padding:8px 12px;background-color:#e8f5e8;border-radius:5px;display:inline-block}.user-info small{color:#2e7d32;font-weight:600}.fullness-table{background:#fff;padding:25px;border-radius:5px;box-shadow:0 2px 8px #0000001a;margin-top:30px;animation:fadeIn .5s ease}.fullness-table h3{margin:0 0 15px;color:#5aaddd;font-size:1.2rem;font-weight:600}.fullness-table .table-info{margin-bottom:20px}.fullness-table .table-info p{margin:0;color:#545454;font-size:14px;line-height:1.4;padding:8px 12px;background-color:#f7f7f7;border-radius:5px;border-left:4px solid #5AADDD}.fullness-table .table-container{overflow-x:auto;border-radius:5px;border:1px solid #e0dddd;background:#fff}.fullness-table .table-container::-webkit-scrollbar{height:8px}.fullness-table .table-container::-webkit-scrollbar-track{background:#f7f7f7;border-radius:4px}.fullness-table .table-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.fullness-table .table-container::-webkit-scrollbar-thumb:hover{background:#999}.fullness-table .table-container table{width:100%;border-collapse:collapse;min-width:600px}.fullness-table .table-container table thead{background-color:#f7f7f7}.fullness-table .table-container table thead tr th{padding:15px 12px;text-align:center;font-weight:600;color:#5aaddd;font-size:13px;border-bottom:2px solid #e0dddd;white-space:nowrap}.fullness-table .table-container table thead tr th:first-child{position:sticky;left:0;background-color:#f7f7f7;z-index:10;min-width:120px}.fullness-table .table-container table thead tr th[title]{cursor:help;position:relative}.fullness-table .table-container table thead tr th[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#545454;color:#fff;padding:6px 10px;border-radius:5px;font-size:12px;white-space:nowrap;z-index:1000;margin-bottom:5px}.fullness-table .table-container table tbody tr{transition:background-color .2s ease}.fullness-table .table-container table tbody tr:nth-child(2n){background-color:#fafafa}.fullness-table .table-container table tbody tr:hover{background-color:#f0eff8}.fullness-table .table-container table tbody tr td{padding:12px 10px;text-align:center;font-size:13px;border-bottom:1px solid #e0dddd}.fullness-table .table-container table tbody tr td.station-name{font-weight:600;text-align:left;position:sticky;left:0;background-color:inherit;z-index:5;min-width:120px;color:#5aaddd;padding-left:15px}.fullness-table .table-container table tbody tr td.fullness-value{font-weight:600;border-left:1px solid #e0dddd;transition:all .2s ease;cursor:default}.fullness-table .table-container table tbody tr td.fullness-value[title]{position:relative}.fullness-table .table-container table tbody tr td.fullness-value[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:8px 12px;border-radius:5px;font-size:12px;white-space:nowrap;z-index:1000;margin-bottom:5px;font-weight:400;max-width:200px;word-wrap:break-word;line-height:1.4}.fullness-table .table-container table tbody tr td.fullness-value.high{background-color:#28a7451a;color:#155724;border-left-color:#28a7454d}.fullness-table .table-container table tbody tr td.fullness-value.high:hover{background-color:#28a74533}.fullness-table .table-container table tbody tr td.fullness-value.medium{background-color:#ffc1071a;color:#856404;border-left-color:#ffc1074d}.fullness-table .table-container table tbody tr td.fullness-value.medium:hover{background-color:#ffc10733}.fullness-table .table-container table tbody tr td.fullness-value.low{background-color:#dc35451a;color:#721c24;border-left-color:#dc35454d}.fullness-table .table-container table tbody tr td.fullness-value.low:hover{background-color:#dc354533}.fullness-table .table-container table tbody tr td.fullness-value.na{background-color:#6c757d1a;color:#495057;border-left-color:#6c757d4d;font-style:italic}.fullness-table .table-container table tbody tr td.fullness-value.na:hover{background-color:#6c757d33}.fullness-table .table-legend{display:flex;flex-wrap:wrap;gap:20px;margin-top:25px;padding-top:20px;border-top:1px solid #e0dddd;justify-content:center}.fullness-table .table-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#545454}.fullness-table .table-legend .legend-item .legend-color{width:20px;height:20px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.fullness-table .table-legend .legend-item .legend-color.high{background-color:#d4edda}.fullness-table .table-legend .legend-item .legend-color.medium{background-color:#fff3cd}.fullness-table .table-legend .legend-item .legend-color.low{background-color:#f8d7da}.fullness-table .table-legend .legend-item .legend-color.na{background-color:#eee}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.download-page{padding:30px 15px;max-width:100%}.download-page__header h1{font-size:1.6rem}.download-page__header p{font-size:.9rem}.download-page .stations-list{gap:12px}.download-page .date-inputs{flex-direction:column;gap:15px}.download-page .action-buttons{flex-direction:column;gap:10px}.download-page .action-button{width:100%}.fullness-table{padding:20px 15px;margin-top:20px}.fullness-table .table-info{margin-bottom:15px}.fullness-table .table-info p{font-size:13px;padding:8px 10px}.fullness-table .table-container{margin:0 -15px;border-radius:0;border-left:none;border-right:none}.fullness-table .table-container table thead tr th{padding:12px 8px;font-size:12px}.fullness-table .table-container table thead tr th:first-child{min-width:100px}.fullness-table .table-container table tbody tr td{padding:10px 8px;font-size:12px}.fullness-table .table-container table tbody tr td.station-name{min-width:100px;padding-left:12px}.fullness-table .table-legend{gap:15px;margin-top:20px;padding-top:15px}.fullness-table .table-legend .legend-item{font-size:12px}.fullness-table .table-legend .legend-item .legend-color{width:16px;height:16px}}@media(max-width:480px){.download-page{padding:25px 10px}.download-page .stations-selection,.download-page .time-selection{padding:20px 15px}.fullness-table{padding:15px 10px}.fullness-table h3{font-size:1.1rem;margin-bottom:12px}.fullness-table .table-legend{flex-direction:column;gap:12px;align-items:flex-start}}.table-loading{text-align:center;padding:40px;color:#545454}.table-loading .loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid #eeeeee;border-top:3px solid #271f80;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.table-loading p{margin:0;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-empty{text-align:center;padding:40px;color:#545454}.table-empty .empty-icon{font-size:48px;margin-bottom:15px;opacity:.5}.table-empty h4{margin:0 0 10px;font-size:16px;color:#333}.table-empty p{margin:0;font-size:14px}.forgot-password__container{margin-top:10vh;margin-bottom:10vh;width:30%;min-height:344px;height:auto;display:flex;flex-direction:column;align-items:center}.forgot-password__title{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.5rem;font-weight:600}.forgot-password__form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.forgot-password__form-group{display:flex;flex-direction:column;gap:.5rem}.forgot-password__form-input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box}.forgot-password__form-input:focus{outline:none;border-color:#271f80;box-shadow:0 0 0 2px #007bff40}.forgot-password__form-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.forgot-password__form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.forgot-password__form-hint{font-size:.875rem;color:#666;margin-top:.5rem;line-height:1.4}.forgot-password__server-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.forgot-password__success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.forgot-password__success-actions{margin-top:1rem}.forgot-password__links{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1rem;width:100%}.forgot-password__link{color:#271f80;text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit}.forgot-password__link:hover{text-decoration:underline}.forgot-password__buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(max-width:768px){.forgot-password__container{margin-top:5vh;margin-bottom:5vh;width:5%;min-height:344px;height:auto;padding:1.5rem}}@media(max-width:480px){.forgot-password__container{margin-top:2vh;margin-bottom:2vh;width:2%;min-height:320px;height:auto;padding:1rem}.forgot-password__title{font-size:1.25rem}}.reset-password__container{margin-top:10vh;margin-bottom:10vh;width:30%;min-height:344px;height:auto;display:flex;flex-direction:column;align-items:center}.reset-password__title{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.5rem;font-weight:600}.reset-password__form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.reset-password__form-group{display:flex;flex-direction:column;gap:.5rem}.reset-password__form-input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box}.reset-password__form-input:focus{outline:none;border-color:#271f80;box-shadow:0 0 0 2px #007bff40}.reset-password__form-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.reset-password__form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.reset-password__form-hint{font-size:.875rem;color:#666;margin-top:.5rem;line-height:1.4}.reset-password__server-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.reset-password__success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;width:100%;box-sizing:border-box}.reset-password__success-actions{margin-top:1rem}.reset-password__links{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1rem;width:100%}.reset-password__link{color:#271f80;text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit}.reset-password__link:hover{text-decoration:underline}.reset-password__buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(max-width:768px){.reset-password__container{margin-top:5vh;margin-bottom:5vh;width:5%;min-height:344px;height:auto;padding:1.5rem}}@media(max-width:480px){.reset-password__container{margin-top:2vh;margin-bottom:2vh;width:2%;min-height:320px;height:auto;padding:1rem}.reset-password__title{font-size:1.25rem}}.not-found-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.not-found-page__title{font-size:6rem;font-weight:700;color:#ccc;margin:0;line-height:1}.not-found-page__text{font-size:1.5rem;color:#666;margin:1rem 0 2rem}.not-found-page__link{padding:.75rem 2rem;background-color:#2e7d32;color:#fff;text-decoration:none;border-radius:6px;transition:background-color .2s}.not-found-page__link:hover{background-color:#1b5e20}
