@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap");:root{--bg:#f4f6fa;--surface:#ffffff;--border:#e2e8f0;--text:#1e293b;--text-muted:#64748b;--primary:#1d4ed8;--primary-dark:#1e40af;--danger:#dc2626;--success:#16a34a;--warning:#d97706;--radius:12px;--shadow:0 1px 3px rgba(15,23,42,0.08),0 1px 2px rgba(15,23,42,0.06)}html.dark{--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--primary:#3b82f6;--primary-dark:#2563eb;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b}html.dark,html.dark body{min-height:100vh;background:radial-gradient(at 0 0,#0c4a6e 0,transparent 50%),radial-gradient(at 50% 0,#78350f 0,transparent 50%),radial-gradient(at 100% 0,#0369a1 0,transparent 50%),radial-gradient(at 0 100%,#881337 0,transparent 50%),radial-gradient(at 100% 100%,#1e1b4b 0,transparent 50%)!important;background-color:#020617!important;color:var(--text)!important}html.dark .navbar{background:rgba(15,23,42,.65)!important;border-bottom:1px solid rgba(255,255,255,.05)!important}html.dark .card{background:rgba(30,41,59,.6)!important;border:1px solid rgba(255,255,255,.05)!important;box-shadow:0 8px 32px 0 rgba(0,0,0,.2)!important}html.dark .card:hover{background:rgba(30,41,59,.7)!important;box-shadow:0 12px 40px 0 rgba(0,0,0,.35)!important}html.dark input,html.dark select,html.dark textarea{background:rgba(15,23,42,.6)!important;border:1px solid rgba(255,255,255,.1)!important;color:#f1f5f9!important}html.dark input:focus,html.dark select:focus,html.dark textarea:focus{background:rgba(15,23,42,.85)!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(59,130,246,.25)!important}html.dark .checkbox-row{background:rgba(15,23,42,.4)!important;border:1px solid rgba(255,255,255,.05)!important}html.dark .checkbox-row:hover{background:rgba(15,23,42,.7)!important}html.dark .table tr:hover td{background:rgba(255,255,255,.03)!important}html.dark .table td{border-bottom:1px solid rgba(255,255,255,.05)!important;color:var(--text)!important}html.dark .table th{color:var(--text-muted)!important}html.dark .navbar nav a:hover{background:rgba(255,255,255,.05)!important}html.dark .navbar nav a{color:var(--text)!important}html.dark .modal{background:rgba(30,41,59,.85)!important;border:1px solid rgba(255,255,255,.08)!important}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;background:radial-gradient(at 0 0,#e0f2fe 0,transparent 50%),radial-gradient(at 50% 0,#fef3c7 0,transparent 50%),radial-gradient(at 100% 0,#e0f2fe 0,transparent 50%),radial-gradient(at 0 100%,#ffe4e6 0,transparent 50%),radial-gradient(at 100% 100%,#e0f2fe 0,transparent 50%);background-color:#f8fafc;background-attachment:fixed;color:var(--text);font-family:Prompt,Noto Sans Thai,Sarabun,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}a{color:var(--primary)}a,a:hover{text-decoration:none}.btn:hover,a.btn:hover{text-decoration:none!important}h1{font-size:1.6rem}h1,h2{margin:0 0 .5rem}h2{font-size:1.25rem}h3{font-size:1.05rem;margin:0 0 .4rem}.container{max-width:1200px;margin:0 auto;padding:1.25rem 1rem 3rem;min-height:calc(100vh - 64px);display:flex;flex-direction:column}.navbar{background:rgba(255,255,255,.65);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.4);position:-webkit-sticky;position:sticky;top:0;z-index:1100}.navbar-inner{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.navbar .brand{font-weight:700;font-size:1.15rem;color:var(--danger)}.navbar nav{display:flex;gap:.25rem;flex-wrap:wrap}.navbar nav a{padding:.35rem .7rem;border-radius:8px;color:var(--text);font-size:.92rem}.navbar nav a:hover{background:rgba(255,255,255,.5);text-decoration:none}.navbar .spacer{flex:1 1}.card{background:rgba(255,255,255,.6);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:var(--radius);box-shadow:0 8px 32px 0 rgba(31,38,135,.04);padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px 0 rgba(31,38,135,.08);background:rgba(255,255,255,.7)}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;background:var(--primary);color:#fff;font-size:.92rem;font-family:inherit;cursor:pointer;transition:background .15s}.btn:hover{background:var(--primary-dark)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#b91c1c}.btn-success{background:var(--success)}.btn-success:hover{background:#15803d}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{background:var(--bg)}.btn-lg{padding:.8rem 1.6rem;font-size:1.05rem}.btn-sm{padding:.3rem .7rem;font-size:.85rem}label.field{display:block;margin-bottom:.85rem}label.field span{display:block;font-size:.88rem;color:var(--text-muted);margin-bottom:.25rem}input,select,textarea{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.95rem;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(29,78,216,.35)}input[type=checkbox]{width:auto}.table{width:100%;border-collapse:collapse;font-size:.92rem}.table td,.table th{text-align:left;padding:.55rem .7rem;border-bottom:1px solid var(--border)}.table th{color:var(--text-muted);font-weight:600;font-size:.85rem}.table tr:hover td{background:#f8fafc}.badge{display:inline-block;padding:.12rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;white-space:nowrap}.badge-pending{background:#fef3c7;color:#92400e}.badge-assigned{background:#dbeafe;color:#1e40af}.badge-en_route{background:#ede9fe;color:#5b21b6}.badge-resolved{background:#dcfce7;color:#166534}.badge-cancelled{background:#f1f5f9;color:#475569}.badge-on{background:#fee2e2;color:#991b1b}.badge-off{background:#f1f5f9;color:#475569}.badge-online{background:#dcfce7;color:#166534}.badge-offline{background:#fee2e2;color:#991b1b}.badge-info{background:#e0f2fe;color:#075985}.muted{color:var(--text-muted);font-size:.88rem}.error-text{color:var(--danger);font-size:.9rem}.success-text{color:var(--success);font-size:.9rem}.page-title{gap:.75rem}.page-title,.toolbar{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.toolbar{gap:.5rem}.map-wrap{height:480px}.map-wrap,.map-wrap-sm{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.map-wrap-sm{height:300px}.leaflet-container{height:100%;width:100%}.sensor-card{text-align:center}.sensor-card .value{font-size:2.2rem;font-weight:700;line-height:1.2}.sensor-card .unit{font-size:1rem;color:var(--text-muted);margin-left:.25rem}.sensor-card .label{color:var(--text-muted);font-size:.9rem}.sensor-card.alert .value{color:var(--danger)}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 1rem 1.5rem;border-left:2px solid var(--border);margin-left:.5rem}.timeline li:last-child{border-left-color:transparent}.timeline li:before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--primary)}.hero{text-align:center;padding:3.5rem 1rem 2.5rem}.hero h1{font-size:2.2rem}.hero p{color:var(--text-muted);max-width:640px;margin:0 auto 1.75rem}.hero-actions{gap:.75rem;flex-wrap:wrap}.hero-actions,.modal-backdrop{display:flex;justify-content:center}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);align-items:flex-start;padding:3rem 1rem;z-index:2000;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:640px}.checkbox-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.chips{display:flex;gap:.35rem;flex-wrap:wrap}:root{--glass-bg:rgba(255,255,255,0.6);--glass-border:rgba(255,255,255,0.5);--glass-shadow:0 8px 32px 0 rgba(31,38,135,0.05)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px 0 rgba(31,38,135,.08);background:rgba(255,255,255,.7)}input,select,textarea{border:1px solid rgba(203,213,225,.8);background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;padding:.6rem .85rem;transition:all .2s ease-in-out;box-shadow:0 1px 2px 0 rgba(0,0,0,.02)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(29,78,216,.15),0 1px 2px 0 rgba(0,0,0,.05);background:#ffffff}.btn{font-weight:550;letter-spacing:.2px;border-radius:10px;padding:.6rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.05)}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(29,78,216,.2)}.btn-danger:hover{box-shadow:0 4px 12px rgba(220,38,38,.2)}.btn-success:hover{box-shadow:0 4px 12px rgba(22,163,74,.2)}.btn:active{transform:translateY(0)}.checkbox-row{padding:.5rem .75rem;border-radius:8px;background:rgba(255,255,255,.45);border:1px solid rgba(241,245,249,.8);transition:all .2s ease;cursor:pointer}.checkbox-row:hover{background:rgba(255,255,255,.8);border-color:rgba(203,213,225,.8)}.checkbox-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin:0}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(15,23,42,.35);animation:fadeIn .25s ease-out}.modal{background:rgba(255,255,255,.85);backdrop-filter:blur(20px) saturate(190%);-webkit-backdrop-filter:blur(20px) saturate(190%);border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 50px rgba(0,0,0,.1);border-radius:16px;animation:scaleUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.confirm-modal-wrapper{max-width:440px!important;text-align:center;padding:2rem!important}.confirm-modal-icon{font-size:3rem;margin-bottom:1rem}.flatpickr-calendar{background:rgba(255,255,255,.85)!important;backdrop-filter:blur(16px) saturate(180%)!important;-webkit-backdrop-filter:blur(16px) saturate(180%)!important;border:1px solid rgba(255,255,255,.5)!important;box-shadow:0 10px 30px rgba(0,0,0,.08)!important;border-radius:12px!important;font-family:inherit!important}html.dark .flatpickr-calendar{background:rgba(30,41,59,.85)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px rgba(0,0,0,.3)!important;color:#f1f5f9!important}html.dark .flatpickr-current-month input.cur-year,html.dark .flatpickr-months .flatpickr-month,html.dark .flatpickr-months .flatpickr-next-month,html.dark .flatpickr-months .flatpickr-prev-month,html.dark .flatpickr-weekday{color:#f1f5f9!important;fill:#f1f5f9!important}html.dark .flatpickr-day{color:#cbd5e1!important}html.dark .flatpickr-day.flatpickr-disabled,html.dark .flatpickr-day.notHandled{color:#475569!important}html.dark .flatpickr-day.today{border-color:var(--primary)!important}html.dark .flatpickr-day.endRange,html.dark .flatpickr-day.selected,html.dark .flatpickr-day.startRange{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}html.dark .flatpickr-day.inRange{background:rgba(59,130,246,.2)!important;box-shadow:none!important}.nav-dropdown-item{color:#334155;transition:all .15s ease}.nav-dropdown-item:hover{background:rgba(0,0,0,.05)}html.dark .nav-dropdown-item{color:#cbd5e1}html.dark .nav-dropdown-item:hover{background:rgba(255,255,255,.08)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;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-bottom,.leaflet-top{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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.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 rgba(0,0,0,.65);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:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.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(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);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:focus,.leaflet-control-attribution a:hover{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;box-sizing:border-box;background:rgba(255,255,255,.8);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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.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:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{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;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{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}}