.meter-header-container{background-color:#009f8d;color:#fff;padding:1rem;flex-shrink:0}@media(min-width:640px){.meter-header-container{padding:1rem 2rem}}.page-title{color:#fff;margin-bottom:.25rem;margin-top:0;font-size:1.25rem;font-weight:700}@media(min-width:640px){.page-title{font-size:1.5rem}}.page-subtitle{color:#ffffffe6;font-weight:400}.title-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem}.total-client-count{color:#4b5563;font-weight:500;font-size:.875rem;margin-left:auto;padding-left:1rem}.meter-status-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;width:100%}@media(min-width:1024px){.meter-status-cards-container{width:auto;display:flex;flex-wrap:nowrap;align-items:center}}.card-idle{border-left:5px solid #f97316!important;background-color:#f973161a}.card-disconnected{border-left:5px solid #ef4444!important;background-color:#ef44441a}.card-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background-color:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:50;box-shadow:0 10px 15px -3px #0000001a;pointer-events:none;margin-top:.5rem}.card-tooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background-color:#1f2937}.status-indicator{width:.75rem;height:.75rem;border-radius:9999px}.bg-green{background-color:#4ade80}.bg-red{background-color:#f87171}.bg-orange{background-color:#fdba74}.meter-content-container{flex:1;overflow-y:auto;display:flex;flex-direction:column}.meter-content-wrapper{max-width:80rem;margin:0 auto;padding:1rem;width:100%;height:100%;display:flex;flex-direction:column}@media(min-width:640px){.meter-content-wrapper{padding:1rem 2rem}}.search-bar{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem;flex-shrink:0}@media(min-width:768px){.search-bar{flex-direction:row;align-items:center}}.search-input-wrapper{position:relative;flex:1;width:100%}@media(min-width:768px){.search-input-wrapper{max-width:28rem}}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;height:1.25rem;width:1.25rem}.input-field{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;outline:none;font-size:.875rem}.input-field:focus{border-color:#009f8d;box-shadow:0 0 0 2px #009f8d33}.refresh-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:#009f8d;color:#fff;border-radius:.5rem;transition:background-color .2s;font-weight:500}.meter-status-page-container{height:100%;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.refresh-button:hover{background-color:#008578}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.meter-table-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;flex:1;flex-direction:column;overflow:hidden;display:flex;min-height:0}.loading-state,.error-state{display:flex;align-items:center;justify-content:center;flex:1;text-align:center;padding:2rem}.loading-spinner{height:3rem;width:3rem;border-radius:9999px;border-bottom:2px solid #009f8d;margin:0 auto;animation:spin 1s linear infinite}.table-container{flex:1;overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table thead{position:sticky;top:0;z-index:10;box-shadow:0 4px 6px -1px #0000001a}.data-table th{background-color:#023832;color:#fff;padding:1rem .75rem;text-align:left;font-weight:600;font-size:.8rem;white-space:normal;vertical-align:middle;letter-spacing:.025em}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.header-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.sort-icon{width:.9rem;height:.9rem;opacity:.6;flex-shrink:0;transition:opacity .2s}.sortable-header:hover .sort-icon{opacity:1}.data-table td{padding:.75rem .5rem;border-bottom:1px solid #e5e7eb;font-size:.85rem}.data-table tr:hover td{background-color:#f9fafb}.text-green{color:#009f8d}.text-gray{color:#374151}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;border:1px solid transparent}.status-badge.online{background-color:#f0fdf4;color:#15803d;border-color:#bbf7d0}.status-badge.offline{background-color:#fef2f2;color:#b91c1c;border-color:#fecaca}.status-badge.incorrect{background-color:#fff7ed;color:#f89b1b;border-color:#fed7aa}.status-badge.connected{background-color:#f0fdf4;color:#15803d;border-color:#bbf7d0}.status-badge.idle{background-color:#fff7ed;color:#f89b1b;border-color:#fed7aa}.status-badge.disconnected{background-color:#fef2f2;color:#b91c1c;border-color:#fecaca}.pagination{background-color:#f9fafb;padding:.75rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;flex-wrap:wrap;gap:1rem}.pagination-controls{display:flex;align-items:center;gap:.5rem}.page-btn{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;display:flex;align-items:center}.page-btn:hover{background-color:#f3f4f6}.page-btn.active{background-color:#009f8d;color:#fff;border-color:#009f8d}.page-btn:disabled{opacity:.5;cursor:not-allowed}.custom-dropdown-container{position:relative;width:100%}.custom-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.35rem .75rem;border-radius:.375rem;border:1px solid rgba(255,255,255,.15);background-color:#ffffff0d;color:#f3f4f6;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-dropdown-trigger:hover{background-color:#ffffff1a;border-color:#ffffff4d}.custom-dropdown-trigger.open{background-color:#ffffff26;border-color:#4ade80;box-shadow:0 0 0 2px #4ade8033}.dropdown-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow{opacity:.7;transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.custom-dropdown-trigger.open .dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:140px;max-height:240px;overflow-y:auto;background-color:#1f2937;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;padding:.25rem;animation:fadeIn .1s ease-out}.custom-dropdown-item{padding:.5rem .75rem;font-size:.8125rem;color:#e5e7eb;cursor:pointer;border-radius:.25rem;transition:all .15s ease}.custom-dropdown-item:hover{background-color:#ffffff1a;color:#fff}.custom-dropdown-item.selected{background-color:#4ade8033;color:#4ade80;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:transparent}.custom-dropdown-menu::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:9999px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.ticket-header{background-color:#009f8d;color:#fff;padding:1rem 2rem;flex-shrink:0}.new-ticket-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;color:#009f8d;border-radius:.5rem;transition:background-color .2s;font-weight:500}.new-ticket-btn:hover{background-color:#f3f4f6}.ticket-page-container{height:100%;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.content-container{flex:1;overflow:hidden}.empty-state-container{display:flex;align-items:center;justify-content:center;height:100%}.empty-state{text-align:center}.empty-icon-wrapper{width:6rem;height:6rem;background-color:#009f8d1a;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.empty-title{color:#023832;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.empty-desc{color:#4b5563;max-width:28rem;margin:0 auto}.activity-dashboard-container{font-family:Inter,sans-serif;height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;height:100%}@media(min-width:1024px){.dashboard-grid{grid-template-columns:2fr 1fr}.dashboard-grid.single-col{grid-template-columns:1fr}}.charts-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.charts-row{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.activity-chart-card{padding:1.5rem;display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.activity-table-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.chart-container{height:16rem;width:100%;margin-top:1rem}.activity-header-container{background-color:#009f8d;color:#fff;padding:1rem;flex-shrink:0}@media(min-width:640px){.activity-header-container{padding:1.5rem 2rem}}.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto;width:100%}.header-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.header-content{flex-direction:row;align-items:center;justify-content:space-between}}.page-title{color:#fff;margin-bottom:.25rem;margin-top:0;font-size:1.5rem;font-weight:700}.page-subtitle{color:#ffffffe6;font-weight:400;font-size:.875rem;margin:0}.header-controls{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:768px){.header-controls{flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between}}@media(min-width:1024px){.header-controls{width:auto;justify-content:flex-end}}.date-filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;background-color:#ffffff1a;padding:.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);color:#fff;width:100%}@media(min-width:640px){.date-filter-group{width:auto}}.date-input{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;color:#fff;outline:none;flex:1;min-width:130px}.date-input:focus{border-color:#fff}.date-input::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.activity-status-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;width:100%}@media(min-width:1024px){.activity-status-cards-container{width:auto;display:flex;flex-wrap:nowrap}}.status-card{position:relative;display:flex;flex-direction:column;padding:.75rem 1rem;border-radius:.75rem;background-color:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);cursor:help;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:0}.status-card:hover{transform:translateY(-2px);background-color:#ffffff40;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-total{border-left:4px solid #3b82f6}.card-connected{border-left:4px solid #4ade80}.card-content{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.card-count{font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:.25rem;white-space:nowrap}@media(min-width:640px){.card-count{font-size:1.5rem}}.card-label{font-size:.75rem;font-weight:500;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media(min-width:640px){.card-label{font-size:.875rem}}.card-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background-color:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:50;pointer-events:none;margin-top:.5rem}.status-card:hover .card-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.content-container{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.activity-content-wrapper{max-width:80rem;margin:0 auto;padding:1rem;width:100%}@media(min-width:640px){.activity-content-wrapper{padding:1.5rem 2rem}}.card-title{font-size:1rem;font-weight:600;margin-bottom:0;display:flex;align-items:center;gap:.5rem}@media(min-width:640px){.card-title{font-size:1.125rem}}.content-container::-webkit-scrollbar{width:8px}.content-container::-webkit-scrollbar-track{background:transparent}.content-container::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:4px}.popups-page{height:100%;display:flex;flex-direction:column;background:#f9fafb;overflow:hidden}.popups-header{flex-shrink:0;background:linear-gradient(135deg,#023832,#009f8d);color:#fff;padding:1.25rem 2rem}.popups-header-inner{max-width:80rem;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.popups-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.popups-title-icon{opacity:.95}.popups-subtitle{margin:0;font-size:.9rem;opacity:.85}.popups-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:#fff;color:#009f8d;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s}.popups-btn-primary:hover{background:#f3f4f6}.popups-btn-secondary{padding:.55rem 1rem;background:transparent;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-weight:500;cursor:pointer}.popups-btn-secondary:hover{background:#f3f4f6}.popups-body{flex:1;overflow:auto;padding:1.5rem 2rem}.popups-empty{max-width:28rem;margin:4rem auto;text-align:center}.popups-empty-icon{color:#009f8d;opacity:.5;margin-bottom:1rem}.popups-empty h2{margin:0 0 .5rem;color:#023832;font-size:1.35rem}.popups-empty p{color:#6b7280;margin:0 0 1.25rem;line-height:1.5}.popups-table-wrap{max-width:80rem;margin:0 auto;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000000f;overflow:hidden}.popups-table{width:100%;border-collapse:collapse;font-size:.9rem}.popups-table th{text-align:left;padding:.875rem 1rem;background:#f3f4f6;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}.popups-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.popups-row-inactive{opacity:.55}.popups-thumb{width:64px;height:40px;border-radius:.35rem;background:linear-gradient(135deg,#023832,#009f8d);background-size:cover;background-position:center}.popups-heading-cell{font-weight:500;color:#111827}.popups-muted{color:#6b7280;font-size:.85rem}.popups-actions{display:flex;gap:.35rem;justify-content:flex-end}.popups-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem;border:none;border-radius:.4rem;background:#f3f4f6;color:#374151;cursor:pointer}.popups-icon-btn:hover{background:#e5e7eb}.popups-icon-btn--danger:hover{background:#fee2e2;color:#b91c1c}.popups-toggle{display:inline-flex;align-items:center;cursor:pointer}.popups-toggle input{position:absolute;opacity:0;width:0;height:0}.popups-toggle-ui{width:44px;height:24px;background:#d1d5db;border-radius:999px;position:relative;transition:background .2s}.popups-toggle-ui:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 2px #00000026}.popups-toggle input:checked+.popups-toggle-ui{background:#009f8d}.popups-toggle input:checked+.popups-toggle-ui:after{transform:translate(20px)}.popups-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:100;display:flex;align-items:stretch;justify-content:center;padding:1rem;overflow:auto}.popups-modal{background:#fff;border-radius:.75rem;width:100%;max-width:960px;margin:auto;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}.popups-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.popups-modal-head h2{margin:0;font-size:1.15rem;color:#023832}.popups-modal-close{border:none;background:transparent;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.35rem}.popups-modal-close:hover{background:#f3f4f6;color:#111827}.popups-modal-grid{display:grid;grid-template-columns:1fr minmax(260px,320px);gap:1.25rem;padding:1.25rem;overflow:auto;flex:1;min-height:0}@media(max-width:768px){.popups-modal-grid{grid-template-columns:1fr}}.popups-form{display:flex;flex-direction:column;gap:1rem;min-width:0}.popups-field label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.35rem}.popups-hint{font-weight:400;color:#6b7280}.popups-req{color:#dc2626}.popups-field input[type=text],.popups-field input[type=url],.popups-field textarea{width:100%;padding:.55rem .65rem;border:1px solid #d1d5db;border-radius:.45rem;font-size:.9rem;font-family:inherit}.popups-field textarea{resize:vertical;min-height:100px}.popups-field input[type=file]{font-size:.85rem}.popups-input-error{border-color:#dc2626!important}.popups-error{margin:.35rem 0 0;font-size:.8rem;color:#dc2626}.popups-icon-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:520px){.popups-icon-row{grid-template-columns:1fr}}.popups-field--grow{flex:1}.popups-form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.popups-live-preview{background:#f3f4f6;border-radius:.65rem;padding:.75rem;height:fit-content;position:sticky;top:0}.popups-live-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem;font-size:.8rem;font-weight:600;color:#374151}.popups-btn-preview{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.75rem;border:1px solid #d1d5db;border-radius:.4rem;background:#fff;color:#023832;cursor:pointer}.popups-btn-preview:hover{background:#f9fafb}.popup-preview-root{border-radius:.65rem;overflow:hidden;box-shadow:0 8px 24px #0000001f}.popup-preview-root--compact .popup-preview-bg{min-height:355px}.popup-preview-bg{position:relative;display:flex;flex-direction:column;min-height:355px;background-size:cover;background-position:center}.popup-preview-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000e0,#0000008c 55%,#00000059)}.popup-preview-body{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;min-height:100%;padding:1rem 1.35rem .45rem;color:#fff;box-sizing:border-box}.popup-preview-topbar{display:flex;align-items:center;justify-content:flex-start;width:100%;flex-shrink:0;margin-bottom:.35rem}.popup-preview-main{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;min-height:0}.popup-preview-footer{flex-shrink:0;margin-top:auto;width:100%;padding-top:.25rem;padding-bottom:0;transform:translateY(-14px)}.popup-preview-announce-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:#ffffff2e;color:#fff;flex-shrink:0}.popup-preview-close-inner{margin-left:auto;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:.45rem;background:#0006;color:#fff;cursor:pointer}.popup-preview-close-inner:hover{background:#00000094}.popup-preview-heading{margin:0;font-size:1.85rem;font-weight:700;line-height:1.2}.popup-preview-desc{margin:0;font-size:1.125rem;line-height:1.55;opacity:.97;overflow:visible;word-wrap:break-word}.popup-preview-divider{height:3px;width:100%;max-width:160px;border-radius:999px;margin:0 0 .55rem;background:linear-gradient(90deg,#009f8d,#ffffff8c 55%,#ffffff26)}.popup-preview-icons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.popup-preview-icon-btn{width:44px;height:44px;border-radius:.5rem;overflow:hidden;background:#fffffff2;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.4)}.popup-preview-icon-btn img{width:100%;height:100%;object-fit:cover}.popup-preview-icon-placeholder{width:44px;height:44px;border-radius:.5rem;border:2px dashed rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;color:#ffffff80}.popups-preview-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f172aa6;display:flex;align-items:center;justify-content:center;padding:1.5rem}.popups-preview-modal-inner{position:relative;max-width:560px;width:100%}.popups-preview-modal-inner .popup-preview-root{max-height:min(90vh,700px)}.popups-preview-modal-inner .popup-preview-bg{min-height:355px}.popups-api-banner{margin:0 0 1rem;padding:.75rem 1rem;border-radius:.5rem;background:#dc26261f;border:1px solid rgba(220,38,38,.35);color:#fecaca;font-size:.9rem}.popups-loading{padding:3rem 1.5rem;text-align:center;color:var(--popups-muted, #94a3b8)}.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}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;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{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.login-stats-container{font-family:Inter,sans-serif;height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;overflow:hidden}.login-stats-loading,.login-stats-error{padding:2rem;text-align:center;color:#6b7280}.login-stats-error{color:#dc2626}.login-stats-header{background-color:#009f8d;color:#fff;padding:1rem;flex-shrink:0}@media(min-width:640px){.login-stats-header{padding:1.5rem 2rem}}.login-stats-header .page-title{color:#fff;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}@media(min-width:640px){.login-stats-header .page-title{font-size:1.5rem}}.login-stats-header .page-subtitle{color:#ffffffd9;margin:0;font-size:.875rem;font-weight:400}.login-stats-header .header-content{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.login-stats-header .header-content{flex-direction:row;align-items:center;justify-content:space-between}}.login-stats-header .header-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.login-stats-header .filter-group{display:flex;align-items:center;gap:.5rem;background-color:#ffffff1f;border-radius:.5rem;padding:.4rem .6rem}.login-stats-header .filter-label{font-size:.8125rem;font-weight:500}.login-stats-header .filter-sep{font-size:.875rem;opacity:.85}.login-stats-header .date-input,.login-stats-header .client-select{background-color:#fff;color:#111827;border:none;border-radius:.375rem;padding:.4rem .65rem;font-size:.8125rem;outline:none;min-width:9.5rem;cursor:pointer;color-scheme:light}.login-stats-header .date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;filter:invert(45%) sepia(90%) saturate(450%) hue-rotate(130deg) brightness(85%);margin-left:.25rem}.login-stats-header .date-input::-webkit-calendar-picker-indicator:hover{filter:invert(40%) sepia(95%) saturate(600%) hue-rotate(130deg) brightness(70%)}.login-stats-header .client-select{min-width:10rem}.login-stats-header .clear-filters-btn{background-color:#fff;color:#009f8d;border:none;border-radius:.375rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;cursor:pointer}.login-stats-header .clear-filters-btn:hover{background-color:#f3f4f6}.login-stats-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.login-stats-body{padding:1.5rem 2rem}}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem}.stat-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;flex-shrink:0}.stat-text{display:flex;flex-direction:column;min-width:0}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.chart-card,.table-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;padding:1.25rem}.card-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:#023832}.chart-container{height:18rem;width:100%}.empty-state{padding:2rem 0;text-align:center;color:#9ca3af;font-size:.875rem}.tables-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.tables-row{grid-template-columns:1fr 1fr}}.login-stats-table{width:100%;border-collapse:collapse;font-size:.875rem}.login-stats-table thead th{text-align:left;font-weight:600;color:#374151;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.login-stats-table tbody td{padding:.5rem .75rem;border-bottom:1px solid #f3f4f6;color:#111827}.login-stats-table tbody tr:last-child td{border-bottom:none}.login-stats-table th.num,.login-stats-table td.num{text-align:right;font-variant-numeric:tabular-nums}.map-container{height:24rem;width:100%;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}.login-map-popup .popup-line{font-size:.8125rem;line-height:1.35;margin:0}.login-map-popup .popup-muted{color:#6b7280}.gps-pill{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.gps-pill.yes{background-color:#ecfdf5;color:#059669}.gps-pill.no{background-color:#fef2f2;color:#dc2626}.table-scroll{max-height:24rem;overflow:auto}.refresh-btn{display:inline-flex;align-items:center;gap:.4rem;background-color:#fff;color:#009f8d;border:none;border-radius:.375rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;cursor:pointer}.refresh-btn:hover{background-color:#f3f4f6}.refresh-btn:disabled{opacity:.7;cursor:not-allowed}.refresh-btn .spin,.refresh-btn svg.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auto-refresh-toggle{display:inline-flex;align-items:center;gap:.35rem;background-color:#ffffff1f;border-radius:.375rem;padding:.4rem .6rem;font-size:.8125rem;cursor:pointer;-webkit-user-select:none;user-select:none}.auto-refresh-toggle input{margin:0;cursor:pointer}.error-banner{display:flex;align-items:center;gap:.5rem;background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:.5rem;padding:.5rem .75rem;margin-bottom:.75rem;font-size:.8125rem}.error-retry-btn{margin-left:auto;background-color:#dc2626;color:#fff;border:none;border-radius:.375rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;cursor:pointer}.error-retry-btn:hover{background-color:#b91c1c}.recent-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.recent-header .card-title{margin:0}.recent-count{margin-left:.5rem;font-size:.75rem;color:#6b7280;font-weight:500;background-color:#f3f4f6;border-radius:9999px;padding:.125rem .5rem}.recent-search{position:relative;display:flex;align-items:center;min-width:16rem;flex:1;max-width:24rem}.recent-search-icon{position:absolute;left:.625rem;color:#9ca3af;pointer-events:none}.recent-search-input{width:100%;padding:.4rem .6rem .4rem 2rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;outline:none}.recent-search-input:focus{border-color:#009f8d;box-shadow:0 0 0 2px #009f8d33}.login-stats-table.sortable thead th{cursor:pointer;-webkit-user-select:none;user-select:none}.login-stats-table.sortable thead th:hover{background-color:#f3f4f6}.login-stats-table .th-content{display:inline-flex;align-items:center;gap:.3rem}.sort-icon{color:#9ca3af}.dashboard-container{height:100vh;display:flex;background-color:#f3f4f6;overflow:hidden;font-family:Inter,sans-serif}.sidebar{width:17rem;background-color:#023832;background-image:linear-gradient(to bottom,#023832,#012b26);color:#fff;display:flex;flex-direction:column;flex-shrink:0;box-shadow:4px 0 10px #0000000d;position:relative;z-index:20}.sidebar-header{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.logo{max-width:130px;height:auto;object-fit:contain;margin-bottom:.75rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.dashboard-title{color:#fff9;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;margin:0}.nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.nav-list{display:flex;flex-direction:column;gap:.5rem}.nav-button{width:100%;display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border-radius:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);color:#ffffffbf;font-weight:500;font-size:.95rem;background-color:transparent;border:1px solid transparent}.nav-button:hover{background-color:#ffffff14;color:#fff;transform:translate(2px)}.nav-button.active{background-color:#009f8d;color:#fff;box-shadow:0 4px 12px #009f8d4d;font-weight:600;border:none}.nav-icon{height:1.25rem;width:1.25rem;transition:transform .2s ease;opacity:.85}.nav-button:hover .nav-icon,.nav-button.active .nav-icon{transform:scale(1.05);opacity:1}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.logout-button{width:100%;margin-bottom:.85rem;padding:.65rem .8rem;border:1px solid rgba(255,255,255,.25);border-radius:.6rem;color:#ffffffe6;background:#ffffff0f;font-size:.88rem;font-weight:600;transition:background-color .18s ease,transform .18s ease}.logout-button:hover{background:#ffffff24;transform:translateY(-1px)}.copyright{color:#ffffff59;font-size:.7rem;text-align:center;margin:0}.main-content{flex:1;overflow:hidden;position:relative;background:#f9fafb}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at 20% 10%,rgba(0,159,141,.22),transparent 46%),radial-gradient(circle at 80% 90%,rgba(2,56,50,.22),transparent 45%),linear-gradient(120deg,#f6fffd,#eff8f7 45%,#f4f7fb)}.login-card{width:min(460px,100%);border-radius:1rem;padding:2rem;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 50px #02383226}.login-branding{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.login-logo-shell{display:flex;align-items:center;justify-content:center;width:168px;min-height:72px;padding:.6rem .85rem;margin-bottom:.95rem;border-radius:1rem;background:linear-gradient(135deg,#009f8d,#037f72);box-shadow:0 12px 28px #009f8d3d;border:1px solid rgba(255,255,255,.08)}.login-logo{display:block;width:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}.login-brand-title{margin:0;text-align:center;font-size:1.75rem;line-height:1.2;color:#052f2a}.login-kicker{margin:0;text-align:center;font-size:.92rem;color:#0b7f72;font-weight:700}.login-title{margin:.6rem 0 .3rem;font-size:1.65rem;color:#052f2a}.login-description{margin:0 0 1.5rem;color:#4b5563;font-size:.95rem}.login-form{display:grid;gap:.75rem}.login-label{font-size:.88rem;font-weight:600;color:#1f2937}.login-input{width:100%;border:1px solid #cbd5e1;border-radius:.7rem;padding:.78rem .85rem;font-size:1rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.login-input:focus{border-color:#009f8d;box-shadow:0 0 0 4px #009f8d2e}.password-input-wrap{position:relative;width:100%}.password-input{padding-right:2.8rem}.password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:.5rem;border:none;color:#475467;background:transparent}.password-toggle:hover:not(:disabled){background:#94a3b829}.password-toggle:disabled{opacity:.55}.login-error{margin:.1rem 0 0;color:#b42318;font-size:.88rem}.login-button{margin-top:.45rem;border:none;border-radius:.7rem;padding:.82rem 1rem;background:linear-gradient(135deg,#009f8d,#037f72);color:#fff;font-weight:700;font-size:.97rem;transition:transform .16s ease,box-shadow .16s ease}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #009f8d47}.login-button:disabled{opacity:.68;cursor:not-allowed}@media(max-width:520px){.login-card{padding:1.4rem}.login-title{font-size:1.35rem}}:root{--brand-primary: #009f8d;--brand-secondary: #023832;--brand-tertiary: #002f46;--brand-orange: #f89b1b;--brand-light: white;--brand-dark: #353535;--status-online: #10b981;--status-offline: #ef4444;--status-warning: #f89b1b;--background: #ffffff;--foreground: #1f2937}.dark{--background: #1f2937;--foreground: #ffffff}:root{--background: #f9fafb;--foreground: #111827;--primary: #009f8d;--primary-foreground: #ffffff;--sidebar-bg: #023832;--sidebar-text: #ffffff;--muted: #9ca3af;--border: #e5e7eb}body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);height:100%}html,#root{height:100%}*,*:before,*:after{box-sizing:border-box}button{cursor:pointer;border:none;background:none;font:inherit}ul{list-style:none;padding:0;margin:0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.h-screen{height:100vh}.w-full{width:100%}.overflow-hidden{overflow:hidden}
