:root[data-theme=light]{--color-bg:#f4f6f9;--color-bg-translucent:#f4f6f9c7;--color-surface:#fff;--color-text:#1a2233;--color-text-muted:#667085;--color-border:#e2e6ec;--color-primary:#1c64f2;--color-primary-hover:#1550c4;--color-sidebar-bg:#fff;--color-sidebar-border:#e2e6ec;--color-sidebar-text:#4a5468;--color-sidebar-text-active:#1c64f2;--color-sidebar-hover:#f1f4f9;--color-topbar-bg:#fff;--color-card-bg:#fff;--color-success:#12b76a;--color-danger:#f04438;--color-warning:#f79009;--color-switch-bg:#e9edf3;--color-switch-border:#dde2ea;--color-switch-icon:#7a8699;--color-switch-icon-hover:#1a2233;--color-switch-active-bg:#f7900929;--color-switch-active-icon:#ea8c00;--shadow-card:0 1px 3px #10182814;--chart-series-1:#2a78d6;--chart-series-2:#1baf7a;--chart-series-3:#eda100;--chart-series-4:#008300;--chart-grid:#e1e0d9;--chart-axis:#c3c2b7}:root[data-theme=dark]{--color-bg:#0d1117;--color-bg-translucent:#0d1117bf;--color-surface:#161b22;--color-text:#e6edf3;--color-text-muted:#8b949e;--color-border:#30363d;--color-primary:#4c8bf5;--color-primary-hover:#6ba0f7;--color-sidebar-bg:#0a0d12;--color-sidebar-border:#30363d;--color-sidebar-text:#9aa4b2;--color-sidebar-text-active:#fff;--color-sidebar-hover:#ffffff0d;--color-topbar-bg:#161b22;--color-card-bg:#161b22;--color-success:#3fb950;--color-danger:#f85149;--color-warning:#d29922;--color-switch-bg:#12161f;--color-switch-border:#ffffff0f;--color-switch-icon:#7c8699;--color-switch-icon-hover:#c7cedb;--color-switch-active-bg:#f7900929;--color-switch-active-icon:#f79009;--shadow-card:0 1px 3px #0006;--chart-series-1:#3987e5;--chart-series-2:#199e70;--chart-series-3:#c98500;--chart-series-4:#008300;--chart-grid:#2c2c2a;--chart-axis:#383835}*{box-sizing:border-box}html,body,#root{height:100%}body{background-color:var(--color-bg);color:var(--color-text);margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .15s,color .15s}a{color:inherit}button{font-family:inherit}.login-screen{background-color:var(--color-bg);justify-content:center;align-items:center;height:100%;padding:16px;display:flex;position:relative}.login-theme-switch{position:absolute;top:20px;right:20px}.toggle-switch-row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-bottom:20px;display:flex}.toggle-switch{flex-shrink:0;width:42px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.toggle-switch-track{background-color:var(--color-switch-bg);border:1px solid var(--color-switch-border);border-radius:999px;transition:background-color .2s,border-color .2s;position:absolute;inset:0}.toggle-switch-thumb{background-color:var(--color-switch-icon);border-radius:50%;width:18px;height:18px;transition:transform .2s,background-color .2s;position:absolute;top:2px;left:2px}.toggle-switch input:checked~.toggle-switch-track{background-color:var(--color-primary);border-color:var(--color-primary)}.toggle-switch input:checked~.toggle-switch-track .toggle-switch-thumb{background-color:#fff;transform:translate(18px)}.toggle-switch-label{color:var(--color-text);font-size:14px}.toggle-switch-row-disabled{opacity:.5;cursor:not-allowed}.toggle-switch-row-disabled .toggle-switch input{cursor:not-allowed}.system-setting-block{margin-bottom:24px}.system-setting-block:last-child{margin-bottom:0}.system-setting-block .toggle-switch-row{margin-bottom:8px}.system-setting-block .field-hint-text{margin-bottom:0}.login-card{background-color:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:380px;box-shadow:var(--shadow-card);border-radius:12px;padding:32px}.login-brand{text-align:center;margin-bottom:24px}.login-logo{width:107px;height:auto;margin:0 auto 8px;display:block}.login-brand h1{color:var(--color-primary);margin:0;font-size:24px}.login-brand p{color:var(--color-text-muted);margin:4px 0 0;font-size:13px}.login-redirect{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 0 8px;display:flex}.login-redirect-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite login-redirect-spin}@keyframes login-redirect-spin{to{transform:rotate(360deg)}}.login-redirect-text{color:var(--color-text-muted);font-size:13px}.form-field{margin-bottom:16px}.form-field label{color:var(--color-text-muted);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-field label.field-label-row{align-items:center;gap:6px;display:flex}.field-hint-btn{cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:13px;line-height:1}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--color-border);background-color:var(--color-bg);width:100%;color:var(--color-text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.form-field textarea{resize:vertical;min-height:80px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--color-primary);outline-offset:1px}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{opacity:.6;cursor:not-allowed}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.form-row-4{grid-template-columns:1fr 1fr 1fr 1fr;gap:12px;display:grid}.btn-primary{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:11px;font-size:14px;font-weight:600}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-inline{white-space:nowrap;width:auto;padding:9px 16px}.btn-secondary{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background-color:#0000;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600}.btn-secondary:hover{border-color:var(--color-text-muted)}.btn-danger{background-color:var(--color-danger);color:#fff;cursor:pointer;border:none;font-weight:600}.btn-danger:hover{opacity:.85}.btn-secondary:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed}.spinner{vertical-align:-2px;opacity:.85;border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;margin-right:7px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.form-error{color:var(--color-danger);background-color:#f044381a;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.app-layout{height:100%;display:flex}.sidebar{background-color:var(--color-sidebar-bg);width:240px;color:var(--color-sidebar-text);border-right:1px solid var(--color-sidebar-border);flex-direction:column;flex-shrink:0;padding:20px 0;transition:width .2s,padding .2s,transform .2s;display:flex;overflow:hidden}.sidebar-closed .sidebar{border-right:none;width:0;padding-left:0;padding-right:0}.sidebar-brand{color:var(--color-text);border-bottom:1px solid var(--color-sidebar-border);white-space:nowrap;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 20px 20px;font-size:20px;font-weight:700;display:flex}.sidebar-brand span{color:var(--color-primary)}.sidebar-close{color:var(--color-sidebar-text);cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1;display:none}.sidebar-nav{white-space:nowrap;flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow:hidden auto}.sidebar-nav a{color:var(--color-sidebar-text);border-left:3px solid #0000;align-items:center;gap:10px;padding:10px 20px;font-size:14px;text-decoration:none;display:flex}.sidebar-nav a:hover{background-color:var(--color-sidebar-hover)}.sidebar-nav a.active{color:var(--color-sidebar-text-active);border-left-color:var(--color-primary);background-color:var(--color-sidebar-hover);font-weight:600}.sidebar-footer-nav{border-top:1px solid var(--color-sidebar-border);flex:none;margin-top:2px;padding-top:2px}.sidebar-backdrop{display:none}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background-color:var(--color-topbar-bg);border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:flex-end;align-items:center;gap:16px;height:60px;padding:0 24px;display:flex}.sidebar-toggle{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;width:32px;height:32px;padding:0;display:flex}.sidebar-toggle span{background-color:var(--color-text);border-radius:1px;height:2px;margin:0 7px;display:block}.topbar-page-info{flex:1;min-width:0}.topbar-page-info h2{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;overflow:hidden}.topbar-page-info p{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.topbar-user{color:var(--color-text-muted);font-size:14px}.topbar-user strong{color:var(--color-text)}.theme-switch{background-color:var(--color-switch-bg);border:1px solid var(--color-switch-border);border-radius:999px;align-items:center;gap:2px;padding:4px;display:flex}.theme-switch button{width:28px;height:28px;color:var(--color-switch-icon);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:color .15s,background-color .15s;display:flex}.theme-switch button:hover{color:var(--color-switch-icon-hover)}.theme-switch button.active{background-color:var(--color-switch-active-bg);color:var(--color-switch-active-icon)}.btn-logout{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background-color:#0000;border-radius:8px;padding:7px 14px;font-size:13px}.btn-logout:hover{border-color:var(--color-danger);color:var(--color-danger)}.content-area{flex:1;padding:24px;overflow-y:auto}.page-header{margin-bottom:20px}.page-header h2{margin:0 0 4px;font-size:20px}.page-header p{color:var(--color-text-muted);margin:0;font-size:14px}.page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.page-header-row .page-header{margin-bottom:0}.page-header-row-inline{justify-content:flex-start}.page-header-row-inline .search-input-wrapper{flex:1;min-width:200px;margin-bottom:0}.search-input-wrapper{max-width:320px;margin-bottom:16px;position:relative}.search-input-icon{pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{border:1px solid var(--color-border);background-color:var(--color-bg);width:100%;color:var(--color-text);border-radius:8px;padding:9px 12px 9px 34px;font-family:inherit;font-size:14px}.search-input:focus{outline:2px solid var(--color-primary);outline-offset:1px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background-color:var(--color-card-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;padding:18px}.stat-card .stat-value{color:var(--color-primary);font-size:28px;font-weight:700}.stat-card .stat-label{color:var(--color-text-muted);margin-top:4px;font-size:13px}.info-card{background-color:var(--color-card-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;padding:20px}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:24px;display:grid}.chart-card h3{margin:0 0 4px;font-size:15px}.chart-card .chart-subtitle{color:var(--color-text-muted);margin:0 0 12px;font-size:13px}.chart-card .chart-empty{height:140px;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.status-badge{align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.status-dot{background-color:var(--color-success);border-radius:50%;width:8px;height:8px}.status-dot.offline{background-color:var(--color-danger)}.about-hero{flex-direction:row;align-items:stretch;gap:20px;margin-bottom:24px;display:flex}.about-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-logo{width:auto;height:75%}.about-hero-text{flex-direction:column;gap:6px;display:flex}.about-tagline{color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.about-hero h2{margin:0;font-size:26px}.about-hero p{color:var(--color-text-muted);max-width:720px;margin:4px 0 0;line-height:1.6}.about-modules-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.about-module-card{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;padding:14px 16px}.about-module-icon{margin-bottom:6px;font-size:20px}.about-module-card h4{margin:0 0 4px;font-size:14px}.about-module-card p{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.5}.about-stack-badges{flex-wrap:wrap;gap:8px;display:flex}.about-stack-badge{background-color:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:999px;padding:6px 12px;font-size:12px}.help-tips-list{flex-direction:column;display:flex}.help-tip{border-bottom:1px solid var(--color-border);padding:14px 0}.help-tip:last-child{border-bottom:none;padding-bottom:0}.help-tip:first-child{padding-top:0}.help-tip h4{margin:0 0 6px;font-size:14px}.help-tip p{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.6}.about-credits{border-left:3px solid var(--color-primary)}.about-signature{color:var(--color-text);font-size:17px;font-weight:700}.about-role{color:var(--color-text-muted);margin:2px 0 12px;font-size:13px}.about-footer-note{text-align:center;color:var(--color-text-muted);margin-top:8px;font-size:12px}.placeholder-page{background-color:var(--color-card-bg);border:1px dashed var(--color-border);text-align:center;color:var(--color-text-muted);border-radius:12px;padding:40px}.placeholder-page h3{color:var(--color-text);margin-top:0}.info-card.table-scroll{padding:0;overflow-x:auto}.data-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:12px 16px}.form-section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.02em;border-top:1px solid var(--color-border);margin:20px 0 8px;padding-top:16px;font-size:13px;font-weight:600}.form-section-title:first-child{border-top:none;margin-top:0;padding-top:0}.map-page{margin:-24px;padding:10px 24px 24px}.map-view{position:relative}.map-actions-overlay{z-index:1200;height:0;position:sticky;top:-14px}.map-actions{background-color:var(--color-bg-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px 12px 0 0;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 12px 10px;display:flex}.map-layer-filter-row{pointer-events:none;justify-content:center;display:flex}.map-layer-filter{border:1px solid var(--color-border);background-color:var(--color-surface);box-shadow:var(--shadow-card);color:var(--color-text-muted);pointer-events:auto;border-top:none;border-radius:0 0 8px 8px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;display:flex}.map-layer-filter select{border-radius:4px;padding:2px 4px;font-size:12px}.map-actions-tab-row{pointer-events:none;justify-content:center;display:flex}.map-actions-tab{border:1px solid var(--color-border);background-color:var(--color-surface);width:48px;height:16px;color:var(--color-text-muted);cursor:pointer;box-shadow:var(--shadow-card);pointer-events:auto;border-top:none;border-radius:0 0 8px 8px;justify-content:center;align-items:center;padding:0;font-size:11px;line-height:1;display:flex}.map-actions-tab:hover{color:var(--color-text);background-color:var(--color-border)}.map-info-wrapper{position:relative}.map-info-btn{border:1px solid var(--color-switch-border);background-color:var(--color-switch-bg);width:40px;height:40px;color:var(--color-switch-icon);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-style:italic;font-weight:700;display:flex}.map-info-btn:hover{color:var(--color-switch-icon-hover)}.map-info-btn:disabled{opacity:.6;cursor:not-allowed}.map-info-popover{z-index:2000;background-color:var(--color-surface);border:1px solid var(--color-border);width:240px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-card);border-radius:10px;padding:14px 16px;position:fixed;overflow-y:auto}.map-info-popover h4{color:var(--color-text);margin:0 0 10px;font-size:14px}.map-info-legend{flex-direction:column;gap:8px;display:flex}.map-info-legend-row{color:var(--color-text);align-items:center;gap:8px;font-size:13px;display:flex}.map-info-legend-icon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:14px;display:inline-flex}.map-info-legend-line{background-color:#12b76a;border-radius:2px;width:16px;height:3px;display:inline-block}.table-row-icon{text-align:center;width:1.2em;margin-right:6px;display:inline-block}.data-table th{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background-color:var(--color-sidebar-hover)}.text-muted{color:var(--color-text-muted)}.table-actions{align-items:center;gap:4px;display:flex}.icon-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;line-height:1;display:inline-flex}.icon-btn:hover{background-color:var(--color-sidebar-hover)}.icon-btn-danger:hover{background-color:#f044381f}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.icon-btn:disabled:hover{background-color:#0000}.drop-waypoints-list{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.drop-waypoint-row{align-items:center;gap:6px;display:flex}.drop-waypoint-row select{border:1px solid var(--color-border);background-color:var(--color-bg);color:var(--color-text);border-radius:8px;flex:1;padding:9px 10px;font-family:inherit;font-size:14px}.drop-waypoint-index{text-align:center;width:20px;color:var(--color-text-muted);flex-shrink:0;font-size:13px}.waypoint-insert-row{z-index:1;justify-content:center;height:14px;margin:-6px 0;display:flex;position:relative}.waypoint-insert-btn{box-sizing:border-box;text-align:center;cursor:pointer;z-index:2;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:14px;line-height:1;transition:opacity .15s;display:inline-flex;position:relative}.waypoint-insert-btn:hover{opacity:1}.color-select-row{align-items:center;gap:8px;display:flex}.color-select-row select{flex:1}.color-swatch{border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;width:20px;height:20px}.fiber-color-sequence{border:1px solid var(--color-border);background-color:var(--color-bg);border-radius:8px;flex-wrap:wrap;gap:6px 14px;padding:10px 12px;display:flex}.fiber-color-chip{color:var(--color-text);align-items:center;gap:6px;font-size:13px;display:inline-flex}.field-hint-text{color:var(--color-text-muted);margin:6px 0 0;font-size:12px}.form-button-row{flex-wrap:wrap;gap:8px;display:flex}.backbone-map-picker{border:1px solid var(--color-border);border-radius:10px;height:280px;margin-top:8px;overflow:hidden}.form-field input.color-input{border:1px solid var(--color-border);background-color:var(--color-bg);cursor:pointer;border-radius:8px;flex-shrink:0;width:44px;height:36px;padding:2px}.cto-details-map{border:1px solid var(--color-border);border-radius:10px;height:220px;margin-bottom:20px;overflow:hidden}.cto-details-map-placeholder{text-align:center;color:var(--color-text-muted);background-color:var(--color-bg);justify-content:center;align-items:center;padding:16px;font-size:14px;display:flex}.cto-details{flex-direction:column;gap:16px;display:flex}.cto-details-row{align-items:flex-start;gap:12px;font-size:14px;display:flex}.cto-details-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:12px;font-weight:600}.cto-details-notes{white-space:pre-wrap;color:var(--color-text)}.connections-section{border-top:1px solid var(--color-border);margin-top:24px;padding-top:20px}.connections-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.connections-header h4{margin:0;font-size:15px}.connections-list{flex-direction:column;gap:8px;display:flex}.connection-row{border:1px solid var(--color-border);background-color:var(--color-bg);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.connection-row-info{min-width:0;font-size:13px}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin-top:16px;display:flex}.pagination-arrow,.pagination-page{border:1px solid var(--color-border);background-color:var(--color-surface);min-width:26px;height:26px;color:var(--color-text);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.pagination-arrow:hover,.pagination-page:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination-arrow:disabled{opacity:.4;cursor:not-allowed}.pagination-arrow:disabled:hover{border-color:var(--color-border);color:var(--color-text)}.pagination-page.active{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;font-weight:600}.pagination-ellipsis{min-width:26px;height:26px;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:12px;display:inline-flex}.modal-backdrop{z-index:2000;background-color:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background-color:var(--color-surface);width:100%;max-width:520px;max-height:85vh;box-shadow:var(--shadow-card);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.modal-wide{max-width:680px}.modal-header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h3{margin:0;font-size:17px}.modal-close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1}.modal-close:hover{color:var(--color-text)}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.map-container{border:1px solid var(--color-border);border-radius:12px;height:calc(100vh - 94px);position:relative;overflow:hidden}.map-loading-overlay{z-index:500;background-color:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.map-loading-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite map-loading-spin}@keyframes map-loading-spin{to{transform:rotate(360deg)}}.map-loading-text{color:var(--color-text-muted);font-size:13px}.leaflet-control-layers{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:8px}.leaflet-control-layers-toggle{border-radius:8px}.leaflet-control-layers-expanded{padding:8px 12px}.leaflet-control-layers-separator{border-top:1px solid var(--color-border)}.map-emoji-marker{background:0 0;border:none}.map-emoji-marker__glyph{text-align:center;filter:drop-shadow(0 1px 2px #00000073);font-size:12px;line-height:1;display:block}.cto-popup{color:#1a2233;min-width:200px;font-size:13px}.cto-popup-title{margin-bottom:6px;font-size:14px;font-weight:700}.popup-title-link{cursor:pointer;color:#2f6fed;text-align:left;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.popup-title-link:hover{text-decoration:underline}.cto-popup-actions{border-top:1px solid #e2e6ec;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:8px;padding-top:8px;display:flex}.popup-link{cursor:pointer;color:#2f6fed;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.popup-link-danger{color:#d64545}.popup-divider{color:#c7ccd6;font-size:12px}.popup-icon-btn{cursor:pointer;vertical-align:middle;background:0 0;border:none;margin:0 0 0 4px;padding:0;font-size:12px;line-height:1}.cto-popup-row{align-items:flex-start;gap:6px;margin-bottom:4px;display:flex}.cto-popup-waypoints{scrollbar-width:thin;max-height:90px;margin-top:2px;padding-right:6px;overflow-y:auto}.cto-popup-waypoints::-webkit-scrollbar{width:6px}.cto-popup-waypoints::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:3px}.cto-popup-notes{white-space:pre-wrap;color:#4a5468;border-top:1px solid #e2e6ec;align-items:flex-start;gap:6px;margin-top:8px;padding-top:8px;display:flex}.notification-center{z-index:2100;pointer-events:none;flex-direction:column;gap:10px;width:calc(100% - 40px);max-width:360px;display:flex;position:fixed;top:20px;right:20px}.notification{background-color:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);color:var(--color-text);pointer-events:auto;border-radius:10px;align-items:flex-start;gap:10px;padding:13px 14px;font-size:13px;animation:.28s cubic-bezier(.16,1,.3,1) notification-slide-in;display:flex;box-shadow:0 10px 30px #1018282e}.notification-leaving{animation:.22s forwards notification-slide-out}.notification-success{border-left-color:var(--color-success)}.notification-error{border-left-color:var(--color-danger)}.notification-warning{border-left-color:var(--color-warning)}.notification-info{border-left-color:var(--color-primary)}.notification-icon{flex-shrink:0;font-size:15px;line-height:1.4}.notification-message{flex:1;line-height:1.4}.notification-close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:18px;line-height:1}.notification-close:hover{color:var(--color-text)}@keyframes notification-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes notification-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@media (width<=768px){.app-layout{position:relative;overflow-x:hidden}.sidebar{z-index:1900;width:240px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:2px 0 12px #00000026}.sidebar-closed .sidebar{width:240px}.sidebar-visible{transform:translate(0)}.sidebar-close{display:block}.sidebar-backdrop{z-index:1890;background-color:#0006;display:block;position:fixed;inset:0}.topbar{gap:10px;padding:0 16px}.sidebar-toggle{margin-right:auto}.topbar-user,.topbar-page-info{display:none}.content-area{padding:16px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.login-card{padding:24px}.map-page{margin:-16px;padding:10px 16px 16px}.map-actions-overlay{top:-6px}.map-container{height:calc(100vh - 86px)}.page-header-row .btn-inline{width:100%}.map-actions{flex-direction:column}.map-actions .btn-inline{width:100%}.search-input-wrapper{max-width:100%}.about-hero{flex-direction:column;align-items:flex-start}.about-logo{width:72px;height:auto}.form-row,.form-row-3,.form-row-4{grid-template-columns:1fr}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:12px 12px 0 0;max-width:none;max-height:90vh}.notification-center{width:auto;max-width:none;top:12px;left:12px;right:12px}}.fibermap-thin-scrollbar,:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea){scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.fibermap-thin-scrollbar::-webkit-scrollbar{width:10px;height:10px}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar{width:10px;height:10px}.fibermap-thin-scrollbar::-webkit-scrollbar-track{background:linear-gradient(90deg, transparent 42%, var(--color-border) 45%, var(--color-border) 55%, transparent 58%)}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar-track{background:linear-gradient(90deg, transparent 42%, var(--color-border) 45%, var(--color-border) 55%, transparent 58%)}.fibermap-thin-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border:1px solid var(--color-sidebar-border);border-radius:999px;min-height:54px}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar-thumb{background:var(--color-border);border:1px solid var(--color-sidebar-border);border-radius:999px;min-height:54px}.fibermap-thin-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.fibermap-thin-scrollbar::-webkit-scrollbar-button:vertical:start:decrement{background:linear-gradient(135deg, transparent 50%, var(--color-text-muted) 51%) 4px 6px / 6px 6px no-repeat;height:14px}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar-button:vertical:start:decrement{background:linear-gradient(135deg, transparent 50%, var(--color-text-muted) 51%) 4px 6px / 6px 6px no-repeat;height:14px}.fibermap-thin-scrollbar::-webkit-scrollbar-button:vertical:end:increment{background:linear-gradient(315deg, transparent 50%, var(--color-text-muted) 51%) 4px 2px / 6px 6px no-repeat;height:14px}:where(.sidebar-nav,.content-area,.modal-body,.table-scroll,.cto-popup-waypoints,textarea)::-webkit-scrollbar-button:vertical:end:increment{background:linear-gradient(315deg, transparent 50%, var(--color-text-muted) 51%) 4px 2px / 6px 6px no-repeat;height:14px}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
