@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800&display=swap";.navbar{background-color:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0;z-index:10000}.navbar-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px;gap:2rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:var(--text-20);font-weight:600;color:var(--text-primary);text-decoration:none;transition:color .2s}.navbar-logo:hover{color:var(--color-blue)}.logo-icon{display:flex;align-items:center;color:inherit}.navbar-logo-img{height:36px;width:auto;display:block;object-fit:contain}.navbar-menu{display:flex;align-items:center;gap:.5rem;margin-left:3rem;flex:1}.navbar-link{padding:.625rem 1rem;font-size:var(--text-14);font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-5);transition:all .2s}.navbar-link:hover{color:var(--text-primary);background-color:var(--color-gray-10)}.navbar-link.admin-link{color:var(--color-orange)}.navbar-user{position:relative;display:flex;align-items:center;margin-left:auto}.user-menu{position:relative}.user-icon-btn{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:var(--radius-5);background-color:var(--color-gray-10);border:1px solid var(--color-gray-40);cursor:pointer;transition:all .2s;padding:0;color:var(--text-primary);text-decoration:none}.user-icon-btn:hover{background-color:var(--color-blue-10);border-color:var(--color-blue);color:var(--color-blue)}.user-icon{display:flex;align-items:center;color:inherit}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:201px;background:var(--color-fcfcfc);border:1px solid var(--border);border-radius:var(--radius-5);box-shadow:var(--shadow-dropdown);z-index:10001;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-username{font-weight:600!important;font-size:var(--text-18);line-height:var(--leading-25);text-align:center;cursor:default;justify-content:center;padding:10px 20px}.dropdown-username:hover{background-color:transparent}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:10px 20px;font-size:var(--text-14);line-height:var(--leading-19);font-weight:400;color:var(--text-primary);text-decoration:none;background:transparent;border:none;text-align:left;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background-color:var(--color-gray-10)}.dropdown-item.active{background-color:var(--color-blue-10);color:var(--color-blue);font-weight:500}.dropdown-item-danger{color:var(--color-red);font-weight:600;display:flex;align-items:center;gap:.5rem}.dropdown-item-icon,.logout-icon{display:flex;align-items:center;color:inherit;flex-shrink:0}.dropdown-item-danger:hover{background-color:var(--color-red-10);color:var(--color-red)}.dropdown-divider{height:1px;background-color:var(--border);margin:0}@media(max-width:768px){.navbar-menu{display:none}.user-dropdown{right:0;left:auto}}:root.dark .navbar-link:hover{background-color:#334155;color:#f1f5f9}:root.dark .user-icon-btn{background-color:#1e293b;border-color:#334155;color:#f1f5f9}:root.dark .user-icon-btn:hover{background-color:#60a5fa;border-color:#60a5fa;color:#fff}:root.dark .user-icon-btn:hover .user-icon{color:#fff}:root.dark .user-dropdown{background-color:#1e293b;border-color:#334155}:root.dark .dropdown-item:hover{background-color:#334155}:root.dark .dropdown-item.active{background-color:#60a5fa33;color:#93c5fd}:root.dark .dropdown-item-danger:hover{background-color:#f8717133;color:#fca5a5}.map-basemap-switcher{display:flex;align-items:center;gap:.35rem;padding:0 .35rem;border-radius:var(--radius-5, 6px);border:1px solid var(--border);background-color:var(--surface);max-width:200px}.map-basemap-switcher-icon{flex-shrink:0;color:var(--text-secondary)}.map-basemap-select{border:none;background:transparent;color:var(--text-primary);font-size:.75rem;font-weight:500;max-width:158px;padding:.35rem .15rem;cursor:pointer;outline:none}.map-basemap-select:focus{outline:2px solid var(--color-blue, #3b82f6);outline-offset:1px}:root.dark .map-basemap-switcher{background-color:#1e293b;border-color:#334155}:root.dark .map-basemap-select{color:#f1f5f9}:root.dark .map-basemap-switcher-icon{color:#94a3b8}.toast-container{position:fixed;top:5rem;right:1rem;z-index:10002;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:30px;border-radius:10px 0 0 10px;animation:slideIn .3s ease-out;min-width:280px;-webkit-backdrop-filter:blur(9.65px);backdrop-filter:blur(9.65px);box-sizing:border-box}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.toast-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;color:var(--color-white)}.toast-success{background:#23b436e6;color:var(--color-white)}.toast-success .toast-icon{color:var(--color-white)}.toast-error{background:#e01414e6;color:var(--color-white)}.toast-error .toast-icon{color:var(--color-white)}.toast-warning{background:#ee721ae6;color:var(--color-white)}.toast-warning .toast-icon{color:var(--color-white)}.toast-info{background:#1277b2e6;color:var(--color-white)}.toast-info .toast-icon{color:var(--color-white)}.toast-message{font-size:var(--text-18);line-height:var(--leading-25);font-weight:400;color:var(--color-white)}.toast-close{background:transparent;border:none;font-size:1.5rem;color:var(--color-white);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-5);transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:.8}@media(max-width:768px){.toast-container{inset:auto 0 0;max-width:100%}.toast{min-width:auto;border-radius:10px 10px 0 0}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--color-gray-10)}.auth-card{width:100%;max-width:450px;background:var(--surface);border-radius:var(--radius-10);box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--border)}.auth-header{padding:2rem;text-align:center;background:var(--color-blue);color:var(--color-white)}.auth-header h1{font-size:var(--heading-1-size);line-height:var(--heading-1-line);font-weight:var(--heading-1-weight);margin-bottom:.5rem}.auth-header p{font-size:var(--text-14);line-height:var(--leading-19);opacity:.9}.auth-form{padding:2rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group label{color:var(--text-label)}.password-input{position:relative;display:flex}.password-input input{flex:1;padding-right:3rem}.password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:1.25rem;padding:.25rem .5rem;color:var(--text-secondary)}.auth-form button[type=submit]{width:100%;margin-top:1rem;padding:15px 30px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:700;min-height:55px}.auth-footer{padding:1.5rem 2rem;background:var(--color-gray-5);text-align:center;border-top:1px solid var(--border)}.auth-footer p{font-size:var(--text-14);line-height:var(--leading-19);color:var(--text-secondary)}.auth-footer a{color:var(--color-blue);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.dashboard{padding:2rem 0}.dashboard-header{margin-bottom:2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.dashboard-header>div:first-child{display:flex;align-items:center;gap:1rem;flex:1}.dashboard-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.dashboard-header p{font-size:1rem;color:var(--text-secondary)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:all .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.stat-icon{font-size:3rem}.stat-content{flex:1}.stat-value{font-size:2.25rem;font-weight:700;color:var(--text-primary);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.quick-actions{margin-top:3rem}.quick-actions h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:var(--surface);border:2px solid var(--border);border-radius:.75rem;text-decoration:none;color:var(--text-primary);font-weight:500;transition:all .2s}.action-btn:hover{border-color:var(--primary-color);background-color:#eff6ff}.action-icon{font-size:2rem}.user-projects-section{margin-top:3rem;padding:2rem;background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow)}.user-projects-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);display:flex;align-items:center}.projects-list{margin-top:1rem}.projects-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.projects-header strong{color:var(--text-primary);font-size:1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.project-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#f9fafb;border:1px solid var(--border);border-radius:.5rem;text-decoration:none;color:inherit;transition:all .2s}.project-card:hover{background:#f3f4f6;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.project-card-header{display:flex;align-items:center;gap:.75rem}.project-icon{color:var(--primary-color);flex-shrink:0}.project-title{flex:1;font-weight:600;font-size:1rem;color:var(--text-primary)}.project-link-icon{color:var(--text-secondary);flex-shrink:0;opacity:.6;transition:opacity .2s}.project-card:hover .project-link-icon{opacity:1}.project-status{display:flex;align-items:center}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-active{background-color:#d1fae5;color:#065f46}.status-inactive{background-color:#fee2e2;color:#991b1b}.status-pending{background-color:#fef3c7;color:#92400e}.permissions-section{margin-top:3rem;padding:2rem;background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow)}.permissions-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);display:flex;align-items:center}.permissions-list{margin-top:1rem}.permissions-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.permissions-header strong{color:var(--text-primary);font-size:1rem}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.permission-item{display:flex;align-items:center;padding:.75rem 1rem;background:#f9fafb;border:1px solid var(--border);border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;transition:all .2s}.permission-item:hover{background:#f3f4f6;border-color:var(--primary-color)}.permission-resource{color:var(--primary-color);font-weight:600}.permission-separator{margin:0 .25rem;color:var(--text-secondary)}.permission-action{color:#059669;font-weight:500}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header>div:first-child{width:100%}.stats-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(2,1fr)}.permissions-grid{grid-template-columns:1fr}.permissions-section,.user-projects-section{padding:1.5rem}.projects-grid{grid-template-columns:1fr}}.data-management{padding:1rem 0}.data-management-header{margin-bottom:1.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:1.875rem;font-weight:700;color:var(--text-primary)}.header-actions{display:flex;gap:1rem;flex-wrap:wrap}.form-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.form-modal-content{background:var(--surface);border-radius:.75rem;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.form-modal-content.form-wide{max-width:800px}.form-modal-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.form-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.form-modal-header h2{margin:0}.form-modal-header .btn-icon{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-secondary, #6b7280);display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}.form-modal-header .btn-icon:hover{background:var(--background, #f9fafb);color:var(--text-primary)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.data-table-container{overflow-x:auto;overflow-y:visible;margin-top:1rem}.data-table{background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow);overflow:hidden;width:100%}.data-table table{width:100%;border-collapse:collapse;table-layout:auto}.data-table thead{background-color:var(--background)}.data-table th{padding:1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.data-table thead th:last-child{text-align:right;padding:1rem;width:1%}.data-table td{padding:1rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-primary);vertical-align:middle;line-height:1.5}.data-table tbody tr:first-child td{border-top:none}.data-table tbody tr:hover{background-color:var(--background)}.data-table td.actions{vertical-align:middle;padding:.75rem 1rem;line-height:1.5;text-align:right;width:auto;min-width:fit-content;white-space:nowrap;border-left:none}.data-table .actions{gap:.5rem;align-items:center;vertical-align:middle;line-height:1.5;margin-left:auto}.data-table .actions .btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;margin:0;vertical-align:middle;line-height:1.5}.data-table .actions .btn-icon:last-child{margin-right:0}.data-table .actions .btn-icon.btn-reimport-node-linked{color:#8b5cf6}.data-table .actions .btn-icon.btn-reimport-node-linked:hover:not(:disabled){color:#7c3aed}.project-filter{padding:.625rem 1rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;min-width:200px}.view-toggle{display:flex;gap:.5rem}.btn-link{background:none;border:none;color:var(--primary);text-decoration:underline;cursor:pointer;font-size:.875rem;padding:.25rem 0;margin-top:.25rem;transition:color .2s}.btn-link:hover{color:var(--primary-dark, #1e40af)}.btn-link:disabled{opacity:.5;cursor:not-allowed}.clickable-title{color:var(--primary);cursor:pointer;text-decoration:underline;transition:color .2s}.clickable-title:hover{color:var(--primary-dark, #1e40af);text-decoration:none}.project-subtitle{font-size:.875rem;color:var(--text-secondary);margin-top:.5rem}.project-detail-content{display:flex;gap:1rem;height:600px}.project-map{flex:0 0 80%;width:80%}.map-container{background:var(--surface);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow);height:100%}.layers-panel{flex:0 0 20%;width:20%;background:var(--surface);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow);overflow-y:auto}.layers-panel h3{margin:0 0 1rem;font-size:1.125rem;color:var(--text-primary);font-weight:600}.layers-content{display:flex;flex-direction:column;gap:.75rem}.layer-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s}.layer-checkbox:hover{background-color:var(--background, #f3f4f6)}.layer-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--primary, #3b82f6)}.layer-checkbox span{font-size:.875rem;color:var(--text-primary);-webkit-user-select:none;user-select:none}.no-layers-message{font-size:.875rem;color:var(--text-secondary);text-align:center;padding:1rem;font-style:italic}@media(max-width:768px){.data-table{overflow-x:auto}.data-table td.actions{vertical-align:middle}.data-table .actions{display:inline-flex;vertical-align:baseline}.data-table .actions .btn-icon{vertical-align:baseline}.form-modal-content{max-height:95vh}.page-header{flex-direction:column;align-items:flex-start}.project-detail-content{flex-direction:column;height:auto}.project-map{flex:1;width:100%;height:400px}.layers-panel{flex:1;width:100%;height:auto;min-height:200px}.map-container{height:100%}}.permission-toggle{background:none;border:2px solid var(--border, #e5e7eb);border-radius:.375rem;padding:.5rem;cursor:pointer;transition:all .2s;color:var(--text-secondary, #6b7280);display:inline-flex;align-items:center;justify-content:center}.permission-toggle:hover{border-color:var(--primary, #3b82f6);background-color:var(--background, #f3f4f6)}.permission-toggle.active{background-color:var(--primary, #3b82f6);border-color:var(--primary, #3b82f6);color:#fff}.permission-toggle.active:hover{background-color:var(--primary-dark, #2563eb);border-color:var(--primary-dark, #2563eb)}.permissions-table-container{overflow-x:auto;margin-top:1rem}.form-section{margin-bottom:2rem;padding:1.5rem;background:var(--surface, #ffffff);border-radius:.75rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1))}.form-section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:var(--text-primary)}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.form-group label input[type=checkbox]{margin-right:.5rem}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.form-input{width:100%;padding:.625rem 1rem;border:1px solid var(--border, #e5e7eb);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.form-help-text{font-size:.75rem;color:var(--text-secondary, #6b7280);margin-top:.25rem}.data-management-filters{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:var(--text-primary)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:var(--text-secondary, #6b7280);pointer-events:none}.search-input-wrapper .form-input{padding-left:2.5rem}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;font-size:.875rem}.alert-warning{background-color:#fef3c7;color:#92400e;border:1px solid #fbbf24}.loading-state,.empty-state{text-align:center;padding:3rem;color:var(--text-secondary, #6b7280)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-icon{color:var(--primary, #3b82f6)}.header-title-section h1{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin:0}.countries-container{display:flex;flex-direction:column;gap:2rem}.continent-section{background:var(--surface, #ffffff);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1))}.continent-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border, #e5e7eb)}.countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.country-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background, #f9fafb);border-radius:.5rem;border:1px solid var(--border, #e5e7eb);transition:all .2s}.country-card.clickable{cursor:pointer}.country-card.clickable:hover{box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1));transform:translateY(-2px);border-color:var(--primary, #3b82f6)}.country-card.clickable:focus{outline:2px solid var(--primary, #3b82f6);outline-offset:2px}.country-flag{font-size:3rem;line-height:1}.country-info{flex:1}.country-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.country-code{font-size:.875rem;color:var(--text-secondary, #6b7280);margin:0;font-weight:500;letter-spacing:.05em}@media(max-width:768px){.countries-grid{grid-template-columns:1fr}.country-card{padding:1rem}.country-flag{font-size:2.5rem}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.dm-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--surface);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:.5rem}.dm-toolbar-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;flex:1 1 auto;min-width:0}.dm-filter{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.dm-filter-narrow{min-width:96px}.dm-filter-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary, #6b7280);margin:0;line-height:1}.dm-filter select,.dm-filter input{height:34px;padding:0 .5rem;border:1px solid var(--border, rgba(0, 0, 0, .15));border-radius:.375rem;font-size:.875rem;background:var(--surface);color:var(--text-primary)}.dm-filter select:focus,.dm-filter input:focus{outline:none;border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #e8954a2e}.dm-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:0 0 auto}.dm-toolbar-actions .btn{height:36px}@media(max-width:720px){.dm-toolbar{flex-direction:column;align-items:stretch}.dm-toolbar-actions{justify-content:flex-end}}.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}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.country-detail-content{display:flex;flex-direction:column;gap:1.5rem}.back-button{display:flex;align-items:center;justify-content:center;padding:.5rem;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:.375rem;cursor:pointer;transition:all .2s;color:var(--text-primary)}.back-button:hover{background:var(--background, #f9fafb);border-color:var(--primary, #3b82f6);color:var(--primary, #3b82f6)}.header-title-section{display:flex;align-items:center;gap:.75rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--text-secondary, #6b7280)}.loading-state .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.poi-filters{display:flex;gap:.75rem;flex-wrap:wrap;padding:1rem;background:var(--surface, #ffffff);border-radius:.75rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1))}.filter-button{padding:.5rem 1rem;border:1px solid var(--border, #e5e7eb);border-radius:.375rem;background:var(--background, #f9fafb);color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.filter-button:hover{background:var(--surface, #ffffff);border-color:var(--primary, #3b82f6)}.filter-button.active{background:var(--primary, #3b82f6);color:#fff;border-color:var(--primary, #3b82f6)}.poi-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--surface, #ffffff);border-radius:.75rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1));border:1px solid var(--border, #e5e7eb)}.stat-card svg{color:var(--primary, #3b82f6);flex-shrink:0}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stat-label{font-size:.875rem;color:var(--text-secondary, #6b7280);margin-top:.25rem}.country-map-container{background:var(--surface, #ffffff);border-radius:.75rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1));overflow:hidden;border:1px solid var(--border, #e5e7eb)}.country-map-container .leaflet-container{height:600px;width:100%}.poi-popup{min-width:200px}.poi-popup h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.poi-popup p{margin:.25rem 0;font-size:.875rem;color:var(--text-secondary, #6b7280)}.poi-popup strong{color:var(--text-primary);font-weight:600}.custom-marker{background:transparent!important;border:none!important}@media(max-width:768px){.poi-filters{flex-direction:column}.filter-button{width:100%;justify-content:center}.poi-stats{grid-template-columns:1fr}.country-map-container .leaflet-container{height:400px}}.loading-status-bar{position:fixed;bottom:0;left:0;right:0;background:var(--surface, #ffffff);border-top:1px solid var(--border, #e5e7eb);box-shadow:0 -2px 8px #0000001a;padding:1rem 1.5rem;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.loading-status-content{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.spinner-small{animation:spin 1s linear infinite;color:var(--primary, #3b82f6)}.loading-status-text{font-size:.875rem;color:var(--text-primary);font-weight:500}.loading-progress{width:100%;height:4px;background:var(--background, #f9fafb);border-radius:2px;overflow:hidden}.loading-progress-bar{height:100%;background:var(--primary, #3b82f6);border-radius:2px;transition:width .3s ease;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.building-types-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:1.5rem;background:var(--surface, #ffffff);border-radius:.75rem;box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, .1));border:1px solid var(--border, #e5e7eb)}.building-type-checkbox{display:flex;align-items:center;cursor:pointer;padding:.75rem;border-radius:.5rem;transition:background-color .2s}.building-type-checkbox:hover{background:var(--background, #f9fafb)}.building-type-checkbox input[type=checkbox]{width:18px;height:18px;margin-right:.75rem;cursor:pointer;accent-color:var(--primary, #3b82f6)}.building-type-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checkbox-label{display:flex;align-items:center;flex:1;font-size:.9375rem;color:var(--text-primary)}.checkbox-icon{font-size:1.25rem;margin-right:.5rem}.checkbox-text{flex:1}.checkbox-count{color:var(--text-secondary, #6b7280);font-weight:500;margin-left:.25rem}@media(max-width:768px){.building-types-checkboxes{grid-template-columns:1fr}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.user-polygons-page{padding:1rem 0}.drawing-controls{background:var(--surface);border:2px solid var(--primary-color);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.form-group-inline{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.form-group-inline label{font-weight:500;white-space:nowrap}.form-group-inline input{flex:1;padding:.625rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem}.help-text{font-size:.875rem;color:var(--text-secondary);margin:0}.polygons-layout{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;height:calc(100vh - 200px);min-height:700px}.polygons-layout.polygons-layout--heatmap-full{grid-template-columns:1fr}.polygons-sidebar{background:var(--surface);border-radius:.75rem;padding:0;box-shadow:var(--shadow);overflow-y:auto;display:flex;flex-direction:column}.polygons-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.municipality-polygons-header{font-size:.875rem;font-weight:500;margin-bottom:.75rem;color:var(--text-secondary);padding-top:.75rem;border-top:1px solid var(--border)}.polygon-list-filter{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.35rem .6rem;border:1px solid var(--border);border-radius:.375rem;background:var(--background, #f9fafb)}.polygon-list-filter-icon{flex-shrink:0;color:var(--text-secondary);opacity:.85}.polygon-list-filter input{flex:1;min-width:0;border:none;background:transparent;font-size:.8125rem;color:var(--text-primary);outline:none}.polygon-item--clickable{cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.polygon-item--clickable:hover{background-color:var(--background, #f3f4f6)}.polygon-item--highlighted{border-color:var(--primary-color, #3b82f6)!important;background-color:#3b82f614;box-shadow:inset 0 0 0 1px #3b82f640}.empty-state--minor{font-size:.8125rem;padding:.75rem .25rem;color:var(--text-secondary);text-align:left}.drill-down-banner{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.65rem .75rem;border-radius:.375rem;background:#3b82f614;border:1px solid rgba(59,130,246,.35)}.drill-down-banner-text{margin:0;font-size:.8125rem;line-height:1.35;color:var(--text-primary)}.drill-down-exit-btn{align-self:flex-start}.layer-filter{padding:.5rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;background:var(--surface);color:var(--text-primary);margin-left:.5rem}.layer-filter:focus{outline:none;border-color:var(--primary-color)}.layers-control-panel{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1.25rem 1.5rem;border-radius:.75rem .75rem 0 0;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #00000026}.layers-control-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1rem;font-weight:600}.layers-control-title span{display:flex;align-items:center;gap:.5rem}.layer-badge{background:#ffffff40;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.layer-select{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.3);border-radius:.5rem;font-size:.875rem;font-weight:500;background:#fffffff2;color:var(--text-primary);cursor:pointer;transition:all .2s}.layer-select:hover{border-color:#ffffff80;background:#fff}.layer-select:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 0 0 3px #ffffff4d}.layer-info{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2)}.layer-count{font-size:.75rem;color:#ffffffe6;font-weight:500}.polygons-section{padding:1.5rem;flex:1;overflow-y:auto}.polygon-type-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;margin-top:.5rem}.polygon-type-badge.user{background:#dbeafe;color:#1e40af}.polygon-type-badge.municipality{background:#fee2e2;color:#991b1b}.polygon-item.municipality-polygon{border-left:3px solid #ef4444;opacity:.9}.polygon-layer{font-size:.75rem;color:var(--text-secondary);margin:.25rem 0 0}.polygons-list{display:flex;flex-direction:column;gap:.75rem}.polygon-item{display:flex;align-items:start;justify-content:space-between;gap:.75rem;padding:1rem;background:var(--background);border:1px solid var(--border);border-radius:.5rem;transition:all .2s}.polygon-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.polygon-info{flex:1}.polygon-info h4{font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.polygon-area{font-size:.75rem;font-weight:500;color:var(--primary-color);margin-bottom:.25rem}.polygon-project{font-size:.75rem;color:var(--text-secondary);margin:0}.polygons-map{background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow);overflow:hidden;position:relative;min-height:700px;height:100%}.polygons-map .leaflet-container{height:100%;width:100%;min-height:700px}.polygon-popup h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.polygon-popup p{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.polygon-popup button{margin-top:.75rem}.leaflet-draw-toolbar{margin-top:0!important}.leaflet-draw-actions{left:auto!important;right:32px!important}.leaflet-control-layers,.leaflet-control-drawing{background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #00000026}.map-drawing-control{display:flex;flex-direction:column}.map-drawing-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.map-drawing-toggle-btn:hover{background:var(--primary-dark)}.map-drawing-toggle-btn svg{flex-shrink:0}.map-drawing-form-container{display:flex;flex-direction:column;gap:.75rem;min-width:250px;padding:.5rem}.map-drawing-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.875rem;color:var(--text-primary);margin-bottom:.25rem}.map-drawing-close-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.map-drawing-close-btn:hover{background:var(--background);color:var(--text-primary)}.map-drawing-input-wrapper{display:flex;flex-direction:column;gap:.5rem}.map-drawing-input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;background:var(--surface);color:var(--text-primary);transition:border-color .2s}.map-drawing-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.map-drawing-help{font-size:.75rem;color:var(--text-secondary);margin:0;line-height:1.4}.leaflet-top.leaflet-right .leaflet-draw{margin-top:80px}.map-drawing-menu{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.map-drawing-menu-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;color:#fff}.map-drawing-menu-btn-primary{background:var(--primary-color)}.map-drawing-menu-btn-primary:hover{background:var(--primary-dark)}.map-drawing-menu-btn-warning{background:#f59e0b}.map-drawing-menu-btn-warning:hover{background:#d97706}.map-drawing-menu-btn-danger{background:#ef4444}.map-drawing-menu-btn-danger:hover{background:#dc2626}.map-drawing-menu-btn-info{background:#3b82f6}.map-drawing-menu-btn-info:hover{background:#2563eb}.map-drawing-menu-btn svg{flex-shrink:0}.map-drawing-type-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.5rem}.map-drawing-type-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid var(--border);border-radius:.375rem;background:var(--surface);color:var(--text-primary);font-size:.75rem;cursor:pointer;transition:all .2s}.map-drawing-type-btn:hover{border-color:var(--primary-color);background:var(--background)}.map-drawing-type-btn.active{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.map-drawing-type-btn svg{flex-shrink:0}@media(max-width:1024px){.polygons-layout{grid-template-columns:1fr;height:auto}.polygons-sidebar{max-height:400px;order:2}.polygons-map{height:500px;order:1;min-height:500px}.layers-control-panel{border-radius:.75rem;margin-bottom:0}}@media(max-width:768px){.polygons-layout{height:auto}.polygons-map{height:400px;min-height:400px}.layers-control-panel{padding:1rem}.layers-control-title{font-size:.875rem}.layer-select{padding:.625rem;font-size:.8125rem}}.buildings-page{padding:1rem 0}.map-container{background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow);overflow:hidden;padding:1rem}.building-popup h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.building-popup p{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.building-popup .popup-actions{margin-top:.75rem;display:flex;gap:.5rem}.leaflet-popup{z-index:1000}.popup-content-scrollable{overflow:hidden;scrollbar-gutter:stable}.popup-content-scrollable:not(:hover)::-webkit-scrollbar{width:0px;background:transparent}.range-slider{-webkit-appearance:none;appearance:none;background:transparent;cursor:grab;outline:none}.range-slider:active{cursor:grabbing}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:22px;width:22px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:12px 12px;border:2px solid var(--primary-color, #3b82f6);cursor:grab;box-shadow:0 2px 4px #0003;margin-top:-7px;position:relative;transform:translateY(0);pointer-events:auto;transition:transform .1s ease,box-shadow .1s ease}.range-slider.hovering-thumb::-webkit-slider-thumb{cursor:grab!important;transform:translateY(0) scale(1.1);box-shadow:0 3px 6px #0000004d}.range-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:translateY(0) scale(.95)}.range-slider::-moz-range-thumb{height:22px;width:22px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:12px 12px;border:2px solid var(--primary-color, #3b82f6);cursor:grab;box-shadow:0 2px 4px #0003;position:relative;pointer-events:auto;transition:transform .1s ease,box-shadow .1s ease}.range-slider.hovering-thumb{cursor:grab!important}.range-slider.hovering-thumb::-moz-range-thumb{cursor:grab!important;transform:scale(1.1);box-shadow:0 3px 6px #0000004d}.range-slider::-moz-range-thumb:active{cursor:grabbing;transform:scale(.95)}.range-slider::-webkit-slider-track{background:transparent;height:8px;border-radius:4px}.range-slider::-moz-range-track{background:transparent;height:8px;border-radius:4px}.range-slider-min,.range-slider-max{pointer-events:auto;touch-action:pan-y}.range-slider-min::-webkit-slider-thumb{z-index:5!important;position:relative}.range-slider-min::-moz-range-thumb{z-index:5!important;position:relative}.range-slider-max::-webkit-slider-thumb{z-index:4!important;position:relative}.range-slider-max::-moz-range-thumb{z-index:4!important;position:relative}.range-slider-min::-webkit-slider-thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>")}.range-slider-min::-moz-range-thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>")}.range-slider-max::-webkit-slider-thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>")}.range-slider-max::-moz-range-thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>")}.range-slider-min:active,.range-slider-max:active{z-index:4!important}.popup-content-scrollable:hover::-webkit-scrollbar{width:6px}.popup-content-scrollable:not(:hover){scrollbar-width:thin}.popup-content-scrollable::-webkit-scrollbar{width:6px}.popup-content-scrollable::-webkit-scrollbar-track{background:transparent}.popup-content-scrollable::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.popup-content-scrollable::-webkit-scrollbar-thumb:hover{background:#0000004d}.building-detail-page{padding:1rem 0}.building-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.building-detail-header h2{margin:0;font-size:1.5rem;font-weight:600}.building-detail-content{background:var(--surface);border-radius:.75rem;box-shadow:var(--shadow);padding:2rem}.building-detail-section{margin-bottom:2rem}.building-detail-section:last-child{margin-bottom:0}.building-detail-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);border-bottom:2px solid var(--border);padding-bottom:.5rem}.building-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.building-detail-item{display:flex;flex-direction:column;gap:.5rem}.building-detail-item label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.building-detail-item div{font-size:1rem;color:var(--text-primary);padding:.5rem;background:var(--bg-secondary);border-radius:.375rem}.building-detail-info{padding:1rem;background:var(--bg-secondary);border-radius:.375rem}.building-detail-info p{margin:.5rem 0;color:var(--text-primary)}.industry-systems-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.industry-systems-add-btn{white-space:nowrap}.industry-systems-empty{border:1px dashed var(--border);border-radius:.5rem;padding:1rem;color:var(--text-secondary);font-size:.95rem}.industry-systems-list{display:flex;flex-direction:column;gap:1rem}.industry-system-card{border:1px solid var(--border);border-radius:.5rem;padding:1rem;background:var(--surface)}.industry-system-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.875rem}.industry-system-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.industry-system-delete-btn{white-space:nowrap;padding:.35rem .65rem}.industry-system-territory-panel{border:1px solid var(--border);border-radius:.5rem;background:var(--surface);padding:.75rem .85rem;display:flex;flex-direction:column;gap:.65rem}.industry-system-territory-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.industry-system-territory-row{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:2.5rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:.375rem;background:var(--bg-secondary, rgba(0, 0, 0, .02))}.industry-system-territory-row-main{display:flex;align-items:center;gap:.45rem;min-width:0;flex:1}.industry-system-territory-row-icon{flex-shrink:0;color:var(--text-secondary);opacity:.85}.industry-system-territory-row-text{min-width:0;display:flex;flex-direction:column;gap:.1rem}.industry-system-territory-row-name{font-size:.875rem;font-weight:600;color:var(--text-primary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industry-system-territory-row-meta{font-size:.75rem;font-weight:500;color:var(--text-secondary);line-height:1.25}.industry-system-territory-empty{margin:0;padding:.65rem .75rem;font-size:.8125rem;line-height:1.4;color:var(--text-secondary);border:1px dashed var(--border);border-radius:.375rem;background:var(--bg-secondary, rgba(0, 0, 0, .02))}.industry-system-territory-add{border-top:1px solid var(--border);padding-top:.65rem;margin-top:.1rem;display:flex;flex-direction:column;gap:.45rem}.industry-system-territory-add-label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.industry-system-territory-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:.45rem}.industry-system-territory-actions select.industry-system-input{flex:1 1 10rem;min-width:0}.industry-system-territory-panel .industry-system-territory-btn-compact.btn-sm.btn-primary,.industry-system-territory-panel .industry-system-territory-btn-compact.btn-sm.btn-secondary{min-height:0;padding:.4rem .7rem;font-size:.8125rem;line-height:1.25;font-weight:600;align-self:center}.industry-system-territory-status{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.8125rem;color:var(--text-secondary)}.industry-system-territory-spinner{flex-shrink:0;animation:industry-system-territory-spin .75s linear infinite}@keyframes industry-system-territory-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.industry-system-territory-msg{margin:0;font-size:.8125rem;line-height:1.45}.industry-system-territory-msg--error{color:var(--danger, #b91c1c)}.industry-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem 1rem;align-items:start}.industry-system-column{display:grid;grid-template-rows:repeat(3,minmax(86px,auto));gap:.75rem}.industry-system-column .building-detail-item{margin:0}.industry-system-column .building-detail-item label{min-height:18px;display:flex;align-items:flex-end}.industry-system-input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:.375rem;font-size:.9rem;background:var(--surface);color:var(--text-primary)}.industry-system-input.error{border-color:var(--danger, #dc2626)}.industry-system-input:disabled{opacity:.65;cursor:not-allowed}.industry-system-unit-input{position:relative;width:100%}.building-detail-item .industry-system-unit-input{padding:0;background:transparent;border-radius:0;font-size:inherit;color:inherit}.industry-system-unit{position:absolute;top:1px;bottom:1px;right:.65rem;display:inline-flex;align-items:center;padding-left:.55rem;border-left:1px solid var(--border);font-size:.85rem;color:var(--text-secondary);line-height:1.1;white-space:nowrap;pointer-events:none}.industry-system-unit-input .industry-system-input{padding-right:4.75rem}.industry-system-unit-input select.industry-system-input{padding-right:6.5rem}.industry-system-unit-input select.industry-system-input~.industry-system-unit{right:1.9rem}.industry-system-column .error-message{display:block;margin-top:.25rem}.industry-system-specific-section{margin-top:1rem;border-top:1px solid var(--border);padding-top:.875rem}.industry-system-specific-title{margin:0;font-size:1rem;font-weight:700;color:var(--text-primary)}.industry-system-specific-grid{margin-top:.625rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.industry-system-detail-readonly{margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.industry-system-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem;margin-bottom:1rem}.industry-system-detail-summary-item.wide{grid-column:1 / -1}.industry-system-detail-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.2rem}.industry-system-detail-value{display:block;font-size:.9rem;color:var(--text-primary);line-height:1.35}.industry-system-kotly-wrap,.industry-system-kgj-wrap{margin-top:1rem}.industry-system-kotly-title{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:var(--text-primary)}.industry-system-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:.375rem}.industry-system-kotly-table{width:100%;border-collapse:collapse;font-size:.8125rem}.industry-system-kotly-table th,.industry-system-kotly-table td{padding:.45rem .55rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.industry-system-kotly-table th{font-weight:600;color:var(--text-secondary);background:var(--surface);white-space:nowrap}.industry-system-kotly-table tbody tr:last-child td{border-bottom:none}.industry-system-kotly-table tbody tr:hover{background:var(--background)}.industry-system-kgj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem 1rem}@media(max-width:1100px){.industry-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-system-specific-grid{grid-template-columns:1fr}}@media(max-width:768px){.industry-systems-header,.industry-system-card-header{flex-direction:column;align-items:stretch}.industry-system-grid{grid-template-columns:1fr}.industry-system-column{grid-template-rows:none}.industry-system-specific-grid,.industry-system-detail-summary{grid-template-columns:1fr}}.data-table tbody tr{transition:background-color .2s ease}.data-table tbody tr:hover{background-color:var(--bg-hover, rgba(0, 0, 0, .05))}.data-table tbody tr[style*="cursor: pointer"]{cursor:pointer}.data-table tbody tr[style*="cursor: pointer"]:hover{background-color:var(--bg-hover, rgba(59, 130, 246, .1))}.map-building-popup-root{max-height:min(68vh,440px);overflow-y:auto;padding:8px 10px 10px;box-sizing:border-box;-webkit-overflow-scrolling:touch;font-family:system-ui,-apple-system,sans-serif;font-size:13px;line-height:1.35;color:#111827}.map-building-popup-metrics{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;margin-top:6px}.map-building-popup-stat{display:flex;align-items:center;gap:6px;min-width:0}.map-building-popup-stat svg{flex-shrink:0;opacity:.82;color:#4b5563}.map-building-popup-stat-value{font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-building-popup-section-title{display:flex;align-items:center;gap:6px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:#6b7280;margin:10px 0 6px}.map-building-popup-details{margin-top:8px;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;background:#f9fafb}.map-building-popup-details summary{cursor:pointer;font-weight:600;font-size:12px;color:#374151}.building-overview-page{padding:1rem 0 2rem}.building-overview-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.building-overview-hero-main{flex:1 1 200px;min-width:0}.building-overview-hero-map{flex:0 0 auto;width:min(300px,100%);height:220px;border-radius:.75rem;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.building-overview-hero-map-inner.map-container{height:100%;width:100%;padding:0;margin:0;border-radius:0;box-shadow:none;border:none}@media(max-width:640px){.building-overview-hero-map{width:100%;max-width:none;order:3}}.building-overview-card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem;box-shadow:var(--shadow)}.building-overview-card h3{margin:0 0 .75rem;font-size:1.05rem;color:var(--text-primary)}.building-overview-mock-note{font-size:.8rem;color:var(--text-secondary);margin:0 0 1rem;line-height:1.45}.building-overview-heating{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;background:var(--bg-secondary, rgba(59, 130, 246, .08));border:1px solid var(--border);font-weight:600;font-size:.95rem;color:var(--text-primary)}.building-overview-param-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1rem;margin-top:1rem}.building-overview-param{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-secondary, rgba(0, 0, 0, .02))}.building-overview-param-icon{flex-shrink:0;margin-top:2px;color:var(--primary, #3b82f6);opacity:.9}.building-overview-param-body{min-width:0}.building-overview-param-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-weight:600;line-height:1.2;margin-bottom:.2rem}.building-overview-param-value{font-size:.95rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums;line-height:1.3}.building-overview-param-hint{font-size:.75rem;color:var(--text-secondary);margin-top:.15rem;line-height:1.35}.building-overview-chart-wrap{width:100%;height:280px}.building-overview-chart-wrap--tall{height:320px}.building-overview-year-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:.65rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-secondary, rgba(0, 0, 0, .02))}.building-overview-year-filters-modes{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.building-overview-year-filter-option{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.building-overview-year-filter-option input{accent-color:var(--primary, #3b82f6)}.building-overview-year-filters-pickers{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem 1rem}.building-overview-year-filter-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.building-overview-year-filter-field-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.building-overview-year-filter-vs{font-size:.85rem;font-weight:700;color:var(--text-secondary);padding-bottom:.35rem}.building-overview-series-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.1rem;margin-bottom:.85rem;padding:.5rem .65rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-secondary, rgba(0, 0, 0, .02))}.building-overview-series-toggles-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin-right:.25rem}.building-overview-series-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.building-overview-series-toggle input{accent-color:var(--primary, #3b82f6)}.building-overview-series-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.building-detail-main-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.25rem}.building-detail-main-tab{padding:.45rem .9rem;font-size:.875rem;font-weight:600;border:1px solid transparent;border-radius:.5rem .5rem 0 0;background:transparent;color:var(--text-secondary);cursor:pointer}.building-detail-main-tab:hover{color:var(--text-primary);background:var(--bg-secondary, rgba(0, 0, 0, .03))}.building-detail-main-tab--active{color:var(--text-primary);background:var(--surface);border-color:var(--border);border-bottom-color:var(--surface);margin-bottom:-1px}.building-revisions-panel{max-width:56rem}.building-revisions-intro{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.25rem}.building-revisions-intro-icon{flex-shrink:0;color:var(--primary, #3b82f6);margin-top:2px}.building-revisions-title{margin:0 0 .35rem;font-size:1.1rem;color:var(--text-primary)}.building-revisions-hint{margin:0;font-size:.8rem;color:var(--text-secondary);line-height:1.45}.building-revisions-form-card{padding:1rem 1.1rem;margin-bottom:1.25rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-secondary, rgba(0, 0, 0, .02))}.building-revisions-form-title{margin:0 0 .75rem;font-size:.95rem;color:var(--text-primary)}.building-revisions-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1rem}.building-revisions-field-span2{grid-column:1 / -1}.building-revisions-field{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--text-secondary)}.building-revisions-input{padding:.4rem .5rem;border-radius:.375rem;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:.875rem}.building-revisions-file-name{font-size:.8rem;color:var(--text-primary)}.building-revisions-error{font-size:.78rem;color:#b91c1c}.building-revisions-muted{color:var(--text-secondary)}.building-revisions-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:.5rem;background:var(--surface)}.building-revisions-table{width:100%;border-collapse:collapse;font-size:.85rem}.building-revisions-table th,.building-revisions-table td{padding:.55rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.building-revisions-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);background:var(--bg-secondary, rgba(0, 0, 0, .02))}.building-revisions-empty{text-align:center;color:var(--text-secondary);padding:1.5rem 1rem!important}.building-revision-row--expired{background:#dc262617!important}.building-revision-row--expired td{color:#991b1b;font-weight:600}.building-revision-status{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600}.building-revision-status--ok{color:#15803d}.building-revision-status--bad{color:#b91c1c}.building-revision-attachment-link{color:var(--primary, #2563eb);text-decoration:none;font-weight:500}.building-revision-attachment-link:hover{text-decoration:underline}.building-overview-filter-select{min-width:7rem;padding:.35rem .5rem;font-size:.875rem;border-radius:.375rem;border:1px solid var(--border);background:var(--surface);color:var(--text-primary)}@media(max-width:640px){.building-overview-chart-wrap{height:240px}.building-overview-chart-wrap--tall{height:280px}}.polygon-page-header{display:grid;grid-template-columns:1fr min(420px,46vw);gap:1rem;align-items:start}@media(max-width:900px){.polygon-page-header{grid-template-columns:1fr}}.polygon-line-detail-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin:0 0 1rem;padding:.2rem;border-radius:.65rem;background:var(--muted-surface, #f3f4f6);border:1px solid var(--border, #e5e7eb)}.polygon-line-detail-tab{flex:1 1 auto;min-width:5.5rem;padding:.45rem .65rem;font-size:.8125rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;background:transparent;color:var(--text-secondary, #6b7280);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.polygon-line-detail-tab:hover{color:var(--text-primary, #111827);background:#ffffff8c}.polygon-line-detail-tab--active{color:var(--text-primary, #111827);background:var(--surface, #fff);box-shadow:0 1px 3px #00000014}.polygon-line-detail-tabs--natural-width{flex:0 1 auto;width:max-content;max-width:100%}.polygon-line-detail-tabs--natural-width .polygon-line-detail-tab{flex:0 1 auto}.polygon-line-detail-area-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.45rem}.polygon-line-detail-area-label{font-size:.8125rem;font-weight:600;color:var(--text-primary, #111827);line-height:1.35;max-width:min(100%,42ch)}.polygon-line-display-toggle{display:inline-flex;flex-wrap:nowrap;gap:0;padding:.15rem;border-radius:.5rem;background:var(--muted-surface, #f3f4f6);border:1px solid var(--border, #e5e7eb)}.polygon-line-display-toggle-btn{padding:.3rem .55rem;font-size:.75rem;font-weight:600;border:none;border-radius:.4rem;cursor:pointer;background:transparent;color:var(--text-secondary, #6b7280);white-space:nowrap;transition:background .15s ease,color .15s ease}.polygon-line-display-toggle-btn:hover{color:var(--text-primary, #111827)}.polygon-line-display-toggle-btn--active{background:var(--surface, #fff);color:var(--text-primary, #111827);box-shadow:0 1px 2px #0000000f}.polygon-line-scenarios-placeholder{margin:1rem 0;padding:1.25rem 1rem;font-size:.875rem;color:var(--text-secondary);text-align:center;border-radius:.65rem;border:1px dashed var(--border, #e5e7eb);background:var(--muted-surface, #f9fafb)}.polygon-scenarios-table-wrap{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.polygon-scenarios-annual-table{width:100%;max-width:100%;table-layout:fixed;font-size:.66rem;border-collapse:collapse}.polygon-scenarios-annual-table thead th{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.18;font-weight:600;padding:.3rem .12rem;vertical-align:bottom;font-size:.58rem;letter-spacing:-.015em}.polygon-scenarios-annual-table thead th:nth-child(1){width:10%}.polygon-scenarios-annual-table thead th:nth-child(2){width:16%}.polygon-scenarios-annual-table thead th:nth-child(3){width:16%}.polygon-scenarios-annual-table thead th:nth-child(4){width:14%}.polygon-scenarios-annual-table thead th:nth-child(5){width:15%}.polygon-scenarios-annual-table thead th:nth-child(6){width:15%}.polygon-scenarios-annual-table thead th:nth-child(7){width:14%}.polygon-scenarios-annual-table tbody td{padding:.2rem .1rem;text-align:right;vertical-align:middle;font-variant-numeric:tabular-nums;font-size:.64rem}.polygon-scenarios-annual-table tbody td:first-child{text-align:left;white-space:normal}.polygon-scenarios-year-forecast-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;min-width:0}.polygon-scenarios-year-forecast-cell .polygon-scenarios-forecast-badge{margin-left:0}.polygon-scenarios-annual-table tbody tr.polygon-scenarios-row--forecast td{background:color-mix(in srgb,var(--polygon-scenarios-forecast-tint, #fed7aa) 55%,transparent)}.polygon-scenarios-annual-table tbody tr.polygon-scenarios-row--forecast:hover td{background:color-mix(in srgb,var(--polygon-scenarios-forecast-tint, #fed7aa) 72%,transparent)}.polygon-scenarios-forecast-badge{display:inline-block;margin-left:.25rem;padding:.06rem .35rem;font-size:.62rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--polygon-scenarios-forecast-badge-fg, #9a3412);background:color-mix(in srgb,var(--polygon-scenarios-forecast-badge-bg, #ffedd5) 92%,transparent);border-radius:.25rem;border:1px solid color-mix(in srgb,var(--polygon-scenarios-forecast-badge-fg, #c2410c) 22%,transparent);vertical-align:middle}.polygon-scenarios-table-foot-note{font-size:.68rem;line-height:1.45;color:var(--text-secondary);padding-top:.35rem;border-top:1px dashed var(--border, #e5e7eb)}.polygon-scenarios-annual-table tfoot td.polygon-scenarios-table-foot-note{white-space:normal;overflow-wrap:break-word;word-wrap:break-word}.polygon-line-graphic-section{margin-bottom:1.35rem;padding-bottom:1.15rem;border-bottom:1px solid var(--border, #e5e7eb)}.polygon-line-graphic-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.polygon-line-graphic-category-tabs{margin-bottom:.85rem}.polygon-line-graphic-category-tabs .polygon-line-detail-tab{min-width:4.25rem;font-size:.78rem;padding-left:.45rem;padding-right:.45rem}.polygon-line-graphic-section--tabbed{margin-bottom:0;padding-bottom:0;border-bottom:none}.polygon-line-graphic-section--tabbed:last-child{margin-bottom:0}.polygon-line-graphic-section-title{margin:0 0 .65rem;font-size:1.02rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary, #111827)}.polygon-line-graphic-section--source,.polygon-line-graphic-section--production,.polygon-line-graphic-section--spotreba,.polygon-line-graphic-section--scenarios{border-left:4px solid var(--polygon-graphic-accent, var(--border, #e5e7eb));padding-left:.85rem;margin-left:0}.polygon-line-graphic-section--source{--polygon-graphic-accent: #0891b2}.polygon-line-graphic-section--production{--polygon-graphic-accent: #7c3aed}.polygon-line-graphic-section--spotreba{--polygon-graphic-accent: #059669}.polygon-line-graphic-section--scenarios{--polygon-graphic-accent: #c2410c}.polygon-source-dashboard{margin-bottom:1rem}.polygon-source-dashboard--modern{margin-bottom:1.25rem}.polygon-source-hero--slim{padding-bottom:.95rem}.polygon-source-hero--slim .polygon-source-hero-inner{margin-bottom:.45rem}.polygon-source-hero--slim:before{background:linear-gradient(125deg,#06b6d46b,#d946ef33,#10b98152)}.polygon-source-hero-eyebrow{margin:0 0 .12rem;font-size:.65rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.polygon-source-hero-icon--accent{background:linear-gradient(135deg,#06b6d43d,#d946ef29);color:#0891b2}.polygon-source-tech-chips{margin:.3rem 0 .55rem}.polygon-source-tech-chip{display:inline-block;padding:.18rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;color:var(--text-primary);background:#0f172a0d;border:1px solid rgba(15,23,42,.08)}.polygon-source-tech-block--kpi-only{margin-top:.25rem}.polygon-source-kpi-card--glass{background:linear-gradient(165deg,#fffffffa,#f8fafcf0);border-color:#94a3b861;box-shadow:0 6px 18px #0f172a12}.polygon-source-kpi-icon-btn--accent{border-color:#f9731666;background:linear-gradient(180deg,#fff8f1,#fff);color:#ea580c}.polygon-source-charts-wrap--modern .polygon-source-charts-heading{margin-bottom:.75rem;font-size:1.02rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(92deg,#0f172a,#64748b);-webkit-background-clip:text;background-clip:text;color:transparent}.polygon-source-chart-grid--modern{gap:1rem 1.15rem}.polygon-source-chart-grid-span-full{grid-column:1 / -1}.polygon-source-per-fuel-row{margin-top:.2rem}.polygon-source-per-fuel-title{margin:0 0 .45rem;font-size:.78rem;font-weight:700;color:#065f46;line-height:1.35}.polygon-source-per-fuel-pair{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;align-items:stretch}.polygon-source-per-fuel-pair--chart-table{grid-template-columns:minmax(0,1fr) minmax(176px,260px)}.polygon-source-per-fuel-chart,.polygon-source-per-fuel-emission-table-wrap{min-width:0}.polygon-source-per-fuel-emission-table-box{min-height:232px;display:flex;flex-direction:column;justify-content:flex-start}.polygon-source-per-fuel-emission-table-scroll{overflow-x:auto;flex:1;min-height:0}.polygon-source-per-fuel-emission-table{font-size:.68rem;width:100%;margin:0}.polygon-source-per-fuel-emission-table th,.polygon-source-per-fuel-emission-table td{padding:.28rem .4rem;vertical-align:top}.polygon-source-per-fuel-emission-table-foot{margin:.45rem 0 0;font-size:.6rem;line-height:1.45;color:#047857}.polygon-source-per-fuel-emission-placeholder{margin:0;padding:.5rem .15rem 0;font-size:.72rem;line-height:1.45}.polygon-source-per-fuel-half{min-width:0}.polygon-source-per-fuel-global-foot{margin:.35rem 0 0;font-size:.68rem;line-height:1.45}.polygon-source-post-fuel-heat-block,.polygon-source-scenario-eff-block{margin-top:.35rem}@media(max-width:720px){.polygon-source-per-fuel-pair,.polygon-source-per-fuel-pair--chart-table{grid-template-columns:1fr}}.polygon-source-chart-surface{padding:.65rem .75rem .45rem;border-radius:.9rem;background:linear-gradient(168deg,#ecfdf5,#fff 52%);border:1px solid rgba(16,185,129,.38);box-shadow:0 10px 32px #0f172a14,0 1px #ffffffd9 inset}.polygon-source-chart-box--tall{height:232px}.polygon-source-chart-placeholder{display:flex;align-items:center;justify-content:center;min-height:188px;padding:.75rem;text-align:center}.polygon-source-chart-foot{margin:.4rem 0 0;font-size:.64rem;line-height:1.45;color:var(--text-secondary)}.polygon-source-chart-surface .polygon-source-chart-foot{color:#047857}.polygon-source-chart-legend-row{display:flex;flex-wrap:wrap;gap:.45rem 1.35rem;margin-top:.7rem}.polygon-source-chart-legend-row .polygon-source-chart-unit-hint{margin:0}.polygon-source-hero{margin-bottom:1.25rem;padding:1rem 1.05rem 1.1rem;border-radius:.85rem;border:1px solid var(--border, #e5e7eb);background:linear-gradient(145deg,var(--surface, #fff) 0%,var(--muted-surface, #f9fafb) 100%);box-shadow:0 4px 24px #0f172a0f;position:relative;overflow:visible}.polygon-source-hero:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(120deg,#2563eb59,#ea580c33,#05966940);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.polygon-source-hero-inner{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.75rem}.polygon-source-hero-icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.65rem;background:linear-gradient(135deg,#2563eb1f,#ea580c1a);color:var(--primary, #2563eb)}.polygon-source-hero-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary, #111827)}.polygon-source-hero-link{margin:.25rem 0 0;font-size:.8125rem}.polygon-source-hero-link a{color:var(--primary, #2563eb);font-weight:500;text-decoration:none}.polygon-source-hero-link a:hover{text-decoration:underline}.polygon-source-muted{font-size:.8125rem;color:var(--text-secondary);margin:.35rem 0}.polygon-source-error{font-size:.8125rem;color:var(--error, #b91c1c);margin:.35rem 0}.polygon-source-tech-block{margin-top:.75rem}.polygon-source-kpi-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.65rem;margin-bottom:.65rem}.polygon-source-kpi-card{flex:1 1 120px;min-width:0;padding:.65rem .75rem;border-radius:.6rem;background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);box-shadow:0 1px 2px #0000000a}.polygon-source-kpi-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin-bottom:.25rem}.polygon-source-kpi-value{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.35;word-break:break-word}.polygon-source-kpi-icon-wrap{position:relative;flex-shrink:0;align-self:center}.polygon-source-kpi-icon-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--border, #e5e7eb);background:linear-gradient(180deg,#fff 0%,var(--muted-surface, #f3f4f6) 100%);color:#ea580c;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.polygon-source-kpi-icon-btn:hover{transform:scale(1.06);box-shadow:0 4px 16px #ea580c40}.polygon-source-kotly-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:40;min-width:220px;max-width:min(320px,86vw);padding:.75rem .85rem;border-radius:.65rem;background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);box-shadow:0 12px 40px #0f172a24,0 0 0 1px #ffffff0f inset;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.polygon-source-kotly-popover-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.5rem}.polygon-source-kotly-popover-empty{margin:0}.polygon-source-kotly-list{list-style:none;margin:0;padding:0}.polygon-source-kotly-item{padding:.45rem 0;border-bottom:1px solid var(--border, #f3f4f6)}.polygon-source-kotly-item:last-child{border-bottom:none;padding-bottom:0}.polygon-source-kotly-type{display:block;font-weight:600;font-size:.8125rem;color:var(--text-primary)}.polygon-source-kotly-meta{font-size:.75rem;color:var(--text-secondary)}.polygon-source-secondary-stats{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.75rem;font-size:.78rem}.polygon-source-secondary-stat{display:flex;flex-direction:column;gap:.1rem}.polygon-source-secondary-label{color:var(--text-secondary);font-weight:500}.polygon-source-secondary-value{color:var(--text-primary);font-weight:600}.polygon-source-charts-wrap{margin:1rem 0 1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--border, #e5e7eb)}.polygon-source-charts-heading{margin:0 0 .65rem;font-size:.92rem;font-weight:600;color:var(--text-primary)}.polygon-source-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media(max-width:720px){.polygon-source-chart-grid{grid-template-columns:1fr}}.polygon-source-chart-cell{min-width:0}.polygon-source-chart-caption{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:#065f46;margin-bottom:.35rem;min-height:1.25rem}.polygon-source-chart-caption-icon{flex-shrink:0;opacity:.92;color:#059669}.polygon-source-chart-box{height:200px;width:100%;min-width:0}.polygon-source-chart-unit-hint{margin:.5rem 0 0;font-size:.68rem;color:var(--text-secondary)}.polygon-line-legacy-tech-section{margin:1.25rem 0;padding:1rem 0 1.25rem;border-top:1px solid var(--border, #e5e7eb);border-bottom:1px solid var(--border, #e5e7eb)}.polygon-line-legacy-tech-section--standalone{border-top:none;margin-top:0;padding-top:0}.polygon-line-legacy-tech-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--text-primary, #111827)}.polygon-line-legacy-tech-intro{margin:0 0 .5rem;font-size:.78rem;line-height:1.45;color:var(--text-secondary, #6b7280)}.polygon-line-legacy-tech-link{margin:0 0 .75rem;font-size:.8125rem}.polygon-line-legacy-tech-link a{color:var(--primary, #2563eb);font-weight:500;text-decoration:none}.polygon-line-legacy-tech-link a:hover{text-decoration:underline}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAeCAYAAACWuCNnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAG7AAABuwBHnU4NQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbvSURBVHic7dtdbBxXFQfw/9nZ3SRKwAP7UFFUQOoHqGnUoEAoNghX9tyxVcpD1X0J+WgiUQmpfUB5ACSgG1qJIKASqBIUIauqAbWseIlqb+bOWHVR6y0FKZBEqdIUQROIREGRx3FFvR/38ODZst3a3nE8Ywfv+T2t7hzdM3fle/bOnWtACCGEEEIIIYQQQgghhBBCCCGEEEIIIcRa0EbfgBDdFItFKwzDAa3175LuWylVAvBIR/MxrXUp6Vxx9dp4VyObVEdKKW591lonXgiVUg6AHzPzk9ls9meVSmUh6RzXkz179uQKhcIgM+8CACI6U6vVnp+enm6knXt4ePiuTCbzWQAwxlSDIHg57ZwroDAMnwKwz3XdBzzPG08hxzsTNprQG2lTjtd13WFmfghAP4A+AJcATFiW9YNKpfL3uP0kUliiX4SG1pqUUpx0wXJd9/PMXAGwPWq6yMyPz8/P/7xarf4nyVwt7QV4JWkU52i8YwBu6bh0wRhzJAiCF5POCQCDg4N2Pp//NYDRjkuTxph9QRCESeYrFov5ubm5R5n5AIAPtV1aYOb7BgYGTpZKJeO67lFmPsbM9/i+/8Ja8y6zylhOYquPXhsvAJRKpczMzMwTAIaJ6LFGo+HNzs5eKRQKNxPRAWb+CoAjWuvn4vS35skWFasxAAdbbUlOYqVUPwAPwI4lLr8J4KeWZT1eqVTmksoZ5d2QghUVKx/AlmVCFph5yPf9l5LMCwBKqUksFqszRHQcAJj5GwB2MfOE7/tfTDKf4zjHiejrAE4CuNhqZ+bf2rY9FYbhGBH92/O8o47j3Oj7/uUk86+3XhsvACilHmPmgW3btn3pxIkTVzuvj4yMfNoY85wxZiQIglPd+lvTZIuq5xiAQwCe6evr218ul5tr6bNd9GiiAbyvS+hFrfVHk8oLbEzBih4Dz+G9K6t3IaLXFhYWdib5eBh911UA8wBu1lq/CQBDQ0M3WJb1OoAdRPQZz/NeSSqnUuofAKpa6/vb26MfwacA7AdwFcCdWuu/JpU3yl1C91VHoquNXhvvyMjIx4wxr1iWtbNSqfxruTjHcR4AcMj3/bu79XnNe1hpFyvHcXYT0QS6FysASHR1tVEKhcIguhQrAGDm23K53BcATCWV27KsAWYGgPOtYgUAU1NT/1RKnQewxxjzOQCJFSwANwI4297QtmLfD+AtZr43m83OJ5iz3bGU+l1OT43XGFNk5mdXKlYAYNv2eBiG31dK3aS1vrRSbOZabqRYLFppFisAIKJxAB+MGf56krk30O64gZlMJnZsHMxsoo8fHxoauqHVHn3+BAAQUaxV57Xq2F54i5nvIaJXm81mYoX5etID491JRH/sFlQul5tEdMoYc3u32FUXrLYvObViBQDM/MQqwi8knX8jEJHpHrXIGJNo8WDm1spph2VZgeu6+5RSX7YsK8D/Xnb8Psmcnebm5h7G4uS9ysxutOH8VQC70sy7UTb7eImImTnWlgkzUyaT6fr3v6qC1fGL8EytVjuQRrECANu2fwHg1TixzPyXNO5hvTHz6VWE/znJ3L7vzxBRa9PzDmb+FYBfArgjajvd39+f9vGGKwACZh5te6mwmc8KburxMvO5TCbzqW5xxWLRArDbsqyu8z32HtZSxSrNM0Hlcrnpum6JmZ+NEb4pHglrtdrz+Xz+AoBbu4Ser9fra37d3YEBfBvAkq+XmfmbpVIp9grwWnie9zSAp9PMcT3Z7OPNZrO/aTQaf1BKfbd9X7RTGIaHmPlcnPNYsVZYSikOw7AB4CAzj/f19e1fjwOMnueVEeMxJJfLbYqCNT093TDGHAGw0qHYBQBH0vj+Pc+bYOb3HFRk5nHf9yeTzgfgMhF9uEvMTQD+71/vR3pqvJOTk28AeBJAeXR09P1LxbiuuxfA9wB8LU6fsVdYrUOhtm0fTusxcAlMRN+KziUt5SqAM3v37r00OZnGfFp/QRC86DjOUCaTGWPm2zoun8fiIbuZtPLX6/UH8/n8rQDuippertfrD6aRKyqOR5VS81ji8Z+IbmfmgwB+mEb+9dZr4wWA/v7+R6rV6k+azeYpx3EezeVyJ7dv335lfn7+lkajcZCZDzPzYd/3/xSnv9gFq3UuaR2LFQDA87xAKVUB8BEAZ6N9nrNEdEZr/TcArLVOPG8aJ9jj8n3/pcHBwZ1btmx5519zmPl0vV5/Ie2V7fT09Nujo6Nus9kcA4CtW7ce1lq/nUYu27a/Mzs7CyI6gMVX/u/CzJeZ+Ue2bcc9pb1aXc8lJZms18YLANE2wkOu694N4OFGo3E8DMMPAHiDiCaY+ZOb4YCsEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhEjYfwGO+b5dFNs4OgAAAABJRU5ErkJggg==);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAA8CAYAAAC6nMS5AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAA16SURBVHic7d1/jBxneQfw7zNzvotdn+9sVQkxoRKoammBqqpbk6uT5mLfvHPn42yn1VFRVCEhoFH5IYpoSaUCKi1NcGkcfrbCVRFKEwG2aHLn83pmLvY2CTqT1AmCOBE0EOT4B0nBPw/snb2dp3/sLr6s77i923dud/a+H8ny7tzMo8f3eud99p133gGIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiFYGaXYCRETUPMYYrWe/MAzZX2QQ27d5OpqdABFROxgZGVlz5cqVrzuOc18QBJPNzofsYvvSYrVcgTVftZ2l6npgYODXHMc5oKoHHcfZHQTB2WbnRETpGRkZWVMoFA6IyO2qutX3/R1Z64TnO8fWOwLSzti+mSKDg4M3l0qlnSJyG4CbAFwP4ByAlwE8paoPX3fddcH4+PjP00yk5QqsrDPGvAZAHsBrReRNqvpeY8x/iMg9QRCcaXJ6ZIHv+xtUdReAHQBej/IHGABOAnhORMY6OjoempiYONe0JC3zPM84jjOqqrfi6r/3RQCPAdgXhmHUvOyaa3R01L1w4cJBALdVNq1W1THP87woir7ZzNyocWzf7PA8b4uI7E6S5A9Frqknb6j8eZOIvKNQKPzU9/1/dhznvlwuV0gjn5YbFapW09Vqu/Z9K9u2bdsNruvmUe50axUAfMV13X/I5XInlzcze2x/28lCu1b19fWt7u7u/hCAvwGwboHdL6jq7unp6T1TU1OXlyG9VAwODv5mkiR7Ady6wK6Plkqldz/yyCPfX468bBkaGuqamZm5E8DbReQNANYscMiLIrI1CILnZ280xrwHwL+hck4VkacBDLTS6HVaIxWt/Blm+zauldu3atOmTas2bNjwWRG5s7LplKp+VUQOuq77/bVr17589uzZ9SKy0XGcAVUdFZE/qOx7zHXdXWn0yy31i6sMw/4MyF6BZYy5XlWPiMhvL7BrrKpfcxznE7Uf4ixYqQWW53kbATw060NZr28nSbJzcnLyRBp5pcnzvNtE5CEAvXUecg7ArjAMH00xLWuGhoZuKpVKEwB+p85DXnRd9/ZcLvcDAOjv778un88XAChwtRMWkW+jxTpfYOV1wGxfO1q1fav6+vpWr1u3blxVtwH4uar+/fT09OcW+mJrjBkBcC+AXwdwBoAJw/AZm7m1zC+uUlyNA9g6189buZH7+/t/tbOz8wiANy7isKKqftV13U8eOnToe2nlZttKLLAqJ+qjAF69xBAnZ2Zmbj58+PApm3mlqTJydRTXFldHAUxVXvcBuLnm5+dU9c1RFP1v2jk2YmhoqKtUKj2B+jvfE0mS3D45OflD4OqcHADPh2H4F6h0wp7nva1YLOby+fz5dDKnerB9Vwzxff8BVX0bgFMAdoZheKzeg4eHh9cXi8WvAfAAvOC67ptzudz/WUvOVqBGVO7OmBCR/vn2adWOuL+/v7ezs3MSwKYlhkgAHBSRjwdB8JTF1FKx0gqsymXBxwH8XoOh/ieO41vz+fwVG3mlzRjzKF55WfA8gD8LwzA3ez/P87aLyIMAeqrbVDUfRdHty5Pp0hhjPgDgM9X3qnq/iNwPYM5RCdd1T1RPvLM63+q/ce/sTpiaj+27Mvi+f6eq/iuAi67r9uVyuWcXG6NSjB8B0KeqE1EUvcVWfk3v3OYZuXosjuPt+Xx+ull51WNgYKBHRKIlXDaaS6Kq+6Mo+lMLsVKz0gosz/M+KiKfsBTub8MwvMdSrNQYYzwAYc3m7bXFVZXv+8OqemD2NlUdiKLokbRybJQx5lsANlfefi4Mww/UedyvADgI4I9mbxeRDwdB8C92s0yHrc9wK3922b6Na+X2BYD+/v61nZ2dz6M8cX00DMP9S421ffv2V83MzDwHoNfmucuxEWSpslxcjYyMrHEcZ8xScQUAjoj8vqVYZIHv+xtE5MMWQ941PDy83mK8VIjIW2s2HZ2vuAKAIAgmADyxQIxWM3uu5J56DhgZGVkDYBw1nS+ApwB82VJeZAfbt82tWrXqPSgXV481UlwBwMGDB3+sqncDgIh81EZ+QBMLrKwXV5Uh5NoPYqMyN+m9nanqHVj4bsHF6InjeKfFeKmoLMUw+/2Ct6KLyOM1m2x/NmxbW30RhuGPFtp5jstGVU+JiNdqE57rEYahzB6lWOz7Fsf2be/2hYj8SeXlvTbiFYvFLwK4DOAWY8z1NmI2pcDKcnE1OjraWSgU9uPaD2LDRKSlJwavQCO2A4rIDtsxU7BxsQeoau2Jeak3BDTDL72kUm/n63neaFoJUkPYvm3G9/0NKN9gc7mrq6t2OsOSVGqPSQCuiAzaiLnsBVaWiysAuHDhwn4AQ2nEVtUfpBGXluwNKcRcaBmPVpDMfiMiW+o4pnafZM69MmYxnW9lsj9lCNs3m1T1tSjXL89aXo39WCX+62wEW9YCK+vFVcXLKcbmJcLW8qoUYmZhZOfFmvc3e563fb6djTFvwdUJxfPFyJx6O1/f999a6Xz5ZIwMYftm2o2Vv60+HUVETldeLnoUfy7LVmC1SXEFVf0YgFSeX5QkCQus9tfyIzsicnSObQ/6vj9cu71SXP1nPTGyplAo5FDT+arqk3Ecb5s9J0dV2flmENs3u0REgTmnJjRkVjwrd2Iuy3+adimuACCKotPGmC8A+GvLoZOZmZkXLMekBojIaVX9DcthTy+8S3MlSTIuIu+q2dyjqgeMMU8A+CYAUdUtAOa8izZJkvG081wG19xN5jjO4ByLTLrLlRBZxfbNrjMAICI3LrTjIlVHrqyMjKU+gtVOxVVVHMf/hHkWrGvAiawsQrlSqOqiF61rRkzbOjo6AsxfCG4G8FcAPvhLlih5qVgsWpl42kIyezcZ1YXtmy0/QvlqwG9V1i6zZRMAiIiV+dCpFljtWFwBQOUbzqcth+XlwdZjfRRGRMZsx7St8mT5zzcQ4r52+LKgqp9S1U8B+GTtZSPKPrZvdlXaagrAalU1NmJWCrVtAEqO4xyyETO1S4TtWlxVXbp06b7u7u6/BHCTjXiqygKrxYjIQ6p6L2Y9BqZB51etWtXyBRYAuK77hVKp9H5cnUxarzOu634xjZyWWxRFdzU7B0oP2zfbVPUbIrLFcZwPAfivRuOJyPtUdbWq5m09jzCVEax2L64AYGpq6rKq/qOteI7jsMBqMUEQnFXV3bbiqerdExMT52zFS1Mul7soIovugETkI7lc7mIaORERVRWLxS8BeElVb/F9v6EnR/i+f6Oq3gUAjuPYejSavQLLGKPVP4VC4Wd4ZXF1pKura7Bdiquq3t7efwfwnKVwLLBa0PT09B5U1kZp0BPFYvGzFuIsmyAI7kf5uWz1OhgEwTV3FLaoX5yLKosWLknNsZcayohsYvu2uUo98TEAUNW9vu8vad3CoaGhLlX9BoBeAONBEByxleNyLNPwWBzHOywvBtYS9u3bV1LVj1sKxwKrBU1NTV12XXcXgFMNhDmpqndkcF6SisifAzhRx76n4jh+Byzd3rwMjldfqOqSV+xPkmT2yvzH592RlhvbdwUIw3AvgAcArFPVcHBwcFHPBvZ9f0OpVDqA8qrwL8Rx/E6b+VkvsGqfZ9ROlwXnEkXRfgDfajCMXrx48Yc28iH7crncSVXdrKpPLvZYEXk6SZItURS1/PIMcwmC4KzjOCMAam9dn+0SgJ35fP4ny5SWDQ/Mer3HGLPoTtgYMyIiv3gOmqpmZfRuJWD7rgwax/G7UH7EzcYkSf7bGHNXX1/f6oUO9H1/Z+WcPoDysgw7bJ/DUl8Hq52LqwoVkb9T1WiRx8UoX158RlWfnJqaupxCbmRJFEWn+/r6buvu7v4ggI9g4Ynv50XknkKh8JkMjly9wqFDh77j+/6oqo4BqD1xXRaRPw6CwMZl1GXjuu6XSqXSOwH8LoD1AMaMMecA1PtF53WV4wCUC+menp699jOlpWD7rhz5fP5Kf3//UFdX132q+l4Ad3d3d7/fGPN1EZlQ1e/19PS8dPbs2fWu694kIgOqOqqqm4Dy4rKlUumOw4cPN3KVYk7WVkE1xsx5aSBLT+duhDEmQrkSnssZlIeXnxWRY6p6PI7j41nveFeq4eHh9XEc7xSRnQBej6t3kp5EuWh+OI7jh+dYsDDTfN/frKrjAKpPmv9pkiS7JicnH29mXku1devWV3d0dBxAuRNeMhF5ulgsjqRxgk7DfOfqxWr1czvbtzGt3r5zGRwc7FPV3ap6y0L7ishPAHx63bp1e/bt2xenkQ8LLEuMMZtE5JCqfhfAMwCeSZLkO2vWrDk+NjbGyZHUFjzP2yginwcAVX1fVi99Vo2OjnaeP3/+3SLydgBvBNBd56GXAHxXVR/s7e3dm9YJOg0rqQNm+y5dFtp3HmKM2QxgF8qr9b8GwA0AzgH4MYBjIjJ28eLFkFeOiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhWgv8Hnffz4dmwY9cAAAAASUVORK5CYII=);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.settings-page{width:100%;max-width:1400px;margin:0 auto}.settings-header{margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0}.settings-container{display:flex;gap:2rem;align-items:flex-start}.settings-sidebar{flex-shrink:0;width:240px;background-color:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.5rem;position:sticky;top:80px}.settings-menu{display:flex;flex-direction:column;gap:.25rem}.settings-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-align:left}.settings-menu-item:hover{background-color:var(--background);color:var(--text-primary)}.settings-menu-item.active{background-color:var(--primary-color);color:#fff}.settings-menu-item.active:hover{background-color:var(--primary-dark)}.settings-menu-item.has-permission{color:#22c55e;font-weight:600}.settings-menu-item.has-permission:hover{color:#16a34a}.settings-menu-item.has-permission.active{color:#fff;background-color:var(--primary-color)}.settings-menu-item.no-permission{color:#ef4444;font-weight:600}.settings-menu-item.no-permission:hover{color:#dc2626}.settings-menu-item.no-permission.active{color:#fff;background-color:var(--primary-color)}.settings-menu-item:disabled{opacity:.6;cursor:not-allowed}.settings-menu-item:disabled:hover{background-color:transparent}.settings-menu-icon{flex-shrink:0;display:flex;align-items:center}.settings-menu-group{display:flex;flex-direction:column}.settings-menu-group-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-primary);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-align:left;justify-content:space-between}.settings-menu-group-header:hover{background-color:var(--background)}.settings-menu-group-header.has-active{color:var(--primary-color)}.settings-menu-group-header.has-permission{color:#22c55e;font-weight:600}.settings-menu-group-header.has-permission:hover{color:#16a34a}.settings-menu-group-header.has-permission.has-active{color:#22c55e}.settings-menu-group-header.no-permission{color:#ef4444;font-weight:600}.settings-menu-group-header.no-permission:hover{color:#dc2626}.settings-menu-group-header.no-permission.has-active{color:#ef4444}.settings-menu-chevron{flex-shrink:0;margin-left:auto;color:var(--text-secondary);transition:transform .2s}.settings-menu-submenu{display:flex;flex-direction:column;padding-left:.5rem;margin-top:.25rem;gap:.125rem}.settings-menu-subitem{display:flex;align-items:center;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-align:left}.settings-menu-subitem:hover{background-color:var(--background);color:var(--text-primary)}.settings-menu-subitem.active{background-color:var(--primary-color);color:#fff}.settings-menu-subitem.active:hover{background-color:var(--primary-dark)}.settings-menu-subitem.has-permission{color:#22c55e;font-weight:600}.settings-menu-subitem.has-permission:hover{color:#16a34a}.settings-menu-subitem.has-permission.active{color:#fff;background-color:var(--primary-color)}.settings-menu-subitem.no-permission{color:#ef4444;font-weight:600}.settings-menu-subitem.no-permission:hover{color:#dc2626}.settings-menu-subitem.no-permission.active{color:#fff;background-color:var(--primary-color)}.settings-menu-subitem:disabled{opacity:.6;cursor:not-allowed}.settings-menu-subitem:disabled:hover{background-color:transparent}.settings-main{flex:1;background-color:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:2rem;min-height:500px}.settings-main:has(.trafostanice-map-active){padding-left:.75rem;padding-right:.75rem}.settings-embedded-page{padding:2rem;margin:-2rem;border:none;background:transparent}.settings-embedded-page>*{width:100%}.settings-embedded-page .data-management,.settings-embedded-page .buildings-page{padding:0}.settings-content-section h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem}.settings-embedded-page h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;display:flex;align-items:center;justify-content:space-between}.settings-embedded-page h2 .btn{font-size:.875rem;padding:.5rem 1rem}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.settings-form .data-table{margin:0;background:transparent;box-shadow:none;border:1px solid var(--border);border-radius:.375rem;overflow:hidden}.settings-form .form-group{margin-bottom:0}.settings-form .form-control{width:100%;padding:.625rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;transition:border-color .2s;background-color:var(--surface);color:var(--text-primary)}.settings-form .form-control:focus{outline:none;border-color:var(--primary-color)}.settings-form .form-control:disabled{background-color:var(--background);cursor:not-allowed;opacity:.6}.settings-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.settings-form .form-group small{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-secondary)}.settings-toggle{padding:1rem;background-color:var(--background);border:1px solid var(--border);border-radius:.375rem}.toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.toggle-info{flex:1}.toggle-info label{display:block;font-weight:500;color:var(--text-primary);margin-bottom:.25rem;font-size:.875rem}.toggle-info small{display:block;font-size:.75rem;color:var(--text-secondary)}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:var(--border);transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:var(--surface, #ffffff);transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:var(--primary-color)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.settings-description{font-size:.875rem;color:var(--text-secondary);margin:.5rem 0 1rem}@media(min-width:769px){.settings-page--split-scroll .settings-sidebar{display:flex;flex-direction:column;max-height:calc(100dvh - 80px);overflow:hidden;overscroll-behavior:contain}.settings-page--split-scroll .settings-menu{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}}@media(max-width:768px){.settings-container{flex-direction:column}.settings-sidebar{width:100%;position:static}.settings-menu{flex-direction:row;overflow-x:auto;padding:.5rem 0}.settings-menu-item{white-space:nowrap;min-width:fit-content}.settings-main{padding:1.5rem}}.project-recalculations-page .project-recalc-section{margin-top:2rem}.project-recalculations-page .project-recalc-section h3{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--text-primary)}.project-recalculations-page .project-recalc-section-intro{margin-top:0;margin-bottom:.75rem}.project-recalculations-page .project-recalc-select{min-width:14rem;max-width:100%;width:100%;padding:.4rem .5rem;border-radius:.375rem;border:1px solid var(--border-color, #e5e7eb);background:var(--surface, #fff);color:var(--text-primary)}.project-recalculations-page .project-recalc-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.project-recalculations-page .project-recalc-save-hint{max-width:52rem}.project-recalculations-page .project-recalc-project-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.25rem}.project-recalculations-page .project-recalc-project-label{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.project-recalculations-page .project-recalc-project-select{min-width:min(22rem,100%)}.project-recalculations-page .project-recalc-project-hint{margin-top:.25rem!important;margin-bottom:1rem!important}.project-recalculations-page .project-recalc-stats{margin-top:.5rem;font-size:.8125rem;line-height:1.4;color:var(--text-secondary)}.project-recalculations-page .project-recalc-stats-muted{margin-top:.25rem;font-size:.75rem;color:var(--text-secondary);opacity:.92}.project-recalculations-page .project-recalc-stats--error{color:var(--danger-color, #b91c1c)}.project-recalculations-page .project-recalc-factor-period-intro{margin-top:.25rem;font-size:.9rem}.project-recalculations-page .project-recalc-td-center{vertical-align:middle;text-align:center;width:6rem}.project-recalculations-page .project-recalc-check-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.project-recalculations-page .project-recalc-check-label input{width:1.1rem;height:1.1rem;cursor:pointer}.energie-app{max-width:1100px}.energie-app__section{padding:1rem 1.25rem;margin-bottom:0;border:1px solid var(--border);border-radius:.5rem;background:var(--surface)}.energie-app__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.energie-app__meta{font-size:.875rem;color:var(--text-secondary)}.energie-app__error{margin:.75rem 0 0;padding:.75rem;border-radius:.375rem;background:var(--background);border:1px solid var(--border);color:var(--error, #b91c1c);font-size:.8125rem;white-space:pre-wrap;font-family:inherit}.energie-app__controls-row{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.energie-app__check{display:flex;gap:.5rem;align-items:center;cursor:pointer;font-size:.9375rem;color:var(--text-primary)}.energie-app__trend{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.875rem;color:var(--text-secondary)}.energie-app__trend-select{width:auto;min-width:11rem;display:inline-block}.energie-app__callout{padding:.65rem .75rem;border-radius:.375rem;background:var(--background);border:1px solid var(--border);font-size:.8125rem;line-height:1.45;color:var(--text-secondary)}.energie-app__chart{height:min(420px,50vh);min-height:280px;width:100%}.energie-app__table-wrap{margin-top:1.25rem}.energie-app__table-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary)}.trafostanice-onboarding-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#0006;padding:1rem;overflow-y:auto;animation:trafostanice-onboarding-fade .2s ease-out}@keyframes trafostanice-onboarding-fade{0%{opacity:0}to{opacity:1}}.trafostanice-onboarding-card{background:var(--surface);border:1px solid var(--primary-color);border-radius:.75rem;box-shadow:0 10px 40px #00000026;max-width:420px;width:100%;padding:1.5rem;animation:trafostanice-onboarding-scale .25s ease-out}@keyframes trafostanice-onboarding-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.trafostanice-onboarding-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.trafostanice-onboarding-intro{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:0 0 1rem}.trafostanice-onboarding-list{list-style:none;padding:0;margin:0 0 1.25rem;font-size:.875rem;color:var(--text-primary);line-height:1.6}.trafostanice-onboarding-list li{padding:.25rem 0 .25rem 1.25rem;position:relative}.trafostanice-onboarding-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--primary-color)}.trafostanice-onboarding-btn{width:100%;justify-content:center}.interactive-chart-container{position:relative;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.interactive-chart-container .recharts-wrapper{cursor:grab}.interactive-chart-container:active .recharts-wrapper{cursor:grabbing}.drag-indicator{position:absolute;top:20px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:14px;box-shadow:0 4px 12px #3b82f666;z-index:10;pointer-events:none;animation:pulse .3s ease}@keyframes pulse{0%{transform:translate(-50%) scale(.9);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.interactive-chart-container .recharts-cartesian-grid-horizontal line{stroke:#e2e8f0;stroke-width:1}.interactive-chart-container .recharts-cartesian-axis-line{stroke:#cbd5e1;stroke-width:2}.interactive-chart-container .recharts-area-curve{filter:drop-shadow(0 2px 4px rgba(59,130,246,.2))}@media(hover:none)and (pointer:coarse){.interactive-chart-container .recharts-dot{r:7!important}.interactive-chart-container .recharts-active-dot{r:9!important}}.profile-editor-page{padding:2rem 0}.profile-editor-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.profile-editor-content{background:var(--surface);border-radius:.75rem;padding:2rem;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.profile-editor-content.profile-editor-full{max-width:1400px}.profile-editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.profile-editor-page .profile-editor-header{margin-bottom:2rem}.profile-editor-page .profile-editor-header h2{flex:1}.profile-editor-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.btn-close{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.btn-close:hover{background:var(--background);color:var(--text-primary)}.profile-editor-info{padding:1rem;background:var(--background);border-radius:.375rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--text-secondary)}.profile-editor-info strong{color:var(--text-primary)}.profile-graph-section{margin-bottom:3rem;background:var(--surface, #ffffff);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:all .3s ease}.profile-graph-section:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.profile-graph-section:last-of-type{margin-bottom:0}.profile-graph-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-editor-body{flex:1;display:flex;flex-direction:column;gap:0}.profile-editor-body.profile-editor-all-graphs{gap:0}.profile-graph-container{background:linear-gradient(135deg,var(--surface, #ffffff) 0%,var(--background, #f8fafc) 100%);border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;overflow-x:auto;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s ease}.profile-graph-container:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#cbd5e1}.profile-graph{display:block;width:100%;max-width:100%;height:280px;border-radius:.5rem;background:transparent;-webkit-user-select:none;user-select:none;cursor:grab;transition:transform .2s ease}.profile-graph:active{cursor:grabbing}.profile-editor-actions{display:flex;gap:1rem;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.profile-editor-hint{font-size:.875rem;color:var(--text-secondary);font-style:italic}@media(max-width:768px){.profile-editor-content{max-width:100%;padding:1rem}.profile-editor-tabs{flex-direction:column;gap:0}.profile-tab{border-bottom:1px solid var(--border);border-left:3px solid transparent;margin-bottom:0}.profile-tab.active{border-bottom-color:var(--border);border-left-color:var(--primary-color)}.values-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.profile-graph{width:100%;height:200px}}.catalog-page{max-width:980px;margin:0 auto;padding:2rem 1rem 3rem}.catalog-page__title{margin:0 0 1.5rem;font-size:1.75rem;letter-spacing:-.01em}.catalog-page__create-card{padding:1.25rem 1.5rem;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-lg, 12px);box-shadow:0 1px 2px #0f172a0a;margin-bottom:1.5rem}.catalog-page__create-row{display:flex;gap:.85rem;align-items:stretch;flex-wrap:wrap}.catalog-page__create-row>.catalog-page__create-field{flex:1 1 18rem;min-width:200px}.catalog-page__create-field label{display:block;font-weight:600;font-size:.8125rem;letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary, #6b7280);margin-bottom:.4rem}.catalog-page__create-field input{width:100%;height:42px;padding:0 .85rem;font-size:.9375rem;border:1px solid var(--border, #d1d5db);border-radius:var(--radius-md, 8px);background:var(--surface, #fff);transition:border-color .16s ease,box-shadow .16s ease}.catalog-page__create-field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.catalog-page__create-btn{height:42px;padding:0 1.25rem;border-radius:var(--radius-md, 8px);border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;align-self:flex-end;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease;box-shadow:0 1px 2px #2563eb40}.catalog-page__create-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px -6px #2563eb80}.catalog-page__create-btn:disabled{opacity:.55;cursor:not-allowed;background:var(--text-secondary, #9ca3af);box-shadow:none}.catalog-page__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.catalog-page__toolbar-title{margin:0;font-size:1.05rem;letter-spacing:-.005em}.catalog-page__sort{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--text-secondary, #6b7280)}.catalog-page__sort select{height:32px;padding:0 .5rem;border-radius:var(--radius-md, 6px);border:1px solid var(--border, #d1d5db);background:var(--surface, #fff);font-size:.875rem}.catalog-page__list{display:flex;flex-direction:column;gap:.6rem}.catalog-page__card{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-lg, 12px);box-shadow:0 1px 2px #0f172a0a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;position:relative}.catalog-page__card:hover{transform:translateY(-1px);border-color:#3b82f666;box-shadow:0 6px 18px -8px #0f172a2e}.catalog-page__reorder{display:flex;flex-direction:column;gap:2px;flex:0 0 auto}.catalog-page__reorder button{width:26px;height:22px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--surface, #fff);color:var(--text-secondary, #6b7280);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.catalog-page__reorder button:hover:not(:disabled){background:#3b82f614;border-color:#3b82f680;color:#2563eb}.catalog-page__reorder button:disabled{opacity:.35;cursor:not-allowed}.catalog-page__card-body{flex:1 1 auto;min-width:0;cursor:pointer;text-decoration:none;color:var(--text-primary, #111827);display:flex;flex-direction:column;gap:.15rem;background:transparent;border:none;padding:0;text-align:left;font:inherit}.catalog-page__card-name{font-weight:600;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-page__card-meta{font-size:.8125rem;color:var(--text-secondary, #6b7280)}.catalog-page__card-actions{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto}.catalog-page__card-open{padding:.45rem .9rem;border-radius:var(--radius-md, 8px);background:transparent;border:1px solid #2563eb;color:#2563eb;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background-color .14s ease,color .14s ease}.catalog-page__card-open:hover{background:#2563eb;color:#fff}.catalog-page__card-delete{width:36px;height:36px;border-radius:var(--radius-md, 8px);border:1px solid transparent;background:transparent;color:#b91c1c;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .14s ease,border-color .14s ease}.catalog-page__card-delete:hover{background:#dc262614;border-color:#dc262659}.catalog-page__empty{padding:2rem 1rem;text-align:center;color:var(--text-secondary, #6b7280);background:var(--surface, #ffffff);border:1px dashed var(--border, #d1d5db);border-radius:var(--radius-lg, 12px)}@media(prefers-color-scheme:dark){.catalog-page__create-card,.catalog-page__card,.catalog-page__empty{background:var(--surface, #1f2937);border-color:var(--border, #374151)}.catalog-page__card:hover{border-color:#60a5fa8c}}.measures-landing__header{margin-bottom:1.75rem}.measures-landing__header h1{margin:0 0 .35rem;font-size:1.75rem;letter-spacing:-.01em}.measures-landing__header p{margin:0;color:var(--text-secondary, #6b7280);font-size:.9375rem;line-height:1.5}.measures-landing__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.measures-landing__card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-lg, 12px);text-decoration:none;color:var(--text-primary, #111827);box-shadow:0 1px 2px #0f172a0a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease;position:relative;overflow:hidden}.measures-landing__card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f614,#10b9810f);opacity:0;transition:opacity .2s ease;pointer-events:none}.measures-landing__card:hover{transform:translateY(-2px);border-color:#3b82f673;box-shadow:0 10px 25px -10px #0f172a2e;text-decoration:none}.measures-landing__card:hover:before{opacity:1}.measures-landing__card:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.measures-landing__card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;border-radius:10px;background:#3b82f61f;color:#2563eb;transition:background-color .16s ease,transform .16s ease;position:relative;z-index:1}.measures-landing__card:hover .measures-landing__card-icon{background:#3b82f633;transform:scale(1.05)}.measures-landing__card-body{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;position:relative;z-index:1}.measures-landing__card-title{font-weight:600;font-size:1rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.measures-landing__card-meta{margin-top:.15rem;font-size:.8125rem;color:var(--text-secondary, #6b7280)}.measures-landing__card-arrow{display:inline-flex;align-items:center;color:var(--text-secondary, #9ca3af);transition:transform .16s ease,color .16s ease;position:relative;z-index:1}.measures-landing__card:hover .measures-landing__card-arrow{transform:translate(3px);color:#2563eb}@media(prefers-color-scheme:dark){.measures-landing__card{background:var(--surface, #1f2937);border-color:var(--border, #374151);box-shadow:0 1px 2px #0000004d}.measures-landing__card:hover{border-color:#60a5fa99;box-shadow:0 10px 25px -10px #00000080}.measures-landing__card-icon{background:#60a5fa2e;color:#93c5fd}}:root{--color-orange: #EE721A;--color-orange-hover: #FF7300;--color-orange-dark: #c95f0f;--color-orange-10: #FFF1E5;--color-blue: #1277B2;--color-blue-10: #EFF5F9;--color-blue-20: #D0E4F0;--color-dark-blue: #00406B;--color-red: #E01414;--color-red-10: #FCE8E8;--color-green: #23B436;--color-green-10: #E9F9EB;--color-gray: #A49494;--color-gray-40: #DBD4D4;--color-gray-10: #F6F4F4;--color-gray-5: #FAFAFA;--color-white: #FFFFFF;--color-black: #000000;--color-fcfdfd: #FCFDFD;--color-fcfcfc: #FCFCFC;--font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-12: 12px;--text-14: 14px;--text-16: 16px;--text-18: 18px;--text-20: 20px;--text-22: 22px;--text-24: 24px;--text-28: 28px;--text-32: 32px;--text-40: 40px;--text-48: 48px;--text-64: 64px;--leading-16: 16px;--leading-19: 19px;--leading-22: 22px;--leading-25: 25px;--leading-27: 27px;--leading-33: 33px;--leading-38: 38px;--heading-1-size: var(--text-28);--heading-1-line: var(--leading-38);--heading-1-weight: 600;--heading-2-size: var(--text-24);--heading-2-line: var(--leading-33);--heading-2-weight: 600;--heading-3-size: var(--text-20);--heading-3-line: var(--leading-27);--heading-3-weight: 600;--radius-5: 5px;--radius-7: 7px;--radius-8: 8px;--radius-10: 10px;--radius-12: 12px;--radius-20: 20px;--shadow-primary: 0px 0px 20px rgba(238, 114, 26, .35);--shadow-primary-hover: 0px 0px 20px rgba(238, 114, 26, .8);--shadow-secondary: 0px 0px 20px rgba(18, 119, 178, .1);--shadow-secondary-hover: 0px 0px 20px rgba(18, 119, 178, .35);--shadow-input-focus: 0px 0px 20px rgba(0, 64, 107, .1);--shadow-dropdown: 3px 4px 4px rgba(0, 0, 0, .1);--shadow-popover: 0px 2px 3px rgba(0, 64, 107, .3);--transition-fast: .2s ease}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: var(--color-orange);--primary-hover: var(--color-orange-hover);--primary-dark: var(--color-orange-dark);--primary-shadow: var(--shadow-primary);--primary-shadow-hover: var(--shadow-primary-hover);--primary-disabled: rgba(164, 148, 148, .5);--secondary-color: var(--color-blue);--secondary-bg: rgba(18, 119, 178, .02);--secondary-bg-hover: rgba(18, 119, 178, .1);--secondary-border: var(--color-blue);--secondary-shadow: var(--shadow-secondary);--secondary-shadow-hover: var(--shadow-secondary-hover);--success-color: var(--color-green);--danger-color: var(--color-red);--warning-color: var(--color-orange);--background: var(--color-gray-5);--surface: var(--color-white);--border: var(--color-gray-40);--text-primary: var(--color-black);--text-secondary: var(--color-gray);--text-label: var(--color-blue);--input-focus-border: var(--color-dark-blue);--input-focus-shadow: var(--shadow-input-focus);--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08)}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);font-size:var(--text-14);line-height:var(--leading-19)}.app{min-height:100vh;display:flex;flex-direction:column}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:4px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinning{animation:spin 1s linear infinite}.main-content{flex:1;padding:2rem 0}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.heading-1{font-weight:var(--heading-1-weight);font-size:var(--heading-1-size);line-height:var(--heading-1-line);color:var(--text-primary)}.heading-2{font-weight:var(--heading-2-weight);font-size:var(--heading-2-size);line-height:var(--heading-2-line);color:var(--text-primary)}.heading-2-blue{color:var(--color-blue)}.heading-3{font-weight:var(--heading-3-weight);font-size:var(--heading-3-size);line-height:var(--heading-3-line);color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-family);border:none;cursor:pointer;transition:background-color var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);text-decoration:none;border-radius:var(--radius-8);box-sizing:border-box}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed}.btn-primary{background:var(--primary-color);color:var(--color-white);box-shadow:var(--primary-shadow);padding:15px 30px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:700;min-height:55px}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--primary-shadow-hover)}.btn-primary:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px;border-radius:var(--radius-12)}.btn-primary:disabled{background:var(--primary-disabled);box-shadow:none}.btn-sm{min-height:34px;padding:8px 12px;border-radius:var(--radius-5)}.btn-lg.btn-primary,.btn-lg.btn-secondary{padding:15px 30px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:700;min-height:55px}.btn-md.btn-primary,.btn-md.btn-secondary{padding:15px 30px;font-size:var(--text-16);line-height:var(--leading-22);font-weight:700;min-height:52px}.btn-sm.btn-primary,.btn-sm.btn-secondary{padding:15px 30px;font-size:var(--text-14);line-height:var(--leading-19);font-weight:600;min-height:49px}.btn-secondary{background:var(--secondary-bg);color:var(--secondary-color);border:1px solid var(--secondary-border);box-shadow:var(--secondary-shadow);padding:15px 30px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:700;min-height:55px}.btn-secondary:hover:not(:disabled){background:var(--secondary-bg-hover);box-shadow:var(--secondary-shadow-hover)}.btn-secondary:focus-visible{outline:2px solid var(--secondary-color);outline-offset:4px;border-radius:var(--radius-12)}.btn-secondary:disabled{background:#a4949405;border-color:#a4949480;color:#a4949480;box-shadow:none}.btn-utility{background:#1277b20d;color:var(--color-blue);border:1px solid var(--color-blue-20);border-radius:var(--radius-5);padding:10px 20px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:400}.btn-utility:hover:not(:disabled){background:var(--color-blue-20);border-color:var(--color-blue)}.btn-utility:focus-visible{background:var(--color-blue-10);border:2px solid var(--color-blue)}.btn-utility:disabled{background:#a4949405;border-color:var(--color-gray-40);color:#a4949480}.btn-utility-sm{padding:10px 20px;font-size:var(--text-14);line-height:var(--leading-19)}.btn-utility-gray{background:var(--color-gray-10);color:var(--text-primary);border:1px solid var(--color-gray-40);border-radius:var(--radius-5);padding:10px 20px;font-size:var(--text-18);line-height:var(--leading-25);font-weight:400}.btn-icon-danger{background:var(--color-white);border:1px solid var(--color-red);border-radius:var(--radius-5);padding:5px 10px;color:var(--color-red)}.btn-icon-danger:hover:not(:disabled){background:#e014141a}.btn-icon-danger:focus-visible{border-width:2px}.btn-icon-danger:disabled{border-color:var(--color-gray-40);color:var(--color-gray-40)}.btn-success{background:var(--color-green);color:var(--color-white)}.btn-delete,.btn-danger{background:var(--danger-color);color:var(--color-white)}.btn-delete:hover:not(:disabled),.btn-danger:hover:not(:disabled){background:#c91111}.btn-edit{color:var(--secondary-color)}.btn-icon{padding:.5rem;background:transparent;border:none;cursor:pointer;font-size:1.25rem;transition:transform var(--transition-fast)}.btn-icon:hover{transform:scale(1.1)}.btn-icon.btn-delete{color:var(--danger-color)}.btn-icon:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:3px;font-size:var(--text-14);line-height:var(--leading-19);font-weight:400;color:var(--text-label)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 20px;font-size:var(--text-16);line-height:var(--leading-22);font-weight:400;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-5);color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);font-family:var(--font-family)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:var(--text-secondary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-shadow)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:var(--color-red)}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:var(--color-gray-10);border-color:var(--border)}.form-group small{display:block;margin-top:.25rem;font-size:var(--text-14);line-height:var(--leading-19);color:var(--text-secondary)}.error-message{display:block;margin-top:.25rem;font-size:var(--text-14);line-height:var(--leading-19);color:var(--color-red)}.error-list{margin-top:.5rem;padding-left:1.25rem;font-size:var(--text-14);color:var(--color-red)}.card{background:var(--color-fcfdfd);border-radius:var(--radius-10);padding:20px}.card-disabled{background:var(--color-gray-10);border-radius:var(--radius-10);padding:20px;color:var(--text-secondary)}.card-disabled .heading-2,.card-disabled .heading-3{color:var(--text-secondary)}.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:var(--radius-5);font-size:var(--text-16);line-height:var(--leading-22);font-weight:600}.badge-progress{background:#1277b21a;color:var(--color-blue)}.badge-error{background:#e014141a;color:var(--color-red)}.badge-success{background:#23b4361a;color:var(--color-green)}.status-badge{display:inline-block;padding:.25rem .75rem;font-size:var(--text-14);font-weight:600;border-radius:var(--radius-5)}.status-active{background:var(--color-green-10);color:var(--color-green)}.status-inactive{background:var(--color-red-10);color:var(--color-red)}.status-deleted{background:var(--color-gray-10);color:var(--text-secondary)}.alert{padding:.75rem 1rem;border-radius:var(--radius-5);margin-bottom:1rem;font-size:var(--text-14);line-height:var(--leading-19)}.alert-error{background:var(--color-red-10);border:1px solid var(--color-red);color:var(--color-red)}.alert-warning{background:var(--color-orange-10);border:1px solid var(--color-orange);color:var(--color-dark-blue)}.alert-success{background:var(--color-green-10);border:1px solid var(--color-green);color:var(--color-green)}.alert-info{background:var(--color-blue-10);border:1px solid var(--color-blue-20);color:var(--color-dark-blue)}.divider{height:1px;background:var(--border);border:none;margin:0}.loading{text-align:center;padding:3rem;color:var(--text-secondary);font-size:var(--text-18);line-height:var(--leading-25)}.empty-state{text-align:center;padding:3rem;color:var(--text-secondary)}:root{--primary-color: var(--color-orange);--primary-hover: var(--color-orange-hover);--primary-dark: var(--color-orange-dark);--primary-shadow: var(--shadow-primary);--primary-shadow-hover: var(--shadow-primary-hover);--secondary-color: var(--color-blue);--secondary-bg: rgba(18, 119, 178, .02);--secondary-bg-hover: rgba(18, 119, 178, .1);--secondary-border: var(--color-blue);--secondary-shadow: var(--shadow-secondary);--secondary-shadow-hover: var(--shadow-secondary-hover);--background: var(--color-gray-5);--surface: var(--color-white);--border: var(--color-gray-40);--text-primary: var(--color-black);--text-secondary: var(--color-gray);--text-label: var(--color-blue);--input-focus-border: var(--color-dark-blue);--input-focus-shadow: var(--shadow-input-focus)}.btn-primary:focus-visible{outline-color:var(--color-orange)}.btn-secondary:focus-visible{outline-color:var(--color-blue)}.settings-sidebar,.settings-main,.user-dropdown,.user-icon-btn,.settings-form .data-table,.dashboard .project-card,.dashboard .permission-item,.data-management .data-table,.data-management .project-filter,.data-management .country-card{border-color:var(--color-blue)!important}.polygons-sidebar{border:1px solid var(--color-blue);box-shadow:0 1px 3px #1277b226}.user-polygons .layer-filter{border-color:var(--color-blue)!important}.country-detail .poi-filters{border:1px solid var(--color-blue);box-shadow:0 1px 3px #1277b21f}.country-detail .stat-card{border-color:var(--color-blue)!important}input:focus,select:focus,textarea:focus,.form-control:focus{outline:none;border-color:var(--color-dark-blue);box-shadow:var(--shadow-input-focus)}.settings-menu-item.active,.settings-menu-subitem.active{background-color:var(--color-blue)!important;color:#fff!important;border-left:3px solid var(--color-dark-blue)}.settings-menu-item.active:hover,.settings-menu-subitem.active:hover{background-color:var(--color-dark-blue)!important}.dropdown-item.active{background-color:var(--color-blue-10)!important;color:var(--color-blue)!important;border-left:3px solid var(--color-blue)}.filter-button.active,.map-drawing-type-btn.active,.permission-toggle.active{background-color:var(--color-blue)!important;color:#fff!important;border-color:var(--color-blue)}.profile-tab.active{background-color:var(--color-blue-10)!important;color:var(--color-blue)!important;border-left-color:var(--color-blue)}.permissions-table-container .permission-toggle-crud[style*="background-color: #d1fae5"],.permissions-table-container .permission-toggle-crud[style*="background-color:#d1fae5"]{background-color:var(--color-green)!important;border:1px solid var(--color-green)!important;color:#fff!important;box-shadow:0 2px 4px #23b4364d}.permissions-table-container .permission-toggle-crud[style*="background-color: #d1fae5"] svg,.permissions-table-container .permission-toggle-crud[style*="background-color:#d1fae5"] svg{color:#fff!important}.permissions-table-container .permission-toggle-crud[style*="background-color: #d1fae5"]:hover,.permissions-table-container .permission-toggle-crud[style*="background-color:#d1fae5"]:hover{background-color:#1e9b2e!important;border-color:var(--color-green)!important;box-shadow:0 4px 6px #23b43666}:root.dark{--primary-color: #e8954a;--primary-hover: #ff9f33;--primary-dark: #c97a2e;--primary-shadow: 0px 0px 20px rgba(232, 149, 74, .4);--primary-shadow-hover: 0px 0px 20px rgba(255, 159, 51, .5);--primary-disabled: rgba(164, 148, 148, .4);--secondary-color: #60a5fa;--secondary-bg: rgba(96, 165, 250, .1);--secondary-bg-hover: rgba(96, 165, 250, .2);--secondary-border: #60a5fa;--secondary-shadow: 0px 0px 20px rgba(96, 165, 250, .2);--secondary-shadow-hover: 0px 0px 20px rgba(96, 165, 250, .35);--success-color: #34d399;--danger-color: #f87171;--warning-color: #fbbf24;--background: #0f172a;--surface: #1e293b;--border: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-label: #93c5fd;--input-focus-border: #60a5fa;--input-focus-shadow: 0px 0px 20px rgba(96, 165, 250, .25);--shadow: 0 1px 3px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .6)}:root.dark .leaflet-container{background-color:#0f172a}:root.dark .leaflet-control-zoom a{background-color:#1e293b;color:#f1f5f9;border:1px solid #334155}:root.dark .leaflet-control-zoom a:hover{background-color:#334155;color:#fff}:root.dark .leaflet-control-zoom-in,:root.dark .leaflet-control-zoom-out{color:#f1f5f9}:root.dark .leaflet-control-layers{background-color:#1e293b;border:1px solid #334155;color:#f1f5f9}:root.dark .leaflet-control-layers-toggle{background-color:#1e293b;border:1px solid #334155}:root.dark .leaflet-control-layers-expanded{background-color:#1e293b;color:#f1f5f9}:root.dark .leaflet-control-layers label{color:#f1f5f9}:root.dark .leaflet-control-layers-selector{accent-color:#60a5fa}:root.dark .leaflet-draw-toolbar a{background-color:#1e293b;color:#f1f5f9;border:1px solid #334155}:root.dark .leaflet-draw-toolbar a:hover{background-color:#334155}:root.dark .leaflet-draw-actions{background-color:#1e293b;border:1px solid #334155}:root.dark .leaflet-draw-actions a{background-color:#1e293b;color:#f1f5f9}:root.dark .leaflet-draw-actions a:hover{background-color:#334155}:root.dark .leaflet-popup-content-wrapper{background-color:#1e293b;color:#f1f5f9;border:1px solid #334155}:root.dark .leaflet-popup-tip{background-color:#1e293b;border:1px solid #334155}:root.dark .leaflet-popup-close-button{color:#f1f5f9}:root.dark .leaflet-popup-close-button:hover{color:#fff}:root.dark .leaflet-bar a.leaflet-disabled{background-color:#334155;color:#64748b;cursor:not-allowed}:root.dark .leaflet-control-attribution{background-color:#1e293bcc;color:#cbd5e1}:root.dark .leaflet-control-attribution a{color:#60a5fa}:root.dark .leaflet-control-scale-line{background-color:#1e293bcc;color:#f1f5f9;border:1px solid #334155}:root.dark .user-icon-btn{background-color:#1e293b!important;border:1px solid #334155!important}:root.dark .user-icon-btn .user-icon{color:#f1f5f9!important}:root.dark .user-icon-btn:hover{background-color:#60a5fa!important;border-color:#60a5fa!important}:root.dark .user-icon-btn:hover .user-icon{color:#fff!important}:root.dark .logo-icon{color:#f1f5f9!important}:root.dark .navbar-logo{color:#f1f5f9!important}:root.dark .navbar-logo:hover{color:#60a5fa!important}:root.dark .navbar-logo:hover .logo-icon{color:#60a5fa!important}:root.dark .dropdown-item-icon{color:#f1f5f9!important}:root.dark .dropdown-item:hover .dropdown-item-icon{color:#fff!important}:root.dark .logout-icon{color:#f87171!important}:root.dark .dropdown-item-danger:hover .logout-icon{color:#fff!important}:root.dark .permissions-table-container .data-table th{background-color:#1e293b!important;color:#f1f5f9!important;border-bottom:1px solid #334155}:root.dark .permissions-table-container .data-table th[style*="background-color: #fff"],:root.dark .permissions-table-container .data-table th[style*="background-color:#fff"]{background-color:#1e293b!important}:root.dark .permissions-table-container .data-table td{background-color:#1e293b;color:#f1f5f9;border-top:1px solid #334155;border-right:1px solid #334155}:root.dark .permissions-table-container .data-table td[style*="background-color: #fff"],:root.dark .permissions-table-container .data-table td[style*="background-color:#fff"]{background-color:#1e293b!important;color:#f1f5f9!important}:root.dark .permissions-table-container .data-table th[style*="position: sticky"],:root.dark .permissions-table-container .data-table th[style*="position:sticky"],:root.dark .permissions-table-container .data-table td[style*="position: sticky"],:root.dark .permissions-table-container .data-table td[style*="position:sticky"]{background-color:#1e293b!important;color:#f1f5f9!important;border-right:2px solid #334155!important}:root.dark .permissions-table-container th,:root.dark .permissions-table-container td{background-color:#1e293b!important;color:#f1f5f9!important}:root.dark .permissions-table-container th[style*=background-color],:root.dark .permissions-table-container td[style*=background-color]{background-color:#1e293b!important}:root.dark .permissions-table-container .data-table tbody tr:hover{background-color:#334155}:root.dark .permissions-table-container .data-table tbody tr:hover td{background-color:#334155}:root.dark .permissions-table-container .data-table th div[style*="color: #6b7280"]{color:#cbd5e1!important}:root.dark .permissions-table-container .permission-toggle-crud{background-color:#1e293b!important;border:1px solid #334155!important;color:#cbd5e1!important}:root.dark .permissions-table-container .permission-toggle-crud.active{background-color:#064e3b!important;border:1px solid #10b981!important;color:#6ee7b7!important}:root.dark .permissions-table-container .permission-toggle-crud:hover:not(:disabled){background-color:#334155!important;border-color:#60a5fa!important}:root.dark .permissions-table-container .permission-toggle-crud.active:hover:not(:disabled){background-color:#065f46!important;border-color:#34d399!important}:root.dark .permissions-table-container .permission-toggle-crud[style*="background-color: #f3f4f6"]{background-color:#334155!important;color:#9ca3af!important;border:1px solid #475569!important}:root.dark .permissions-table-container .permission-toggle-crud[style*="background-color: #f9fafb"]{background-color:#1e293b!important;border:1px solid #334155!important;color:#cbd5e1!important}:root.dark .permissions-table-container .permission-toggle-crud[style*="background-color: #d1fae5"]{background-color:#064e3b!important;border:1px solid #10b981!important;color:#6ee7b7!important}:root.dark .permissions-table-container .permission-toggle-crud[style*="color: #065f46"]{color:#6ee7b7!important}:root.dark .permissions-table-container .permission-toggle-crud[style*="color: #6b7280"]{color:#cbd5e1!important}:root.dark .roles-info,:root.dark div[style*="background-color: #f3f4f6"],:root.dark div[style*="background-color:#f3f4f6"]{background-color:#1e293b!important;border:1px solid #334155!important;color:#f1f5f9!important}:root.dark .roles-info h4,:root.dark div[style*="background-color: #f3f4f6"] h4,:root.dark div[style*="background-color:#f3f4f6"] h4{color:#f1f5f9!important}:root.dark .roles-info strong,:root.dark div[style*="background-color: #f3f4f6"] strong,:root.dark div[style*="background-color:#f3f4f6"] strong{color:#60a5fa!important}:root.dark .roles-info div,:root.dark div[style*="background-color: #f3f4f6"] div,:root.dark div[style*="background-color:#f3f4f6"] div{color:#cbd5e1!important}:root.dark div[style*="background-color: #eff6ff"],:root.dark div[style*="background-color:#eff6ff"],:root.dark div[style*="backgroundColor: '#eff6ff'"],:root.dark div[style*="backgroundColor:'#eff6ff'"],:root.dark div[style*='backgroundColor: "#eff6ff"'],:root.dark div[style*='backgroundColor:"#eff6ff"']{background-color:#1e3a8a!important;border:1px solid #2563eb!important;color:#bfdbfe!important}:root.dark div[style*="background-color: #eff6ff"] *,:root.dark div[style*="background-color:#eff6ff"] *,:root.dark div[style*="backgroundColor: '#eff6ff'"] *,:root.dark div[style*="backgroundColor:'#eff6ff'"] *{color:#bfdbfe!important}:root.dark div[style*="background-color: #eff6ff"] strong,:root.dark div[style*="background-color:#eff6ff"] strong,:root.dark div[style*="backgroundColor: '#eff6ff'"] strong,:root.dark div[style*="backgroundColor:'#eff6ff'"] strong{color:#93c5fd!important}:root.dark div[style*="background-color: #eff6ff"] ul,:root.dark div[style*="background-color:#eff6ff"] ul,:root.dark div[style*="backgroundColor: '#eff6ff'"] ul,:root.dark div[style*="backgroundColor:'#eff6ff'"] ul{color:#bfdbfe!important}:root.dark div[style*="background-color: #eff6ff"] li,:root.dark div[style*="background-color:#eff6ff"] li,:root.dark div[style*="backgroundColor: '#eff6ff'"] li,:root.dark div[style*="backgroundColor:'#eff6ff'"] li{color:#bfdbfe!important}:root.dark div[style*="background-color: #eff6ff"] svg,:root.dark div[style*="background-color:#eff6ff"] svg,:root.dark div[style*="backgroundColor: '#eff6ff'"] svg,:root.dark div[style*="backgroundColor:'#eff6ff'"] svg{color:#60a5fa!important}:root.dark .settings-description{color:#cbd5e1}:root.dark .loading-state,:root.dark .empty-state{color:#cbd5e1}:root.dark [style*="background-color: #fff"],:root.dark [style*="background-color:#fff"],:root.dark [style*="backgroundColor: '#fff'"],:root.dark [style*="backgroundColor:'#fff'"]{background-color:#1e293b!important}:root.dark [style*="background-color: #f3f4f6"],:root.dark [style*="background-color:#f3f4f6"],:root.dark [style*="backgroundColor: '#f3f4f6'"],:root.dark [style*="backgroundColor:'#f3f4f6'"]{background-color:#1e293b!important;border:1px solid #334155!important;color:#f1f5f9!important}:root.dark [style*="background-color: #eff6ff"],:root.dark [style*="background-color:#eff6ff"],:root.dark [style*="backgroundColor: '#eff6ff'"],:root.dark [style*="backgroundColor:'#eff6ff'"],:root.dark [style*='backgroundColor: "#eff6ff"'],:root.dark [style*='backgroundColor:"#eff6ff"']{background-color:#1e3a8a!important;border:1px solid #2563eb!important;color:#bfdbfe!important}:root.dark [style*="color: #1e40af"],:root.dark [style*="color:#1e40af"],:root.dark [style*="color: '#1e40af'"],:root.dark [style*="color:'#1e40af'"]{color:#93c5fd!important}:root.dark [style*="color: #1e3a8a"],:root.dark [style*="color:#1e3a8a"],:root.dark [style*="color: '#1e3a8a'"],:root.dark [style*="color:'#1e3a8a'"]{color:#bfdbfe!important}:root.dark [style*="color: #3b82f6"],:root.dark [style*="color:#3b82f6"],:root.dark [style*="color: '#3b82f6'"],:root.dark [style*="color:'#3b82f6'"]{color:#60a5fa!important}:root.dark .profile-editor-content{background-color:#1e293b!important;color:#f1f5f9}:root.dark .profile-editor-header h2{color:#f1f5f9!important}:root.dark .profile-editor-info{background-color:#0f172a!important;color:#cbd5e1!important;border:1px solid #334155}:root.dark .profile-editor-info strong{color:#f1f5f9!important}:root.dark .profile-graph-section{background-color:#1e293b!important;border:1px solid #334155!important;box-shadow:0 1px 3px #00000080!important}:root.dark .profile-graph-section:hover{box-shadow:0 4px 6px #0009!important;border-color:#475569!important}:root.dark .profile-graph-title{color:#f1f5f9!important;border-bottom-color:#334155!important;background:linear-gradient(135deg,#60a5fa,#a78bfa)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}:root.dark .profile-graph-container{background:linear-gradient(135deg,#1e293b,#0f172a)!important;border:1px solid #334155!important;box-shadow:0 1px 3px #00000080!important}:root.dark .profile-graph-container:hover{box-shadow:0 4px 6px #0009!important;border-color:#475569!important}:root.dark .profile-editor-actions{border-top-color:#334155!important}:root.dark .profile-editor-hint{color:#cbd5e1!important}:root.dark .btn-close{color:#cbd5e1!important}:root.dark .btn-close:hover{background-color:#334155!important;color:#f1f5f9!important}:root.dark .interactive-chart-container{background-color:#1e293b!important;border:1px solid #334155!important}:root.dark .interactive-chart-container .recharts-wrapper{background-color:#0f172a!important}:root.dark .interactive-chart-container .recharts-cartesian-grid-horizontal line,:root.dark .interactive-chart-container .recharts-cartesian-grid-vertical line{stroke:#334155!important}:root.dark .interactive-chart-container .recharts-cartesian-axis-line{stroke:#475569!important}:root.dark .interactive-chart-container .recharts-cartesian-axis-tick-value{fill:#cbd5e1!important}:root.dark .interactive-chart-container .recharts-legend-item-text{color:#cbd5e1!important}:root.dark .data-table-container .data-table{background-color:#1e293b!important}:root.dark .data-table-container .data-table thead{background-color:#0f172a!important}:root.dark .data-table-container .data-table th{background-color:#0f172a!important;color:#f1f5f9!important;border-bottom:1px solid #334155!important}:root.dark .data-table-container .data-table td{background-color:#1e293b!important;color:#f1f5f9!important;border-top:1px solid #334155!important}:root.dark .data-table-container .data-table tbody tr:hover{background-color:#334155!important}:root.dark .data-table-container .data-table tbody tr:hover td{background-color:#334155!important}:root.dark .clickable-title{color:#60a5fa!important}:root.dark .clickable-title:hover{color:#93c5fd!important}:root.dark .form-modal{background-color:#000000b3!important}:root.dark .form-modal-content{background-color:#1e293b!important;color:#f1f5f9!important}:root.dark .form-modal-content h3{color:#f1f5f9!important}:root.dark .form-group label{color:#f1f5f9!important}:root.dark .form-group input,:root.dark .form-group select,:root.dark .form-group textarea{background-color:#0f172a!important;border:1px solid #334155!important;color:#f1f5f9!important}:root.dark .form-group input:focus,:root.dark .form-group select:focus,:root.dark .form-group textarea:focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa1a!important}:root.dark .form-group input::placeholder,:root.dark .form-group textarea::placeholder{color:#64748b!important}:root.dark .form-group small{color:#cbd5e1!important}:root.dark div[style*="background: #f8f9fa"],:root.dark div[style*="background:#f8f9fa"],:root.dark div[style*="backgroundColor: '#f8f9fa'"],:root.dark div[style*="backgroundColor:'#f8f9fa'"]{background-color:#0f172a!important;color:#cbd5e1!important;border:1px solid #334155!important}:root.dark div[style*="background: #f8f9fa"] strong,:root.dark div[style*="background:#f8f9fa"] strong{color:#f1f5f9!important}:root.dark .dashboard-header h1{color:#f1f5f9!important}:root.dark .dashboard-header p{color:#cbd5e1!important}:root.dark .user-projects-section{background-color:#1e293b!important;border:1px solid #334155!important}:root.dark .user-projects-section h2{color:#f1f5f9!important}:root.dark .projects-header{border-bottom-color:#334155!important;color:#cbd5e1!important}:root.dark .projects-header strong{color:#f1f5f9!important}:root.dark .project-card{background-color:#0f172a!important;border:1px solid #334155!important;color:#f1f5f9!important}:root.dark .project-card:hover{background-color:#1e293b!important;border-color:#60a5fa!important;box-shadow:0 4px 6px #0009!important}:root.dark .project-title{color:#f1f5f9!important}:root.dark .project-link-icon{color:#cbd5e1!important}:root.dark .project-icon{color:#60a5fa!important}:root.dark .permissions-section{background-color:#1e293b!important;border:1px solid #334155!important}:root.dark .permissions-section h2{color:#f1f5f9!important}:root.dark .permissions-header{border-bottom-color:#334155!important;color:#cbd5e1!important}:root.dark .permissions-header strong{color:#f1f5f9!important}:root.dark .permission-item{background-color:#0f172a!important;border:1px solid #334155!important;color:#f1f5f9!important}:root.dark .permission-item:hover{background-color:#1e293b!important;border-color:#60a5fa!important}:root.dark .permission-resource{color:#60a5fa!important}:root.dark .permission-separator{color:#cbd5e1!important}:root.dark .permission-action{color:#34d399!important}:root.dark .action-btn{background-color:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}:root.dark .action-btn:hover{background-color:#1e3a8a!important;border-color:#2563eb!important}:root.dark div[style*="color: #6b7280"]{color:#cbd5e1!important}:root.dark .stat-card{background-color:#1e293b!important;border:1px solid #334155!important}:root.dark .stat-card:hover{box-shadow:0 10px 15px #0009!important}:root.dark div[style*="color: #1e40af"]{color:#93c5fd!important}:root.dark div[style*="color: #1e3a8a"]{color:#bfdbfe!important}:root.dark div[style*="color: #3b82f6"]{color:#60a5fa!important}:root.dark .data-table{background-color:#1e293b;border:1px solid #334155}:root.dark .data-table thead{background-color:#0f172a}:root.dark .data-table th{background-color:#0f172a!important;color:#f1f5f9!important;border-bottom:1px solid #334155}:root.dark .data-table td{background-color:#1e293b;color:#f1f5f9;border-top:1px solid #334155}:root.dark .data-table tbody tr:hover{background-color:#334155}:root.dark .data-table tbody tr:hover td{background-color:#334155}
