:root{--primary:#71a96a;--primary-dark:#5a8a54;--primary-light:#e8f2e6;--text:#1a1a1a;--text-muted:#666;--bg:#f5f5f0;--card:#fff;--border:#e0e0dc;--success:#16a34a;--danger:#dc2626;--warning:#d97706;--shadow-cast:#4a3f7a;--mass-accent:#d97706;--font:"Segoe UI", system-ui, -apple-system, sans-serif;--sidebar-width:380px;--radius:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button{font-family:var(--font);cursor:pointer;border-radius:var(--radius);border:none;padding:.6rem 1.2rem;font-size:.9rem;transition:background .15s,opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{color:var(--text);border:1px solid var(--border);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-map{background:var(--bg);color:var(--text);border:1px solid var(--border);justify-content:center;align-items:center;gap:.4rem;font-weight:500;display:inline-flex}.btn-map:hover:not(:disabled){background:var(--border)}.btn-map svg{flex-shrink:0}input,select{font-family:var(--font);border:1px solid var(--border);border-radius:var(--radius);outline:none;width:100%;min-height:44px;padding:.55rem .75rem;font-size:16px;transition:border-color .15s}input:focus,select:focus{border-color:var(--primary)}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-muted);margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.range-group label{justify-content:space-between;display:flex}.range-group input[type=range]{width:100%;accent-color:var(--primary);min-height:32px}.search-wrapper{position:relative}.search-dropdown{background:var(--card);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);z-index:1000;border-top:none;max-height:220px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.search-dropdown-item{cursor:pointer;border-bottom:1px solid var(--bg);align-items:center;min-height:44px;padding:.7rem .75rem;font-size:.88rem;display:flex}.search-dropdown-item:hover{background:var(--primary-light)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.card.selected{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.coverage-matrix th{color:var(--text-muted);border-bottom:1px solid var(--border);font-weight:600}.coverage-matrix td{border-bottom:1px solid var(--border)}.coverage-matrix .q-premium{color:var(--success);font-weight:600}.coverage-matrix .q-goed{color:var(--primary-dark)}.coverage-matrix .q-indicatief{color:var(--warning)}.coverage-matrix .q-na{color:var(--text-muted)}.app-header-controls{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.mode-toggle{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);display:inline-flex;overflow:hidden}.mode-toggle button{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.2rem .55rem;font-size:.72rem}.mode-toggle button.active{background:var(--primary);color:#fff;font-weight:600}.mode-toggle-topbar{margin-left:auto}.mode-badge{letter-spacing:.03em;color:var(--primary-dark);background:var(--primary-light);border:1px solid var(--primary);border-radius:999px;padding:.1rem .5rem;font-size:.68rem;font-weight:700;text-decoration:none}.mode-badge:hover{background:var(--primary);color:#fff}.mode-toggle-topbar.mode-badge{margin-left:auto}.accordion{margin-top:.75rem}.acc-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);margin-bottom:.5rem}.acc-head{width:100%;font:inherit;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.86rem;font-weight:600;display:flex}.acc-caret{color:var(--text-muted);width:.9rem}.acc-title{flex:1}.acc-badge{color:var(--primary-dark);background:var(--primary-light);border-radius:999px;padding:.05rem .4rem;font-size:.62rem;font-weight:700}.acc-body{padding:0 .75rem .75rem}.acc-desc{margin:0 0 .5rem}.pro-panel{border-top:1px dashed var(--border);margin-top:1rem;padding-top:.75rem}.pro-panel-head{align-items:center;gap:.5rem;display:flex}.pro-actions{flex-wrap:wrap;gap:.5rem;display:flex}.pro-panel .field{flex-direction:column;gap:.25rem;font-size:.82rem;display:flex}.pro-panel .field input{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--text);padding:.35rem .5rem}.lang-switcher{font:inherit;color:var(--text-muted);background:var(--card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:.15rem .35rem;font-size:.72rem}.lang-switcher:hover{border-color:var(--primary)}.lang-switcher-topbar{margin-left:auto}.lang-switcher-sidebar{margin-top:.5rem}.info-box{color:var(--text-muted);background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:.75rem;padding:.5rem .75rem;font-size:.78rem;line-height:1.4}.error-msg{color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius);background:#fef2f2;margin-bottom:.75rem;padding:.5rem .6rem;font-size:.82rem}@keyframes spin{to{transform:rotate(360deg)}}.version-label{color:#999;text-align:center;border-top:1px solid var(--border);background:var(--bg);padding:6px 8px;font-family:monospace;font-size:10px}.build-stamp{opacity:.75}.layer-row,.format-row{border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.5rem;min-height:44px;margin-bottom:.35rem;padding:.45rem .5rem;font-size:.82rem;display:flex}.layer-row.disabled{opacity:.5}.format-suboption{border-style:dashed;margin-left:1.5rem}.layer-row input,.format-row input{width:auto;min-height:auto;accent-color:var(--primary)}.badge{background:var(--bg);color:var(--text-muted);border-radius:4px;margin-left:auto;padding:.1rem .4rem;font-size:.62rem}.app-shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.app-topbar{background:var(--card);border-bottom:1px solid var(--border);flex-shrink:0;align-items:baseline;gap:.75rem;padding:.6rem 1rem;display:flex}.app-topbar h1{color:var(--primary-dark);white-space:nowrap;font-size:1.05rem;font-weight:700}.app-topbar-sub{color:var(--text-muted);font-size:.7rem}.app-home-link{color:var(--text-muted);white-space:nowrap;font-size:.72rem;text-decoration:none;transition:color .15s}.app-home-link:hover{color:var(--primary-dark)}.app-topbar .app-home-link{margin-right:.25rem}.app-sidebar-header .app-home-link{margin-bottom:.4rem;display:inline-block}.app-main{background:var(--bg);flex:1;min-height:0;position:relative}.app-main canvas{display:block}.app-main .leaflet-container{width:100%;height:100%}.app-main-empty{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;font-size:.9rem;display:flex}.app-main-empty-icon{opacity:.3;margin-bottom:1rem}.app-main-loading{color:var(--text-muted);z-index:5;background:#f5f5f0d9;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.checkout-panel{flex-direction:column;gap:.5rem;display:flex}.checkout-email{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:42px;padding:.55rem .75rem;font-size:.9rem}.checkout-email:focus{border-color:var(--primary);outline:none}.checkout-email[aria-invalid=true]{border-color:var(--danger)}.checkout-email-err{color:var(--danger);margin-top:-.2rem;font-size:.74rem}.invoice-toggle{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.82rem;display:flex}.invoice-toggle-chev{color:var(--text-muted);font-size:.7rem}.invoice-fields{gap:.4rem;margin:.25rem 0 .5rem;display:grid}.invoice-grid-2{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.invoice-grid-21{grid-template-columns:2fr 1fr;gap:.4rem;display:grid}.invoice-grid-211{grid-template-columns:2fr 1fr 1fr;gap:.4rem;display:grid}.invoice-grid-12{grid-template-columns:1fr 2fr;gap:.4rem;display:grid}.invoice-hint{color:var(--text-muted);font-size:.72rem;line-height:1.4}.invoice-fields input,.demo-code-row input{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:38px;padding:.45rem .6rem;font-size:.85rem}.demo-code-row{gap:.4rem;margin-top:.5rem;display:flex}.demo-code-row input{flex:1}.demo-code-row button{white-space:nowrap;min-height:38px}.tier-btn{width:100%;min-height:46px}.tier-note{color:var(--text-muted);text-align:center;margin-top:.4rem;font-size:.7rem}.ws-price-hint{margin:.5rem 0 .25rem;font-size:.8rem}.checkout-delivering{border-radius:var(--radius);background:var(--surface-2,#0000000a);border:1px solid var(--border);flex-direction:column;gap:.3rem;padding:.7rem .85rem;display:flex}.checkout-delivering strong{font-size:.9rem}.checkout-delivering span{color:var(--text-muted);font-size:.78rem;line-height:1.45}.step-indicator{border-bottom:1px solid var(--border);gap:0;margin-bottom:.9rem;padding:.6rem .25rem .9rem;display:flex}.step-dot{flex-direction:column;flex:1;align-items:center;gap:.3rem;display:flex;position:relative}.step-dot:after{content:"";background:var(--border);width:100%;height:2px;position:absolute;top:12px;left:50%}.step-dot:last-child:after{display:none}.step-dot.active:after,.step-dot.completed:after{background:var(--primary)}.step-dot .dot{background:var(--border);width:24px;height:24px;color:var(--text-muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:relative}.step-dot.active .dot,.step-dot.completed .dot{background:var(--primary);color:#fff}.step-dot .label{color:var(--text-muted);white-space:nowrap;font-size:.65rem}.step-dot.active .label{color:var(--primary-dark);font-weight:600}.step-indicator-compact{align-items:center;gap:6px;display:flex}.step-pip{background:var(--border);border-radius:50%;width:8px;height:8px;transition:background .2s,transform .2s}.step-pip.active{background:var(--primary);transform:scale(1.3)}.step-pip.completed{background:var(--primary)}.address-marker{position:relative}.address-marker .am-ring{border:2px solid #2f3b66;border-radius:50%;width:20px;height:20px;position:absolute;top:2px;left:2px;box-shadow:0 0 0 2px #ffffffeb,0 1px 3px #0000004d}.address-marker .am-dot{background:#2f3b66;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:9px;box-shadow:0 0 0 1.5px #fff}.refining-badge{z-index:650;background:var(--card);border:1px solid var(--border);color:var(--text);pointer-events:none;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .8rem;font-size:.74rem;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 1px 6px #0000001f}.app-sidebar{-webkit-overflow-scrolling:touch;background:var(--card);border-top:1px solid var(--border);flex-shrink:0;max-height:50vh;padding:1rem;overflow-y:auto}.app-view-toggle{z-index:1000;background:var(--card);color:var(--text);cursor:pointer;border:2px solid #0003;border-radius:4px;padding:4px 12px;font-size:.85rem;font-weight:700;position:absolute;bottom:10px;left:10px;box-shadow:0 1px 5px #00000026}.app-view-toggle:hover{background:var(--bg)}@media (width>=769px){.app-shell{flex-direction:row}.app-topbar{display:none}.app-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);border-top:none;border-right:1px solid var(--border);flex-direction:column;order:-1;height:100%;max-height:none;display:flex;overflow:hidden}.app-sidebar-header{border-bottom:1px solid var(--border);flex-shrink:0;padding:1rem 1.25rem}.app-sidebar-header h1{color:var(--primary-dark);font-size:1.2rem;font-weight:700}.app-sidebar-header .subtitle{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.app-sidebar-content{flex:1;padding:1.25rem;overflow-y:auto}.app-main{flex:1;height:100%}}.app-bottombar{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);background:var(--card);flex-shrink:0;box-shadow:0 -2px 8px #0000000f}.nav-buttons{gap:.75rem;margin-top:1.25rem;display:flex}.nav-buttons button{flex:1}@media (width<=768px){.nav-buttons{flex-direction:column}.nav-buttons button{width:100%;min-height:48px}}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.ws{height:100%;position:relative;overflow:hidden}.ws-map{position:absolute;inset:0}.ws-topbar{z-index:1000;pointer-events:none;align-items:center;gap:.8rem;padding:.55rem .9rem;display:flex;position:absolute;top:0;left:0;right:0}.ws-topbar>*{pointer-events:auto}.ws-brand{background:#fffffff0;border-radius:10px;align-items:baseline;gap:.5rem;padding:.45rem .8rem;display:flex;box-shadow:0 2px 10px #00000014}.ws-brand strong{font-size:1.05rem}.ws-brand .muted{font-size:.72rem}.ws-search{background:#fffffff5;border-radius:10px;flex:1;max-width:420px;padding:.45rem .8rem .15rem;box-shadow:0 2px 10px #00000014}.ws-search label{display:none}.ws-topbar-right{background:#fffffff0;border-radius:10px;align-items:center;gap:.5rem;padding:.4rem .7rem;display:flex;box-shadow:0 2px 10px #00000014}.ws-credits{color:#2c4d28;font-size:.8rem;font-weight:600}.ws-rail{z-index:1000;background:#fffffff5;border-radius:12px;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:76px;left:10px;box-shadow:0 2px 12px #0000001f}.ws-rail-btn{cursor:pointer;color:#444;width:64px;font:inherit;background:0 0;border:none;border-radius:9px;flex-direction:column;align-items:center;gap:2px;padding:7px 2px;display:flex}.ws-rail-btn:hover{background:#f2f6f1}.ws-rail-active{color:#2c4d28;background:#e7f1e5!important}.ws-rail-icon{width:22px;height:22px}.ws-rail-icon svg{width:100%;height:100%}.ws-rail-title{text-align:center;font-size:.58rem;line-height:1.1}.ws-inspector{z-index:1000;background:#fff;border-radius:12px;width:min(380px,100vw - 100px);max-height:calc(100vh - 130px);padding:.85rem 1rem;position:absolute;top:76px;right:10px;overflow-y:auto;box-shadow:0 4px 22px #00000029}.ws-inspector-title{margin:0 0 .5rem;font-size:.95rem}.ws-area-label{margin:0 0 .4rem;font-size:.9rem}.ws-field{flex-direction:column;gap:.3rem;margin:.6rem 0;font-size:.82rem;display:flex}.ws-field input[type=range]{width:100%}.ws-signal{color:#2c4d28;background:#f0f7ef;border:1px solid #71a96a;border-radius:8px;margin:.4rem 0;padding:.45rem .6rem;font-size:.78rem}.ws-progress{background:#eee;border-radius:8px;height:26px;margin:.5rem 0;position:relative;overflow:hidden}.ws-progress-bar{background:#b7d4b1;transition:width .3s;position:absolute;inset:0 auto 0 0}.ws-progress span{text-align:center;font-size:.72rem;line-height:26px;display:block;position:relative}.ws-imported{color:#2c4d28;font-size:.85rem;font-weight:600}.ws-area-hint{margin-top:.6rem;font-size:.72rem}.ws-actions{gap:.5rem;margin-top:.4rem;display:flex}.ws-confirm{margin:.5rem 0}.ws-placeholder,.ws-need-import{flex-direction:column;gap:.6rem;display:flex}.ws-foot{z-index:1000;background:#fffc;border-radius:6px;padding:2px 8px;font-size:.68rem;position:absolute;bottom:8px;left:10px}.muted{color:#777;font-size:.8rem}@media (width<=640px){.ws-topbar{flex-wrap:wrap;gap:.4rem}.ws-search{box-sizing:border-box;flex:100%;order:3;max-width:none}.ws-rail{border-radius:12px 12px 0 0;flex-direction:row;justify-content:space-around;padding:4px 6px;inset:auto 0 0}.ws-rail-btn{flex:1;width:auto}.ws-inspector{border-radius:14px 14px 0 0;width:auto;max-height:46vh;inset:auto 0 64px}.ws-importctl{width:calc(100vw - 16px)}.ws-foot{display:none}}.ws-mode-panel{flex-direction:column;gap:.35rem;display:flex}.ws-kv{justify-content:space-between;margin:0;font-size:.84rem;display:flex}.ws-cta{text-align:center;border-radius:8px;margin:.6rem 0 .2rem;padding:.5rem;text-decoration:none;display:block}.ws-problock{border-top:1px dashed #ddd;flex-direction:column;gap:.45rem;margin-top:.7rem;padding-top:.6rem;display:flex}.ws-problock h3{margin:0;font-size:.82rem}.ws-check{cursor:pointer;border-radius:6px;align-items:center;gap:.45rem;margin:0 -6px;padding:3px 6px;font-size:.8rem;display:flex}.ws-check:hover{background:#f4f6f3}.ws-inspector input[type=checkbox],.ws-inspector input[type=radio],.ws-importctl input[type=checkbox],.ws-layers-pop input[type=checkbox]{appearance:none;box-sizing:border-box;cursor:pointer;background:#fff;border:1.5px solid #b5b5ad;border-radius:4px;flex:none;place-content:center;width:16px;height:16px;min-height:0;margin:0;padding:0;transition:border-color .12s,background .12s;display:inline-grid}.ws-inspector input[type=radio]{border-radius:50%}.ws-inspector input[type=checkbox]:hover,.ws-inspector input[type=radio]:hover,.ws-layers-pop input[type=checkbox]:hover{border-color:#71a96a}.ws-inspector input[type=checkbox]:checked,.ws-inspector input[type=radio]:checked,.ws-layers-pop input[type=checkbox]:checked{background:#71a96a;border-color:#4f7a49}.ws-inspector input[type=checkbox]:checked:before,.ws-layers-pop input[type=checkbox]:checked:before{content:"";clip-path:polygon(14% 46%,0 62%,38% 100%,100% 18%,84% 4%,38% 68%);background:#fff;width:9px;height:9px}.ws-inspector input[type=radio]:checked:before{content:"";background:#fff;border-radius:50%;width:7px;height:7px}.ws-inspector input[type=checkbox]:focus-visible,.ws-inspector input[type=radio]:focus-visible,.ws-layers-pop input[type=checkbox]:focus-visible{outline-offset:2px;outline:2px solid #71a96a}.ws-inspector input[type=checkbox]:disabled,.ws-inspector input[type=radio]:disabled,.ws-layers-pop input[type=checkbox]:disabled{opacity:.45;cursor:default}.ws-check:has(input:disabled){color:#999;cursor:default}.ws-check:has(input:disabled):hover{background:0 0}.ws-table{border-collapse:collapse;width:100%;margin-top:.4rem;font-size:.74rem}.ws-table th,.ws-table td{text-align:left;border-bottom:1px solid #eee;padding:3px 4px}.ws-ok{color:#16a34a;font-size:.8rem}.ws-err{color:#dc2626;font-size:.8rem}.ws-field select,.ws-field input[type=number],.ws-field input[type=text]{font:inherit;background:#fff;border:1px solid #ccc;border-radius:7px;min-height:0;padding:.32rem .4rem;font-size:.82rem}.ws-view-3d .ws-map{display:none}.ws-canvas3d{background:#f5f5f0;position:absolute;inset:0}.ws-canvas3d-mount{touch-action:none;position:absolute;inset:0}.ws-canvas3d-mount canvas{display:block}.ws-3d-overlay{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1rem;display:flex;position:absolute;inset:0}.ws-3d-overlay button{pointer-events:auto}.ws-turbine-legend{z-index:1000;pointer-events:none;background:#ffffffe6;border-radius:8px;flex-direction:column;gap:2px;padding:.4rem .6rem;font-size:.74rem;line-height:1.5;display:flex;position:absolute;bottom:78px;left:92px;box-shadow:0 1px 4px #0003}.ws-turbine-legend span{align-items:center;gap:6px;display:flex}.ws-turbine-legend i{border-radius:2px;width:11px;height:11px;display:inline-block}.ws-recompute{align-self:flex-start}.ws-view-toggle{z-index:1000;background:#fffffff5;border-radius:10px;gap:2px;padding:4px;display:flex;position:absolute;bottom:34px;left:10px;box-shadow:0 2px 12px #0000001f}.ws-view-btn{cursor:pointer;font:inherit;color:#444;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:600}.ws-view-btn:hover{background:#f2f6f1}.ws-view-active{color:#2c4d28;background:#e7f1e5}@media (width<=640px){.ws-view-toggle{top:118px;bottom:auto}}.ws-seg{flex-wrap:wrap;gap:2px;display:flex}.ws-seg-btn{cursor:pointer;font:inherit;color:#444;background:#fff;border:1px solid #ddd;border-radius:8px;padding:5px 10px;font-size:.76rem}.ws-seg-btn:hover{background:#f2f6f1}.ws-seg-active{color:#2c4d28;background:#e7f1e5;border-color:#71a96a}.ws-subhead{margin:.7rem 0 .1rem;font-size:.82rem}.ws-onboarding{z-index:1200;background:#fff;border-radius:14px;max-width:min(360px,100vw - 40px);padding:1.1rem 1.3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 40px #00000040}.ws-onboarding ol{flex-direction:column;gap:.35rem;margin:.6rem 0 .8rem;padding-left:1.2rem;font-size:.85rem;display:flex}.ws-onboard-close{color:#666;cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:6px;right:10px}.ws-xsell{border-top:1px solid #eee;flex-direction:column;gap:.4rem;margin-top:.8rem;padding-top:.6rem;display:flex}.ws-xsell-chip{cursor:pointer;font:inherit;text-align:left;background:#f7fbf6;border:1px solid #d8e5d5;border-radius:9px;flex-direction:column;align-items:flex-start;gap:1px;padding:.45rem .6rem;display:flex}.ws-xsell-chip:hover{border-color:#71a96a}.ws-xsell-mode{color:#2c4d28;font-size:.78rem;font-weight:700}.ws-xsell-reason{color:#666;font-size:.72rem}path.coverage-mask{pointer-events:none;transition:fill-opacity .6s}path.coverage-outline{pointer-events:none;transition:stroke-opacity .6s}.ws-legend{z-index:900;color:#555;pointer-events:none;background:#ffffffeb;border-radius:999px;padding:5px 14px;font-size:.74rem;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0000001a}.ws-pin-label{color:#1a1a1a;background:#fffffff2;border:none;border-radius:8px;padding:3px 9px;font-size:.78rem;font-weight:600;box-shadow:0 2px 8px #0000002e}.ws-pin-label:before{display:none}.ws-pin-chip{white-space:nowrap;text-overflow:ellipsis;opacity:.88;pointer-events:auto;max-width:72px;padding:2px 7px;font-size:.7rem;transition:max-width .25s,opacity .15s;overflow:hidden}.ws-pin-chip:hover,.ws-pin-chip:focus-within{opacity:1;max-width:320px}.ws-ring-importing{animation:1.6s ease-in-out infinite ws-ring-pulse}@keyframes ws-ring-pulse{0%,to{fill-opacity:.06;stroke-opacity:.85}50%{fill-opacity:.14;stroke-opacity:.45}}.ws-importctl{z-index:1000;background:#fff;border-radius:14px;flex-direction:column;gap:.45rem;width:min(440px,100vw - 24px);padding:.6rem .85rem;animation:.25s ws-rise;display:flex;position:absolute;bottom:46px;left:50%;transform:translate(-50%);box-shadow:0 4px 22px #0000002e}@keyframes ws-rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.ws-importctl-addr{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.ws-importctl-signal{color:#2c4d28;font-size:.72rem}.ws-importctl-row{align-items:center;gap:.6rem;display:flex}.ws-importctl-radius{flex:1;display:flex}.ws-importctl-radius input{accent-color:#71a96a;width:100%}.ws-importctl-go{white-space:nowrap}.ws-importctl-confirm{color:#555;flex:1;font-size:.74rem}.ws-importctl-ask{flex-wrap:wrap}.ws-importctl-ask .ws-importctl-confirm{flex:100%;font-size:.78rem}.ws-importctl-ask button{white-space:nowrap;flex:1}.ws-importctl-progress{background:#eef1ee;border-radius:8px;height:30px;position:relative;overflow:hidden}.ws-importctl-bar{background:#b7d4b1;transition:width .3s;position:absolute;inset:0 auto 0 0}.ws-importctl-progress span{text-align:center;color:#2c4d28;font-size:.74rem;line-height:30px;display:block;position:relative}.ws-importctl-error{color:#b5362f;font-size:.76rem}.ws-importctl-done{color:#2c4d28;opacity:.94;flex-direction:row;align-items:center;gap:.5rem;width:auto;padding:.4rem .9rem;font-size:.78rem;animation:none}.ws-importctl-check{font-weight:700}.ws-topprogress{z-index:1100;background:#71a96a26;height:3px;position:absolute;top:0;left:0;right:0}.ws-topprogress>div{background:#71a96a;height:100%;transition:width .3s}.ws-inspector{animation:.22s ws-slidein}@keyframes ws-slidein{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.ws-inspector-head{align-items:center;gap:.5rem;display:flex}.ws-inspector-head .ws-inspector-title{flex:1;margin:0 0 .4rem}.ws-inspector-close{color:#666;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:1.25rem;line-height:1}.ws-rail-btn:disabled{opacity:.38;cursor:not-allowed}.ws-rail-btn:disabled:hover{background:0 0}.ws-fatal{z-index:2000;background:#f5f5f0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ws-fatal-card{background:#fff;border-radius:14px;max-width:340px;padding:1.2rem 1.4rem;box-shadow:0 6px 30px #0000002e}.ws-fatal-card p{color:#555;font-size:.85rem}@media (width<=640px){.ws-importctl{bottom:72px}.ws-legend{bottom:70px}}.ws-order{margin-top:.5rem}.ws-order>summary{cursor:pointer;list-style:none}.ws-order>summary::-webkit-details-marker{display:none}.ws-checkout{margin-top:.6rem}.ws-importctl-link{color:#2c4d28;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.76rem;text-decoration:underline}.ws-toasts{z-index:1400;pointer-events:none;flex-direction:column;gap:6px;display:flex;position:absolute;top:64px;left:50%;transform:translate(-50%)}.ws-toast{color:#fff;background:#2c372aeb;border-radius:999px;padding:6px 14px;font-size:.78rem;animation:.18s ease-out ws-toast-in;box-shadow:0 3px 14px #0003}@keyframes ws-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.ws-layer-btn{border-left:1px solid #e4e4de}.ws-pro{position:relative}.ws-pro .mode-badge{cursor:pointer;font:inherit;background:#f0f7ef;border:1px solid #71a96a}.ws-pro-pop{z-index:1500;background:#fff;border-radius:12px;width:min(300px,100vw - 24px);padding:.8rem .95rem;font-size:.82rem;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 6px 28px #0000002e}.ws-pro-pop strong{font-size:.88rem}.ws-pro-pop p{color:#555;margin:.35rem 0}.ws-pro-keyrow{gap:6px;display:flex}.ws-pro-keyrow input{min-width:0;font:inherit;border:1px solid #ccc;border-radius:7px;flex:1;padding:.32rem .45rem;font-size:.8rem}.ws-pro-keyrow .btn-primary{padding:.32rem .7rem}.ws-pro-soon{border-top:1px dashed #e2e2dc;margin-top:.55rem;padding-top:.5rem}.ws-pro-soon a{color:#2c4d28}.ws-objgroups{flex-direction:column;gap:2px;margin-top:2px;display:flex}.ws-objgroup>summary{cursor:pointer;border-radius:6px;align-items:center;gap:.45rem;margin:0 -6px;padding:3px 6px;font-size:.8rem;list-style:none;display:flex}.ws-objgroup>summary::-webkit-details-marker{display:none}.ws-objgroup>summary:hover{background:#f4f6f3}.ws-objgroup-chev{color:#999;margin-left:auto;font-size:.65rem;transition:transform .15s}.ws-objgroup[open] .ws-objgroup-chev{transform:rotate(90deg)}.ws-objgroup-items{flex-direction:column;gap:1px;margin:1px 0 4px;padding-left:1.35rem;display:flex}.ws-objcount{color:#999;margin-left:auto;font-size:.72rem}.ws .contour-toggle-group{top:auto;bottom:56px;left:10px}.ws .contour-legend{bottom:56px;left:10px;right:auto}@media (width<=640px){.ws .contour-toggle-group{bottom:170px;left:8px}.ws .contour-legend{bottom:170px;left:8px;right:auto}}.verdict-teaser{border:1px solid #e2e2dc;border-radius:10px;margin:.6rem 0;padding:.6rem .7rem}.verdict-locked{text-align:center;margin:.45rem 0 .2rem;position:relative}.verdict-blur{filter:blur(5px);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:.86rem;font-weight:600}.verdict-lock{color:#555;margin-top:.35rem;font-size:.76rem}.ws .leaflet-tile-pane{filter:brightness(var(--ws-basemap-brightness,1))}.ws-dim{color:#666;border-left:1px solid #e4e4de;align-items:center;gap:4px;padding:0 8px;font-size:.8rem;display:inline-flex}.ws-dim input[type=range]{accent-color:#71a96a;width:64px;min-height:0;padding:0}.ws-layers{display:inline-block;position:relative}.ws-layers-pop{z-index:1500;background:#fff;border-radius:12px;width:min(280px,100vw - 24px);max-height:55vh;padding:.6rem .75rem;font-size:.82rem;position:absolute;bottom:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 6px 28px #0000002e}@media (width<=640px){.ws-layers-pop{width:auto;max-height:50vh;position:fixed;bottom:120px;left:8px;right:8px}}.ws-omg{display:inline-block;position:relative}.ws-beta{color:#d97706;font-weight:700}.ws-omg-pop{z-index:1500;background:#fff;border-radius:12px;width:min(340px,100vw - 24px);padding:.7rem .85rem;font-size:.8rem;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 6px 28px #0000002e}.ws-omg-head{justify-content:space-between;align-items:baseline;margin-bottom:.4rem;display:flex}.ws-beta-badge{color:#8a4b00;background:#fff4e5;border:1px solid #d97706;border-radius:999px;padding:1px 8px;font-size:.62rem;font-weight:700}.ws-omg-row{align-items:baseline;gap:6px;padding:3px 0;display:flex}.ws-omg-icon{flex:none}.ws-omg-label{flex:1}.ws-omg-value{white-space:nowrap;font-weight:600}.ws-omg-year{color:#999;margin-left:4px;font-size:.68rem;font-weight:400}.ws-omg-chip{border-radius:999px;padding:1px 8px;font-size:.66rem;font-weight:600}.ws-omg-chip.ok{color:#2c4d28;background:#e7f1e5}.ws-omg-chip.mid{color:#8a4b00;background:#fff4e5}.ws-omg-chip.high{color:#991b1b;background:#fde8e8}.ws-omg-xsell{color:#2c4d28;margin-top:.45rem;font-size:.76rem;display:block}.ws-omg-disclaimer{color:#999;margin:.5rem 0 0;font-size:.68rem}.ws-omg-icon{color:#5a6b52;align-items:center;display:inline-flex}.ws-signals{flex-direction:column;gap:.3rem;margin:.4rem 0 .2rem;display:flex}.ws-signal{border:1px solid var(--border);cursor:default;background:#faf8f5;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .5rem;font-size:.78rem;display:flex}.ws-signal-op_perceel{background:#fbf1ea;border-color:#a8562b}.ws-signal-ic{color:#a8562b;flex:none}.ws-signal-txt{flex:auto;line-height:1.3}.ws-signal-src{letter-spacing:.02em;color:#2c4d28;background:#e7f1e5;border-radius:4px;flex:none;padding:.05rem .3rem;font-size:.6rem;font-weight:700}.ws-signal-share{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.ws-signal-share:hover{color:#2c4d28;background:#eee}.ws-signal-note{margin:.1rem 0 0;font-size:.66rem}.ws-hoverbar{z-index:900;pointer-events:none;color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#141814db;border-radius:999px;align-items:baseline;gap:.5rem;max-width:min(560px,100vw - 24px);padding:.35rem .75rem;font-size:.8rem;display:flex;position:absolute;bottom:54px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 2px 10px #00000040}.ws-hoverbar-sub{opacity:.82;font-size:.74rem}.ws-icon-btn{justify-content:center;align-items:center;display:inline-flex}.ws-icon-btn svg{display:block}@media (width<=640px){.ws-hoverbar{bottom:130px}.ws-omg-pop{width:auto;position:fixed;bottom:120px;left:8px;right:8px}}.ws-dim-3d{color:#8a6d00}.ws-share{display:inline-block;position:relative}.ws-share-pop{z-index:1500;background:#fff;border-radius:12px;flex-direction:column;gap:4px;width:min(260px,100vw - 24px);padding:.5rem;font-size:.8rem;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 6px 28px #0000002e}.ws-share-opt{text-align:left;font:inherit;cursor:pointer;color:#2c4d28;background:0 0;border:none;border-radius:8px;padding:7px 8px}.ws-share-opt:hover{background:#f4f6f3}.ws-share-hint{margin:2px 4px 0;font-size:.68rem}@media (width<=640px){.ws-share-pop{width:auto;position:fixed;bottom:120px;left:8px;right:8px}}.ws-omg-home{font-size:.82rem}.ws-omg-home .ws-omg-head{margin-bottom:.5rem}.ws-home-hint{margin-top:.6rem;font-size:.74rem}.ws-foot{pointer-events:none;align-items:center;gap:8px;display:flex}.ws-doclink{pointer-events:auto;color:#777;border:1px solid #cfcfc7;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.72rem;line-height:1;text-decoration:none;display:inline-flex}.ws-doclink:hover{color:#2c4d28;border-color:#71a96a}.ws-cov-stack{z-index:1200;flex-direction:column;gap:6px;width:max-content;max-width:min(440px,100vw - 24px);display:flex;position:absolute;top:64px;left:50%;transform:translate(-50%)}.ws-cov-notice{text-align:center;border-radius:12px;max-width:100%;padding:.55rem .9rem;font-size:.82rem;box-shadow:0 4px 18px #00000024}.ws-cov-unsupported{color:#7a3d00;background:#fff4e5;border:1px solid #d97706}.ws-cov-unsupported strong{margin-bottom:2px;display:block}.ws-cov-partial{color:#274668;background:#eef3fb;border:1px solid #9db8e0;font-size:.76rem}.ws-cov-failed{color:#7a2b1f;background:#fdecea;border:1px solid #e0a59d;font-size:.76rem}@media (width<=640px){.ws-cov-stack{width:auto;max-width:none;inset:auto 8px 92px;transform:none}}.ws-rail-unavail{opacity:.4;cursor:not-allowed}.ws-rail-unavail:hover{background:0 0}.ws-calcbar{z-index:1600;background:0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.ws-calcbar>div{background:linear-gradient(90deg,#0000,#71a96a,#0000);width:35%;height:100%;animation:1.1s ease-in-out infinite ws-calcbar-slide;position:absolute}@keyframes ws-calcbar-slide{0%{left:-35%}to{left:100%}}.ws-calc-chip{z-index:1600;color:#fff;background:#2c4d28eb;border-radius:999px;padding:3px 12px;font-size:.72rem;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000002e}.ws-warn{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;margin:8px 0;padding:8px 10px;font-size:.82rem}.ws-sub{margin:10px 0 4px;font-size:.82rem;font-weight:700}.ws-screen-row{border:1px solid var(--ws-border,#e5e7eb);border-radius:8px;flex-direction:column;gap:6px;margin:6px 0;padding:8px;display:flex}.ws-screen-head{justify-content:space-between;align-items:center;display:flex}.ws-height-presets{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.chip{border:1px solid var(--ws-border,#d1d5db);cursor:pointer;background:#fff;border-radius:999px;padding:3px 9px;font-size:.78rem}.chip-on{color:#fff;background:#1f2937;border-color:#1f2937}.ws-zone-row{align-items:center;gap:6px;margin:3px 0;display:flex}.ws-zone-row input{flex:1;min-width:0}.ws-zone-result{background:#f9fafb;border-left:4px solid #9ca3af;border-radius:0 6px 6px 0;margin:6px 0;padding:4px 8px}.ws-zone-result-head{justify-content:space-between;align-items:baseline;display:flex}.ws-band{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-size:.72rem}.ws-band-sterk{color:#16a34a}.ws-band-aanzienlijk{color:#65a30d}.ws-band-merkbaar{color:#d97706}.ws-band-gering{color:#6b7280}.ws-band-dot{background:currentColor;border-radius:50%;width:10px;height:10px;display:inline-block}.ws-band-dot.ws-band-sterk{color:#16a34a}.ws-band-dot.ws-band-aanzienlijk{color:#84cc16}.ws-band-dot.ws-band-merkbaar{color:#f59e0b}.ws-band-dot.ws-band-gering{color:#9ca3af}.ws-compare{border-collapse:collapse;width:100%;font-size:.8rem}.ws-compare th,.ws-compare td{border:1px solid var(--ws-border,#e5e7eb);text-align:center;padding:3px 6px}.ws-compare th:first-child,.ws-compare td:first-child{text-align:left}.ws-method summary{cursor:pointer;font-size:.82rem;font-weight:600}.ws-method ul{color:#374151;margin:6px 0;padding-left:16px;font-size:.78rem}.verdict-lock-hint{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;margin:8px 0;padding:8px 10px;font-size:.8rem}.ws-disclaimer{color:#6b7280;border-top:1px solid var(--ws-border,#e5e7eb);margin-top:10px;padding-top:8px;font-size:.72rem}.ws-mode-panel .ws-err[role=alert]{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:8px 0;padding:8px 10px;line-height:1.35;display:block}.ws-method-badge{border:1px solid;border-radius:8px;margin:8px 0;padding:6px 10px}.ws-method-national{background:#f0fdf4;border-color:#bbf7d0}.ws-method-proxy{background:#fffbeb;border-color:#fde68a}.ws-method-badge .ws-kv{align-items:baseline;gap:10px;margin:0}.ws-method-badge .ws-kv>span{color:#4b5563;flex:none}.ws-method-badge .ws-kv>strong{text-align:right}.ws-method-note{color:#92400e;margin:4px 0 0;font-size:.74rem;line-height:1.35}.ws-mode-panel .ws-note-sm{color:#92400e;margin:2px 0 6px;font-size:.72rem;line-height:1.3}@keyframes ws-spin{to{transform:rotate(360deg)}}.ws-mode-panel .ws-headline{margin:10px 0 4px;font-size:.95rem}.ws-mode-panel .ws-headline strong{font-size:1.05rem}.ws-sub-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.ws-calc{color:#4b5563;align-items:center;font-size:.76rem;display:inline-flex}.ws-calc-empty{align-items:center;padding:6px 0;font-size:.82rem;display:flex}.ws-recalc-dim{opacity:.45;transition:opacity .12s}.ws-gsch-datawarn{margin:0 0 8px}.ws-zone-line-open{color:#6b7280;width:100%;font-size:11px;display:block}.ws-zone-line-why{color:#92400e;width:100%;margin-top:2px;font-size:11px;line-height:1.35;display:block}.ws-gsch-datawarn+.ws-gsch-datawarn{margin-top:-2px}.ws-gsch-hero{background:#f9fafb;border-left:4px solid #9ca3af;border-radius:0 8px 8px 0;margin:6px 0 10px;padding:8px 10px 9px}.ws-hero-cap{letter-spacing:.02em;text-transform:uppercase;color:#6b7280;margin:0;font-size:.72rem}.ws-hero-num{color:#111827;margin:2px 0 0;line-height:1.15}.ws-hero-from{color:#6b7280;font-size:1.05rem}.ws-hero-to{font-size:1.9rem;font-weight:700}.ws-hero-unit{color:#4b5563;font-size:1.05rem}.ws-hero-delta{color:#374151;margin:1px 0 0;font-size:.84rem;font-weight:600}.ws-zone-line{background:#f9fafb;border-left:4px solid #9ca3af;border-radius:0 6px 6px 0;justify-content:space-between;align-items:baseline;gap:8px;margin:4px 0;padding:5px 8px;display:flex}.ws-zone-line-label{font-size:.84rem;font-weight:600}.ws-zone-line-vals{white-space:nowrap;font-size:.84rem}.ws-zone-line-after{color:#4b5563;margin-left:6px}.ws-gsch-map{border-top:1px solid var(--ws-border,#e5e7eb);flex-direction:column;gap:.35rem;margin-top:8px;padding-top:6px;display:flex}.ws-gsch-mapbtn{justify-content:center;align-items:center;display:inline-flex}.ws-gsch-maphint{margin:2px 0 0;font-size:.75rem;line-height:1.35}.ws-gsch-toggle{gap:6px;display:flex}.ws-gsch-toggle .chip{text-align:center;flex:1}.ws .contour-legend{bottom:100px;left:96px}@media (width<=780px){.ws .contour-legend{bottom:150px;left:10px}}.ws-fold{border-top:1px solid var(--ws-border,#e5e7eb);margin-top:6px}.ws-fold>summary{cursor:pointer;justify-content:space-between;align-items:baseline;gap:8px;padding:7px 0;list-style:none;display:flex}.ws-fold>summary::-webkit-details-marker{display:none}.ws-fold>summary:before{content:"▸";color:#9ca3af;margin-right:6px;font-size:.7rem;transition:transform .12s}.ws-fold[open]>summary:before{content:"▾"}.ws-fold-label{flex:1;font-size:.82rem;font-weight:600}.ws-fold-value{color:#4b5563;white-space:nowrap;font-size:.78rem}.ws-fold-body{color:#374151;margin:0;padding:0 0 8px 14px;font-size:.78rem;line-height:1.4}.ws-fold-body p{margin:0 0 5px}.ws-fold-body li{margin-bottom:4px}.ws-facts{color:#374151;margin:0 0 6px;padding-left:16px;font-size:.78rem;line-height:1.4}.ws-fold-nested{border-top:none;margin-top:0}.ws-fold-nested>summary{padding:4px 0}.ws-mode-intro{color:#4b5563;margin:0 0 8px;font-size:.82rem;line-height:1.4}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@keyframes pulse{0%{box-shadow:0 0 #71a96ab3}70%{box-shadow:0 0 0 15px #71a96a00}to{box-shadow:0 0 #71a96a00}}.heatpump-list{flex-direction:column;gap:.5rem;max-height:320px;display:flex;overflow-y:auto}.heatpump-card{cursor:pointer;padding:.75rem;transition:border-color .15s}.heatpump-card:hover{border-color:var(--primary)}.heatpump-card .hp-name{font-size:.85rem;font-weight:600}.heatpump-card .hp-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-top:.25rem;font-size:.75rem;display:flex}.heatpump-card .hp-lw{color:var(--primary-dark);font-weight:700}.mode-toggle{border:1px solid var(--border);border-radius:var(--radius);gap:0;margin-top:.75rem;display:flex;overflow:hidden}.mode-toggle button{background:var(--card);color:var(--text-muted);border-radius:0;flex:1;padding:.5rem;font-size:.8rem}.mode-toggle button.active{background:var(--primary);color:#fff}.result-banner{border-radius:var(--radius);text-align:center;margin-bottom:1rem;padding:1.25rem}.result-banner.pass{border:2px solid var(--success);background:#dcfce7}.result-banner.fail{border:2px solid var(--danger);background:#fef2f2}.result-banner .verdict{font-size:1.3rem;font-weight:800}.result-banner.pass .verdict{color:var(--success)}.result-banner.fail .verdict{color:var(--danger)}.result-banner .value{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.result-table{border-collapse:collapse;width:100%;font-size:.8rem}.result-table th{text-align:left;color:var(--text-muted);border-bottom:2px solid var(--border);padding:.4rem .5rem;font-weight:600}.result-table td{border-bottom:1px solid var(--bg);padding:.4rem .5rem}.status-icon{border-radius:50%;width:8px;height:8px;display:inline-block}.status-icon.pass{background:var(--success)}.status-icon.fail{background:var(--danger)}.leaflet-tooltip.building-tooltip{color:#fff;background:#000000c7;border:none;border-radius:3px;padding:2px 6px;font-size:.75rem;font-weight:600;box-shadow:0 1px 3px #00000040}.leaflet-tooltip.building-tooltip:before{border-top-color:#000000c7}.leaflet-tooltip.distance-tooltip{white-space:nowrap;font-weight:700;box-shadow:0 1px 3px #0000004d;color:#fff!important;background:#000000bf!important;border:none!important;border-radius:3px!important;padding:1px 5px!important;font-size:.7rem!important}.leaflet-tooltip.distance-tooltip:before{display:none}.leaflet-tooltip.distance-tooltip.parcel{background:#b41e1ecc!important}.tips-block{border:1px solid var(--warning);border-radius:var(--radius);background:#fffbeb;margin-top:1rem;padding:.75rem;font-size:.82rem}.tips-block h4{color:var(--warning);margin-bottom:.4rem;font-size:.85rem}.tips-block ul{padding-left:1.2rem}.tips-block li{margin-bottom:.2rem}.report-features{text-align:left;color:var(--text-muted);margin-bottom:1.5rem;padding-left:1.2rem;font-size:.85rem}.report-features li{margin-bottom:.3rem}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;margin-right:.4rem;animation:.6s linear infinite spin;display:inline-block}.error-msg{border:1px solid var(--danger);border-radius:var(--radius);color:var(--danger);background:#fef2f2;margin-bottom:.75rem;padding:.6rem .75rem;font-size:.82rem}.height-input{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.height-input input{width:80px}.height-input span{color:var(--text-muted);font-size:.82rem}.info-tooltip{vertical-align:middle;align-items:center;margin-left:5px;display:inline-flex;position:relative}.info-tooltip-icon{border:1px solid var(--text-muted);width:16px;height:16px;color:var(--text-muted);cursor:help;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-style:italic;font-weight:600;line-height:1;transition:border-color .15s,color .15s;display:inline-flex}.info-tooltip-icon:hover,.info-tooltip:hover .info-tooltip-icon{border-color:var(--primary);color:var(--primary)}.info-tooltip-balloon{border:1px solid var(--border);border-radius:var(--radius);width:max-content;max-width:260px;color:var(--text);z-index:1000;pointer-events:auto;background:#fff;padding:10px 14px;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.45;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001f}.info-tooltip-balloon.above{bottom:calc(100% + 8px)}.info-tooltip-balloon.below{top:calc(100% + 8px)}.info-tooltip-balloon:after{content:"";border:6px solid #0000;position:absolute;left:50%;transform:translate(-50%)}.info-tooltip-balloon.above:after{border-top-color:#fff;top:100%}.info-tooltip-balloon.below:after{border-bottom-color:#fff;bottom:100%}.info-tooltip-balloon:before{content:"";border:7px solid #0000;position:absolute;left:50%;transform:translate(-50%)}.info-tooltip-balloon.above:before{border-top-color:var(--border);top:100%}.info-tooltip-balloon.below:before{border-bottom-color:var(--border);bottom:100%}.info-tooltip-balloon-portal{border:1px solid var(--border);border-radius:var(--radius);width:max-content;max-width:260px;color:var(--text);pointer-events:auto;background:#fff;padding:10px 14px;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.45;box-shadow:0 4px 12px #00000026}.info-tooltip-link{color:var(--primary);margin-top:6px;font-size:.72rem;text-decoration:none;display:block}.info-tooltip-link:hover{text-decoration:underline}.contour-legend{z-index:1000;background:#ffffffeb;border-radius:6px;padding:8px 12px;font-size:12px;position:absolute;bottom:30px;left:10px;box-shadow:0 2px 6px #0003}.legend-title{margin-bottom:4px;font-weight:700}.legend-item{align-items:center;gap:6px;margin:2px 0;display:flex}.legend-color{border:1px solid #ccc;border-radius:2px;width:18px;height:12px}.contour-toggle-group{z-index:1000;background:#ffffffeb;border-radius:6px;flex-direction:column;gap:4px;padding:8px 10px;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 6px #0003}.contour-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:12px;display:flex}.contour-toggle input{width:auto;accent-color:var(--primary)}.contour-loading{color:var(--text-muted);align-items:center;gap:4px;margin-top:2px;font-size:11px;display:flex}.spinner-sm{border:2px solid #00000026;border-top-color:var(--primary);border-radius:50%;width:10px;height:10px;animation:.6s linear infinite spin;display:inline-block}.gs-src-spin{pointer-events:none;border:2px solid #0000;border-radius:50%;animation:.8s linear infinite spin;position:absolute}.gs-ground-note{color:var(--text-muted);margin:4px 0 0;font-size:11px;font-style:italic}.ss-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.7rem;padding:.7rem .8rem}.ss-card-title{margin-bottom:.35rem;font-weight:600}.ss-card p{margin:.25rem 0;font-size:.86rem;line-height:1.4}.ss-flag-ok{color:var(--success);font-weight:600}.ss-flag-bad{color:var(--danger);font-weight:600}.ss-warning{border-radius:var(--radius,8px);color:#8a5200;background:#fff4e5;border:1px solid #e6a23c;margin-bottom:.6rem;padding:.55rem .7rem;font-size:.82rem;line-height:1.4}.ss-turbines{margin:0;padding:0;list-style:none}.ss-turbines li{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.3rem 0;font-size:.82rem;display:flex}.ss-turbines li:last-child{border-bottom:none}.ss-turbines li.in{font-weight:600}.ss-turbines .badge{background:var(--primary-light);color:var(--primary-dark);border-radius:4px;margin-left:auto;padding:.1rem .4rem;font-size:.7rem}.ss-result{border-collapse:collapse;width:100%;font-size:.82rem}.ss-result th,.ss-result td{text-align:left;border-bottom:1px solid var(--border);padding:.3rem .4rem}.ss-result th{color:var(--text-muted,#667);font-weight:600}.clock-wrap{margin:.5rem 0 .75rem}.clock-svg{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;max-width:320px;height:auto;margin:0 auto;display:block}.clock-svg .ring{cursor:grab}.clock-svg .ring:active{cursor:grabbing}.ring-knob{cursor:grab}.ring-knob:active{cursor:grabbing}.ring-label{fill:var(--text-muted);font-size:9px;font-family:var(--font);pointer-events:none}.clock-core-day{fill:var(--primary-dark);font-size:13px;font-weight:700;font-family:var(--font)}.clock-core-time{fill:var(--text);font-family:monospace;font-size:15px;font-weight:700}.clock-core-time.night{fill:#cdd9e5}.clock-core-elev{fill:var(--text-muted);font-size:9px;font-family:var(--font)}.clock-readout{text-align:center;margin-top:.5rem}.clock-dt{color:var(--primary-dark);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.clock-sun{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:.5rem .9rem;margin-bottom:.6rem;font-size:.75rem;display:flex}.clock-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.clock-controls .btn-primary{min-height:40px}.clock-speed{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.clock-speed input[type=range]{width:90px;min-height:28px;accent-color:var(--primary)}.clock-hint{color:var(--text-muted);margin-top:.5rem;font-size:.68rem;line-height:1.4}.clock-wrap--compact{margin:.25rem 0 .5rem}.clock-wrap--compact .clock-svg{max-width:min(300px,84vw)}.clock-wrap--compact .clock-dt{font-size:.88rem}
