:root{--ink:#082d72;--muted:#667085;--line:#dfeaf0;--bg:#f3f8fa;--card:#fff;--accent:#38afc3;--accent2:#219db5;--nav:#062b70;--shadow:0 18px 50px rgba(6,43,112,.10)}*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:258px;background:var(--nav);color:white;padding:28px 18px;z-index:30}.brand,.sidebar{display:flex;flex-direction:column}.brand{align-items:center;gap:10px;padding:0 7px 26px}.brand img{display:block;width:100%;height:132px;object-fit:contain;background:#fff;border-radius:15px;padding:7px}.brand span{font-size:10px;color:#b9e7ee;letter-spacing:.14em;font-weight:800}.sidebar nav{display:grid;grid-gap:7px;gap:7px}.sidebar nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:12px;color:#aab4c5;font-weight:650;font-size:14px}.sidebar nav a.active,.sidebar nav a:hover{background:rgba(255,255,255,.08);color:white}.sidebar nav a.active:before{content:"";width:4px;height:22px;border-radius:4px;background:var(--accent);margin-left:-13px}.profile{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding:20px 8px 0;display:flex;gap:10px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#263247;font-weight:800}.profile b,.profile span{display:block}.profile span{color:#9aa5b5;font-size:12px;margin-top:2px}.main{margin-left:258px;min-height:100vh}.topbar{height:68px;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);justify-content:flex-end;padding:0 34px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.status-dot,.topbar{display:flex;align-items:center}.status-dot{font-size:12px;color:#667085;gap:8px}.status-dot span{width:8px;height:8px;border-radius:50%;background:#26b36a;box-shadow:0 0 0 4px #e5f8ed}.menu,.mobile-logo,.mobile-nav{display:none}.mobile-logo img{display:block;width:84px;height:48px;object-fit:contain}.content{padding:42px;max-width:1500px;margin:auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.eyebrow{display:block;font-size:11px;letter-spacing:.14em;font-weight:850;color:#667085;margin-bottom:8px}.page-head h1{font-size:42px;line-height:1.02;margin:0 0 9px;letter-spacing:-.04em}.page-head p,.panel-head p{margin:0;color:var(--muted);max-width:680px}.head-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:13px;padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer;transition:.2s}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px rgba(56,175,195,.24)}.btn.primary:hover{transform:translateY(-1px);background:var(--accent2)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.wide{width:100%;padding:15px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:0 8px 24px rgba(15,23,42,.03);position:relative;overflow:hidden}.stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#98a2b3}.stat.blue:before{background:#477bff}.stat.amber:before{background:#f6a723}.stat.green:before{background:#27ae60}.stat.rose:before{background:#f35b74}.stat small,.stat span{display:block;color:var(--muted);font-size:13px}.stat strong{display:block;font-size:34px;margin:10px 0 2px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:18px 0}.quick-card{background:var(--nav);color:white;border-radius:18px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.quick-card>svg{margin-left:auto;color:#97a0ad}.quick-icon{width:47px;height:47px;background:var(--accent);color:#fff;border-radius:14px;display:grid;place-items:center}.quick-card b,.quick-card span{display:block}.quick-card b{font-size:17px}.quick-card span{font-size:12px;color:#9ca6b4;margin-top:4px}.form-card,.panel{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.04);overflow:hidden;margin-top:18px}.panel-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-head h2{margin:0 0 4px;font-size:20px}.timeline{padding:8px 24px 18px}.timeline-row{display:grid;grid-template-columns:58px 18px 1fr;align-items:center;min-height:76px}.time{font-weight:850}.line-dot{width:10px;height:10px;border:3px solid var(--accent);background:var(--nav);border-radius:50%;position:relative}.line-dot:after{content:"";position:absolute;width:1px;height:66px;background:var(--line);left:2px;top:8px}.timeline-row:last-child .line-dot:after{display:none}.event{display:flex;justify-content:space-between;gap:18px;padding:14px 18px;background:#f8fafb;border-radius:14px}.event b,.event small,.event span{display:block}.event span{font-size:12px;color:var(--muted);margin-top:4px}.event-right{text-align:right}.event-right small{color:#1c8f56;font-weight:800;margin-top:5px}.records{padding:0 12px 12px}.record{display:flex;align-items:center;gap:14px;padding:16px 12px;border-bottom:1px solid #eef1f4}.record:last-child{border-bottom:0}.record-avatar{width:44px;height:44px;border-radius:14px;background:#eef2f6;display:grid;place-items:center;font-weight:900}.record-main{flex:1 1;min-width:0}.record-line{display:flex;align-items:center;gap:9px}.record-main>span{display:block;color:var(--muted);font-size:12px;margin:4px 0 8px}.record-meta{display:flex;gap:14px;flex-wrap:wrap;color:#667085}.record-meta small b{color:#344054}.pill{font-size:10px;padding:4px 7px;background:#f2f4f7;color:#667085;font-weight:800}.pill,.sync{border-radius:99px}.sync{font-size:11px;font-weight:850;padding:6px 9px}.sync.ok{background:#eaf8ef;color:#198754}.sync.wait{background:#fff3df;color:#b86b00}.search{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:#fafbfc;min-width:250px}.search input{border:0;outline:0;background:transparent;width:100%}.map-placeholder{min-height:245px;border-radius:20px;background:linear-gradient(145deg,#0b1220,#1c2940);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;gap:8px}.map-placeholder svg{color:var(--accent)}.map-placeholder b{font-size:24px}.map-placeholder span{color:#aeb7c6;max-width:520px}.empty{text-align:center;padding:70px 20px}.empty svg{color:#667085}.empty h2{margin:14px 0 7px}.empty p{color:var(--muted);max-width:600px;margin:auto}.integration{padding:30px;display:flex;gap:22px;align-items:flex-start}.integration-logo{width:58px;height:58px;border-radius:18px;background:var(--nav);color:var(--accent);display:grid;place-items:center}.integration h2{margin:4px 0 7px}.integration p{color:var(--muted)}.check{display:flex;align-items:center;gap:8px;margin-top:13px;color:#344054;font-weight:650}.check svg{color:#23a566}.form-card{padding:26px}.form-section{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}.form-section h2{margin:0 0 18px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.form-card label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:800;color:#344054}.form-card input,.form-card select,.form-card textarea{border:1px solid #dfe4ea;background:#fbfcfd;border-radius:12px;padding:12px;outline:0;color:var(--ink)}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:#9cabba;box-shadow:0 0 0 3px #eef2f5}.upload{border:1.5px dashed #cdd5df;border-radius:16px;padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background:#fafbfc;margin-bottom:20px}.upload svg{color:#667085}.upload span{color:var(--muted);font-size:13px;margin-bottom:7px}.notes{margin-bottom:20px}.mobile-nav{display:none}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:1fr}.page-head{align-items:flex-start;flex-direction:column}.content{padding:30px}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s;width:280px}.sidebar.open{transform:translateX(0)}.scrim{position:fixed;inset:0;background:rgba(4,10,20,.45);border:0;z-index:25}.main{margin-left:0;padding-bottom:72px}.topbar{height:60px;padding:0 16px;justify-content:space-between}.menu{display:grid;place-items:center;border:0;background:transparent;padding:5px}.mobile-logo{display:block;font-weight:950;letter-spacing:.07em}.status-dot{font-size:0}.content{padding:22px 15px}.page-head{margin-bottom:20px}.page-head h1{font-size:32px}.head-actions{width:100%}.head-actions .btn{flex:1 1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:16px}.stat strong{font-size:28px}.quick-grid{gap:10px}.quick-card{padding:15px}.panel{border-radius:16px}.panel-head{align-items:flex-start;flex-direction:column;padding:18px}.search{width:100%;min-width:0}.record{align-items:flex-start;position:relative}.record-avatar{width:38px;height:38px;border-radius:11px}.record .sync{position:absolute;right:34px;top:14px}.record>svg{margin-left:auto;margin-top:8px}.record-meta{gap:8px}.timeline{padding:6px 12px 15px}.timeline-row{grid-template-columns:48px 14px 1fr}.event{padding:12px;flex-direction:column;gap:8px}.event-right{text-align:left}.form-card{padding:18px}.form-grid{grid-template-columns:1fr}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:22;padding:7px 6px max(7px,env(safe-area-inset-bottom))}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#7a8494;font-size:10px;font-weight:750}.mobile-nav a.active{color:#0b1220}.mobile-nav a.active svg{background:var(--accent);border-radius:9px;padding:4px;width:28px;height:28px}.integration{flex-direction:column}.map-placeholder{min-height:210px}}.sav-report{display:grid;grid-gap:8px;gap:8px;padding:22px 24px 0;font-size:14px;font-weight:800;color:#344054}.sav-report textarea{min-height:130px;resize:vertical;border:1px solid #dfe4ea;background:#fbfcfd;border-radius:12px;padding:13px;color:var(--ink);outline:0}.sav-report textarea:focus{border-color:#9cabba;box-shadow:0 0 0 3px #eef2f5}.photo-location{display:block;margin-top:8px;padding:9px 10px;border-radius:10px;background:#eaf8fb;color:#08788d!important;font-size:12px;font-weight:800;line-height:1.35}.photo-location:hover{background:#d9f1f5}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#062b70,#38afc3)}.auth-card{width:min(430px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 24px 70px rgba(0,0,0,.22);display:grid;grid-gap:18px;gap:18px}.auth-card img{width:170px;height:130px;object-fit:contain;margin:auto}.auth-card h1{margin:0;text-align:center;color:var(--nav)}.auth-card>p{text-align:center;margin:-8px 0 3px;color:var(--muted)}.auth-card label,.inline-form label,.invite-form label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:800;color:#344054}.auth-card input,.inline-form input,.inline-form select,.inline-form textarea,.invite-form input,.review-panel textarea{border:1px solid #d7e2e8;border-radius:12px;padding:12px;background:#fbfdfe;outline:none}.auth-card input:focus,.inline-form input:focus,.inline-form select:focus,.invite-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(56,175,195,.15)}.alert{padding:12px 14px;border-radius:12px;background:#eaf7f9;color:#08657a;font-size:13px}.alert.error{background:#fff0f0;color:#b42318}.notification-link{position:relative;margin-right:18px;color:var(--nav)}.notification-link b{position:absolute;top:-8px;right:-9px;background:#e5484d;color:#fff;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;font-size:10px}.icon-btn{border:0;background:transparent;color:#b9c6da;margin-left:auto;cursor:pointer}.inline-form,.invite-form{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding:22px;border-bottom:1px solid var(--line);background:#f8fbfc}.inline-form .span-2{grid-column:span 2}.inline-form textarea{min-height:80px}.form-message{align-self:center;color:#08758a;font-weight:700}.job-list{padding:8px 14px 14px}.job-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 12px;border-bottom:1px solid var(--line)}.job-row:last-child{border-bottom:0}.job-row b,.job-row span{display:block}.job-row>div>span{font-size:13px;color:var(--muted);margin-top:5px}.job-side{text-align:right}.job-side small{color:var(--muted)}.status{display:inline-flex!important;width:max-content;padding:6px 9px;border-radius:99px;font-size:11px;font-weight:850;margin-top:5px;background:#edf1f5;color:#475467}.status.submitted{background:#fff2d8;color:#9b5c00}.status.validated{background:#e9f8ef;color:#167a45}.status.correction_requested{background:#fff0f0;color:#b42318}.status.assigned{background:#e9f2ff;color:#2459a8}.detail-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(450px,1.3fr);grid-gap:18px;gap:18px;align-items:start}.job-summary{margin-top:0}.job-summary dl{padding:8px 24px 20px;margin:0}.job-summary dl div{padding:13px 0;border-bottom:1px solid var(--line)}.job-summary dt{font-size:12px;color:var(--muted);font-weight:700}.job-summary dd{margin:5px 0 0;font-weight:700}.photo-panel{margin-top:0}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;padding:20px}.photo-field{border:1.5px dashed #bdcbd3;border-radius:15px;padding:15px;display:grid;grid-gap:9px;gap:9px;cursor:pointer}.photo-field.done{border-style:solid;border-color:#54b97d;background:#f2fbf5}.photo-field span{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px}.photo-field input{font-size:12px;max-width:100%}.photo-field small{color:var(--muted)}.photo-panel>.alert,.photo-panel>.btn{margin:0 20px 20px;width:calc(100% - 40px)}.photo-field img{width:100%;height:150px;object-fit:cover;border-radius:10px;display:block}.review-panel{grid-column:1/-1;padding-bottom:20px}.review-panel textarea{width:calc(100% - 40px);margin:20px;min-height:90px}.review-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px}@media(max-width:900px){.inline-form,.invite-form{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}}@media(max-width:600px){.inline-form,.invite-form,.photo-grid{grid-template-columns:1fr}.inline-form .span-2{grid-column:auto}.job-row{align-items:flex-start}.job-side{max-width:40%}.review-actions{flex-direction:column-reverse}.review-actions .btn{width:100%}.auth-card{padding:24px}}.admin-map{height:430px;border-bottom:1px solid var(--line);background:#eaf3f5}.admin-map .leaflet-container{height:100%;width:100%;font-family:inherit}.map-loading{height:430px;display:grid;place-items:center;color:var(--muted);background:#eaf3f5}.sysur-marker{background:transparent;border:0}.sysur-marker span{display:block;width:28px;height:28px;background:var(--accent);border:5px solid var(--nav);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 4px 12px rgba(6,43,112,.3)}.forgot-link{color:var(--accent2);text-align:right;margin-top:-9px}.auth-back,.forgot-link{font-size:13px;font-weight:750}.auth-back{color:var(--nav);text-align:center}.installer-actions{display:flex;align-items:center;gap:10px}.delete-btn{border:1px solid #f3b9b9;background:#fff5f5;color:#b42318;border-radius:10px;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;cursor:pointer}.delete-btn:hover{background:#ffe8e8}.account-panel{max-width:680px}.account-form{display:grid;grid-gap:16px;gap:16px;padding:24px}.account-form label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:800;color:#344054}.account-form input{border:1px solid #d7e2e8;border-radius:12px;padding:12px;background:#fbfdfe;outline:none}.account-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(56,175,195,.15)}.account-form .btn{justify-self:start}@media(max-width:600px){.installer-actions{align-items:flex-end;flex-direction:column}.delete-btn{padding:7px 9px}.account-form .btn{width:100%}}.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}}