:root{--bg: #F8FAFC;--surface: #FFFFFF;--border: #E2E8F0;--text-1: #0F172A;--text-2: #64748B;--text-3: #94A3B8;--primary: #0D9488;--primary-light: #CCFBF1;--success: #10B981;--success-light: #D1FAE5;--danger: #EF4444;--danger-light: #FEE2E2;--warning: #F59E0B;--warning-light: #FEF3C7;--info: #3B82F6;--info-light: #DBEAFE;--accent: #8B5CF6;--accent-light: #EDE9FE;--hover-bg: #F1F5F9;--fnt: "Plus Jakarta Sans", sans-serif;--fnt-display: "Outfit", "Plus Jakarta Sans", sans-serif}:root[data-theme=dark]{--bg: #0B1220;--surface: #16202E;--border: #2A3646;--text-1: #F1F5F9;--text-2: #A8B3C4;--text-3: #6B7A90;--primary: #14B8A6;--primary-light: rgba(20, 184, 166, .18);--success: #34D399;--success-light: rgba(52, 211, 153, .18);--danger: #F87171;--danger-light: rgba(248, 113, 113, .18);--warning: #FBBF24;--warning-light: rgba(251, 191, 36, .18);--info: #60A5FA;--info-light: rgba(96, 165, 250, .18);--accent: #A78BFA;--accent-light: rgba(167, 139, 250, .18);--hover-bg: #1E2A3A}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--fnt);background:var(--bg);color:var(--text-1);font-size:14px;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.app-container{display:flex;height:100vh;overflow:hidden}.sidebar{width:264px;background:radial-gradient(circle at 18% -8%,rgba(45,212,191,.22),transparent 55%),linear-gradient(165deg,#0a1628,#0d2b33 55%,#123c38);border-right:1px solid rgba(255,255,255,.06);box-shadow:6px 0 28px #00000029;display:flex;flex-direction:column;padding:26px 0;z-index:10;position:relative}.sidebar-logo{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:0 16px 26px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo-mark{width:76px;height:76px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #ffffff26,0 6px 16px #0000004d}.sidebar-logo-mark img{width:72px;height:auto;object-fit:contain}.sidebar-brand-title{font-family:var(--fnt-display);font-weight:700;font-size:15px;line-height:1.3;color:#fff;letter-spacing:.2px}.sidebar-brand-sub{font-family:var(--fnt-display);font-weight:500;font-size:10.5px;color:#99ecdccc;text-transform:uppercase;letter-spacing:1.4px;margin-top:3px}.sidebar-section{padding:0 16px 24px}.sidebar-section-title{font-family:var(--fnt-display);font-size:11px;font-weight:600;color:#ffffff61;text-transform:uppercase;letter-spacing:1.4px;padding:0 12px 12px}.sidebar-btn{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:transparent;color:#ffffff9e;font-family:var(--fnt);font-size:14px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s;text-align:left}.sidebar-btn svg{flex-shrink:0;opacity:.85}.sidebar-btn:hover{background:#ffffff0f;color:#fff}.sidebar-btn.active{background:linear-gradient(135deg,#2dd4bf38,#2dd4bf0f);color:#fff;box-shadow:inset 3px 0 #2dd4bf}.sidebar-btn.active svg{opacity:1}.sidebar-supported-by{border-top:1px solid rgba(255,255,255,.08);padding:18px 16px 4px;display:flex;flex-direction:column;align-items:center;gap:10px}.sidebar-supported-by span{font-family:var(--fnt-display);font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#fff6}.sidebar-supported-by .badge{background:#fffffff2;border-radius:8px;padding:7px 14px;box-shadow:0 6px 16px #0003}.sidebar-supported-by img{display:block;max-width:130px;height:auto}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.topbar{height:190px;display:flex;flex-direction:column;justify-content:flex-end;padding:0 32px 20px;background:linear-gradient(to bottom,#081e2959,#081e2914 40%,#f8fafc0d 62%,#f8fafce6 86%,#f8fafc),url(/images/header-bg.jpg) center 34%/cover no-repeat;flex-shrink:0}.topbar-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.content{flex:1;overflow-y:auto;padding:32px}.page-title{font-size:24px;font-weight:700;color:var(--text-1);margin-bottom:4px}.page-subtitle{font-size:13px;color:var(--text-2)}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:10px;border:none;background:transparent;cursor:pointer;padding:4px;border-radius:10px;font-family:var(--fnt);text-align:left}.user-menu-trigger:hover{background:#fff9}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px;min-width:170px;z-index:20}.user-menu-role{padding:8px 10px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border);margin-bottom:4px}.btn-outline{padding:8px 16px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-family:var(--fnt);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.btn-outline:hover{background:var(--hover-bg);color:var(--text-1)}.app-footer{flex-shrink:0;padding:14px 32px;text-align:center;font-size:12px;color:var(--text-3);border-top:1px solid var(--border);background:var(--surface)}.app-footer a{color:var(--primary);font-weight:700;text-decoration:none}.app-footer a:hover{text-decoration:underline}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000d}.stat-tint-a{background:var(--primary-light);border-color:#0d948833}.stat-tint-b{background:var(--warning-light);border-color:#f59e0b33}.stat-tint-c{background:var(--success-light);border-color:#10b98133}.stat-tint-d{background:var(--info-light);border-color:#3b82f633}.stat-tint-danger{background:var(--danger-light);border-color:#ef444433}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border)}.data-table td{padding:12px 14px;border-bottom:1px solid var(--border);color:var(--text-1)}.data-table tbody tr:hover{background:var(--hover-bg)}.data-table tbody tr:last-child td{border-bottom:none}.detail-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:2px 20px 18px}.detail-tab{display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer;padding:10px 18px;border-radius:9px;font-family:var(--fnt);font-size:13.5px;font-weight:600;color:var(--text-1);background:var(--tab-tint);opacity:.72;transition:opacity .15s ease,box-shadow .15s ease,transform .15s ease;white-space:nowrap}.detail-tab:hover{opacity:.92}.detail-tab.active{color:#fff;background:var(--tab-color);opacity:1;box-shadow:0 3px 8px -2px var(--tab-color);transform:translateY(-1px)}.detail-table-wrap{min-height:424px;padding:0 20px 20px;display:flex;flex-direction:column}.detail-table-wrap .loading-spinner{flex:1}.detail-table-wrap .data-table th{background:var(--hover-bg);font-size:11.5px}.detail-table-wrap .data-table th:first-child{border-radius:8px 0 0}.detail-table-wrap .data-table th:last-child{border-radius:0 8px 0 0}.detail-table-wrap .data-table td{font-size:12.5px;padding:11px 14px}.detail-table-wrap .data-table td:first-child{color:var(--text-2);font-weight:600;width:46%}.detail-table-wrap .data-table td:last-child{color:var(--text-1);font-weight:500}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}.status-pill.good{background:var(--success-light);color:#047857}.status-pill.low{background:var(--warning-light);color:#b45309}.status-pill.critical{background:var(--danger-light);color:#b91c1c}.status-pill.neutral{background:#f1f5f9;color:var(--text-2)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{width:420px;max-width:100%;background:var(--surface);border-radius:16px;padding:28px;box-shadow:0 24px 60px #0000004d}.modal-title{font-size:18px;font-weight:700;color:var(--text-1);margin-bottom:20px}.modal-field{margin-bottom:16px}.modal-field label{display:block;font-size:12px;font-weight:600;color:var(--text-2);margin-bottom:6px}.modal-field input,.modal-field select{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-family:var(--fnt);font-size:14px;outline:none;background:var(--surface);color:var(--text-1)}.modal-field input:focus,.modal-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.modal-field-row{display:flex;align-items:center;gap:8px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.modal-error{color:var(--danger);font-size:13px;margin-bottom:12px}.btn-secondary{padding:9px 18px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-family:var(--fnt);font-size:13px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:var(--hover-bg)}.btn-solid{padding:9px 18px;border-radius:8px;border:none;background:var(--primary);color:#fff;font-family:var(--fnt);font-size:13px;font-weight:600;cursor:pointer}.btn-solid:hover{opacity:.9}.btn-solid:disabled{opacity:.6;cursor:not-allowed}.table-toolbar{display:flex;justify-content:flex-end;margin-bottom:4px}.icon-link-btn{border:none;background:transparent;color:var(--text-2);cursor:pointer;font-size:13px;padding:4px 8px;border-radius:6px}.icon-link-btn:hover{background:var(--hover-bg);color:var(--text-1)}.icon-link-btn.danger:hover{background:var(--danger-light);color:var(--danger)}.stat-title{display:flex;align-items:center;gap:8px;color:var(--text-2);font-size:13px;font-weight:600;margin-bottom:12px}.stat-val{font-size:28px;font-weight:800;color:var(--text-1);margin-bottom:8px}.stat-trend{font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px;color:var(--text-2)}.trend-up{color:var(--success)}.trend-down{color:var(--danger)}.grid-2col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.device-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;transition:.2s;box-shadow:0 1px 2px #0000000d;position:relative;display:flex;flex-direction:column}.device-card.clickable{cursor:pointer}.device-card.clickable:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000014;border-color:var(--primary)}.device-card.expanded{grid-column:1 / -1}.dc-header{display:flex;justify-content:space-between;margin-bottom:12px}.dc-icon-wrapper{display:flex;align-items:center;gap:12px}.dc-icon{width:44px;height:44px;border-radius:10px;background:var(--hover-bg);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.dc-title{font-weight:700;color:var(--text-1);font-size:14px;line-height:1.3}.dc-id{font-size:11px;color:var(--text-3);font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:var(--text-3)}.status-dot.running{background:var(--success);box-shadow:0 0 0 3px var(--success-light)}.status-dot.alert{background:var(--danger);box-shadow:0 0 0 3px var(--danger-light)}.dc-readings{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.reading-col{display:flex;flex-direction:column}.rc-label{font-size:11px;color:var(--text-2);text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:2px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rc-val{font-size:16px;font-weight:700;color:var(--text-1)}.rc-unit{font-size:11px;font-weight:500;color:var(--text-3);margin-left:2px}.dc-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:16px;margin-top:auto;font-size:12px;color:var(--text-2);font-weight:500}.pill{padding:4px 10px;border-radius:20px;background:var(--hover-bg);font-weight:600;color:var(--text-1);font-size:11px;text-transform:uppercase;letter-spacing:.5px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px}.panel-muted{background:var(--hover-bg)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.panel-title{font-weight:700;color:var(--text-1);font-size:16px;display:flex;align-items:center;gap:8px}.toggle-group{display:flex;gap:4px;background:var(--hover-bg);padding:4px;border-radius:8px}.toggle-btn{border:none;background:transparent;padding:6px 14px;border-radius:6px;font-family:var(--fnt);font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer}.toggle-btn.active{background:#fff;color:var(--text-1);box-shadow:0 1px 2px #00000014}.toggle-group.sm{padding:3px}.toggle-group.sm .toggle-btn{padding:4px 9px;font-size:10.5px}.card-toolbar-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.chart-toolbar{display:flex;align-items:center;gap:8px}.chart-menu{position:relative}.chart-menu-btn{width:30px;height:30px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:.15s}.chart-menu-btn:hover{background:var(--hover-bg);color:var(--text-1)}.expand-btn{height:30px;padding:0 10px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:flex;align-items:center;gap:5px;cursor:pointer;font-family:var(--fnt);font-size:11.5px;font-weight:600;white-space:nowrap;transition:.15s}.expand-btn:hover{background:var(--hover-bg);color:var(--text-1)}.chart-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px;min-width:160px;z-index:20}.chart-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:transparent;color:var(--text-1);font-family:var(--fnt);font-size:12.5px;font-weight:600;text-decoration:none;border-radius:6px;cursor:pointer;text-align:left}.chart-menu-item:hover{background:var(--hover-bg)}.alert-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.alert-row:last-child{border-bottom:none}.auth-bg{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:24px;background:linear-gradient(180deg,#081e2999,#081e29b8),url(/images/login-bg.jpg) center/cover no-repeat}.auth-card{width:400px;max-width:100%;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.5);border-radius:20px;padding:40px;box-shadow:0 20px 60px #00000059;text-align:center}.auth-logo{width:76px;height:auto;margin:0 auto 16px;display:block}.auth-title{font-size:26px;font-weight:800;color:var(--primary);margin-bottom:8px;line-height:1.25}.auth-sub{font-size:14px;color:var(--text-2);margin-bottom:32px}.auth-supported-by{display:flex;flex-direction:column;align-items:center;gap:8px}.auth-supported-by span{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffffffd9;text-shadow:0 1px 3px rgba(0,0,0,.5)}.auth-supported-by .badge{background:#fffffff2;border-radius:10px;padding:8px 16px;box-shadow:0 4px 16px #00000040}.auth-supported-by img{display:block;height:20px;width:auto}.auth-input{width:100%;border:1px solid var(--border);border-radius:12px;padding:14px 16px;font-family:var(--fnt);font-size:14px;margin-bottom:12px;outline:none}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.auth-btn{width:100%;padding:16px;border-radius:12px;background:var(--primary);color:#fff;font-family:var(--fnt);font-weight:700;font-size:15px;border:none;cursor:pointer;transition:.2s}.auth-btn:hover:not(:disabled){background:#0f766e}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:var(--danger);font-size:13px;margin-bottom:8px;text-align:left}.loading-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}.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(/build/assets/layers-BWBAp2CZ.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/build/assets/layers-2x-Bpkbi35X.png);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(/build/assets/marker-icon-hN30_KVU.png)}.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}}
