.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;-webkit-user-select:none;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.correction-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-color, #fff);border:2px solid var(--border-color, #ddd);border-radius:8px;box-shadow:0 4px 20px #0000004d;z-index:10000;width:400px;max-width:90vw;max-height:80vh;overflow-y:auto}.correction-panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-color, #ddd)}.correction-panel-header h3{margin:0;font-size:18px}.correction-panel-close{background:none;border:none;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.correction-panel-close:hover{background:#0000001a;border-radius:4px}.correction-panel-body{padding:16px}.correction-status{margin-bottom:16px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700}.status-badge.validated{background:#4caf50;color:#fff}.status-badge.corrected{background:#2196f3;color:#fff}.status-badge.unchecked{background:#9e9e9e;color:#fff}.correction-info{margin-bottom:16px}.correction-info p{margin:4px 0;font-size:14px}.correction-form{margin:16px 0}.form-group{margin-bottom:12px}.form-group label{display:block;margin-bottom:4px;font-weight:700;font-size:14px}.form-group input[type=text],.form-group input[type=number],.form-group select{width:100%;padding:8px;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input[type=checkbox]{width:auto;padding:0;margin:0}.form-group textarea{width:100%;min-height:140px;padding:8px;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;box-sizing:border-box;resize:vertical}.correction-attr-toggle{display:flex;gap:8px;align-items:center;font-size:13px}.correction-inline-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.correction-inline-row input[type=text]{flex:1;min-width:160px}.correction-checkbox{display:flex;align-items:center;gap:6px;font-size:13px}.correction-attr-actions{margin-top:8px}.correction-attr-hint{margin-top:6px;font-size:12px;color:#555}.correction-inline-hint{font-size:12px;color:#555}.correction-distance-preview{margin-top:6px;font-size:12px;color:#111}.correction-attr-error{margin-top:6px;font-size:12px;color:#c62828}.correction-metadata{margin-top:16px;padding:12px;background:#0000000d;border-radius:4px}.correction-metadata p{margin:4px 0;font-size:13px}.correction-panel-actions{padding:16px;border-top:1px solid var(--border-color, #ddd);display:flex;gap:8px;flex-wrap:wrap}.correction-panel-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;flex:1;min-width:120px}.btn-validate{background:#4caf50;color:#fff}.btn-validate:hover{background:#45a049}.btn-edit{background:#2196f3;color:#fff}.btn-edit:hover{background:#1976d2}.btn-export{background:#ff9800;color:#fff}.btn-export:hover{background:#f57c00}.btn-save{background:#4caf50;color:#fff}.btn-save:hover{background:#45a049}.btn-cancel{background:#9e9e9e;color:#fff}.btn-cancel:hover{background:#757575}.btn-delete{background:#c62828;color:#fff}.btn-delete:hover{background:#a61f1f}[data-theme=dark] .correction-panel{background:#2d2d2d;border-color:#444}[data-theme=dark] .correction-panel-header{border-bottom-color:#444}[data-theme=dark] .form-group input[type=text],[data-theme=dark] .form-group input[type=number]{background:#1a1a1a;color:#fff;border-color:#444}.correction-toolbar-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.correction-toolbar-actions{display:flex;gap:8px}.correction-toolbar-actions button{padding:4px 12px;font-size:13px}.correction-delete-row{margin-top:10px}.correction-delete-row .btn-delete{width:100%;min-height:34px}[data-theme=dark] .form-group textarea{background:#1a1a1a;color:#fff;border-color:#444}[data-theme=dark] .correction-attr-hint,[data-theme=dark] .correction-inline-hint{color:#bdbdbd}[data-theme=dark] .correction-distance-preview{color:#e0e0e0}[data-theme=dark] .correction-metadata{background:#ffffff0d}.marker-editing{background:transparent!important;border:none!important}.telegram-review{position:fixed;right:16px;bottom:132px;z-index:9999;font-family:system-ui,sans-serif}.telegram-review-toggle{padding:8px 12px;border:1px solid #1d4ed8;border-radius:6px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}.telegram-review-panel{position:fixed;top:72px;right:16px;bottom:16px;width:min(520px,calc(100vw - 32px));max-height:none;margin-top:0;padding:12px;overflow:auto;border:1px solid var(--border-color, #ddd);border-radius:8px;background:var(--bg-color, #fff);box-shadow:0 4px 20px #00000047}.telegram-review-header{position:sticky;top:-12px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-12px -12px 10px;padding:10px 12px;border-bottom:1px solid var(--border-color, #ddd);background:var(--bg-color, #fff)}.telegram-review-header button{width:28px;height:28px;border:0;border-radius:4px;background:transparent;cursor:pointer;font-size:18px}.telegram-review-panel select,.telegram-review-panel input,.telegram-review-panel textarea{width:100%;box-sizing:border-box;border:1px solid var(--border-color, #ddd);border-radius:4px;padding:7px;font-size:13px}.telegram-review-source{display:grid;gap:2px;margin:10px 0;font-size:12px;color:#555}.telegram-review-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.telegram-review-form label{display:grid;gap:4px;font-size:12px;font-weight:700}.telegram-review-wide{grid-column:1 / -1}.telegram-review-form textarea{min-height:88px;resize:vertical;font-family:system-ui,sans-serif}.telegram-review-images{display:flex;gap:6px;margin-top:10px;overflow-x:auto}.telegram-review-images img{width:84px;height:84px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.telegram-review-context{display:grid;gap:6px;margin-top:10px}.telegram-review-context-row{display:grid;grid-template-columns:48px 1fr;gap:8px;padding:6px;border-radius:6px;background:#0000000a;font-size:12px}.telegram-review-context-row.focus{background:#2563eb1f;outline:1px solid rgba(37,99,235,.32)}.telegram-review-context-row span{color:#666}.telegram-review-context-row p{margin:0;white-space:pre-wrap}.telegram-review-actions{display:flex;gap:8px;margin-top:12px}.telegram-review-actions button{flex:1;padding:8px 12px;border:0;border-radius:4px;cursor:pointer}.telegram-review-empty{padding:16px 4px;color:#555;font-size:13px}[data-theme=dark] .telegram-review-panel,[data-theme=dark] .telegram-review-header{background:#2d2d2d;border-color:#444}[data-theme=dark] .telegram-review-panel select,[data-theme=dark] .telegram-review-panel input,[data-theme=dark] .telegram-review-panel textarea{background:#1a1a1a;color:#fff;border-color:#444}[data-theme=dark] .telegram-review-source,[data-theme=dark] .telegram-review-empty,[data-theme=dark] .telegram-review-context-row span{color:#bdbdbd}[data-theme=dark] .telegram-review-context-row{background:#ffffff0f}@media (max-width: 640px){.telegram-review-panel{top:64px;right:8px;bottom:12px;left:8px;width:auto}}.leaflet-sbs-range{position:absolute;top:50%;width:100%;z-index:999}.leaflet-sbs-divider{position:absolute;top:0;bottom:0;left:50%;margin-left:-2px;width:4px;background-color:#fff;pointer-events:none;z-index:999}.leaflet-sbs-range{-webkit-appearance:none;display:inline-block!important;vertical-align:middle;height:0;padding:0;margin:0;border:0;background:#00000040;min-width:100px;cursor:pointer;pointer-events:none;z-index:999}.leaflet-sbs-range::-ms-fill-upper{background:transparent}.leaflet-sbs-range::-ms-fill-lower{background:#ffffff40}.leaflet-sbs-range::-moz-range-track{opacity:0}.leaflet-sbs-range::-ms-track{opacity:0}.leaflet-sbs-range::-ms-tooltip{display:none}.leaflet-sbs-range::-webkit-slider-thumb{-webkit-appearance:none;margin:0;padding:0;background:#fff;height:40px;width:40px;border-radius:20px;cursor:ew-resize;pointer-events:auto;border:1px solid #ddd;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAABlBMVEV9fX3///+Kct39AAAAAnRSTlP/AOW3MEoAAAA9SURBVFjD7dehDQAwDANBZ/+l2wmKoiqR7pHRcaeaCxAIBAL/g7k9JxAIBAKBQCAQCAQC14H+MhAIBE4CD3fOFvGVBzhZAAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;background-size:40px 40px}.leaflet-sbs-range::-ms-thumb{margin:0;padding:0;background:#fff;height:40px;width:40px;border-radius:20px;cursor:ew-resize;pointer-events:auto;border:1px solid #ddd;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAABlBMVEV9fX3///+Kct39AAAAAnRSTlP/AOW3MEoAAAA9SURBVFjD7dehDQAwDANBZ/+l2wmKoiqR7pHRcaeaCxAIBAL/g7k9JxAIBAKBQCAQCAQC14H+MhAIBE4CD3fOFvGVBzhZAAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;background-size:40px 40px}.leaflet-sbs-range::-moz-range-thumb{padding:0;right:0;background:#fff;height:40px;width:40px;border-radius:20px;cursor:ew-resize;pointer-events:auto;border:1px solid #ddd;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAABlBMVEV9fX3///+Kct39AAAAAnRSTlP/AOW3MEoAAAA9SURBVFjD7dehDQAwDANBZ/+l2wmKoiqR7pHRcaeaCxAIBAL/g7k9JxAIBAKBQCAQCAQC14H+MhAIBE4CD3fOFvGVBzhZAAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;background-size:40px 40px}.leaflet-sbs-range:disabled::-moz-range-thumb{cursor:default}.leaflet-sbs-range:disabled::-ms-thumb{cursor:default}.leaflet-sbs-range:disabled::-webkit-slider-thumb{cursor:default}.leaflet-sbs-range:disabled{cursor:default}.leaflet-sbs-range:focus{outline:none!important}.leaflet-sbs-range::-moz-focus-outer{border:0}html,body,#root{height:100%;min-height:var(--app-viewport-height, 100vh);margin:0;padding:0}body[data-zoom="6"] .border-sign-connection-line,body[data-zoom="5"] .border-sign-connection-line,body[data-zoom="4"] .border-sign-connection-line,body[data-zoom="3"] .border-sign-connection-line,body[data-zoom="2"] .border-sign-connection-line,body[data-zoom="1"] .border-sign-connection-line{display:none!important}[data-protocol-id]>div{font-weight:400;font-size:8.68pt;font-stretch:extra-condensed;white-space:pre-line;word-break:break-word;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI,Arial,sans-serif}.leaflet-top:has(.protocols-btn.active)+.routes-panel{top:49px!important;left:2px!important;width:304px!important}.leaflet-top:has(.protocols-btn.active)+.routes-panel .proto-v-list{max-height:calc(100vh - 88px)}.filter-panel-icon,.filter-panel-label{filter:drop-shadow(2px 4px 6px black)}.hidden{display:none!important}div:has(>.leaflet-control-zoom-in.leaflet-coordinate-toggle-button){top:42px!important;right:12px!important}div[style="height: calc(-185px + 100vh); width: 100%;"]>div,div[style="height: calc(-250px + 100vh); width: 100%;"]>div{height:calc(-185px + var(--app-viewport-height, 100vh))!important}div[style="height: calc(-250px + 100vh); width: 100%;"]{height:calc(-185px + var(--app-viewport-height, 100vh))!important}body[data-direction-lines=false] .border-sign-connection-line{display:none!important}:root{font-family:Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page-header-height: 42px;--accordion-header-height: 44px;--app-viewport-height: 100vh;content-visibility:auto;contain-intrinsic-size:auto 600px}@supports (height: 100svh){:root{--app-viewport-height: 100svh}}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{margin:0;padding:0;box-sizing:border-box}.app{height:var(--app-viewport-height, 100vh);min-height:var(--app-viewport-height, 100vh);width:100vw}.leaflet-sbs-range{background:transparent!important}.leaflet-sbs-range::-webkit-slider-runnable-track{background:transparent!important}.leaflet-sbs-range::-webkit-slider-thumb{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M16 20l-7-7v4H4v6h5v4z' fill='%23555'/%3E%3Cpath d='M24 20l7-7v4h5v6h-5v4z' fill='%23555'/%3E%3C/svg%3E")!important}.leaflet-sbs-range::-moz-range-thumb{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M16 20l-7-7v4H4v6h5v4z' fill='%23555'/%3E%3Cpath d='M24 20l7-7v4h5v6h-5v4z' fill='%23555'/%3E%3C/svg%3E")!important}.border-photo-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:grid;place-items:center;padding:24px;background:#080f18d1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.border-photo-viewer__dialog{display:flex;flex-direction:column;width:min(1100px,100%);max-height:calc(100dvh - 48px);overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:6px;background:#111923;color:#f7fafc;box-shadow:0 18px 56px #00000073}.border-photo-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 16px}.border-photo-viewer__header h2{margin:0;font-size:18px;line-height:1.3;letter-spacing:0}.border-photo-viewer__header time{display:block;margin-top:3px;color:#b7c2cf;font-size:13px}.border-photo-viewer__close{width:36px;height:36px;flex:0 0 36px;border:1px solid rgba(255,255,255,.22);border-radius:4px;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.border-photo-viewer__close:hover,.border-photo-viewer__close:focus-visible{background:#ffffff1f;outline:2px solid #5ca7ff;outline-offset:2px}.border-photo-viewer__image-wrap{display:grid;min-height:0;flex:1 1 auto;place-items:center;overflow:auto;background:#090e14}.border-photo-viewer__image-wrap img{display:block;max-width:100%;max-height:calc(100dvh - 180px);object-fit:contain}.border-photo-viewer__caption{margin:0;padding:12px 16px 16px;overflow:auto;color:#e5eaf0;font-size:14px;line-height:1.45}@media (max-width: 600px){.border-photo-viewer{padding:0}.border-photo-viewer__dialog{width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0}.border-photo-viewer__image-wrap img{max-height:calc(100dvh - 170px)}}.sentinel2-date-tile{position:relative;width:256px;height:256px;pointer-events:none}.sentinel2-date-tile.sentinel2-boundary-left{border-left:2px solid rgba(255,255,255,.72);box-shadow:inset 2px 0 #00000047}.sentinel2-date-tile.sentinel2-boundary-top{border-top:2px solid rgba(255,255,255,.72);box-shadow:inset 0 2px #00000047}.sentinel2-date-tile.sentinel2-boundary-left.sentinel2-boundary-top{box-shadow:inset 2px 0 #00000047,inset 0 2px #00000047}.sentinel2-date-label{position:absolute;top:4px;left:4px;z-index:1;display:inline-flex;align-items:center;min-width:34px;justify-content:center;padding:2px 5px;border-radius:4px;background:#0c1219c7;color:#fff;font-size:11px;line-height:1.1;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.7);box-shadow:0 1px 4px #00000059}.sentinel2-date-label-hidden{display:none!important}.sentinel2-date-summary{max-width:min(460px,calc(100vw - 32px));margin-bottom:28px!important;padding:5px 8px;border-radius:6px;background:#0c1219d1!important;color:#fff!important;font-size:12px;line-height:1.25;font-weight:600;text-shadow:0 1px 1px rgba(0,0,0,.7);box-shadow:0 1px 6px #00000059;pointer-events:none}.sentinel2-forest-loss-tile{mix-blend-mode:normal}.sentinel2-forest-loss-contour,.sentinel2-forest-loss-contour-tile{pointer-events:none;image-rendering:auto}.sentinel2-forest-loss-summary{display:flex;flex-direction:column;gap:3px;max-width:min(430px,calc(100vw - 32px));margin-bottom:64px!important;padding:7px 9px;border-left:4px solid #ef4444;border-radius:6px;background:#0c1219db!important;color:#fff!important;font-size:12px;line-height:1.25;box-shadow:0 1px 6px #00000059;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none}.sentinel2-forest-loss-summary[data-ready="0"]{cursor:default}.sentinel2-forest-loss-summary[data-ready="1"]:hover,.sentinel2-forest-loss-summary[data-ready="1"]:focus-visible{background:#111827f0!important;outline:2px solid rgba(249,115,22,.78);outline-offset:2px}.sentinel2-forest-loss-summary strong{font-size:12px;line-height:1.2}.sentinel2-forest-loss-summary span{display:block;opacity:.92}.sentinel2-forest-loss-focus{animation:sentinel2ForestLossFocusPulse 1.05s ease-in-out infinite;pointer-events:none}.sentinel2-forest-loss-hover{max-width:min(360px,calc(100vw - 32px));padding:8px 10px;border:1px solid rgba(249,115,22,.82);border-left:4px solid #f97316;border-radius:6px;background:#0c1219eb!important;color:#fff!important;font-size:12px;line-height:1.28;box-shadow:0 2px 12px #0000005c;pointer-events:none}.sentinel2-forest-loss-hover:before{border-top-color:#0c1219eb!important}.sentinel2-forest-loss-hover strong,.sentinel2-forest-loss-hover span{display:block}.sentinel2-forest-loss-hover strong{margin-bottom:3px}.sentinel2-forest-loss-hover-warning{margin-top:4px;color:#fed7aa}@keyframes sentinel2ForestLossFocusPulse{0%,to{stroke-opacity:.95;stroke-width:3;fill-opacity:.08}50%{stroke-opacity:.45;stroke-width:6;fill-opacity:.16}}.context-object-label{background:#111827c7;border:1px solid rgba(255,255,255,.35);border-radius:4px;box-shadow:0 1px 4px #00000047;color:#fff;font-size:11px;font-weight:700;line-height:1.15;padding:2px 5px;text-shadow:0 1px 1px rgba(0,0,0,.5)}.context-object-label:before{display:none}html[data-theme=dark] .app-root{background:#0f1318;color:#e2e6ea}html[data-theme=dark] .sidebar{background:#141a21;border-right-color:#27313b;color:#e2e6ea}html[data-theme=dark] .map-area{background:#0b0f14}html[data-theme=dark] .top-bar{background:#141a21;color:#eef2f6}html[data-theme=dark] .leaflet-control{background:#1a212b!important;color:#e2e6ea!important;border-color:#2a3440!important}html[data-theme=dark] .leaflet-control-scale-line{background:#1a212beb!important;border-color:#2a3440!important;color:#e2e6ea!important;text-shadow:none!important;-webkit-text-stroke:0!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html[data-theme=dark] .leaflet-bar{border:1px solid #2a3440;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000040}html[data-theme=dark] .leaflet-bar a{background:#1a212b;color:#e2e6ea;border:none}html[data-theme=dark] .leaflet-bar a+a{border-top:1px solid #2a3440}html[data-theme=dark] .alerts-filter-dropdown{background:#1a212b!important;color:#e2e6ea!important;box-shadow:0 2px 8px #0006!important}html[data-theme=dark] .alerts-filter-title{color:#e2e6ea!important;border-bottom-color:#2a3440!important}html[data-theme=dark] .alerts-filter-select-all{border-bottom-color:#2a3440!important}html[data-theme=dark] .alerts-filter-select-all label,html[data-theme=dark] .alerts-filter-item label{color:#e2e6ea!important}html[data-theme=dark] .alerts-filter-divider{border-top-color:#2a3440!important}html[data-theme=dark] .alerts-filter-toggle-all{background:#27313b!important;border-color:#2a3440!important;color:#e2e6ea!important}html[data-theme=dark] .alerts-filter-toggle-all:hover{background:#2a3440!important}html[data-theme=dark] .alerts-filter-toggle-all.disabled{background:#dc262633!important;border-color:#dc262666!important;color:#f87171!important}html[data-theme=dark] .alerts-filter-toggle-all.disabled:hover{background:#dc26264d!important}html[data-theme=dark] .leaflet-container img.leaflet-tile:not(.dark-basemap){filter:invert(.96) hue-rotate(180deg) brightness(.9) contrast(.85) saturate(.9)}html[data-theme=dark] .leaflet-container,html[data-theme=dark] .leaflet-pane.leaflet-tile-pane{background:#0b0f14!important}html[data-theme=dark] .icon-button-group{background:#1a212b!important;border:1px solid #2a3440!important;border-radius:8px!important}html[data-theme=dark] .icon-button{background:#1a212b!important;color:#c6d3df!important;border:none!important}html[data-theme=dark] .icon-button+.icon-button{box-shadow:inset 0 1px #2a3440}.icon-button.active{background:#e3f2fd;color:#1976d2}html[data-theme=dark] .icon-button.active{background:#233043!important;color:#8ab4f8!important;box-shadow:inset 0 0 0 .5px #3a87ff99!important}html[data-theme=dark] .add-note{left:1px}html[data-theme=dark] #search-grid{border-color:#334!important}.icon-button-group:not(:has(.notes-edit:hover)) .notes-edit:not(:first-child){display:none!important}html[data-theme=dark] .map-area button[title*="Експортувати відфільтровані точки в GPX"]{background:#1a212b!important;border:2px solid #2a3440!important;color:#8ab4f8!important}html[data-theme=dark] .map-area a[title*="Завантажити Excel"]{background:#1a212b!important;border:2px solid #2a3440!important}html[data-theme=dark] .sidebar input,html[data-theme=dark] .sidebar select,html[data-theme=dark] .sidebar textarea,html[data-theme=dark] .court-register-search{background:#0f141a!important;color:#e2e6ea!important;border:1px solid #2a3440!important}html[data-theme=dark] .sidebar .case-grid-row{background:#1a212b!important;border-bottom:1px solid #2a3440!important;color:#e2e6ea}html[data-theme=dark] .sidebar .case-grid-row.selected{box-shadow:inset 0 0 0 2px #3a87ff!important;border-left:3px solid #3a87ff!important}html[data-theme=dark] .sidebar .case-grid-row.external{background:#233043!important}html[data-theme=dark] .sidebar .case-grid-row.local{background:#1a212b!important}html[data-theme=dark] .sidebar div[style*="border: 1px solid #e3e6ea"],html[data-theme=dark] .sidebar div[style*="border: 1px solid #ccc"]{border-color:#2a3440!important;background:#141a21!important}html[data-theme=dark] .sidebar div[style*="background: #f7f7fa"]{background:#1a212b!important;border-bottom-color:#2a3440!important}html[data-theme=dark] .sidebar div[style*="background: #f7f7fa"] *{color:#c6d3df!important}html[data-theme=dark] .sidebar div[style*="background: #fff"][style*="padding: 4px 0"]{background:#1a212b!important;border-bottom-color:#2a3440!important}html[data-theme=dark] .sidebar div[style*="background: #fff"][style*="padding: 4px 0"] input,html[data-theme=dark] .sidebar div[style*="background: #fff"][style*="padding: 4px 0"] select{background:#0f141a!important;color:#e2e6ea!important;border:1px solid #2a3440!important}html[data-theme=dark] .messages-panel{background:#1a212b!important;color:#e2e6ea!important}html[data-theme=dark] .messages-panel a{color:#8ab4f8!important}html[data-theme=dark] .messages-panel em,html[data-theme=dark] .messages-panel i{color:#c6d3df!important}html[data-theme=dark] .messages-panel h1,html[data-theme=dark] .messages-panel h2,html[data-theme=dark] .messages-panel h3,html[data-theme=dark] .messages-panel strong,html[data-theme=dark] .messages-panel b{color:#e2e6ea!important}html[data-theme=dark] *::selection{background:#8ab4f859;color:#e2e6ea}html[data-theme=dark] .messages-panel{scrollbar-color:#2a3440 #141a21;scrollbar-width:thin}html[data-theme=dark] .messages-panel ::-webkit-scrollbar{width:10px;height:10px}html[data-theme=dark] .messages-panel ::-webkit-scrollbar-track{background:#141a21}html[data-theme=dark] .messages-panel ::-webkit-scrollbar-thumb{background:#2a3440;border-radius:8px;border:2px solid #141a21}html[data-theme=dark] input[type=range]::-webkit-slider-runnable-track{background:#27313b}html[data-theme=dark] input[type=range]::-moz-range-track{background:#27313b}html[data-theme=dark] input[type=range]::-ms-track{background:#27313b;color:transparent}html[data-theme=dark] input[type=range]::-webkit-slider-thumb{background:#1a212b;border:2px solid #3a87ff}html[data-theme=dark] input[type=range]::-moz-range-thumb{background:#1a212b;border:2px solid #3a87ff}html[data-theme=dark] input[type=range]::-ms-thumb{background:#1a212b;border:2px solid #3a87ff}html[data-theme=dark] .sidebar button[style*="background: #f3f3f3"]{background:#1a212b!important;border-color:#2a3440!important;color:#c6d3df!important}html[data-theme=dark] .sidebar{scrollbar-color:#2a3440 #0f141a;scrollbar-width:thin}html[data-theme=dark] .sidebar ::-webkit-scrollbar{width:10px;height:10px}html[data-theme=dark] .sidebar ::-webkit-scrollbar-track{background:#0f141a}html[data-theme=dark] .sidebar ::-webkit-scrollbar-thumb{background:#2a3440;border-radius:8px;border:2px solid #0f141a}html[data-theme=dark] .dark-scrollbar{scrollbar-color:#2a3440 #141a21;scrollbar-width:thin}html[data-theme=dark] .dark-scrollbar::-webkit-scrollbar{width:10px;height:10px}html[data-theme=dark] .dark-scrollbar::-webkit-scrollbar-track{background:#141a21}html[data-theme=dark] .dark-scrollbar::-webkit-scrollbar-thumb{background:#2a3440;border-radius:8px;border:2px solid #141a21}header{display:flex;height:var(--page-header-height);padding-left:8px;align-items:center}header h3{font-size:16px;padding-left:12px}header .short-text{display:none}.menu-button{cursor:pointer;background:none;border:none;font-size:1.5rem;padding:2px}.icons{display:flex;flex-direction:column;justify-content:right;padding-right:8px}.icons a{display:flex;align-items:center;gap:10px;padding:8px;text-decoration:none;color:#000;font-size:15px}.icons a:visited{text-decoration:none}.icons a:hover{text-decoration:underline}.main-content{height:calc(100vh - var(--page-header-height));overflow:auto}.accordion{width:100%;height:100%;border:1px solid #ddd;border-radius:5px}.accordion .accordion-item{border-bottom:1px solid #ddd}.accordion .accordion-item:last-child{border-bottom:none}.accordion .accordion-item .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:12px;text-align:left;font-size:16px;font-weight:700;background:#f4f4f4;border:none;cursor:pointer;transition:background .3s ease;height:var(--accordion-header-height)}.accordion .accordion-item .accordion-button.active,.accordion .accordion-item .accordion-button:hover{background:#ddd}.accordion .accordion-item .accordion-button:after{content:"";width:1.25rem;height:1.25rem;margin-left:auto;background-image:url(/arrow.svg);background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}.accordion .accordion-item .accordion-button.active:after{transform:rotate(-180deg)}.accordion .accordion-item .accordion-body{display:none;height:calc(100vh - var(--page-header-height) - var(--accordion-header-height) * 2)}.accordion .accordion-item .accordion-body.open{display:block;overflow-y:auto}.faq-dl{padding:20px}.faq-dl dt{font-size:16px;font-weight:700;padding-bottom:10px}.faq-dl dd{font-size:14px;line-height:18px;padding-bottom:24px}@media screen and (max-width: 768px){header h3{font-size:16px}header .short-text{display:block}header .full-text{display:none}.sidebar{font-size:15px}}.marker-cluster-blue{background-color:#120df799}.marker-cluster-blue div{background-color:#120df7;clip-path:circle(19.5px at 50% 50%)}.marker-cluster-yellow{background-color:#ff800099}.marker-cluster-yellow div{background-color:#ff8000cc;clip-path:circle(19.5px at 50% 50%)}.marker-cluster-red{background-color:#cc0f0f99}.marker-cluster-red div{background-color:#cc0f0f;clip-path:circle(19.5px at 50% 50%)}.marker-cluster-burgundy{background-color:#6c101199}.marker-cluster-burgundy div{background-color:#6c1011;clip-path:circle(19.5px at 50% 50%)}.marker-cluster>div>div{display:none}.marker-cluster-small{background-color:#120df799}.marker-cluster-small div{background-color:#120df7;clip-path:circle(19.5px at 50% 50%)}.marker-cluster-large{background-color:#cc0f0f99}.marker-cluster-large div{background-color:#cc0f0f;clip-path:circle(19.5px at 50% 50%)}.marker-cluster{background-clip:padding-box;border-radius:20px}.court-register-search:focus{outline:none!important;outline:1px solid rgb(25,118,210,.27)!important;filter:drop-shadow(0 0 2px rgb(25,118,250,.59))}.court-register-search:not(:placeholder-shown){padding-right:28px}.place-search-control{position:absolute;top:58px;left:12px;z-index:1002;width:min(310px,calc(100vw - 32px));pointer-events:auto}.place-search-row{display:flex;align-items:stretch;gap:4px;padding:5px;border:1px solid rgba(15,23,42,.18);border-radius:8px;background:#ffffffeb;box-shadow:0 4px 14px #0f172a2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.place-search-control.dark .place-search-row{border-color:#94a3b83d;background:#0f172ae6;box-shadow:0 4px 14px #00000059}.place-search-row input{min-width:0;flex:1;height:30px;padding:4px 8px;border:1px solid rgba(148,163,184,.55);border-radius:6px;background:#fffffff5;color:#111827;font-size:13px;line-height:1.2}.place-search-control.dark .place-search-row input{border-color:#94a3b86b;background:#1e293bf5;color:#e5e7eb}.place-search-row button{width:34px;min-width:34px;height:30px;border:1px solid rgba(37,99,235,.55);border-radius:6px;background:#2563eb;color:#fff;font-size:16px;font-weight:700;line-height:1;cursor:pointer}.place-search-row button.place-search-clear-button{border-color:#94a3b88c;background:#f8fafcf2;color:#475569;font-size:20px}.place-search-control.dark .place-search-row button.place-search-clear-button{border-color:#94a3b85c;background:#1e293bf5;color:#cbd5e1}.place-search-row button.place-search-clear-button:hover,.place-search-row button.place-search-clear-button:focus-visible{border-color:#ef44448c;color:#b91c1c}.place-search-row button:disabled{cursor:not-allowed;opacity:.65}.place-search-results{margin-top:5px;max-height:min(330px,calc(100vh - 140px));overflow-y:auto;border:1px solid rgba(15,23,42,.16);border-radius:8px;background:#fffffff2;box-shadow:0 7px 22px #0f172a38}.place-search-control.dark .place-search-results{border-color:#94a3b838;background:#0f172af0;color:#e5e7eb}.place-search-status{padding:7px 9px;border-bottom:1px solid rgba(148,163,184,.25);color:#475569;font-size:12px;line-height:1.25}.place-search-status.error{color:#b91c1c}.place-search-status.success{color:#166534}.place-search-status.hint{color:#475569}.place-search-control.dark .place-search-status{color:#cbd5e1}.place-search-control.dark .place-search-status.error{color:#fca5a5}.place-search-control.dark .place-search-status.success{color:#86efac}.place-search-control.dark .place-search-status.hint{color:#cbd5e1}.place-search-result{display:block;width:100%;padding:8px 10px;border:0;border-bottom:1px solid rgba(148,163,184,.18);background:transparent;color:inherit;text-align:left;cursor:pointer}.place-search-result:hover,.place-search-result:focus-visible{background:#2563eb1c;outline:none}.place-search-result strong,.place-search-result span{display:block;overflow-wrap:anywhere}.place-search-result strong{color:#1d4ed8;font-size:13px;line-height:1.2}.place-search-control.dark .place-search-result strong{color:#93c5fd}.place-search-result span{margin-top:2px;color:#64748b;font-size:11px;line-height:1.25}.place-search-control.dark .place-search-result span{color:#cbd5e1}.place-search-highlight-label{border:1px solid rgba(37,99,235,.85);border-radius:6px;background:#fffffff2;color:#1d4ed8;font-weight:700;box-shadow:0 2px 8px #0f172a38}.place-search-highlight-label:before{display:none}@media (max-width: 600px) and (pointer: coarse){.place-search-control{--mobile-map-tool-column: 64px;top:80px;left:calc(var(--mobile-map-tool-column) + 8px);right:58px;width:auto;max-width:none}.place-search-row{gap:6px;padding:5px;border-radius:9px}.place-search-row input{height:38px;font-size:16px}.place-search-row button{width:44px;min-width:44px;height:38px;font-size:18px}.place-search-row button.place-search-clear-button{font-size:24px}.place-search-results{max-height:min(178px,calc(var(--app-viewport-height, 100vh) - 268px));border-radius:9px}.place-search-result{padding:10px 12px}.place-search-result strong{font-size:14px}.place-search-result span,.place-search-status{font-size:12px}.coordinate-panel-control{top:144px!important;left:72px!important;right:58px!important;width:auto}.coordinate-panel-control.place-search-expanded{top:328px!important}.coordinate-panel-control .coordinate-panel-card{width:100%!important;right:auto!important;top:auto!important;margin:0!important}}.marker-cluster div:after{top:0;left:0;--thickness: 1.35px;--start: 90deg;--feather: .015turn;--feather-r: .8px;width:48.2px;content:"";aspect-ratio:1;position:absolute;background:#0f0;mask:radial-gradient(circle at center,transparent calc(50% - var(--thickness) - var(--feather-r)),black calc(50% - var(--thickness)),black 50%,transparent calc(50% + var(--feather-r))),conic-gradient(from calc(var(--start) - 90.775deg),black 0 calc(var(--sweep, 0turn) - var(--feather)),rgba(0,0,0,.5) var(--sweep, 0turn),transparent 0);mask-composite:intersect;-webkit-mask-composite:destination-in;margin-left:-35%;margin-top:-10px;filter:saturate(1) contrast(1.02)}.marker .visited-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:inset 0 0 0 2px #0f0;pointer-events:none;filter:blur(.25px);width:36.5px;height:36.5px;margin-top:-2.25px;margin-left:-2.25px}.marker .visited-arc{position:absolute;top:0;left:0;--thickness: 1.35px;--start: 90deg;--feather: .015turn;--feather-r: .8px;aspect-ratio:1;background:#0f0;mask:radial-gradient(circle at center,transparent calc(50% - var(--thickness) - var(--feather-r)),black calc(50% - var(--thickness)),black 50%,transparent calc(50% + var(--feather-r))),conic-gradient(from calc(var(--start) - 91.275deg),black 0 calc(var(--sweep, 0turn) - var(--feather)),rgba(0,0,0,.5) var(--sweep, 0turn),transparent 0);mask-composite:intersect;-webkit-mask-composite:destination-in;pointer-events:none;filter:saturate(1) contrast(1.02);width:43px;height:43px;margin-left:-5.35px;margin-top:-5.75px;z-index:1}.marker-cluster div{width:28px;height:28px;margin-left:4px;margin-top:4px;color:#fff;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.marker div{width:32px;border-radius:16px;height:32px;FONT-WEIGHT:200;background-color:#0000ffba;filter:drop-shadow(0px 0px 1px rgba(0,0,255,.25))}.border-sign span{background-color:#d3d3d3}.leaflet-popup-content{max-height:calc(100vh - var(--page-header-height) * 4);overflow-y:auto}.app-root{display:flex;flex-direction:column;height:var(--app-viewport-height, 100vh);min-height:var(--app-viewport-height, 100vh);width:100vw;font-family:Segoe UI,Arial,sans-serif;background:#f7f8fa}.top-bar{height:56px;background:#222e3a;color:#fff;display:flex;align-items:center;padding:0 24px;font-size:1.25rem;font-weight:600;box-shadow:0 2px 8px #0000000a;z-index:10}.main-layout{display:flex;flex:1 1 auto;min-height:0}.sidebar-header{position:sticky;top:0;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-header-spacer{flex:0 0 auto}.sidebar-tab-button{min-width:0;text-align:center;letter-spacing:.01em;white-space:nowrap}.sidebar-open-region-button{width:calc(100% - 24px);text-align:left}.filter-period-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.exact-filter-toggle{min-width:0;max-width:62%;min-height:24px;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;padding:1px 2px;border:0;border-radius:4px;background:transparent;color:#1769aa;font:inherit;font-size:12px;line-height:1.3;cursor:pointer}.exact-filter-toggle>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exact-filter-toggle:hover{background:#1976d214}.exact-filter-toggle:focus-visible{outline:2px solid rgba(25,118,210,.58);outline-offset:2px}.exact-filter-toggle.has-value{font-weight:600}.exact-filter-toggle-chevron{flex:0 0 auto;font-size:10px;opacity:.78}.exact-filter-inline-panel{margin:0 0 8px;padding:8px 0 7px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12)}.exact-filter-inline-divider{height:1px;margin:8px 0;background:#0000001a}.filter-date-summary{margin-top:23px;font-weight:450}.filter-count-summary{margin-top:9px;font-weight:600}.filter-results-summary.is-inline{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:19px}.filter-results-summary.is-inline .filter-date-summary,.filter-results-summary.is-inline .filter-count-summary{min-width:0;margin-top:0;font-size:13px;white-space:nowrap}.filter-results-summary.is-inline .filter-count-summary{flex:0 0 auto;text-align:right}html[data-theme=dark] .exact-filter-toggle{color:#8fc6ff}html[data-theme=dark] .exact-filter-toggle:hover{background:#8fc6ff1f}html[data-theme=dark] .exact-filter-inline-panel{border-color:#ffffff26}html[data-theme=dark] .exact-filter-inline-divider{background:#ffffff1f}.sidebar-menu-toggle{transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease}.sidebar{z-index:3301!important;width:clamp(304px,18vw,340px);min-width:clamp(304px,18vw,340px);background:#fff;border-right:1px solid #e3e6ea;box-shadow:2px 0 8px #00000005;padding:0;display:flex;flex-direction:column;transition:width .2s,min-width .2s,transform .2s;z-index:5;overflow:hidden}.sidebar.closed{width:0!important;min-width:0!important;overflow:hidden!important;border:none;box-shadow:none;padding:0;pointer-events:none}.map-area{flex:1 1 auto;min-width:0;min-height:0;position:relative;background:#e9eef3;transition:all .2s}@media (min-width: 1440px){.sidebar{width:clamp(320px,18vw,340px);min-width:clamp(320px,18vw,340px)}.sidebar-header{height:56px!important;padding-right:8px}.sidebar-tab-button{padding:16px 18px!important;font-size:15px}.sidebar-open-region-button{margin:16px 16px 12px!important;padding:10px 14px!important;border-radius:8px!important}.filter-panel-content{padding:6px 20px 22px!important}.sidebar-menu-toggle{top:10px!important;left:10px!important;width:42px!important;height:42px!important;margin-left:0!important;border-radius:10px!important}.icon-buttons-container{top:16px!important;left:16px!important}.leaflet-control-layers,.leaflet-control-zoom{right:16px!important}}@media (min-width: 1800px){.sidebar{width:340px;min-width:340px}.sidebar-tab-button{font-size:16px}.filter-panel-content{padding-left:24px!important;padding-right:24px!important}}@media (max-width: 900px){.sidebar{width:304px;min-width:304px;max-width:85vw}}@media (max-width: 600px) and (pointer: coarse){.alerts-filter-dropdown{top:-520%!important;left:112%!important;transform:translate(10%)!important}.histogram-control{top:70px!important;right:63px!important;left:57px!important;padding:2px!important}.histogram-legend{bottom:1px!important;right:125px!important}.main-layout{flex-direction:column}.case-grid-row{background:#fff!important}.sidebar{width:85vw;min-width:0;max-width:95vw;position:fixed;left:0;top:0;background:#fff!important;height:100vh;z-index:13001;box-shadow:0 4px 16px #00000014;transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);border-right:1px solid #e3e6ea}.routes-panel{z-index:12002!important}html[data-theme=dark] .sidebar{background:#141a21!important}.sidebar:not(.closed){transform:translate(0)}.sidebar:not(.closed)+.map-area .leaflet-top.leaflet-left{display:none}.sidebar:not(.closed)+.map-area div:has(>input[accept=".gpx"]){display:none}.sidebar.closed{transform:translate(-100%)}.map-area{min-height:300px}.sidebar-toggle-btn,.menu-button{position:fixed!important;top:10px!important;left:10px!important;z-index:1100!important;width:44px!important;height:44px!important;background:#fff!important;border:1px solid #e3e6ea!important;border-radius:8px!important;box-shadow:0 2px 8px #00000014!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:2rem!important;padding:0!important;margin:0!important}.top-bar{flex-wrap:wrap;font-size:1rem;padding:0 8px;min-height:48px;height:auto}aside.sidebar.closed+.map-area .leaflet-top.leaflet-left{top:71px!important;left:11px!important}aside.sidebar.closed+.map-area .routes-panel{margin-left:55px!important}aside.sidebar.closed+.map-area .create-route{left:331px!important}@media (max-width: 768px){aside.sidebar.closed+.map-area .create-route{min-width:unset;left:50px!important;top:60px!important}.create-route+.routes-panel{display:none}}.top-bar button,.top-bar .icons{font-size:1.2rem;padding:4px 8px;margin:0 2px}.top-bar .icons{flex-direction:row;gap:4px;padding-right:0}}.slider-tick{border-left:1px solid #000}.rc-slider{border:none!important;border-radius:0!important;outline:1px solid #1e90ff36}.rc-slider-rail{margin-top:-5px;height:14px!important;border-radius:0!important}.leaflet-control-zoom{top:51px!important;right:12px!important;left:auto!important;margin-top:0!important}.leaflet-control-zoom a.leaflet-control-zoom-in,.leaflet-control-zoom a.leaflet-control-zoom-out{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;text-align:center!important;text-decoration:none!important;box-sizing:border-box!important;font-family:Arial,Helvetica,sans-serif!important;font-weight:700!important}.leaflet-control-layers{top:24px!important;right:10px!important;left:auto!important}.leaflet-bottom{padding-bottom:max(env(safe-area-inset-bottom,0px),.5px)}.leaflet-bottom .leaflet-control{margin-bottom:4px}.leaflet-control-layers-toggle{background-repeat:no-repeat!important;background-position:50% 50%!important}.leaflet-bar{margin-top:24px;margin-left:7px}.map-popover{position:absolute;z-index:1000;background:#fffc!important;color:#222;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #ccc;padding:8px 10px;min-width:171px!important;max-width:175px!important;font-size:13px;pointer-events:auto;transition:opacity .2s;opacity:1;text-shadow:0 -4px 8px #fff,0 4px 8px #fff,0 -8px 16px #fff,0 8px 16px #fff}.map-popover:has([title="Відкрити судову справу"]){max-width:220px!important}html[data-theme=dark] .map-popover{background:#1a212beb!important;color:#e2e6ea;border-color:#2a3440;box-shadow:0 4px 16px #00000073;text-shadow:none}html[data-theme=dark] .map-popover .popover-title{color:#e2e6ea}html[data-theme=dark] .map-popover a{color:#8ab4f8;text-shadow:none}html[data-theme=dark] .map-popover svg text[fill="#222"],html[data-theme=dark] .map-popover svg text[fill="#444"],html[data-theme=dark] .map-popover svg text[fill="#111"]{fill:#c6d3df!important}html[data-theme=dark] .map-popover svg line[stroke="#222"]{stroke:#c6d3df!important}html[data-theme=dark] .leaflet-tooltip{background:#1a212beb;color:#e2e6ea;border:1px solid #2a3440;box-shadow:0 2px 8px #00000073}.popover-title{font-size:13px;font-weight:600;margin-bottom:3px}.popover-content{font-size:12px}.popover-meta{display:grid;gap:4px;margin-bottom:8px}.popover-meta-row{display:flex;align-items:center;gap:6px}.popover-meta-icon{font-size:14px;line-height:1;width:18px;text-align:center}.popover-meta-text{display:flex;flex-direction:column;gap:1px;line-height:1.25}.popover-meta-primary{font-weight:500}.popover-meta-secondary{font-size:10px;color:#6b7280;text-transform:capitalize}html[data-theme=dark] .map-popover .popover-meta-secondary{color:#94a3b8}.popover-case-date{margin-top:8px;padding-top:6px;border-top:1px solid rgba(0,0,0,.08)}.map-popover .popover-case-date:first-of-type{margin-top:4px}html[data-theme=dark] .map-popover .popover-case-date{border-top-color:#ffffff1f}.popover-case-date-title{font-weight:600;margin-bottom:4px}.popover-case-fine-group{margin-bottom:6px}.popover-case-fine-group:last-child{margin-bottom:0}.popover-case-fine{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#374151;margin-bottom:4px}html[data-theme=dark] .map-popover .popover-case-fine{color:#d1d5db}.popover-case-fine-count{font-size:10px;font-weight:600;color:#6b7280}html[data-theme=dark] .map-popover .popover-case-fine-count{color:#94a3b8}.popover-case-entry{display:flex;align-items:center;gap:8px;margin-bottom:6px}.popover-case-entry:last-child{margin-bottom:0}.popover-case-entry-links{flex:1;display:flex;align-items:center;gap:8px}.popover-open-case-button{line-height:1.05}.popover-open-case-label{font-size:12px;font-weight:600;letter-spacing:.01em}.popover-open-case-id{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#ffffff38;color:#fff;font-size:11px;font-weight:600;line-height:1.1}html[data-theme=dark] .map-popover .popover-open-case-id{background:#ffffff3d;color:#f5f7ff}.popover-case-id-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;border:1px solid #3E3AB8;background:#eef2ff;color:#1b1b1b;font-size:11px;font-weight:600;text-decoration:none;line-height:1.2;transition:background-color .15s,color .15s,border-color .15s}.popover-case-id-tag:hover{background:#e0e7ff}.popover-case-id-tag[data-viewed=true]{border-color:#4caf50;background:#4caf5026;color:#1b5e20}html[data-theme=dark] .map-popover .popover-case-id-tag{border-color:#5865f2;background:#5865f229;color:#dfe6ee}html[data-theme=dark] .map-popover .popover-case-id-tag:hover{background:#5865f23d}html[data-theme=dark] .map-popover .popover-case-id-tag[data-viewed=true]{border-color:#66bb6a;background:#66bb6a33;color:#e8f5e9}.map-popover a{color:#0d47a1;text-decoration:underline;font-weight:500;transition:color .15s}.map-popover a{color:#0d47a1;font-weight:550}.showNonPointSymbols{border:1px solid #ddd}.showNonPointSymbols:hover,.notes-edit:hover{background-color:#f4f4f4!important}button:has(+.closed){top:10px!important;left:-1px!important}.add-note{box-shadow:#1976d2 0 .5px 4.8px!important}.leaflet-top{z-index:2203!important}aside.closed+.map-area .leaflet-top.leaflet-left{left:71px!important}.marker-cluster,.marker-cluster-histogram{pointer-events:auto!important}.marker-cluster-histogram svg{pointer-events:auto!important}.leaflet-control-layers-toggle{width:45px!important;height:45px!important;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=)!important;background-size:26px 26px}:is(a,button,div:has(>button:first-child)):has(~.leaflet-control-container){top:34px}:is(a,button,div:has(>button:first-child)):has(~.leaflet-control-container .leaflet-control-layers:hover){margin-right:122px!important}.hide-histogram-labels svg g[transform="translate(0,0)"]{display:none!important}.selected-marker-label{filter:hue-rotate(45deg);z-index:1000;position:relative}.selected-marker{position:relative;z-index:1000}.selected-marker.selected-external,.selected-marker.selected-local{--corner-color: burlywood}.selected-marker:before,.selected-marker:after{content:"";position:absolute;left:-8px;top:-8px;width:calc(100% + 16px);height:calc(100% + 16px);pointer-events:none;border-radius:0;z-index:1000}.selected-marker:before{background:linear-gradient(var(--corner-color),var(--corner-color)) top left / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) top left / 3px 14px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom left / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom left / 3px 14px no-repeat;filter:saturate(2.54)}.selected-marker:after{background:linear-gradient(var(--corner-color),var(--corner-color)) top right / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) top right / 3px 14px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom right / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom right / 3px 14px no-repeat;filter:saturate(2.54)}.hovered-marker{position:relative;z-index:1000}.hovered-marker.hovered-external{--corner-color: #d6eedb;display:none}.hovered-marker.hovered-local{--corner-color: #e3f0fc;display:none}.hovered-marker:before,.hovered-marker:after{content:"";position:absolute;left:-8px;top:-8px;width:calc(100% + 16px);height:calc(100% + 16px);pointer-events:none;border-radius:0;z-index:1000}.hovered-marker:before{background:linear-gradient(var(--corner-color),var(--corner-color)) top left / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) top left / 3px 14px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom left / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom left / 3px 14px no-repeat;filter:saturate(2.54)}.hovered-marker:after{background:linear-gradient(var(--corner-color),var(--corner-color)) top right / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) top right / 3px 14px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom right / 14px 3px no-repeat,linear-gradient(var(--corner-color),var(--corner-color)) bottom right / 3px 14px no-repeat;filter:saturate(2.54)}.leaflet-marker-icon [data-selected=true]{filter:hue-rotate(45deg) brightness(1.2) contrast(1.2);box-shadow:0 0 0 3px #fff,0 0 0 6px #ff9800;z-index:1000;position:relative;border:2px solid #ff9800;border-radius:6px}body[data-direction-lines=true] .border-sign-connection-line{display:inline!important;stroke:#1976d2!important;stroke-width:2.25px!important;opacity:1!important;vector-effect:non-scaling-stroke}.legend-title{color:#222}.weekday-day div:last-child{color:#222}.weekend-day div:last-child{color:#e53935}.holiday-day div:last-child{color:#e53935}html[data-theme=dark] .histogram-legend{background:#1a212beb!important;border-color:#2a3440!important;box-shadow:0 2px 8px #00000073!important}html[data-theme=dark] [title]::tooltip{color:"#e2e6ea"!important;background:#1a212beb!important}html[data-theme=dark] text[fill="#222"]{fill:#e2e6ead8!important}html[data-theme=dark] .marker-cluster-histogram,html[data-theme=dark] [font-size^="font-size:6.5pt;"],html[data-theme=dark] .legend-title{color:#e2e6ea!important}html[data-theme=dark] .weekday-day div:last-child{color:#e2e6ea}html[data-theme=dark] .weekend-day div:last-child{color:#ff8a80}html[data-theme=dark] .holiday-day div:last-child{color:#ff8a80}.help-menu-popup{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #0000004d;padding:10px;min-width:200px;color:#333}.help-menu-popup button{color:#333}.help-menu-popup button:hover{background-color:#f0f0f0}html[data-theme=dark] .help-menu-popup{background-color:#1a212b;border:1px solid #2a3440;color:#e2e6ea}html[data-theme=dark] .help-menu-popup button{color:#e2e6ea}html[data-theme=dark] .help-menu-popup button:hover{background-color:#233043}.border-guard-select{position:relative}.border-guard-select__toggle{width:100%;padding:8px;border-radius:4px;border:1px solid #ccc;background:#fff;color:#333;cursor:pointer;font-size:14px;line-height:1.4;-moz-appearance:menulist;appearance:menulist;-webkit-appearance:menulist;font-family:inherit}.border-guard-select__panel{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;max-height:calc(100vh - 186px);overflow-y:auto;box-shadow:0 2px 4px #0000001a}.border-guard-select__actions{padding:6px 8px;border-bottom:1px solid #eee;display:flex;gap:6px;background:#f8f9fa;position:sticky;top:0;z-index:1}.border-guard-select__action-button{padding:3px 6px;font-size:11px;border-radius:2px;cursor:pointer;font-weight:500;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease;background:#fff;color:#333}.border-guard-select__action-button--primary{background:#e3f2fd;border-color:#1976d2;color:#1976d2}.border-guard-select__action-button--primary:hover{background:#d0e6fa}.border-guard-select__action-button--secondary{border-color:#ccc;color:#666}.border-guard-select__action-button--secondary:hover{background:#f3f3f3}.border-guard-select__group-header{padding:4px 8px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.border-guard-select__option{padding:6px 8px 6px 16px;cursor:pointer;display:flex;align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;font-size:14px;transition:background .15s ease}.border-guard-select__option:hover{background:#f8f8f8}.border-guard-select__option--selected{background:#f0f8ff}.border-guard-select__option-label{flex:1;word-break:break-word}.border-guard-select__option-checkbox{margin-right:6px;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #bbb;border-radius:3px;background:#fff;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.border-guard-select__option-checkbox:after{content:"";width:4px;height:8px;border:solid transparent;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:1px;left:5px}.border-guard-select__option-checkbox:checked{background:#1976d2;border-color:#1976d2}.border-guard-select__option-checkbox:checked:after{border-color:#fff}.border-guard-select__option-checkbox:focus-visible{outline:none;box-shadow:0 0 0 2px #1976d259}.border-guard-select__empty{padding:8px;color:#888;text-align:center;font-size:14px}html[data-theme=dark] .border-guard-select__toggle{background:#0f141a;border-color:#2a3440;color:#e2e6ea}html[data-theme=dark] .border-guard-select__panel{background:#141a21;border-color:#2a3440;box-shadow:0 8px 20px #00000073}html[data-theme=dark] .border-guard-select__actions{background:#1a212b;border-bottom-color:#2a3440}html[data-theme=dark] .border-guard-select__action-button{background:#141a21;border-color:#2a3440;color:#c6d3df}html[data-theme=dark] .border-guard-select__action-button--primary{background:#233043;border-color:#3a87ff99;color:#8ab4f8}html[data-theme=dark] .border-guard-select__action-button--primary:hover{background:#28405c}html[data-theme=dark] .border-guard-select__action-button--secondary:hover{background:#1f2732}html[data-theme=dark] .border-guard-select__group-header{background:#1a212b;border-bottom-color:#2a3440;color:#c6d3df}html[data-theme=dark] .border-guard-select__option-checkbox{background:#10161d;border-color:#3a4654}html[data-theme=dark] .border-guard-select__option-checkbox:checked{background:#3a87ff;border-color:#3a87ff}html[data-theme=dark] .border-guard-select__option-checkbox:focus-visible{box-shadow:0 0 0 2px #3a87ff73}html[data-theme=dark] .border-guard-select__option{background:#141a21;border-bottom-color:#1f2732;color:#e2e6ea}html[data-theme=dark] .border-guard-select__option:hover{background:#1c2633}html[data-theme=dark] .border-guard-select__option--selected{background:#233043}html[data-theme=dark] .border-guard-select__option--selected:hover{background:#2b3a4a}html[data-theme=dark] .border-guard-select__empty{color:#9aa7b5}.border-sign-dot{cursor:pointer}.border-sign-photo-badge{font-size:7px!important;line-height:1;cursor:pointer;pointer-events:auto}.border-sign-dot.border-sign-has-photo:hover{cursor:pointer}.border-photo-hover-popup .leaflet-popup-content-wrapper{padding:0;border:1px solid rgba(25,118,210,.28);border-radius:8px;box-shadow:0 8px 22px #0f172a3d}.border-photo-hover-popup .leaflet-popup-content{margin:0}.border-photo-hover{max-width:min(440px,calc(100vw - 40px));color:#18212b}.border-photo-hover__heading{padding:8px 10px 7px;border-bottom:1px solid #d8e0e8;font-size:12px;font-weight:700;line-height:1.25}.border-photo-hover__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:320px;padding:6px;overflow-y:auto}.border-photo-hover__item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:7px;min-width:0;min-height:76px;padding:5px;border:1px solid #d7dee7;border-radius:6px;background:#fff;color:#18212b;text-align:left;cursor:pointer}.border-photo-hover__item:only-child{grid-column:1 / -1}.border-photo-hover__item:hover,.border-photo-hover__item:focus-visible{border-color:#1976d2;background:#f3f8fd;outline:none}.border-photo-hover__item img{width:88px;height:66px;border-radius:4px;background:#edf1f5;object-fit:cover}.border-photo-hover__meta{display:flex;min-width:0;flex-direction:column;gap:2px;font-size:10px;line-height:1.25}.border-photo-hover__meta strong{color:#1565c0;font-size:11px}.border-photo-hover__meta time,.border-photo-hover__count{color:#64748b}.border-photo-hover__caption{display:-webkit-box;overflow:hidden;color:#334155;-webkit-box-orient:vertical;-webkit-line-clamp:3}html[data-theme=dark] .border-photo-hover-popup .leaflet-popup-content-wrapper,html[data-theme=dark] .border-photo-hover__item{border-color:#394858;background:#141a21;color:#e2e6ea}html[data-theme=dark] .border-photo-hover__heading{border-bottom-color:#2a3440}html[data-theme=dark] .border-photo-hover__item:hover,html[data-theme=dark] .border-photo-hover__item:focus-visible{border-color:#6daaf8;background:#1d2936}html[data-theme=dark] .border-photo-hover__caption{color:#c6d3df}html[data-theme=dark] .border-photo-hover__meta strong{color:#8ab4f8}.border-sign-dot.border-sign-generated{cursor:help}.border-sign-generated-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:11px;padding:0 4px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-size:7px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px 3px #78350f47}.border-sign-label.border-sign-generated-label{color:#b45309!important}.border-sign-generated-note{color:#92400e}html[data-theme=dark] .border-sign-photo-badge{background:linear-gradient(135deg,#66bb6a,#388e3c)!important;box-shadow:0 1px 3px #00000080!important}html[data-theme=dark] .border-sign-generated-badge{background:linear-gradient(135deg,#fbbf24,#f97316);color:#1f2937;box-shadow:0 1px 3px #00000080}html[data-theme=dark] .border-sign-generated-note{background:#fbbf2429!important;border-color:#f9731657!important;color:#fdba74!important}.ruler-mode .leaflet-container{cursor:crosshair!important}.ruler-label-segment,.ruler-label-total,.ruler-instructions{pointer-events:none!important;background:transparent!important;border:none!important}.ruler-label-segment div,.ruler-label-total div,.ruler-instructions div{position:absolute;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;z-index:1000}.ruler-label-segment div{background:#ffffffe6;padding:2px 8px;border-radius:4px;border:1px solid #2196f3;font-size:11px;font-weight:600;color:#1976d2;box-shadow:0 1px 3px #0000001a}.ruler-label-total div{background:#2196f3;color:#fff;padding:4px 10px;border-radius:6px;box-shadow:0 2px 8px #0000004d;font-size:13px;font-weight:700;border:2px solid white}.ruler-instructions div{background:#000000b3;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;animation:fadeInOut 2s infinite ease-in-out;margin-top:25px}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}html[data-theme=dark] .ruler-label-segment div{background:#1e293be6!important;color:#38bdf8!important;border-color:#38bdf8!important}html[data-theme=dark] .ruler-label-total div{border-color:#1e293b!important}.sidebar,.sidebar>div,.filter-panel-content,div[scrollable=true]{overflow-x:hidden!important}.rc-slider-mark{width:calc(100% - 12px)!important;margin:0 auto!important;overflow:hidden!important}.sidebar-open-region-button{max-width:calc(100% - 24px)!important;box-sizing:border-box!important;white-space:normal!important;height:auto!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layer-catalog-control{position:static!important;box-sizing:border-box;margin-top:12px!important;margin-right:10px!important;border-radius:4px;box-shadow:0 1px 5px #00000059}.layer-catalog-control__button{display:grid!important;width:45px!important;min-width:45px!important;height:45px!important;min-height:45px!important;padding:0!important;place-items:center;background-color:#fffffff0;border:0!important;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1;cursor:pointer}.layer-catalog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;color:#e5edf7;font-family:Arial,Helvetica,sans-serif;letter-spacing:0}.layer-catalog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#04090fb8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.layer-catalog__dialog{position:absolute;top:50%;left:50%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);width:min(1040px,calc(100vw - 48px));max-height:min(780px,calc(100vh - 48px));overflow:hidden;background:#0b121a;border:1px solid #2a3848;border-radius:6px;box-shadow:0 24px 80px #0000008c;transform:translate(-50%,-50%)}.layer-catalog__header{display:flex;min-height:72px;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px 10px}.layer-catalog__header h2{margin:0;color:#f8fafc;font-size:22px;line-height:1.2}.layer-catalog__header p{margin:6px 0 0;color:#91a0b2;font-size:13px}.layer-catalog__close{width:36px;height:36px;padding:0;color:#cbd5e1;background:transparent;border:1px solid #344357;border-radius:4px;font-size:24px;cursor:pointer}.layer-catalog__tools{display:grid;grid-template-columns:minmax(240px,420px) auto minmax(52px,auto);align-items:center;justify-content:space-between;gap:16px;padding:8px 24px}.layer-catalog__view-switch{display:grid;grid-template-columns:repeat(2,auto);padding:2px;background:#111b27;border:1px solid #344357;border-radius:4px}.layer-catalog__view-switch button{min-height:34px;padding:0 12px;color:#9eacbd;background:transparent;border:0;border-radius:3px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.layer-catalog__view-switch button.is-active{color:#07121d;background:#38bdf8}.layer-catalog__view-switch button:focus-visible{outline:2px solid #facc15;outline-offset:1px}.layer-catalog__search input{width:100%;height:40px;padding:0 12px;color:#e5edf7;background:#111b27;border:1px solid #344357;border-radius:4px;font:inherit}.layer-catalog__count{color:#91a0b2;font-size:12px}.layer-catalog__categories{display:flex;gap:6px;padding:6px 24px 12px;overflow-x:auto;border-bottom:1px solid #253140;scrollbar-width:thin}.layer-catalog__categories button{flex:none;padding:6px 10px;color:#9eacbd;background:#111b27;border:1px solid #344357;border-radius:999px;font:inherit;font-size:12px;cursor:pointer}.layer-catalog__categories button.is-active{color:#fff;border-color:#38bdf8;box-shadow:inset 0 0 0 1px #38bdf8}.layer-catalog__categories.is-hidden-for-list{display:none}.layer-catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 24px 24px;overflow:auto;align-content:start;grid-auto-rows:max-content}.layer-catalog__grid.is-list{grid-template-columns:1fr;gap:7px}.layer-catalog__grid.is-list .layer-catalog__card{grid-template-rows:none;grid-template-columns:104px minmax(0,1fr);min-height:68px}.layer-catalog__grid.is-list .layer-catalog__card-copy{display:grid;grid-template-columns:minmax(210px,.9fr) minmax(280px,1.5fr) minmax(110px,.45fr);align-items:center;gap:14px;padding:8px 12px}.layer-catalog__grid.is-list .layer-catalog__card-copy strong{min-height:0;line-height:1.25}.layer-catalog__grid.is-list .layer-catalog__card-copy small{margin-top:0;line-height:1.25;text-align:right}.layer-catalog__grid.is-list .layer-catalog__type,.layer-catalog__grid.is-list .layer-catalog__selected-mark{display:none}.layer-catalog__grid.is-list .layer-catalog__card.is-selected .layer-catalog__selected-mark{display:block}.layer-catalog__card{display:grid;grid-template-rows:118px minmax(118px,1fr);min-width:0;min-height:238px;padding:0;overflow:hidden;color:#e5edf7;text-align:left;background:#101925;border:1px solid #2a3848;border-radius:4px;cursor:pointer}.layer-catalog__card:hover,.layer-catalog__card:focus-visible{border-color:#38bdf8;outline:0;transform:translateY(-1px)}.layer-catalog__card.is-selected{border-color:#facc15;box-shadow:inset 0 0 0 1px #facc15}.layer-catalog__preview{position:relative;display:block;overflow:hidden;background:#172536}.layer-catalog__preview-image{width:100%;height:100%;object-fit:cover}.layer-catalog__preview-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#17324a,#234f66 45%,#1b3b2f)}.layer-catalog__preview.is-unavailable .layer-catalog__preview-image{display:none}.layer-catalog__preview--density:after,.layer-catalog__preview--border:after,.layer-catalog__preview--osint:after,.layer-catalog__preview--coverage:after{position:absolute;inset:45% -10% auto;height:8px;content:"";background:linear-gradient(90deg,#2563eb,#22d3ee,#a3e635,#facc15,#ef4444);transform:rotate(-7deg)}.layer-catalog__preview--border:after{background:#ef4444;opacity:.75}.layer-catalog__preview--osint:after{width:16px;height:16px;margin:auto;background:#16a34a;border-radius:50%;transform:none}.layer-catalog__preview--coverage:after{top:20%;right:18%;bottom:20%;left:18%;height:auto;background:repeating-radial-gradient(circle at 70% 50%,rgba(56,189,248,.8) 0 8px,transparent 9px 20px);transform:none}.layer-catalog__type,.layer-catalog__selected-mark{position:absolute;top:8px;padding:4px 6px;color:#f8fafc;background:#070c12d1;border-radius:3px;font-size:10px;font-weight:700}.layer-catalog__type{left:8px}.layer-catalog__selected-mark{right:8px}.layer-catalog__card.is-selected .layer-catalog__selected-mark{color:#111827;background:#facc15}.layer-catalog__card-copy{display:flex;min-width:0;flex-direction:column;gap:7px;padding:12px}.layer-catalog__card-copy strong{min-height:34px;color:#f8fafc;font-size:14px;line-height:1.25}.layer-catalog__card-copy>span{color:#a9b5c4;font-size:12px;line-height:1.35}.layer-catalog__card-copy small{margin-top:auto;color:#718096;font-size:10px}.layer-catalog__empty{grid-column:1 / -1;margin:48px 0;color:#91a0b2;text-align:center}body.layer-catalog-open{overflow:hidden}html:not([data-theme=dark]) .layer-catalog{color:#1e293b}html:not([data-theme=dark]) .layer-catalog__backdrop{background:#0f172a7a}html:not([data-theme=dark]) .layer-catalog__dialog{background:#f8fafc;border-color:#cbd5e1}html:not([data-theme=dark]) .layer-catalog__header h2,html:not([data-theme=dark]) .layer-catalog__card-copy strong{color:#0f172a}html:not([data-theme=dark]) .layer-catalog__header p,html:not([data-theme=dark]) .layer-catalog__count,html:not([data-theme=dark]) .layer-catalog__card-copy>span{color:#475569}html:not([data-theme=dark]) .layer-catalog__search input,html:not([data-theme=dark]) .layer-catalog__categories button,html:not([data-theme=dark]) .layer-catalog__card{color:#1e293b;background:#fff;border-color:#cbd5e1}html:not([data-theme=dark]) .layer-catalog__view-switch{background:#e2e8f0;border-color:#cbd5e1}html:not([data-theme=dark]) .layer-catalog__view-switch button{color:#475569}html:not([data-theme=dark]) .layer-catalog__view-switch button.is-active{color:#fff;background:#0369a1}@media (max-width: 900px){.layer-catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.layer-catalog__dialog{top:0;left:0;width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;transform:none}.layer-catalog__header{min-height:0;padding:14px 14px 8px}.layer-catalog__header>div{min-width:0}.layer-catalog__header h2{font-size:19px}.layer-catalog__tools{grid-template-columns:minmax(0,1fr) auto;padding:8px 14px}.layer-catalog__search{grid-column:1 / -1}.layer-catalog__view-switch{justify-self:start}.layer-catalog__count{justify-self:end}.layer-catalog__categories{padding:6px 14px 10px}.layer-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 14px 20px}.layer-catalog__card{min-height:206px;grid-template-rows:92px minmax(112px,1fr)}.layer-catalog__card-copy{padding:10px}.layer-catalog__card-copy strong{min-height:32px;font-size:13px}.layer-catalog__card-copy>span{font-size:11px}.layer-catalog__grid.is-list{grid-template-columns:1fr}.layer-catalog__grid.is-list .layer-catalog__card{grid-template-columns:70px minmax(0,1fr);min-height:62px}.layer-catalog__grid.is-list .layer-catalog__card-copy{display:flex;gap:4px}.layer-catalog__grid.is-list .layer-catalog__card-copy>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.layer-catalog__grid.is-list .layer-catalog__card-copy small,.layer-catalog__grid.is-list .layer-catalog__type{display:none}}@media (max-width: 360px){.layer-catalog__header p{display:none}}.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}}
