:root{--color-bg: #f5f8fc;--color-surface: #ffffff;--color-primary: #0b66c3;--color-primary-dark: #084a8c;--color-primary-light: #3d8ce4;--color-muted: #506175;--color-border: rgba(11, 74, 136, .12);--color-border-strong: rgba(11, 74, 136, .35);--color-control-bg: #fefefe;--color-control-border: rgba(11, 74, 136, .2);--color-control-border-strong: rgba(11, 74, 136, .35);--color-success: #137547;--color-error: #b00020;--radius-lg: 32px;--radius-md: 20px;--radius-sm: 14px;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--focus-ring: 0 0 0 3px rgba(11, 102, 195, .25);--shadow-soft: 0 18px 40px rgba(15, 76, 129, .12);--shadow-soft-lg: 0 30px 60px rgba(15, 76, 129, .18);--shadow-btn: 0 18px 32px rgba(11, 102, 195, .2);--shadow-btn-hover: 0 22px 40px rgba(8, 74, 140, .25);--transition-base: .18s ease;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:#0b1f2e}.app-shell{min-height:100vh;display:flex;flex-direction:column;padding:var(--space-3);gap:var(--space-3)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid var(--color-border)}.site-header nav{display:flex;gap:var(--space-2)}.site-header a{position:relative;text-decoration:none;color:inherit;font-weight:600;opacity:.7}.site-header a.active{opacity:1}.site-header a.active:after{content:"";position:absolute;left:0;right:0;bottom:-.25rem;height:2px;background:var(--color-primary)}main{flex:1;display:flex}.page,.page--stacked{width:100%;display:flex;flex-direction:column;gap:var(--space-3)}.hero{background:linear-gradient(135deg,#0c62bd,#0d8ef0);color:#fff;border-radius:var(--radius-lg);padding:var(--space-5) var(--space-4);display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-3);position:relative;overflow:hidden}.hero>.particle-field{position:absolute;inset:0;pointer-events:none;opacity:.6;z-index:0}.hero>*:not(.particle-field){position:relative;z-index:1}.hero__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;opacity:.8}.hero__subtitle{font-size:1.2rem;color:#fffffff2}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-2)}.hero__media{border-radius:var(--radius-lg);background:#ffffff1a;min-height:240px;display:grid;place-items:center;position:relative}.media-glow{position:absolute;inset:10%;border-radius:inherit;background:radial-gradient(circle,rgba(255,255,255,.35),transparent 65%)}section{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-soft-lg)}.section__header{margin-bottom:var(--space-2)}.bent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-2)}.grid-card{border-radius:var(--radius-md);padding:var(--space-3);background:var(--color-surface);box-shadow:var(--shadow-soft)}.grid-card:nth-child(2){transform:translateY(12px)}.story{display:grid;gap:var(--space-2)}.story-step{border-left:4px solid var(--color-primary);padding:var(--space-2) var(--space-3);border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--color-surface)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:999px;font-size:1rem;font-weight:600;padding:.85rem 1.8rem;line-height:1.2;min-height:2.75rem;cursor:pointer;background:transparent;color:var(--color-primary-dark);font-family:inherit;text-decoration:none;transition:background var(--transition-base),color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.btn--small{border-radius:var(--radius-sm);font-size:.9rem;padding:.45rem 1rem;min-height:2.2rem}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-btn)}.btn--secondary{background:#0b66c31a;color:var(--color-primary-dark);border-color:var(--color-border-strong);box-shadow:none}.btn--danger{background:var(--color-error);color:#fff;border-color:transparent;box-shadow:0 14px 32px #b0002033}.btn--ghost{background:#ffffff1f;border-color:#ffffffa6;color:#fff}.btn--ghost-dark{background:transparent;border-color:var(--color-border-strong);color:var(--color-primary-dark)}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-btn-hover)}.btn--ghost:hover{background:#fff3;border-color:#ffffffe6}.btn--ghost-dark:hover{background:#0b4a8814}.btn--secondary:hover{background:#0b66c333}.btn--danger:hover{box-shadow:0 18px 36px #b0002040}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2);font-size:.95rem}.site-footer nav{display:flex;gap:var(--space-2)}.site-footer a{color:inherit;opacity:.7;text-decoration:none}.auth{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.auth__toggle{display:inline-flex;background:#0b66c314;padding:.25rem;border-radius:999px}.auth__toggle button{border:none;background:transparent;padding:.4rem 1.3rem;border-radius:999px;font-weight:600;color:var(--color-primary-dark);cursor:pointer}.auth__toggle button.active{background:#fff;box-shadow:0 10px 30px #0b4a8833}.auth__form{display:flex;flex-direction:column;gap:var(--space-2)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-2)}.form-field,.input-field{display:flex;flex-direction:column;gap:.45rem}.form-field>span,.input-field>span{font-weight:600;color:var(--color-muted)}.form-field small,.input-field small{color:var(--color-muted);font-size:.85rem}.form-field input,.input-field input,.form-field select,.input-field select,.form-field textarea,.input-field textarea{border:1px solid var(--color-control-border);border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:1rem;font-family:inherit;background:var(--color-control-bg);color:inherit;transition:border-color var(--transition-base),box-shadow var(--transition-base),background var(--transition-base);box-shadow:inset 0 1px 2px #0f4c810f}.form-field textarea,.input-field textarea{min-height:120px;resize:vertical}.form-field input::placeholder,.input-field input::placeholder,.form-field textarea::placeholder,.input-field textarea::placeholder{color:#506175b3}.form-field input:focus-visible,.input-field input:focus-visible,.form-field select:focus-visible,.input-field select:focus-visible,.form-field textarea:focus-visible,.input-field textarea:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--focus-ring);background:#fff}.form-field input:disabled,.input-field input:disabled,.form-field select:disabled,.input-field select:disabled,.form-field textarea:disabled,.input-field textarea:disabled{background:#f5f8fccc;cursor:not-allowed;opacity:.65}.form-field select,.input-field select{appearance:none;padding-right:2.75rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23084a8c' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.85rem}.form-field select:disabled,.input-field select:disabled{background-image:none}.auth__feedback{min-height:1.5rem}.auth__success{color:var(--color-success);font-weight:600}.auth__error{color:var(--color-error);font-weight:600}.auth__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.product-grid,.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-2)}.product-grid article,.pricing-grid article,.news-list article{background:var(--color-surface);padding:var(--space-3);border-radius:var(--radius-md);box-shadow:0 18px 40px #0f4c8114}.plan-card--active{border:2px solid var(--color-primary);box-shadow:0 25px 45px #0b66c340}.plan-card--active .btn{background:var(--color-primary);color:#fff}.pricing-grid .price{font-size:2.2rem;font-weight:700;color:var(--color-primary-dark)}.news-list{display:grid;gap:var(--space-2)}.news-list time{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted)}.cta{display:flex;flex-direction:column;gap:var(--space-2);background:linear-gradient(120deg,#051937,#0059a1);color:#fff;border-radius:var(--radius-lg);padding:var(--space-4)}.cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.debug-section{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-3);box-shadow:0 18px 40px #0f4c8114;display:flex;flex-direction:column;gap:var(--space-2)}.debug-section__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-1);align-items:baseline}.debug-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-2)}.debug-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2);background:#fdfefe}.debug-card dl{margin:0;display:grid;grid-template-columns:auto auto;gap:.25rem 1rem}.debug-card dt{font-size:.85rem;color:var(--color-muted)}.debug-card dd{margin:0;font-weight:600}.debug-env ul{list-style:none;padding:0;margin:0;display:grid;gap:.25rem}.debug-table{overflow-x:auto}.debug-table table{width:100%;border-collapse:collapse}.debug-table th,.debug-table td{text-align:left;padding:.5rem;border-bottom:1px solid var(--color-border)}.debug-metric-value{font-size:2rem;font-weight:700;margin:0}.debug-muted{color:var(--color-muted);margin:0}.debug-error{color:var(--color-error);font-weight:600}.debug-success{color:var(--color-success);font-weight:600}.flight-plans-panel{display:grid;gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.flight-plan-column{display:flex;flex-direction:column;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2);background:#fdfefe}.flight-plan-column--detail{grid-column:span 2}.flight-plan-column--form{min-width:280px}.flight-plan-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.flight-plan-item{width:100%;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#fff;padding:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.flight-plan-item.is-active{border-color:var(--color-primary);box-shadow:0 12px 20px #0b4a881f}.flight-plan-item strong{display:block}.flight-plan-item span{color:var(--color-muted);font-size:.85rem}.flight-plan-item__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;min-width:90px}.flight-plan-status{display:inline-flex;padding:.15rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;border:1px solid rgba(11,74,136,.2)}.flight-plan-status--draft{background:#7986cb26;color:#3a4b94}.flight-plan-status--validated{background:#13754726;color:var(--color-success)}.flight-plan-status--published{background:#0b4a8826;color:var(--color-primary-dark)}.flight-plan-detail__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-2)}.flight-plan-detail__grid p{margin:0}.flight-plan-pilot-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2);margin-bottom:var(--space-2);background:#f8fbff}.flight-plan-pilot-card__content p{margin:0}.flight-plan-actions{display:flex;flex-wrap:wrap;gap:var(--space-1)}.flight-plan-waypoints table{font-size:.9rem}.flight-plan-form{display:flex;flex-direction:column;gap:var(--space-1)}.flight-plan-form input,.flight-plan-form textarea,.flight-plan-form select{width:100%;font:inherit}.flight-plan-form__row{display:grid;gap:var(--space-1);grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.flight-plan-fieldset{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-1);display:flex;flex-direction:column;gap:var(--space-1)}.flight-plan-fieldset legend{padding:0 .5rem;font-weight:600;color:var(--color-muted)}.flight-plan-area-preview{display:flex;flex-wrap:wrap;gap:var(--space-1);align-items:flex-end;margin-top:var(--space-1)}.flight-plan-area-preview select{padding:.4rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);font:inherit}.flight-plan-drone-selector{display:flex;flex-direction:column;gap:var(--space-1);margin-top:var(--space-1)}.flight-plan-drone-selector select{padding:.4rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);font:inherit}.flight-plan-toggle{display:flex;align-items:center;gap:.5rem;font-weight:500}.flight-plan-toggle input{margin:0}.flight-plan-area-details{list-style:none;padding:0;margin:.5rem 0 0;color:var(--color-muted);font-size:.9rem;display:grid;gap:.25rem}.flight-plan-pick{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.flight-plan-hint{font-size:.85rem;color:var(--color-primary-dark);font-weight:600}.debug-loading{color:var(--color-muted)}.debug-timestamp{font-size:.9rem;color:var(--color-muted)}.dashboard-map{display:flex;flex-direction:column;gap:var(--space-2)}.dashboard-map__canvas{width:100%;height:420px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(11,102,195,.1);box-shadow:inset 0 0 30px #0b66c314}.dashboard-map__timeline{margin-top:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-2);border:1px solid rgba(11,102,195,.1);border-radius:var(--radius-md);background:#ffffffd9}.dashboard-map__timeline-header{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--color-muted)}.dashboard-map__timeline input[type=range]{width:100%;accent-color:var(--color-primary)}.dashboard-map__timeline-labels{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:var(--space-1)}.dashboard-map__timeline-labels li{flex:1;min-width:140px}.dashboard-map__timeline-labels button{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:.2rem;text-align:left}.dashboard-map__timeline-labels li.active button{border-color:var(--color-primary);box-shadow:0 10px 20px #0b66c326}.timeline-window{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-2);margin:var(--space-2) 0;align-items:end}.timeline-window__actions{display:flex;gap:var(--space-1);flex-wrap:wrap}.timeline-window__actions .btn{min-width:120px}.dashboard-map__timeline-labels small{color:var(--color-muted);font-size:.75rem}.dashboard-map__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-2)}.dashboard-map__panel{background:#ffffffd9;border:1px solid rgba(11,102,195,.1);border-radius:var(--radius-md);padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2)}.dashboard-map__panel-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-1)}.dashboard-map__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:var(--color-muted)}.dashboard-map__refresh{margin:0;font-size:.8rem;color:var(--color-muted)}.dashboard-map__summary{margin:0 0 var(--space-1);color:var(--color-muted)}.dashboard-map__stats{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0;margin:0;list-style:none}.dashboard-map__stats li{background:#0b66c314;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);display:flex;flex-direction:column;font-size:.9rem}.dashboard-map__stats strong{font-size:1.4rem}.dashboard-map__legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.dashboard-map__legend li{width:100%}.dashboard-map__legend-item{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-1);align-items:center;padding:.75rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#fff;cursor:pointer;text-align:left}.dashboard-map__legend-item--active{border-color:var(--color-primary);box-shadow:0 8px 18px #0b66c326}.dashboard-map__legend-bullet{width:12px;height:12px;border-radius:999px}.dashboard-map__legend p{margin:0;color:var(--color-muted);font-size:.8rem}.dashboard-map__legend,.dashboard-map__legend *{color:#111}.dashboard-map__legend-title{font-size:.9rem}.dashboard-map__legend-list .dashboard-map__legend-item{line-height:1.1}.dashboard-map__legend-bullet{display:inline-block;width:16px;height:16px;border:1px solid #333;border-radius:2px}.dashboard-map__legend-updated{font-size:.75rem;color:var(--color-muted)}.dashboard-map__tooltip{display:flex;flex-direction:column;gap:.15rem}.dashboard-map__details{background:#ffffffe6;border-radius:var(--radius-md);border:1px solid rgba(11,102,195,.15);padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2)}.dashboard-map__status-badge{font-size:.75rem;padding:.25rem .6rem;border-radius:999px;font-weight:600}.dashboard-map__detail-updated{margin:0;color:var(--color-muted);font-size:.9rem}.dashboard-map__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-1)}.dashboard-map__detail-grid div{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem}.dashboard-map__detail-grid dt{margin:0;font-size:.75rem;color:var(--color-muted)}.dashboard-map__detail-grid dd{margin:0;font-weight:600;font-size:1.1rem}.dashboard-map__detail-grid dd span{display:block;font-size:.75rem;color:var(--color-muted)}.dashboard-map__progress{display:flex;flex-direction:column;gap:.5rem}.dashboard-map__progress>div:first-child{display:flex;justify-content:space-between;font-size:.85rem;color:var(--color-muted)}.dashboard-map__progress-bar{width:100%;height:8px;border-radius:999px;background:#0b66c326;overflow:hidden}.dashboard-map__progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--color-primary),#12a1ff)}.dashboard-map__events{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--color-muted)}.dashboard-map__events li{padding-left:1.2rem;position:relative}.dashboard-map__events li:before{content:"";position:absolute;left:0;top:.45rem;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}@media(max-width:768px){.dashboard-map__canvas{height:320px}.dashboard-map__meta{grid-template-columns:1fr}}@media(max-width:768px){.hero{padding:var(--space-4)}.site-header nav{width:100%;justify-content:space-between}}.dashboard-map-wrapper{position:relative}.dashboard-map-search{position:absolute;top:4rem;left:1rem;width:min(320px,90vw);background:#fffffff0;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:0 10px 30px #0a1f2e1f;padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1);z-index:1400;max-height:min(520px,80vh);overflow-y:auto}.dashboard-map-search-toggle{position:absolute;top:1rem;left:1rem;z-index:1500;background:#0b1f2ee6;color:#fff;border:none;border-radius:var(--radius-sm);padding:.4rem .75rem;font-size:.85rem;cursor:pointer;box-shadow:0 6px 18px #0a1f2e33}.dashboard-map-search-toggle:hover{background:#0b66c3e6}.dashboard-map-search form{display:flex;flex-direction:column;gap:var(--space-1)}.dashboard-map-search label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--color-muted)}.dashboard-map-search input[type=text],.dashboard-map-search input[type=number]{padding:.5rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:.95rem}.dashboard-map-search__controls{display:grid;grid-template-columns:1fr auto;gap:var(--space-1);align-items:center}.dashboard-map-search__checkbox{flex-direction:row;align-items:center;gap:.4rem;margin-top:.2rem}.dashboard-map-search__results{border-top:1px solid var(--color-border);padding-top:var(--space-1);display:flex;flex-direction:column;gap:.5rem}.dashboard-map-search__results header{display:flex;justify-content:space-between;font-size:.8rem;color:var(--color-muted)}.dashboard-map-search__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;max-height:260px;overflow-y:auto}.dashboard-map-search__result{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;padding:.6rem .7rem;text-align:left;display:flex;flex-direction:column;gap:.45rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.dashboard-map-search__result:hover{border-color:#0b66c3b3;box-shadow:0 6px 12px #0a1f2e1f}.dashboard-map-search__result-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard-map-search__result-header strong{display:block;font-size:.95rem}.dashboard-map-search__result-header span{font-size:.75rem;color:var(--color-muted)}.dashboard-map-search__badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#0b66c31f;color:var(--color-primary);font-weight:600}.dashboard-map-search__confidence{font-weight:600;font-size:.8rem;color:var(--color-muted)}.dashboard-map-search__meta{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.4rem}.dashboard-map-search__meta div{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.35rem .4rem}.dashboard-map-search__meta dt{margin:0;font-size:.7rem;text-transform:uppercase;color:var(--color-muted)}.dashboard-map-search__meta dd{margin:0;font-weight:600;font-size:.85rem}.dashboard-map-search__admins{list-style:none;margin:.35rem 0 0;padding:.4rem .5rem;background:#0b66c314;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.2rem;font-size:.78rem}.dashboard-map-search__admins li{color:#0b1f2e}.dashboard-map-search__admins strong{font-weight:600;margin-right:.25rem}.zone-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-3);box-shadow:0 16px 40px #0b1f2e14}.zone-panel__column{display:flex;flex-direction:column;gap:var(--space-2)}.zone-usage{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-2)}.zone-usage li{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.9rem 1rem;background:#0b66c30a;font-weight:600}.zone-form{display:flex;flex-direction:column;gap:var(--space-2)}.zone-form__label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.zone-form__label input[type=text],.zone-form__label input[type=file]{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem .75rem;font-size:1rem;background:#fff}.zone-form__label input[type=text]:focus-visible,.zone-form__label input[type=file]:focus-visible{outline:2px solid rgba(11,102,195,.4);border-color:#0b66c399}.zone-form__actions{display:flex;flex-wrap:wrap;gap:var(--space-1)}.zone-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.zone-list__item{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2);background:#fff;box-shadow:0 8px 18px #0b1f2e0f}.zone-list__item--archived{opacity:.75;background:#0b1f2e05}.zone-list__meta{display:flex;flex-direction:column;gap:.35rem}.zone-list__meta strong{font-size:1.05rem}.zone-list__actions{display:flex;flex-wrap:wrap;gap:.4rem}.zone-list__actions .btn{flex:1 0 auto;min-width:120px}.zone-form__import{font-weight:600}.zone-form__import input[type=file]{border-style:dashed;cursor:pointer}.zone-panel .debug-muted{font-size:.9rem}.zone-import-preview{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.zone-import-preview__list{display:flex;flex-wrap:wrap;gap:.5rem}.zone-import-preview__item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0b66c314;color:var(--color-primary)}.zone-import-preview__item--active{background:var(--color-primary);color:#fff}.bio-risk-panel{display:flex;flex-direction:column;gap:var(--space-2)}.bio-risk-panel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-2)}.bio-risk-panel form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem}.bio-risk-panel form input,.bio-risk-panel form textarea,.bio-risk-panel form select{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .65rem;font-size:1rem}.bio-risk-panel__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.bio-risk-panel__summary{font-size:.9rem;color:var(--color-muted);margin-bottom:.5rem}.bio-risk-panel__list{display:flex;flex-direction:column;gap:.85rem;margin:1rem 0}.bio-risk-card{border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius-md);padding:.95rem;background:#fff;box-shadow:0 10px 20px #0b1f2e0d;display:flex;flex-direction:column;gap:.4rem}.bio-risk-card--high{border-left-color:#c62828}.bio-risk-card--medium{border-left-color:#f9a825}.bio-risk-card--low{border-left-color:#2e7d32}.bio-risk-card header{display:flex;justify-content:space-between;align-items:center}.bio-risk-card header span{font-weight:700;font-size:.85rem}.bio-risk-card__meta{font-size:.85rem;color:var(--color-muted)}.bio-risk-card__drivers{font-size:.95rem}.bio-risk-card__feedback{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;align-items:center;margin-top:.35rem}.bio-risk-card__feedback select,.bio-risk-card__feedback input{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.45rem .5rem}.bio-risk-card--active{box-shadow:0 0 0 2px var(--color-primary)}.bio-risk-card__badge{display:inline-block;margin:.25rem 0 0;padding:.2rem .6rem;border-radius:999px;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600}.weather-panel__header{flex-direction:column;align-items:flex-start;gap:.25rem}@media(min-width:768px){.weather-panel__header{flex-direction:row;justify-content:space-between;align-items:center}}.weather-panel__meta{margin:.25rem 0 0;color:var(--color-muted);font-size:.9rem}.weather-panel__actions{display:flex;gap:.5rem;flex-wrap:wrap}.weather-panel__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:var(--space-2)}.weather-panel__stats div{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.85rem;background:#f7fbff}.weather-panel__stats p{margin:0;font-size:.85rem;color:var(--color-muted)}.weather-panel__stats strong{display:block;font-size:1.35rem;margin-top:.15rem}.weather-panel__wind-icon{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-muted);margin-top:.25rem;flex-wrap:wrap}.weather-panel__wind-arrow{display:inline-block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid var(--color-primary)}.weather-panel__wind-label{display:inline-block}.weather-panel__wind-muted{font-size:.85rem;color:var(--color-muted)}.weather-panel__profile{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin-top:var(--space-2)}.weather-panel__profile-row{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.weather-panel__timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem;margin-top:var(--space-2)}.weather-panel__timeline button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;padding:.6rem .8rem;text-align:left;font-weight:500;cursor:pointer;color:inherit}.weather-panel__timeline button.active{border-color:var(--color-primary);box-shadow:0 0 0 1px #0b66c333;background:#0b66c314}.weather-panel__timeline span{display:block;font-size:.95rem}.weather-panel__timeline small{display:block;font-size:.8rem;color:var(--color-muted)}.weather-panel__footer{display:flex;flex-direction:column;gap:.5rem;margin-top:var(--space-2)}@media(min-width:768px){.weather-panel__footer{flex-direction:row;justify-content:space-between;align-items:center}}.weather-panel__updated{margin:0;font-size:.85rem;color:var(--color-muted)}.weather-panel__warnings{margin:0;padding-left:1.2rem;font-size:.85rem;color:var(--color-muted)}.weather-badge{margin-top:var(--space-2);border-top:1px solid var(--color-border);padding-top:var(--space-1)}.weather-badge__location{margin:0 0 .35rem;font-weight:600}.weather-badge ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem;font-size:.85rem}.weather-badge__wind{display:block;font-size:.8rem;color:var(--color-muted)}.particle-field{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.55;width:100%;height:100%;display:block}.uav-panel{display:flex;flex-direction:column;gap:var(--space-2)}.uav-panel__grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:var(--space-3)}@media(max-width:1040px){.uav-panel__grid{grid-template-columns:1fr}}.uav-panel__list,.uav-panel__form-card{display:flex;flex-direction:column;gap:var(--space-2)}.uav-panel__controls{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:flex-end}.uav-panel__controls label{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:220px}.uav-panel__controls input{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.6rem .75rem}.uav-search__actions{display:flex;gap:var(--space-1)}.uav-panel__list .uav-table__wrapper{overflow-x:auto}.uav-table{width:100%;border-collapse:collapse;font-size:.95rem}.uav-table th,.uav-table td{text-align:left;padding:.85rem .5rem;border-bottom:1px solid var(--color-border);vertical-align:top}.uav-table th:first-child,.uav-table td:first-child{padding-left:0}.uav-table th:last-child,.uav-table td:last-child{padding-right:0}.uav-table tr.is-editing{background:#0a63bf0d}.uav-panel__list .uav-table__actions{display:flex;flex-direction:column;gap:.5rem}@media(max-width:640px){.uav-panel__list .uav-table__actions{flex-direction:row;flex-wrap:wrap}}.uav-tag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--color-border);padding:.1rem .6rem;font-size:.75rem;font-weight:600;color:var(--color-primary-dark);background:#0669c414}.uav-tags{display:flex;flex-wrap:wrap;gap:.35rem}.uav-muted{color:var(--color-muted);font-size:.85rem;margin:0}.uav-stat{font-weight:600;display:block}.uav-subtitle{margin:0;color:var(--color-muted)}.uav-alert{border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.9rem;margin:0 0 var(--space-2)}.uav-alert--error{background:#ffecec;color:#912525;border:1px solid rgba(201,48,44,.4)}.uav-alert--success{background:#e8fbef;color:#106c39;border:1px solid rgba(5,162,88,.3)}.uav-form{display:flex;flex-direction:column;gap:var(--space-2)}.uav-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.uav-form input,.uav-form textarea,.uav-form select{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.65rem .75rem;font-size:.95rem}.uav-form textarea{resize:vertical}.uav-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--space-2)}.gnss-panel{display:grid;gap:1.5rem}.gnss-panel__form,.gnss-panel__jobs{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:0 25px 55px #0f4c811f}.gnss-panel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem}.gnss-panel__grid input{width:100%}.gnss-panel__actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1rem}.gnss-panel__actions .btn--primary{background:var(--color-primary);color:#fff;box-shadow:0 18px 40px #0b66c340}.gnss-panel__actions .btn--primary:hover{background:var(--color-primary-dark)}.gnss-panel__actions .btn--primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.gnss-panel__jobs dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:.75rem 0 0}.gnss-panel__jobs dt{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.gnss-panel__jobs dd{margin:0;font-size:.95rem}.gnss-panel__job-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.75rem}.gnss-panel__job-list li{border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius-sm);padding:.85rem 1rem;background:#0b66c30d;box-shadow:0 15px 35px #0b66c314}.gnss-panel__job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.gnss-panel .dashboard-map__refresh{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.4rem 1rem;font-size:.85rem;font-weight:600;background:var(--color-surface);color:var(--color-primary-dark);cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.gnss-panel .dashboard-map__refresh:hover{background:var(--color-primary);color:#fff;box-shadow:0 12px 28px #0b66c333;transform:translateY(-1px)}.gnss-panel .dashboard-map__refresh:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.gnss-panel__badge{padding:.2rem .75rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;border:1px solid transparent}.gnss-panel__badge--pending{background:#0b4a881a;color:var(--color-primary-dark);border-color:#0b4a8859}.gnss-panel__badge--processing{background:#0b66c326;color:var(--color-primary);border-color:#0b66c366}.gnss-panel__badge--completed{background:#1375471f;color:var(--color-success);border-color:#13754766}.gnss-panel__badge--failed{background:#b000201a;color:var(--color-error);border-color:#b0002059}.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}}.marker-icon{background-color:#fff;border:1px solid #3388ff;border-radius:50%;margin:-8px 0 0 -8px!important;width:14px!important;height:14px!important;outline:0;transition:opacity ease .3s}.marker-icon-middle{opacity:.7;margin:-6px 0 0 -6px!important;width:10px!important;height:10px!important}.leaflet-pm-draggable{cursor:move!important}.cursor-marker{cursor:crosshair;pointer-events:none;opacity:0}.cursor-marker.visible{opacity:1!important}.geoman-draw-cursor,.geoman-draw-cursor .leaflet-interactive{cursor:crosshair}.rect-style-marker,.rect-start-marker{opacity:0}.rect-style-marker.visible,.rect-start-marker.visible{opacity:1!important}.vertexmarker-disabled{opacity:.7}.pm-text-marker{width:0;height:0}.pm-textarea{box-sizing:content-box;background-color:#fff;color:#000;resize:none;border:none;outline:0;cursor:pointer;border-radius:3px;padding-left:7px;padding-bottom:0;padding-top:4px}.leaflet-pm-draggable .pm-textarea{cursor:move}.pm-textarea:focus,.pm-textarea:focus-within,.pm-textarea:focus-visible,.pm-textarea:active{border:2px solid #000;outline:0}.pm-textarea.pm-disabled{border:none;-webkit-user-select:none;user-select:none}.pm-textarea.pm-hasfocus{cursor:auto}.leaflet-pm-touch-hint{position:absolute;top:var(--pm-touch-hint-top, 10px);left:50%;transform:translate(-50%);background:#fffffff2;color:#333;padding:8px 16px;border-radius:4px;box-shadow:0 2px 6px #0003;z-index:1000;font-size:14px;pointer-events:none}.leaflet-pm-toolbar .leaflet-buttons-control-button{padding:5px;box-sizing:border-box;position:relative;z-index:3}.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right{border-radius:0}.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button{border-radius:0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom:none}.leaflet-pm-toolbar .control-fa-icon{font-size:19px;line-height:24px}.leaflet-pm-toolbar .control-icon{width:100%;height:100%;box-sizing:border-box;background-size:contain;background-repeat:no-repeat;background-position:center center}.leaflet-pm-toolbar .leaflet-pm-icon-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Marker</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M15.5,24.8782959 C15.2909201,24.8772219 15.1744857,24.8467817 14.6590866,24.2354163 C10.2196955,19.4118054 8,15.5014392 8,12.5043177 C8,8.35979746 11.3578644,5 15.5,5 C19.6421356,5 23,8.35979746 23,12.5043177 C23,17 18.2878217,21.9268378 16.3336601,24.2440186 C15.8224622,24.8501802 15.7090799,24.8793699 15.5,24.8782959 Z M15.5,15.5326948 C17.275201,15.5326948 18.7142857,14.1180004 18.7142857,12.3728864 C18.7142857,10.6277723 17.275201,9.21307792 15.5,9.21307792 C13.724799,9.21307792 12.2857143,10.6277723 12.2857143,12.3728864 C12.2857143,14.1180004 13.724799,15.5326948 15.5,15.5326948 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Marker" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-polygon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="polygon-a" d="M19.4206892,9.16509725 C19.1523681,8.66992914 19,8.10275831 19,7.5 C19,5.56700338 20.5670034,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 L19.4206892,9.16509725 Z M20.8349073,10.5793063 L10.5793108,20.8349027 C10.6086731,20.8890888 10.6366469,20.9441372 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 C20.9441372,10.6366469 20.8890888,10.6086731 20.8349027,10.5793108 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="polygon-b" fill="%23fff">%0A      <use xlink:href="%23polygon-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23polygon-a"/>%0A    <g fill="%235B5B5B" mask="url(%23polygon-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-polyline{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="line-a" d="M9.16509725,19.4206892 L18.4206892,10.1650973 C18.1523681,9.66992914 18,9.10275831 18,8.5 C18,6.56700338 19.5670034,5 21.5,5 C23.4329966,5 25,6.56700338 25,8.5 C25,10.4329966 23.4329966,12 21.5,12 C20.8972417,12 20.3300709,11.8476319 19.8349027,11.5793108 L10.5793108,20.8349027 C10.8476319,21.3300709 11,21.8972417 11,22.5 C11,24.4329966 9.43299662,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 Z M21.5,10 C22.3284271,10 23,9.32842712 23,8.5 C23,7.67157288 22.3284271,7 21.5,7 C20.6715729,7 20,7.67157288 20,8.5 C20,9.32842712 20.6715729,10 21.5,10 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="line-b" fill="%23fff">%0A      <use xlink:href="%23line-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23line-a"/>%0A    <g fill="%235B5B5B" mask="url(%23line-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-circle{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Circle</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M18.2897751,6.78602275 C18.8924131,6.29464981 19.661797,6 20.5,6 C22.4329966,6 24,7.56700338 24,9.5 C24,10.338203 23.7053502,11.1075869 23.2139772,11.7102249 C23.719599,12.8712053 24,14.1528571 24,15.5 C24,20.7467051 19.7467051,25 14.5,25 C9.25329488,25 5,20.7467051 5,15.5 C5,10.2532949 9.25329488,6 14.5,6 C15.8471429,6 17.1287947,6.28040098 18.2897751,6.78602275 Z M17.1504228,8.4817586 C16.3263581,8.17039236 15.4330777,8 14.5,8 C10.3578644,8 7,11.3578644 7,15.5 C7,19.6421356 10.3578644,23 14.5,23 C18.6421356,23 22,19.6421356 22,15.5 C22,14.5669223 21.8296076,13.6736419 21.5182414,12.8495772 C21.1960383,12.9473968 20.8541622,13 20.5,13 C18.5670034,13 17,11.4329966 17,9.5 C17,9.14583778 17.0526032,8.80396169 17.1504228,8.4817586 Z M14.5,17 C13.6715729,17 13,16.3284271 13,15.5 C13,14.6715729 13.6715729,14 14.5,14 C15.3284271,14 16,14.6715729 16,15.5 C16,16.3284271 15.3284271,17 14.5,17 Z M20.5,11 C21.3284271,11 22,10.3284271 22,9.5 C22,8.67157288 21.3284271,8 20.5,8 C19.6715729,8 19,8.67157288 19,9.5 C19,10.3284271 19.6715729,11 20.5,11 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Circle" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A            <g id="Atoms/Color/Grey" mask="url(%23mask-2)" fill="%235B5B5B">%0A                <rect id="Rectangle" x="0" y="0" width="30" height="30"></rect>%0A            </g>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A%0A<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" stroke="%235B5B5B" stroke-width="8"%0A     fill="none">%0A<circle cx="50" cy="50" r="35"/>%0A  <circle cx="50" cy="50" r="3" fill="%235B5B5B"/>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rectangle{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="rectangle-a" d="M23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.736764 5.30385293,19.2780593 7,19.0354444 L7,10.9645556 C5.30385293,10.7219407 4,9.26323595 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 C9.26323595,4 10.7219407,5.30385293 10.9645556,7 L19.0354444,7 C19.2780593,5.30385293 20.736764,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 Z M21,10.6631844 C20.272154,10.3174225 19.6825775,9.72784598 19.3368156,9 L10.6631844,9 C10.3174225,9.72784598 9.72784598,10.3174225 9,10.6631844 L9,19.3368156 C9.72784598,19.6825775 10.3174225,20.272154 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 Z M7.5,9 C8.32842712,9 9,8.32842712 9,7.5 C9,6.67157288 8.32842712,6 7.5,6 C6.67157288,6 6,6.67157288 6,7.5 C6,8.32842712 6.67157288,9 7.5,9 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="rectangle-b" fill="%23fff">%0A      <use xlink:href="%23rectangle-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rectangle-a"/>%0A    <g fill="%235B5B5B" mask="url(%23rectangle-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-delete{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Eraser</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M17.7874219,18.4812552 L11.6480079,13.3498184 L6.40466009,19.3816001 L10.5539156,22.9884929 L13.86934,22.9884929 L17.7874219,18.4812552 Z M16.5074252,22.9884929 L26.0000002,22.9884929 L26.0000002,24.9884929 L10.0000002,24.9884929 L9.80708313,24.9884929 L5.09254204,20.8910192 C4.25891285,20.1663564 4.17057814,18.9031112 4.89524093,18.069482 L16.0482444,5.23941916 C16.7729072,4.40578998 18.0361525,4.31745526 18.8697816,5.04211806 L24.9074583,10.2905903 C25.7410875,11.0152531 25.8294222,12.2784983 25.1047594,13.1121275 L16.5074252,22.9884929 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Eraser" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Combined-Shape" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-edit{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="edit_anchor-a" d="M13.5,11 C11.5670034,11 10,9.43299662 10,7.5 C10,5.56700338 11.5670034,4 13.5,4 C15.4329966,4 17,5.56700338 17,7.5 C17,9.43299662 15.4329966,11 13.5,11 Z M13.5,9 C14.3284271,9 15,8.32842712 15,7.5 C15,6.67157288 14.3284271,6 13.5,6 C12.6715729,6 12,6.67157288 12,7.5 C12,8.32842712 12.6715729,9 13.5,9 Z M12.0002889,7.52973893 C12.0125983,8.16273672 12.4170197,8.6996643 12.9807111,8.90767966 L3,15 L3,13 L12.0002889,7.52973893 Z M14.2172722,6.18228472 L19.453125,3 L22.6589355,3 L14.989102,7.68173885 C14.9962971,7.62216459 15,7.56151472 15,7.5 C15,6.93138381 14.6836098,6.4366645 14.2172722,6.18228472 Z M23.4434042,19.2851736 L20.1282799,19.2851736 L21.8729983,23.5349525 C21.9945296,23.8295773 21.8556546,24.1599209 21.5778734,24.2849208 L20.0414675,24.9545142 C19.7550613,25.0795141 19.4338738,24.9366704 19.3123426,24.6509518 L17.6544367,20.6154541 L14.9461873,23.4010151 C14.5852811,23.7721711 14,23.4860463 14,22.9992653 L14,9.57183533 C14,9.05933561 14.6225311,8.809492 14.946156,9.17008555 L23.8340292,18.3120179 C24.1925291,18.6613615 23.9279979,19.2851736 23.4434042,19.2851736 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="edit_anchor-b" fill="%23fff">%0A      <use xlink:href="%23edit_anchor-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23edit_anchor-a"/>%0A    <g fill="%235B5B5B" mask="url(%23edit_anchor-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-drag{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="move-a" d="M21,14 L21,10 L27,15 L21,20 L21,16 L16,16 L16,21 L20,21 L15,27 L10,21 L14,21 L14,16 L9,16 L9,20 L3,15 L9,10 L9,14 L14,14 L14,9 L10,9 L15,3 L20,9 L16,9 L16,14 L21,14 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="move-b" fill="%23fff">%0A      <use xlink:href="%23move-a"/>%0A    </mask>%0A    <use fill="%23D8D8D8" xlink:href="%23move-a"/>%0A    <g fill="%235B5B5B" mask="url(%23move-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-cut{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Scissors</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M12.9691574,13.4939435 L21.0317032,5.54167013 L23.4649499,5.67722957 L17.0470713,14.5106816 L27.5660336,17.1333535 L25.7891944,18.8012588 L14.5854951,17.8987506 L13.6487955,19.188007 C13.794639,19.2650958 13.9367985,19.3534417 14.0741377,19.4532245 C15.6379648,20.5894114 15.9846357,22.7782052 14.8484488,24.3420324 C13.7122619,25.9058595 11.5234681,26.2525304 9.95964096,25.1163435 C8.39581384,23.9801565 8.04914296,21.7913627 9.18532986,20.2275356 C9.74587276,19.4560145 10.5626188,18.9807475 11.4341218,18.8336407 L12.6805656,17.1180579 L12.5239724,16.3747216 L11.9506932,15.3012391 L9.89310646,14.7882251 C9.13093796,15.2357261 8.19977854,15.3966447 7.27445355,15.1659352 C5.39887519,14.698301 4.25751094,12.7987519 4.72514515,10.9231736 C5.19277935,9.04759519 7.09232846,7.90623094 8.96790682,8.37386515 C10.8434852,8.84149935 11.9848494,10.7410485 11.5172152,12.6166268 C11.4761464,12.7813449 11.4240335,12.9404001 11.3618627,13.0931999 L12.9691574,13.4939435 Z M7.75829735,13.2253438 C8.56211664,13.4257584 9.37620912,12.9366023 9.57662378,12.132783 C9.77703844,11.3289637 9.28788233,10.5148713 8.48406303,10.3144566 C7.68024373,10.1140419 6.86615126,10.603198 6.6657366,11.4070173 C6.46532194,12.2108366 6.95447805,13.0249291 7.75829735,13.2253438 Z M10.8033639,21.4031061 C10.3164266,22.0733177 10.4649998,23.0113722 11.1352115,23.4983095 C11.8054231,23.9852467 12.7434776,23.8366735 13.2304148,23.1664619 C13.7173521,22.4962502 13.5687788,21.5581957 12.8985672,21.0712585 C12.2283556,20.5843212 11.2903011,20.7328945 10.8033639,21.4031061 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Scissors" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(16.093194, 15.663351) rotate(-32.000000) translate(-16.093194, -15.663351) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-snapping{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->%0A    <title>Atoms/Icons/Tools/Magnet</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M21.9994759,10.9428183 L21.9999985,16.3710417 C22,16.6872007 22,17.0058278 22,17.3269411 C22,21.5646545 18.6421356,25 14.5,25 C10.3578644,25 7,21.5646545 7,17.3269411 L7.00087508,10.9907507 L11.0022808,10.9984125 C11.0017033,11.6980114 11.001247,12.4168248 11.0008992,13.1554887 L11,17.3269411 C11,19.3756809 12.5876841,21 14.5,21 C16.4123159,21 18,19.3756809 18,17.3269411 C18,15.0702032 17.9995696,12.9619668 17.998539,10.9910032 L21.9994759,10.9428183 Z M10,7 C10.5522847,7 11,7.44771525 11,8 L11,10 L7,10 L7,8 C7,7.44771525 7.44771525,7 8,7 L10,7 Z M21,7 C21.5522847,7 22,7.44771525 22,8 L22,10 L18,10 L18,8 C18,7.44771525 18.4477153,7 19,7 L21,7 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Magnet" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(14.500000, 16.000000) rotate(45.000000) translate(-14.500000, -16.000000) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rotate{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A    <defs>%0A        <path id="rotate" d="M21.2,5.8c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.4-0.5l-0.2-0.3l2.8-3.1L18,0.6l-4.6,0.1l0.5,4.5l0.5,4.5l3.2-3.6v0.1l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0.1,0.2C18,7,18,7.1,18.1,7.2c0.3,0.7,0.6,1.4,0.7,2.1c0.2,1.4,0,2.9-0.6,4.2L18,13.9L17.9,14l-0.3,0.5l-0.1,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.5,0.5-1.1,1-1.7,1.3c-0.6,0.4-1.3,0.6-2.1,0.8c-0.7,0.1-1.5,0.2-2.2,0.1c-0.8-0.1-1.5-0.3-2.2-0.5c-0.7-0.3-1.3-0.7-1.9-1.2l-0.4-0.4l-0.2-0.3L6,15c-0.1-0.1-0.2-0.2-0.2-0.3l-0.3-0.4l-0.1-0.1l-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2l-0.3-0.5l-0.1-0.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.8-0.3-1.6-0.3-2.4c0-0.2,0-0.3,0-0.5V8.9c0-0.2,0-0.3,0.1-0.4l0.1-0.6l0.2-0.6c0.3-0.8,0.7-1.5,1.2-2.2c0.5-0.7,1.1-1.3,1.8-1.8c0.2-0.1,0.3-0.4,0.1-0.6C7.5,2.6,7.4,2.5,7.3,2.5H7.1L7,2.6C6.1,3,5.4,3.6,4.7,4.2C4,4.9,3.5,5.7,3,6.6c-0.9,1.8-1.2,3.8-0.8,5.8c0.1,0.5,0.2,0.9,0.3,1.4l0.3,0.8C2.9,14.7,3,14.8,3,15l0.2,0.4c0,0.1,0.1,0.2,0.1,0.2l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4L5,17.8c0.7,0.7,1.6,1.3,2.5,1.8c0.9,0.5,1.9,0.8,3,0.9c0.5,0.1,1,0.1,1.5,0.1c0.6,0,1.1,0,1.6-0.1c1-0.2,2.1-0.5,3-1l0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3l0.7-0.4c0.2-0.1,0.3-0.2,0.4-0.3l0.2-0.2c0.2-0.1,0.4-0.3,0.5-0.5l0.1-0.1c0.3-0.3,0.7-0.7,0.9-1l0.6-0.9l0.4-0.6c1-1.9,1.4-4.1,1.1-6.2C22,7.8,21.7,6.7,21.2,5.8z"/>%0A    </defs>%0A    <g fill="none" fill-rule="evenodd" transform="translate(0 2)">%0A        <mask id="rotate-b" fill="%23fff">%0A            <use xlink:href="%23rotate"/>%0A        </mask>%0A        <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rotate"/>%0A        <g fill="%235B5B5B" mask="url(%23rotate-b)">%0A            <rect width="30" height="30"/>%0A        </g>%0A    </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-text{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">%0A  <title>Text</title>%0A  <g id="Ebene_2" data-name="Ebene 2">%0A    <polyline points="19.64 7.27 19.64 4 12 4 12 20 15.91 20 8.09 20 12 20 12 4 4.36 4 4.36 7.27" fill="none" stroke="%235b5b5b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5px"/>%0A  </g>%0A</svg>')}.leaflet-buttons-control-button:hover,.leaflet-buttons-control-button:focus{cursor:pointer;background-color:#f4f4f4}.active>.leaflet-buttons-control-button{box-shadow:inset 0 -1px 5px 2px #514d4d4f}.leaflet-buttons-control-text-hide{display:none}.button-container{position:relative}.button-container .leaflet-pm-actions-container{z-index:2;position:absolute;top:0;left:100%;display:none;white-space:nowrap;direction:ltr}.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container{right:100%;left:auto}.button-container.active .leaflet-pm-actions-container{display:block}.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child{border-radius:0 3px 3px 0;border-right:0}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child{border-radius:3px 0 0 3px}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child{border-right:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action{padding:0 10px;background-color:#666;color:#fff;display:inline-block;width:auto;border-right:1px solid #eee;-webkit-user-select:none;user-select:none;border-bottom:none;height:29px;line-height:29px;vertical-align:middle}.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button{border-top-left-radius:0}.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button{border-top-right-radius:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus{cursor:pointer;background-color:#777}.button-container .leaflet-pm-actions-container .leaflet-pm-action.active-action{background-color:#8e8e8e}.leaflet-pm-toolbar.activeChild{z-index:801}.leaflet-buttons-control-button.pm-disabled{background-color:#f4f4f4}.leaflet-buttons-control-button.pm-disabled>.control-icon{filter:opacity(.6)}.button-container .leaflet-pm-actions-container .pm-action-button-mode.control-icon{filter:brightness(0) invert(1);width:18px}
