:root{--bg-primary: #262833;--bg-secondary: #2a2c38;--bg-tertiary: #2f323f;--bg-panel: rgba(38, 40, 51, .95);--accent-primary: #dadde8;--accent-secondary: #c5c9d6;--accent-tertiary: #a8acc0;--accent-warning: #ffb000;--accent-danger: #ff3b30;--accent-success: #30d158;--accent-info: #4a9eff;--text-primary: #ebedf3;--text-secondary: #b8bcc8;--text-muted: #888d99;--border-color: rgba(218, 221, 232, .2);--border-highlight: rgba(218, 221, 232, .45);--shadow-glow: 0 0 20px rgba(218, 221, 232, .1);--shadow-glow-strong: 0 0 35px rgba(218, 221, 232, .2);--font-primary: "JetBrains Mono NL", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--font-mono: "JetBrains Mono NL", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--rx-color: #ffb000;--tx-color: #00d4ff}*{margin:0;padding:0;box-sizing:border-box}body,input,button,select,textarea,.input{font-feature-settings:"liga" 0,"calt" 0}body{font-family:var(--font-primary);font-size:14px;line-height:1.4;background:var(--bg-primary);color:var(--text-primary);font-synthesis:none;overflow:hidden;height:100vh}.app-container{display:flex;flex-direction:column;height:100vh;background:linear-gradient(rgba(218,221,232,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(218,221,232,.02) 1px,transparent 1px),var(--bg-primary);background-size:40px 40px,40px 40px,100% 100%}.header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:8px;padding:10px 20px;background:linear-gradient(180deg,var(--bg-secondary) 0%,rgba(18,14,12,.98) 100%);border-bottom:1px solid var(--border-color);min-height:50px;z-index:100;flex-shrink:0}.header-left{display:flex;flex:1;align-items:center;gap:12px;min-width:0}.logo-img{display:inline-block;height:18px;width:235px;background-color:var(--text-primary);-webkit-mask:url(/logo/warhammer-wordmark.png) no-repeat left center / contain;mask:url(/logo/warhammer-wordmark.png) no-repeat left center / contain}.header-divider{color:var(--text-muted);margin:0 5px}.header-center{display:flex;flex:0 0 auto;gap:25px;min-width:0;justify-content:center;align-items:center}.header-host{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);position:relative;cursor:default;padding:2px 6px;border-radius:4px}.header-host:hover,.header-host:focus-within{background:#dadde814}.header-host-name{font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-primary)}.hh-caret{font-size:9px;color:var(--text-muted)}.hh-popup{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;width:max-content;min-width:220px;max-width:min(420px,90vw);background:var(--bg-secondary);border:1px solid var(--accent-primary);border-radius:4px;box-shadow:0 4px 20px #0006,0 0 15px #dadde826;display:none;z-index:1000}.header-host:hover .hh-popup,.header-host:focus-within .hh-popup{display:block}.hh-title{background:linear-gradient(180deg,#dadde833,#dadde81a);border-bottom:1px solid var(--border-color);padding:8px 12px;font-family:var(--font-primary);font-size:13px;font-weight:600;color:var(--accent-primary);letter-spacing:1px;text-transform:uppercase}.hh-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:6px 12px;font-family:var(--font-mono);font-size:13px;border-bottom:1px solid rgba(218,221,232,.1)}.hh-row:last-child{border-bottom:none}.hh-key{color:var(--text-muted)}.hh-val{color:var(--text-primary);text-align:right;word-break:break-word}.hh-row-action{cursor:pointer}.hh-row-action:hover{background:#dadde814}.hh-row.caution{background:#ffb0001a}.hh-row.expired{background:#ff3b3026}.logo-subtitle{font-family:var(--font-mono);font-size:12px;letter-spacing:3px;color:var(--text-muted);margin-left:6px}.topbar-stats{display:flex;gap:22px;align-items:center}.tstat{font-family:var(--font-mono);display:flex;align-items:baseline;gap:6px;flex:0 0 auto}.tstat .lbl{font-size:12px;letter-spacing:1px;color:var(--text-muted);flex:0 0 auto}.tstat .val{font-size:14px;color:var(--text-primary);font-weight:600;font-variant-numeric:tabular-nums;text-align:left;flex:0 0 60px}.tstat.bw .val{flex-basis:88px}.tstat .val.warn{color:var(--accent-warning)}.tstat .val.danger{color:var(--accent-danger)}.topbar-host{font-family:var(--font-mono);font-size:12px;color:var(--text-secondary);padding:4px 10px;border:1px solid var(--border-color);border-radius:3px;letter-spacing:1px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.topbar-host .th-name{color:var(--text-primary);font-weight:600}.system-info{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px}.info-label{color:var(--text-muted)}.info-value{color:var(--accent-primary)}.info-value.peer-count{color:var(--accent-info);font-weight:600}.header-right{display:flex;flex:1;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;row-gap:8px}.user-menu{position:relative;display:flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;outline:none;transition:border-color .15s,background .15s}.user-menu:hover,.user-menu:focus-within{border-color:var(--accent-primary);background:#dadde814}.user-icon{display:flex;color:var(--text-secondary)}.user-icon svg{width:15px;height:15px;display:block}.user-name{font-family:var(--font-mono);font-size:12px;letter-spacing:1px;color:var(--text-primary)}.user-popup{position:absolute;top:100%;right:0;margin-top:8px;min-width:160px;background:var(--bg-secondary);border:1px solid var(--accent-primary);border-radius:4px;box-shadow:0 4px 20px #0006,0 0 15px #dadde826;display:none;z-index:1000;overflow:hidden}.user-menu:after{content:"";position:absolute;top:100%;left:0;right:0;height:9px}.user-menu:hover .user-popup,.user-menu:focus-within .user-popup{display:block}.user-item{display:block;width:100%;text-align:left;padding:9px 14px;background:transparent;border:none;color:var(--text-secondary);font-family:var(--font-mono);font-size:12px;letter-spacing:.5px;cursor:pointer;text-decoration:none;transition:color .15s,background .15s}.user-item:hover{color:var(--accent-primary);background:#dadde814}.user-logout{border-top:1px solid var(--border-color);color:var(--text-muted)}.user-logout:hover{color:var(--accent-danger);background:#ff3b3014}.cell-glance{display:inline-flex;align-items:center;gap:5px}.cell-glance.hidden{display:none}.wan-icon{display:inline-flex;align-items:center;color:var(--accent-primary)}.wan-icon.hidden{display:none}.wan-icon svg{width:16px;height:16px;display:block}.sv-row.wan-active .sv-key,.sv-row.wan-active .val{color:var(--accent-success)}.sv-row.wan-off{opacity:.4}.signal-bars{display:flex;align-items:flex-end;gap:2px;height:14px}.signal-bar{width:3px;background:var(--text-muted);border-radius:1px;transition:all .3s ease}.signal-bar:nth-child(1){height:3px}.signal-bar:nth-child(2){height:6px}.signal-bar:nth-child(3){height:9px}.signal-bar:nth-child(4){height:14px}.signal-bar.active{background:var(--accent-primary);box-shadow:0 0 4px #dadde880}.signal-bar.weak{background:var(--accent-warning);box-shadow:0 0 4px #ffb00080}.signal-bar.no-signal{background:var(--text-muted)}.system-vitals{display:flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border-color);border-radius:4px;cursor:default;position:relative;font-family:var(--font-mono)}.system-vitals:hover,.system-vitals:focus-within{border-color:var(--accent-primary);background:#dadde81a}.sv-dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.sv-dot.ok{background:var(--accent-success);box-shadow:0 0 8px var(--accent-success)}.sv-dot.warn{background:var(--accent-warning);box-shadow:0 0 8px var(--accent-warning)}.sv-dot.danger{background:var(--accent-danger);box-shadow:0 0 8px var(--accent-danger)}.sv-label{font-size:12px;letter-spacing:1px;color:var(--text-secondary)}.sv-caret{font-size:9px;color:var(--text-muted)}.sv-popup{position:absolute;top:100%;right:0;margin-top:8px;min-width:220px;background:var(--bg-secondary);border:1px solid var(--accent-primary);border-radius:4px;box-shadow:0 4px 20px #0006,0 0 15px #dadde826;display:none;z-index:1000}.system-vitals:hover .sv-popup,.system-vitals:focus-within .sv-popup{display:block}.sv-title{background:linear-gradient(180deg,#dadde833,#dadde81a);border-bottom:1px solid var(--border-color);padding:8px 12px;font-family:var(--font-primary);font-size:13px;font-weight:600;color:var(--accent-primary);letter-spacing:1px;text-transform:uppercase}.sv-row{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;font-family:var(--font-mono);font-size:13px;border-bottom:1px solid rgba(218,221,232,.1)}.sv-row:last-child{border-bottom:none}.sv-key{color:var(--text-muted)}.sv-row .val{color:var(--text-primary);font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.sv-row .val.ok{color:var(--accent-success)}.sv-row .val.warn{color:var(--accent-warning)}.sv-row .val.danger{color:var(--accent-danger)}.iface-subhead{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:1.5px;color:var(--accent-primary);border-bottom:1px solid var(--border-color);padding-bottom:8px;margin:22px 0 14px}.iface-subhead .ish-actions{display:flex;align-items:center;gap:6px}.iface-status{display:flex;align-items:center;gap:10px;margin-bottom:16px}.ifs-dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted);flex:0 0 auto}.ifs-dot.on{background:var(--accent-success)}.ifs-dot.warn{background:var(--accent-warning)}.ifs-dot.off{background:var(--accent-danger)}.ifs-info{flex:1;min-width:0}.ifs-title{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:1px;color:var(--accent-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ifs-meta{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-top:1px}.ifs-action{flex:0 0 auto}.iface-muted{color:var(--text-muted);font-family:var(--font-mono);font-size:11px;padding:6px 0}.wifi-status{margin-bottom:0}.wifi-list{display:flex;flex-direction:column;gap:6px}.wifi-item{background:#0003;border:1px solid var(--border-color);border-radius:4px;font-family:var(--font-mono);font-size:13px;transition:border-color .15s ease}.wifi-item.open,.wifi-item:hover{border-color:var(--accent-primary)}.wifi-item-head{display:flex;align-items:center;gap:10px;padding:9px 11px;cursor:pointer}.wifi-sig{flex-shrink:0;letter-spacing:1px}.wifi-sig.good{color:var(--accent-success)}.wifi-sig.medium{color:var(--accent-warning)}.wifi-sig.poor{color:var(--accent-danger)}.wifi-bars-dim{color:var(--text-muted);opacity:.35}.wifi-info{flex:1;min-width:0}.wifi-ssid{color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wifi-sub{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);margin-top:1px}.wifi-lock{flex-shrink:0;font-size:11px;opacity:.7}.wifi-caret{flex-shrink:0;color:var(--text-muted);font-size:11px;transition:transform .15s ease}.wifi-item.open .wifi-caret{transform:rotate(90deg)}.wifi-item-details{display:none;padding:0 11px 11px}.wifi-item.open .wifi-item-details{display:block}.wifi-meta-row{display:flex;justify-content:space-between;gap:8px;font-size:11px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.04)}.wifi-meta-row .k{color:var(--text-muted);letter-spacing:.5px}.wifi-meta-row .v{color:var(--text-primary);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wifi-connect-btn{margin-top:10px}.btn-danger-outline{border-color:#ff3b3066;color:var(--accent-danger);background:transparent}.btn-danger-outline:hover{border-color:var(--accent-danger);background:#ff3b301a}.iface-tabs{display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border-color);margin-bottom:18px}.iface-tabs-help{flex:0 0 auto;margin-left:4px}.iface-tab{flex:1;padding:9px 4px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);font-family:var(--font-mono);font-size:11px;letter-spacing:1px;cursor:pointer;transition:color .15s,border-color .15s}.iface-tab:hover{color:var(--accent-primary)}.iface-tab.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}.iface-panel{display:none}.iface-panel.active{display:block}.iface-status-row{display:flex;align-items:flex-start;gap:10px}.iface-status-row>.wifi-status{flex:1 1 auto;min-width:0}.iface-status-row .iface-status{margin-bottom:0}.wifi-disconnect{margin-top:8px;margin-left:18px}.eth-mode-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.toggle.mode-toggle .toggle-slider{background:var(--text-muted)}.toggle.mode-toggle input:checked+.toggle-slider{background:var(--accent-primary)}.eth-diagram{padding:6px 0 18px}#ethClients{min-width:0}.eth-ports-row{display:flex;justify-content:center}.eth-ports{display:flex;justify-content:space-between;align-items:flex-start;width:78%}.eth-bridge-group{display:flex;flex-direction:column;align-items:center;gap:6px}.eth-ports.bridged{width:auto;justify-content:center;gap:10px}.eth-port{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.eth-add-subhead{margin-bottom:6px}.eth-add-ip-form{padding:0}.eth-field-row{display:flex;gap:12px}.eth-field{display:flex;flex-direction:column;gap:3px;flex:1 1 0;min-width:0}.eth-field label{font-family:var(--font-mono);font-size:10px;letter-spacing:.5px;color:var(--text-muted)}.eth-info{position:relative;color:var(--text-secondary);cursor:default;font-size:11px}.eth-info:hover{color:var(--accent-primary)}.eth-info:after{content:attr(data-tip);position:absolute;bottom:100%;right:0;margin-bottom:6px;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:5px 8px;font-family:var(--font-mono);font-size:10px;letter-spacing:.5px;box-shadow:0 4px 12px #0006;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:50}.eth-info:hover:after{opacity:1}.eth-field .input{width:100%;font-family:var(--font-mono);font-size:11px}.eth-range{font-family:var(--font-mono);font-size:10px;line-height:1.4;color:var(--text-muted);margin-top:8px;min-height:1.4em}.eth-range-net{color:var(--accent-info);font-weight:600}.eth-range-warn{color:var(--accent-warning)}.eth-range.invalid{color:var(--accent-danger)}.eth-jack{color:var(--text-secondary)}.eth-jack-svg{width:108px;height:100px;display:block}.eth-port-label{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:2px;color:var(--accent-primary)}.eth-port-ips{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:2px}.eth-ip-row{display:flex;align-items:center;justify-content:center;gap:5px;font-family:var(--font-mono);font-size:11px}.eth-ip{color:var(--accent-info)}.eth-ip-x{background:transparent;border:none;color:var(--accent-danger);font-size:13px;line-height:1;cursor:pointer;padding:0 2px}.eth-ip-x:hover{color:#ff6b60}.eth-ip-lock{font-size:10px;opacity:.7}.eth-ip-none{color:var(--text-muted);font-family:var(--font-mono);font-size:11px}.eth-ip-add{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:2px}.eth-ip-add .input{width:110px;padding:2px 6px;font-size:11px}.eth-bridge{margin-top:2px;width:100%;display:flex;flex-direction:column;align-items:center}.eth-bridge-bar{height:10px;width:100%;border:1px solid var(--border-color);border-top:none;border-radius:0 0 6px 6px}.eth-bridge-ips{margin-top:5px;display:flex;flex-direction:column;align-items:center;gap:2px}.eth-bridge-label{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:1px;color:var(--accent-primary)}.lan-client-row{border-radius:3px}.lan-client-row.foreign{border-left:2px solid var(--accent-warning);background:#ffb0000f}.lcr-head{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;padding:6px;cursor:pointer}.lcr-dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.lcr-dot.reachable{background:var(--accent-success)}.lcr-dot.stale{background:var(--accent-warning)}.lcr-dot.off{background:var(--text-muted)}.lcr-ip{flex:0 0 122px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcr-mac{flex:1 1 auto;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcr-caret{flex:0 0 auto;color:var(--text-muted);font-size:11px;transition:transform .15s ease}.lan-client-row.open .lcr-caret{transform:rotate(90deg)}.lcr-add{flex:0 0 auto;margin-left:auto;background:transparent;border:1px solid var(--border-color);color:var(--accent-info);border-radius:3px;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.5px;line-height:1.6;cursor:pointer;padding:0 7px}.lcr-add:hover{border-color:var(--accent-info);background:#00d4ff14}.lcr-details{display:none;align-items:center;gap:6px;padding:0 6px 7px 24px;font-family:var(--font-mono);font-size:11px}.lan-client-row.open .lcr-details{display:flex}.lcr-src{flex:0 0 auto;font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 4px;border:1px solid;border-radius:2px}.lcr-src.live{color:var(--accent-success);border-color:var(--accent-success)}.lcr-src.arp{color:var(--text-muted);border-color:var(--text-muted)}.cell-status{margin-bottom:14px}.cell-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px}.cell-stat{display:flex;justify-content:space-between;gap:8px;font-family:var(--font-mono);font-size:12px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.04);min-width:0}.cell-stat.full{grid-column:1 / -1}.cell-stat .k{color:var(--text-muted);letter-spacing:.5px;flex:0 0 auto}.cell-stat .v{color:var(--text-primary);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apn-auto-notice{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:7px 9px;border:1px dashed var(--accent-warning);border-radius:4px;font-family:var(--font-mono);font-size:10px;letter-spacing:.5px;color:var(--accent-warning)}.apn-auto-notice.hidden{display:none}.apn-auto-actions{display:flex;gap:6px}.apn-field{display:flex;flex-direction:column;gap:3px;padding:4px 0}.apn-form .iface-subhead{margin-bottom:8px}.apn-form .iface-subhead+.apn-field{padding-top:0}.apn-field label{font-size:10px;letter-spacing:.5px;color:var(--text-secondary)}.apn-field .input{width:100%;font-family:var(--font-mono);font-size:12px}.apn-results{display:flex;flex-direction:column;gap:2px;max-height:120px;overflow-y:auto;margin:2px 0 8px}.apn-result{display:flex;flex-direction:column;gap:1px;text-align:left;background:#0000002e;border:1px solid var(--border-color);border-radius:3px;padding:5px 8px;cursor:pointer}.apn-result:hover{border-color:var(--accent-primary);background:#ffffff08}.apn-result-carrier{font-size:11px;color:var(--text-primary)}.apn-result-meta{font-family:var(--font-mono);font-size:9px;color:var(--text-muted)}.apn-result-empty{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);padding:6px 2px}.operations-bar{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 20px;background:linear-gradient(180deg,#140f0af2,#0f0a08fa);border-bottom:1px solid var(--border-color);font-family:var(--font-mono);font-size:13px;min-height:28px;flex-shrink:0}.ops-label{color:var(--accent-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ops-domain,.ops-ip,.ops-uptime{color:var(--text-primary)}.ops-separator{color:var(--text-muted);opacity:.6}.ops-version{color:var(--accent-info);font-family:var(--font-mono);font-size:13px}.offline-banner{width:100%;padding:8px 20px;background:linear-gradient(90deg,#ffb00040,#dadde826);border-bottom:2px solid var(--accent-warning);color:var(--accent-warning);font-family:var(--font-mono);font-size:12px;font-weight:600;text-align:center;letter-spacing:2px;text-transform:uppercase;flex-shrink:0}.offline-banner.hidden{display:none}.main-grid{flex:1;display:grid;--panel-w: clamp(430px, 32%, 560px);grid-template-columns:minmax(0,1fr) var(--panel-w, 32%);grid-template-rows:1fr;gap:0;overflow:hidden;min-height:0}.grid-map{grid-column:1;grid-row:1;min-height:0;min-width:0;overflow:hidden}.grid-routes-log{grid-column:2;grid-row:1;min-height:0;overflow:hidden}.grid-map,.grid-routes-log{display:flex;flex-direction:column}.grid-routes-log{flex-direction:row}.grid-map>.panel-chrome{flex:1;min-height:0}.grid-routes-log>.panel-chrome{flex:1;min-height:0;min-width:0}.main-grid.panel-collapsed{--panel-w: 60px}.main-grid.panel-collapsed .grid-routes-log>.panel-chrome{display:none}.panel-chrome{display:flex;flex-direction:column;height:100%;background:var(--bg-panel);border:1px solid var(--border-color);overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#dadde80d;border-bottom:1px solid var(--border-color);flex-shrink:0;min-height:36px}.panel-title{font-family:var(--font-mono);font-size:13px;letter-spacing:2px;color:var(--accent-primary);text-transform:uppercase}.map-container{flex:1;min-height:0;position:relative;background:#120e0c;width:100%;height:100%}#mapContainer .maplibregl-map{width:100%!important;height:100%!important}.maplibregl-ctrl-attrib.maplibregl-compact{background:#14161eb3;border-radius:3px;box-shadow:none}.maplibregl-ctrl-attrib.maplibregl-compact-show{background:var(--bg-secondary)}.maplibregl-ctrl-attrib-button{background-color:#ffffff8c}.maplibregl-ctrl-attrib a{color:var(--text-muted)}.maplibregl-ctrl-bottom-right{z-index:6;bottom:30px}.maplibregl-ctrl-bottom-left{bottom:30px}.map-legend{position:absolute;bottom:82px;left:10px;z-index:2;display:flex;flex-direction:column-reverse;background:#14161ec7;border:1px solid var(--border-color);border-radius:4px;overflow:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.map-controls{position:absolute;top:12px;right:10px;z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px}.map-ctrl-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;background:#14161ed9;border:1px solid var(--border-color);border-radius:50%;color:var(--accent-primary);cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-mono);font-size:18px;font-weight:700;line-height:1;box-shadow:0 1px 3px #0006;transition:background .15s,border-color .15s,color .15s}.map-ctrl-btn:hover:not(:disabled){background:#dadde829;border-color:var(--accent-primary)}.map-ctrl-btn:disabled{opacity:.4;cursor:not-allowed}.map-ctrl-btn.active{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.map-ctrl-btn svg{width:17px;height:17px}.map-mode-btn .mmb-off,.map-mode-btn.offline .mmb-on{display:none}.map-mode-btn.offline .mmb-off{display:block}.map-layers{position:relative}.layers-panel{position:absolute;top:0;right:calc(100% + 8px);width:150px;padding:8px;background:#14161eeb;border:1px solid var(--border-color);border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 4px 16px #00000080}.layers-panel.hidden{display:none}.lp-title{font-family:var(--font-mono);font-size:9px;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:6px}.lp-types{display:flex;flex-direction:column;gap:3px}.lp-type{text-align:left;padding:5px 8px;background:#00000040;border:1px solid var(--border-color);border-radius:3px;color:var(--text-secondary);font-family:var(--font-mono);font-size:11px;letter-spacing:.5px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.lp-type:hover:not(:disabled){color:var(--accent-primary);border-color:var(--accent-primary)}.lp-type.active{color:var(--accent-primary);border-color:var(--accent-primary);background:#dadde81a}.lp-type:disabled{opacity:.4;cursor:not-allowed}.lp-divider{height:1px;background:var(--border-color);margin:8px 0}.lp-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 2px;background:transparent;border:none;color:var(--text-secondary);font-family:var(--font-mono);font-size:11px;letter-spacing:.5px;cursor:pointer}.lp-row:hover:not(:disabled){color:var(--accent-primary)}.lp-row:disabled{opacity:.4;cursor:not-allowed}.lp-switch{flex:0 0 auto;width:30px;height:16px;border-radius:8px;background:#ffffff1f;border:1px solid var(--border-color);position:relative;transition:background .15s}.lp-switch:after{content:"";position:absolute;top:1px;left:1px;width:12px;height:12px;border-radius:50%;background:var(--text-secondary);transition:transform .18s ease,background .15s}.lp-row.active .lp-switch{background:#30d15859}.lp-row.active .lp-switch:after{transform:translate(14px);background:var(--accent-success)}.map-legend-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:4px 8px;background:transparent;border:none;cursor:pointer;color:var(--text-primary);font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:1px}.map-legend-caret{margin-left:auto;transition:transform .15s ease}.map-legend.collapsed .map-legend-caret{transform:rotate(-90deg)}.map-legend.collapsed .map-legend-body{display:none}.map-legend.collapsed:hover .map-legend-caret{transform:rotate(0)}.map-legend.collapsed:hover .map-legend-body{display:flex}.map-legend-body{display:flex;flex-direction:column;gap:3px;padding:2px 8px 6px}.map-legend-row{display:flex;align-items:center;gap:6px;white-space:nowrap;font-family:var(--font-mono);font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary)}.map-legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;box-shadow:0 0 5px #0009}.map-compass{display:flex;align-items:center;justify-content:center}.map-compass .compass-rose{position:relative;width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 50% 50%,transparent 50%,rgba(218,221,232,.07) 52% 60%,transparent 62%),radial-gradient(circle at 32% 28%,#dadde824,#0a0c12e0 72%);border:1px solid var(--border-color);box-shadow:inset 0 0 5px #0009,0 1px 3px #0006;cursor:pointer;padding:0;box-sizing:border-box}.map-compass .compass-rose:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:repeating-conic-gradient(from -1deg,rgba(218,221,232,.55) 0deg 2deg,transparent 2deg 30deg);-webkit-mask:radial-gradient(circle,transparent 0 62%,#000 64% 80%,transparent 82%);mask:radial-gradient(circle,transparent 0 62%,#000 64% 80%,transparent 82%);pointer-events:none}.map-compass .compass-rose:hover{border-color:var(--accent-primary);box-shadow:inset 0 0 5px #0009,0 0 8px #dadde840}.map-compass .cr-needle{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:transform .2s ease-out;pointer-events:none}.status-panel-content{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.sys-dash{flex:1;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.sys-vitals-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sys-vital{background:#0003;border:1px solid var(--border-color);border-radius:4px;padding:8px 10px}.sys-vital-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.sys-vital-lbl{font-family:var(--font-mono);font-size:10px;letter-spacing:1px;color:var(--text-muted)}.sys-vital-val{font-family:var(--font-mono);font-size:16px;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.sys-vital-val.warn{color:var(--accent-warning)}.sys-vital-val.danger{color:var(--accent-danger)}.sys-bar{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.sys-bar-fill{height:100%;width:0;background:var(--accent-success);border-radius:2px;transition:width .4s ease,background .3s ease}.sys-bar-fill.warn{background:var(--accent-warning)}.sys-bar-fill.danger{background:var(--accent-danger)}.sys-meta{display:flex;gap:8px}.sys-meta-item{flex:1;min-width:0;background:#0003;border:1px solid var(--border-color);border-radius:4px;padding:6px 10px;display:flex;flex-direction:column;gap:2px}.sys-meta-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:1px;color:var(--text-muted)}.sys-meta-val{font-family:var(--font-mono);font-size:12px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-mini-panel{background:#0003;border:1px solid var(--border-color);border-radius:4px;overflow:hidden;flex-shrink:0}.chart-mini-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#dadde80a;border-bottom:1px solid var(--border-color)}.chart-mini-title{font-family:var(--font-mono);font-size:13px;letter-spacing:2px;color:var(--accent-primary)}.chart-legend-mini{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:3px;border-radius:1px}.legend-dot.rx{background:var(--rx-color)}.legend-dot.tx{background:var(--tx-color)}.legend-text{font-family:var(--font-mono);font-size:13px;color:var(--text-secondary)}.chart-mini-container{padding:6px 10px;height:80px}.chart-mini-container.chart-sm{height:60px}.throughput-stats{display:flex;justify-content:space-around;padding:6px 10px;border-top:1px solid var(--border-color);background:#00000026}.stat-mini{text-align:center}.stat-val{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--accent-primary);font-variant-numeric:tabular-nums;display:block}.stat-val.rx{color:var(--rx-color)}.stat-val.tx{color:var(--tx-color)}.stat-lbl{font-size:8px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.warhammer-status{padding:2px 8px;border-radius:10px;font-size:13px;font-weight:600;background:var(--text-muted);color:var(--bg-primary)}.warhammer-status.connected{background:var(--accent-success)}.warhammer-status.disconnected{background:var(--accent-danger)}.info-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.03);font-family:var(--font-mono);font-size:13px}.info-row:last-child{border-bottom:none}.info-row .info-label{color:var(--text-muted)}.info-row .info-value{color:var(--accent-primary)}.info-value.truncate{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-value.outdated{color:var(--accent-warning);font-weight:500}.info-value.online{color:var(--accent-success)}.info-value.offline{color:var(--accent-danger)}.counter-badge{background:var(--accent-primary);color:var(--bg-primary);padding:1px 7px;border-radius:10px;font-size:13px;font-weight:700;font-family:var(--font-mono)}.interface-list{padding:6px 10px;max-height:120px;overflow-y:auto}.interface-item{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#00000026;border:1px solid var(--border-color);border-radius:3px;margin-bottom:4px;transition:all .2s}.interface-item:hover{border-color:var(--accent-primary);background:#dadde80d}.interface-item.down{opacity:.5}.interface-item.configurable{cursor:pointer}.interface-item.configurable:hover{border-color:var(--accent-info);background:#00d4ff0d}.interface-info{flex:1}.interface-name{font-family:var(--font-mono);font-size:13px;color:var(--accent-primary);font-weight:600}.interface-ip{font-family:var(--font-mono);font-size:12px;color:var(--text-secondary);margin-top:1px}.interface-status{font-size:13px;padding:2px 6px;border-radius:10px;font-family:var(--font-mono)}.interface-status.up{background:#30d15833;color:var(--accent-success)}.interface-status.down{background:#ff3b3033;color:var(--accent-danger)}.service-list{padding:6px 10px;display:flex;flex-direction:column;gap:4px}.service-item{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;background:#00000026;border:1px solid var(--border-color);border-radius:3px}.service-name{font-family:var(--font-mono);font-size:12px;color:var(--text-primary)}.service-status{padding:2px 6px;border-radius:10px;font-family:var(--font-mono);font-size:13px}.service-status.active{background:#30d15833;color:var(--accent-success)}.service-status.inactive{background:#ff3b3033;color:var(--accent-danger)}.diag-panel{padding:8px 12px 12px}.diag-target-row{margin-bottom:8px}.diag-select{width:100%;padding:6px 10px;font-family:var(--font-mono);font-size:13px;color:var(--text-primary);background:#0000004d;border:1px solid var(--border-color);border-radius:3px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888d99'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .2s}.diag-select:hover{border-color:var(--accent-primary)}.diag-select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 1px #dadde833}.diag-select option{background:var(--bg-secondary);color:var(--text-primary)}.diag-graph-container{position:relative;height:80px;margin-bottom:8px;background:#00000040;border:1px solid rgba(218,221,232,.12);border-radius:3px;overflow:hidden}.diag-graph-container canvas{position:absolute;top:0;left:0;width:100%;height:100%}.diag-graph-legend{position:absolute;top:4px;left:8px;right:8px;display:flex;gap:12px;font-family:var(--font-mono, "JetBrains Mono NL", monospace);font-size:9px;letter-spacing:1px;pointer-events:none}.diag-graph-legend-item.diag-graph-dl{color:var(--rx-color)}.diag-graph-legend-item.diag-graph-ul{color:var(--tx-color)}.diag-graph-legend-max{margin-left:auto;color:#dadde880}.diag-link-status{display:block;margin:0 0 10px;font-family:var(--font-mono);font-size:11px;letter-spacing:1px;color:var(--text-muted);transition:color .3s}.diag-link-status.testing{color:var(--accent-info)}.diag-link-status.done,.diag-link-status.direct{color:var(--accent-success)}.diag-link-status.relayed{color:var(--accent-warning)}.diag-run-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;margin-bottom:8px;font-family:var(--font-primary);font-size:12px;font-weight:700;letter-spacing:2px;color:var(--bg-primary);background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border:1px solid var(--accent-primary);border-radius:3px;cursor:pointer;transition:all .2s;text-transform:uppercase;position:relative;overflow:hidden}.diag-run-btn:hover:not(:disabled){box-shadow:0 0 20px #dadde866,inset 0 0 20px #ffffff1a;transform:translateY(-1px)}.diag-run-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 0 10px #dadde84d}.diag-run-btn:disabled{opacity:.35;cursor:not-allowed;background:linear-gradient(135deg,#555,#444);border-color:#444;color:var(--text-muted)}.diag-run-btn.running{background:linear-gradient(135deg,#00d4ffcc,#00b4dccc);border-color:var(--accent-info);cursor:not-allowed}.diag-btn-icon{font-size:12px;transition:transform .2s}.diag-run-btn.running .diag-btn-icon{animation:diagIconSpin 1s linear infinite}@keyframes diagIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.diag-progress{margin-bottom:8px;display:none}.diag-progress.active{display:block}.diag-progress-track{height:4px;background:#0006;border-radius:2px;overflow:hidden;position:relative;margin-bottom:4px}.diag-progress-fill{height:100%;width:0%;border-radius:2px;background:linear-gradient(90deg,var(--accent-info),var(--accent-success));transition:width .3s ease;position:relative}.diag-progress-glow{position:absolute;top:-2px;right:0;width:30px;height:8px;background:radial-gradient(ellipse,rgba(0,212,255,.6),transparent);border-radius:50%;opacity:0;transition:opacity .3s}.diag-progress.active .diag-progress-glow{opacity:1}.diag-progress-label{font-family:var(--font-mono);font-size:13px;color:var(--accent-info);letter-spacing:1.5px;text-align:center}.diag-results{display:grid;grid-template-columns:1fr 1fr;gap:6px}.diag-result-item{padding:6px 8px;background:#0003;border:1px solid rgba(255,255,255,.04);border-radius:3px;text-align:center;transition:all .4s ease}.diag-result-item.highlight-dl{border-color:#ffb00066;background:#ffb0000f}.diag-result-item.highlight-ul{border-color:#00d4ff66;background:#00d4ff0f}.diag-result-label{font-family:var(--font-mono);font-size:8px;letter-spacing:1px;color:var(--text-muted);margin-bottom:2px}.diag-result-value{font-family:var(--font-mono);font-size:18px;font-weight:700;color:var(--text-primary);line-height:1.1;font-variant-numeric:tabular-nums;transition:color .3s}.diag-result-item:nth-child(1) .diag-result-value{color:var(--rx-color)}.diag-result-item:nth-child(2) .diag-result-value{color:var(--tx-color)}.diag-result-item:nth-child(3) .diag-result-value{color:var(--accent-primary)}.diag-result-item:nth-child(4) .diag-result-value{color:var(--accent-primary)}.diag-result-unit{font-family:var(--font-mono);font-size:8px;color:var(--text-muted);letter-spacing:1px;margin-top:1px}.diag-error{padding:8px;background:#ff3b3014;border:1px solid rgba(255,59,48,.3);border-radius:3px;font-family:var(--font-mono);font-size:12px;color:var(--accent-danger);text-align:center;margin-top:8px}.diag-hist-head{display:flex;align-items:center;justify-content:space-between;margin:14px 0 6px}.diag-hist-title{font-family:var(--font-mono);font-size:10px;letter-spacing:1.5px;color:var(--text-muted)}.diag-hist-clear{background:none;border:none;cursor:pointer;font-family:var(--font-mono);font-size:10px;letter-spacing:1px;color:var(--text-muted);padding:0}.diag-hist-clear:hover{color:var(--accent-primary)}.diag-hist-list{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.diag-hist-empty{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);text-align:center;padding:8px}.diag-hist-row{display:flex;align-items:baseline;gap:8px;padding:4px 8px;background:#0003;border:1px solid var(--border-color);border-radius:3px;font-family:var(--font-mono);font-size:12px}.dh-time{flex:0 0 auto;color:var(--text-muted);font-size:11px}.dh-node{flex:1 1 auto;min-width:0;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dh-dl{flex:0 0 auto;color:var(--rx-color)}.dh-ul{flex:0 0 auto;color:var(--tx-color)}.plugin-list{padding:6px 10px;display:flex;flex-direction:column;gap:4px}.no-plugins{color:var(--text-muted);font-size:13px;text-align:center;padding:10px}.plugin-item{display:flex;align-items:center;gap:8px;padding:5px 8px;background:#00000026;border:1px solid var(--border-color);border-radius:3px;cursor:pointer;transition:all .2s ease}.plugin-item:hover{background:#00000040;border-color:var(--accent-primary)}.plugin-status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-danger);flex-shrink:0}.plugin-item.running .plugin-status-dot{background:var(--accent-success);box-shadow:0 0 6px var(--accent-success)}.plugin-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.plugin-name{font-family:var(--font-mono);font-size:12px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plugin-status{font-size:13px;color:var(--text-muted)}.plugin-item.running .plugin-status{color:var(--accent-success)}.sbc-info{text-align:center;padding:8px}.sbc-model{font-size:12px;font-weight:600;color:var(--accent-primary);margin-bottom:3px}.sbc-details{font-family:var(--font-mono);font-size:13px;color:var(--text-muted)}.btn-group-compact{display:flex;gap:6px;padding:6px 10px}.btn-group-compact .btn{flex:1}.peer-list{flex:1;overflow-y:auto;padding:6px 10px}.peer-item{display:flex;align-items:center;padding:7px 9px;background:#0003;border:1px solid var(--border-color);border-radius:4px;margin-bottom:5px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.peer-item:hover{border-color:var(--accent-primary);background:#dadde80d}.peer-item.online{border-left:3px solid var(--accent-success)}.peer-item.offline{border-left:3px solid var(--accent-danger);opacity:.7}.peer-item-local{background:#00c3ff0f;box-shadow:inset 0 0 0 1px #00c3ff66}.local-node-card{flex-shrink:0;cursor:pointer;margin:6px 10px 0;padding:7px 9px;background:#00c3ff0f;border:1px solid rgba(0,195,255,.35);border-radius:4px}.lnc-row{display:flex;align-items:center}.local-node-card .peer-status-dot{background:#00d4ff;box-shadow:0 0 10px #00d4ffcc}.help-panel-body{display:flex;flex:1;overflow:hidden}.help-topic-list{width:220px;flex-shrink:0;border-right:1px solid var(--border-color);background:#0003;overflow-y:auto;padding:10px 0}.help-topic-list .help-topic-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:transparent;border:none;border-left:3px solid transparent;color:var(--text-secondary);font-family:var(--font-mono);font-size:12px;letter-spacing:.5px;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.help-topic-list .help-topic-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:4px;font-size:13px;line-height:1;background:#00000059;border:1px solid var(--topic-color, var(--border-color));color:var(--topic-color, var(--text-secondary));box-shadow:0 0 8px -2px var(--topic-color, transparent);transition:box-shadow .18s ease,background .18s ease}.help-topic-list .help-topic-label{flex:1}.help-topic-list .help-topic-btn:hover{background:#dadde80d;color:var(--text-primary);transform:translate(2px)}.help-topic-list .help-topic-btn:hover .help-topic-icon{box-shadow:0 0 12px -1px var(--topic-color, transparent);background:#00000080}.help-topic-list .help-topic-btn.active{background:linear-gradient(90deg,#dadde81a,#dadde805);border-left-color:var(--topic-color, var(--accent-primary));color:var(--topic-color, var(--accent-primary))}.help-topic-list .help-topic-btn.active .help-topic-icon{background:#0009;box-shadow:0 0 14px -1px var(--topic-color, transparent)}.help-topic-content .help-diagram{margin:14px 0 18px;padding:10px;background:#00000040;border:1px solid rgba(218,221,232,.12);border-radius:4px}.help-topic-content .help-diagram svg{display:block;width:100%;max-width:320px;margin:0 auto;height:auto}#helpPanel:not(.hidden) .node-panel-content{animation:helpPanelSlideIn .28s cubic-bezier(.22,.94,.32,1.04)}#helpPanel:not(.hidden) .node-panel-backdrop{animation:helpPanelFadeIn .22s ease-out}@keyframes helpPanelSlideIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes helpPanelFadeIn{0%{opacity:0}to{opacity:1}}.help-topic-content{flex:1;overflow-y:auto;padding:18px 22px;color:var(--text-secondary);font-size:13px;line-height:1.55}.help-topic-content h2{color:var(--text-primary);font-size:16px;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid var(--border-color)}.help-topic-content h3{color:var(--text-primary);font-size:13px;margin:16px 0 6px;text-transform:uppercase;letter-spacing:1px}.help-topic-content p{margin:6px 0 10px}.help-topic-content ul,.help-topic-content ol{margin:6px 0 10px 18px;padding:0}.help-topic-content li{margin-bottom:4px}.help-topic-content code{background:#0000004d;padding:1px 5px;border-radius:2px;font-family:var(--font-mono);font-size:12px;color:var(--accent-info)}.help-topic-content strong{color:var(--text-primary)}.help-topic-content .help-callout{border-left:3px solid var(--accent-warning);background:#ffb0000f;padding:8px 12px;margin:10px 0;color:var(--text-primary);font-size:12px}.help-topic-content .help-callout-danger{border-left-color:var(--accent-danger);background:#ff3b300f}.help-link{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:6px;padding:0;border:1px solid var(--border-color);border-radius:50%;background:transparent;color:var(--text-muted);font-family:var(--font-mono);font-size:10px;line-height:1;cursor:pointer;transition:color .12s,border-color .12s;vertical-align:middle}.help-link:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;pointer-events:none}.tour-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;pointer-events:auto}.tour-spotlight{position:absolute;box-shadow:0 0 0 9999px #000000a6;border:2px solid var(--accent-primary);border-radius:6px;pointer-events:none;transition:all .25s ease}.tour-tooltip{position:absolute;max-width:360px;background:var(--bg-secondary);border:1px solid var(--accent-primary);border-radius:4px;padding:14px 16px;box-shadow:var(--shadow-glow-strong);pointer-events:auto;z-index:3001}.tour-tooltip h4{margin:0 0 6px;color:var(--accent-primary);font-family:var(--font-mono);font-size:12px;letter-spacing:1px}.tour-tooltip p{margin:0 0 12px;color:var(--text-secondary);font-size:13px;line-height:1.5}.tour-tooltip .tour-controls{display:flex;justify-content:space-between;align-items:center;gap:8px}.tour-tooltip .tour-step-counter{color:var(--text-muted);font-family:var(--font-mono);font-size:11px}.peer-status-dot{width:10px;height:10px;border-radius:50%;margin-right:10px;flex-shrink:0}.peer-item.online .peer-status-dot{background:var(--accent-success);box-shadow:0 0 10px var(--accent-success)}.peer-item.offline .peer-status-dot{background:var(--accent-danger)}.peer-item.peer-item-local .peer-status-dot{background:#00d4ff;box-shadow:0 0 10px #00d4ffcc}.peer-info{flex:1;min-width:0}.peer-row-top{display:flex;align-items:baseline;gap:8px}.peer-name{flex:0 0 auto;font-family:var(--font-mono);font-size:13px;font-weight:400;color:var(--accent-primary);white-space:nowrap}.peer-conn{flex:0 0 auto;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 5px;border-radius:3px;line-height:1.5;background:#dadde81a;color:var(--text-secondary)}.peer-conn:empty{background:none;padding:0}.peer-ip{margin-left:auto;text-align:right;font-family:var(--font-mono);font-size:12px;color:var(--accent-primary);white-space:nowrap}.peer-meta{display:flex;align-items:baseline;margin-top:2px;font-family:var(--font-mono);font-size:12px}.peer-path{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.5px;border-radius:3px;line-height:1.5}.peer-path.los,.peer-path.blos{padding:1px 5px;margin-left:6px;background:#dadde81a;color:var(--text-secondary)}.peer-latency{margin-left:auto;text-align:right;color:var(--text-muted)}.peer-fix{flex:0 0 auto;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 5px;border-radius:3px}.peer-fix.fix-3d{background:#30d1582e;color:var(--accent-success)}.peer-fix.fix-2d{background:#ffb0002e;color:var(--accent-warning)}.peer-fix.fix-none{background:#ff3b302e;color:var(--accent-danger)}.peer-latency.good{color:var(--accent-success)}.peer-latency.medium{color:var(--accent-warning)}.peer-latency.poor{color:var(--accent-danger)}.peer-reticle{flex:0 0 24px;width:24px;height:24px;margin-left:8px;padding:0;background:transparent;border:1px solid var(--border-color);border-radius:50%;color:var(--text-secondary);font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.peer-reticle:hover{color:var(--accent-primary);border-color:var(--border-highlight);background:var(--accent-dim, rgba(218,221,232,.08))}.peer-reticle.noloc{visibility:hidden}.coord-fix.coord-3d{color:var(--accent-success)}.coord-fix.coord-2d{color:var(--accent-warning)}.coord-fix.coord-none{color:var(--accent-danger)}.gps-telemetry{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:18px;padding:5px 12px;background:#262833d1;border-top:1px solid var(--border-color, rgba(218, 221, 232, .15));font-family:var(--font-mono);font-size:12px;color:var(--text-primary);z-index:5;pointer-events:none}.gps-tel-field{white-space:nowrap}.gps-tel-lon{margin-left:12px}.gps-clickable{pointer-events:auto;cursor:pointer;border-radius:3px;padding:0 4px;margin:0 -2px;transition:background .15s}.gps-clickable:hover{background:#dadde81f}.map-coord-box{position:absolute;bottom:38px;right:10px;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.mcb-cursor{display:none;margin-left:auto;align-items:baseline;gap:4px;color:var(--accent-info);white-space:nowrap;font-variant-numeric:tabular-nums}.mcb-cursor.visible{display:inline-flex}.mcb-cursor-icon{color:var(--text-muted)}.mcb-zoom{background:#14161ec7;border:1px solid var(--border-color);border-radius:4px;padding:3px 8px;font-family:var(--font-mono);font-size:10px;letter-spacing:.5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);white-space:nowrap;font-variant-numeric:tabular-nums}.mcb-zoom-lbl{color:var(--text-muted)}.mcb-zoom-val{color:var(--text-primary);font-weight:600}.gps-tel-label{color:var(--text-muted);font-size:10px;letter-spacing:.5px;margin-right:2px}.map-marker .marker-chevron{color:var(--accent-info, #00d4ff);font-size:18px;line-height:1;text-shadow:0 0 5px rgba(0,212,255,.85);transform-origin:50% 50%}:root{--rail-item-h: 52px}.panel-tabs{flex:0 0 60px;display:flex;flex-direction:column;background:#dadde80d;overflow-y:auto}#panelContent{border-right:none}.panel-tab{flex:0 0 auto;min-height:var(--rail-item-h);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 4px;background:transparent;border:1px solid transparent;color:var(--text-secondary);font-family:var(--font-mono);cursor:pointer;transition:color .15s,background .15s,border-color .15s;position:relative}.panel-tab:hover{color:var(--accent-primary);background:#dadde80f}.panel-tab.active{color:var(--accent-primary);background:var(--bg-panel);border-color:var(--border-color) var(--border-color) var(--border-color) transparent;z-index:1}.pt-icon{display:flex;align-items:center;justify-content:center;height:18px}.pt-icon svg{width:18px;height:18px;display:block}.pt-label{font-size:8px;letter-spacing:.5px}.panel-tab .counter-badge{position:absolute;top:3px;right:3px;font-size:8px;font-weight:700;padding:0 4px;line-height:1.5;border-radius:8px}.rail-zeroize{margin-top:auto;color:var(--accent-danger);border-top:1px solid var(--border-color)}.rail-zeroize:hover{color:var(--accent-danger);background:#ff3b301a}.tab-content{display:none;flex:1;overflow:hidden;flex-direction:column}.tab-content.active{display:flex}.route-sub-tabs{display:flex;gap:4px}.route-sub-tab{padding:3px 10px;font-size:12px;font-family:var(--font-primary);font-weight:600;background:transparent;color:var(--text-muted);border:1px solid var(--border-color);border-radius:3px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.route-sub-tab:hover{color:var(--text-primary);border-color:var(--text-secondary)}.route-sub-tab.active{color:var(--accent-primary);border-color:var(--accent-primary);background:#dadde81a}.route-list{flex:1;overflow-y:auto;padding:8px 12px}.route-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0003;border:1px solid var(--border-color);border-radius:4px;margin-bottom:6px;transition:all .2s}.route-item:hover{border-color:var(--accent-primary);background:#dadde80d}.route-item.persistent{border-left:3px solid var(--accent-warning)}.route-info{flex:1;min-width:0}.route-network{font-family:var(--font-mono);font-size:13px;color:var(--accent-info)}.route-via{font-family:var(--font-mono);font-size:13px;color:var(--accent-primary);margin-top:2px}.route-item-link{cursor:pointer}.route-status{flex-shrink:0;margin-left:8px;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.5px;padding:2px 6px;border-radius:3px}.route-status.active{background:#30d1582e;color:var(--accent-success)}.route-status.inactive{background:#ffffff0f;color:var(--text-muted)}.route-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.route-actions .btn{padding:3px 7px;font-size:13px}.route-status{padding:2px 6px;border-radius:10px;font-family:var(--font-mono);font-size:13px}.route-status.enabled{background:#30d15833;color:var(--accent-success)}.route-status.disabled{background:#ff3b3033;color:var(--accent-danger)}.route-locked{color:var(--accent-warning);font-size:14px;padding:4px;cursor:help}.route-error{color:var(--accent-danger);font-size:13px;padding:8px 0;display:none}.route-error.visible{display:block}.log-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;background:#0003;border-bottom:1px solid var(--border-color);flex-shrink:0}.log-filters{display:flex;gap:4px;flex-wrap:wrap}.log-filter{background:#ffffff0a;border:1px solid var(--border-color);border-radius:3px;color:var(--text-muted);font-family:var(--font-mono);font-size:10px;letter-spacing:.5px;padding:2px 6px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.log-filter:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.log-filter.active{color:var(--accent-primary);border-color:var(--accent-primary);background:#dadde81a}.lf-count{color:var(--text-muted);margin-left:3px}.log-filter.active .lf-count{color:var(--accent-primary)}.log-container{flex:1;overflow-y:auto;background:#0000004d;padding:8px 10px;font-family:var(--font-mono);font-size:12px}.log-empty{color:var(--text-muted);font-size:12px;text-align:center;padding:16px}.log-entry{display:flex;align-items:baseline;gap:6px;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.03);cursor:pointer}.log-time{flex:0 0 auto;color:var(--text-muted)}.log-level{flex:0 0 auto;padding:1px 5px;border-radius:2px;font-size:13px}.log-level.INFO{background:#00d4ff33;color:var(--accent-info)}.log-level.WARN{background:#ffb00033;color:var(--accent-warning)}.log-level.ERROR{background:#ff3b3033;color:var(--accent-danger)}.log-level.SUCCESS{background:#30d15833;color:var(--accent-success)}.log-message{flex:1 1 auto;min-width:0;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.log-entry.expanded .log-message{white-space:normal;overflow:visible;word-break:break-word}.node-panel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1500;display:flex;justify-content:flex-end}.node-panel.hidden{display:none}.node-panel-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.node-panel-content{position:relative;width:560px;max-width:90vw;height:100%;background:var(--bg-secondary);border-left:1px solid var(--accent-primary);box-shadow:-10px 0 40px #00000080,-2px 0 20px #dadde81a;display:flex;flex-direction:column;animation:slideInRight .25s ease-out;overflow:hidden}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.node-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#dadde814;border-bottom:1px solid var(--border-color);flex-shrink:0}.node-panel-title{display:flex;align-items:center;gap:10px;font-family:var(--font-primary);font-size:18px;font-weight:600;color:var(--text-primary)}.node-status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.node-status-dot.online{background:var(--accent-success);box-shadow:0 0 12px var(--accent-success)}.node-status-dot.offline{background:var(--accent-danger)}.node-status-dot.local{background:#00d4ff;box-shadow:0 0 12px #00d4ffcc}.node-panel-tabs{display:flex;border-bottom:1px solid var(--border-color);flex-shrink:0}.node-tab-content{display:none}.node-tab-content.active{display:block}#nodeListView{display:flex;flex-direction:column;flex:1;min-height:0}.node-detail{display:flex;flex-direction:row;flex:1;min-height:0}.node-detail-main{display:flex;flex-direction:column;flex:1;min-width:0}.node-detail-header{display:flex;align-items:center;gap:8px;height:var(--rail-item-h);padding:0 12px;background:#dadde80d;border-bottom:1px solid var(--border-color);flex-shrink:0}.node-back-btn{flex-shrink:0;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);font-size:15px;line-height:1;cursor:pointer;transition:color .15s ease,border-color .15s ease}.node-back-btn:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.node-detail-name{flex:1;min-width:0;font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:1px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-detail-content{flex:1;min-height:0;overflow-y:auto;padding:16px}.panel-tab{transition:color .15s,background .15s,border-color .15s,opacity .18s}.panel-subtab{display:none;position:relative;flex:0 0 auto;min-height:38px;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:5px 3px;background:#0000002e;border:1px solid transparent;color:var(--text-secondary);font-family:var(--font-mono);cursor:pointer;transition:color .15s,background .15s,border-color .15s}.panel-subtab .pt-icon{height:13px}.panel-subtab .pt-icon svg{width:13px;height:13px}.panel-subtab .pt-label{font-size:6px;letter-spacing:.3px}.panel-subtab:hover{color:var(--accent-primary);background:#dadde80f}.panel-subtab.active{color:var(--accent-primary);background:var(--bg-panel);border-color:var(--border-color) var(--border-color) var(--border-color) transparent;z-index:1}#panelTabs.on-nodes.node-open .panel-subtab{display:flex}#panelTabs.on-nodes.node-open .panel-tab:not([data-tab=peersTab]):not(.rail-zeroize){opacity:.22}#panelTabs.on-nodes.node-open .panel-tab[data-tab=peersTab].active{color:var(--text-primary)}.panel-subtab.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent-primary)}.main-grid.panel-collapsed .panel-tab.active,.main-grid.panel-collapsed .panel-subtab.active{background:transparent;border-color:transparent;color:var(--text-secondary)}.main-grid.panel-collapsed .panel-subtab.active:before{display:none}.node-detail-grid{display:flex;flex-direction:column;gap:10px}.node-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#0003;border:1px solid var(--border-color);border-radius:4px;font-family:var(--font-mono);font-size:13px}.node-detail-row .ndl{color:var(--text-muted)}.node-detail-row .ndv{color:var(--accent-primary);text-align:right;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-route-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#0003;border:1px solid var(--border-color);border-radius:4px;margin-bottom:8px}.node-route-info{flex:1}.node-route-name{font-family:var(--font-mono);font-size:12px;color:var(--accent-info)}.node-route-cidr{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);margin-top:2px}.node-route-actions{display:flex;gap:6px;align-items:center}.add-route-toggle{width:100%;margin-top:8px}.node-add-route-form{padding:4px 12px 12px;background:#00000026;border:1px dashed var(--border-color);border-radius:4px;margin-top:8px}.node-route-error{color:var(--accent-danger);font-size:11px;padding:4px 0;min-height:1em}.node-ip-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0003;border:1px solid var(--border-color);border-radius:3px;margin-bottom:6px;font-family:var(--font-mono);font-size:13px}.node-ip-item .ip-addr{color:var(--accent-info)}.node-ip-item.guarded{border-color:var(--accent-warning);background:#ffb0000d}.node-ip-item .guarded-badge{font-size:13px;color:var(--accent-warning);margin-left:6px}.node-add-ip-form{display:flex;gap:6px;margin-top:10px}.node-add-ip-form .input{flex:1}.node-action-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#0003;border:1px solid var(--border-color);border-radius:4px;margin-bottom:10px;cursor:pointer;transition:all .2s;width:100%;text-align:left;color:var(--text-primary);font-family:var(--font-primary);font-size:14px}.node-action-btn:hover{border-color:var(--accent-primary);background:#dadde80d}.node-action-btn .action-icon{font-size:20px}.node-action-btn .action-info{flex:1}.node-action-btn .action-label{font-weight:600}.node-action-btn .action-desc{font-size:13px;color:var(--text-muted);margin-top:2px}.node-action-btn.action-warn{border-color:var(--accent-warning)}.node-action-btn.action-warn:hover{background:#ffb00014}.node-action-btn.action-warn .action-label{color:var(--accent-warning)}.node-action-btn.action-danger{border-color:var(--accent-danger)}.node-action-btn.action-danger:hover{background:#ff3b3014;border-color:var(--accent-danger)}.node-action-result{margin-top:10px;padding:10px;background:#0000004d;border-radius:4px;font-family:var(--font-mono);font-size:13px;color:var(--text-secondary)}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:var(--text-muted);font-size:12px;gap:10px}.btn{padding:8px 14px;border:1px solid var(--border-color);background:transparent;color:var(--text-primary);font-family:var(--font-mono);font-size:13px;letter-spacing:1px;cursor:pointer;transition:all .3s ease;border-radius:3px;white-space:nowrap}.btn:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-glow)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-xs{padding:4px 8px;font-size:13px}.btn-primary{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-tertiary) 100%);border-color:var(--accent-primary);color:var(--bg-primary)}.btn-primary:hover{box-shadow:var(--shadow-glow-strong)}.btn-success{border-color:var(--accent-success);color:var(--accent-success)}.btn-success:hover{background:#30d15826}.btn-danger{border-color:var(--accent-danger);color:var(--accent-danger)}.btn-danger:hover{background:#ff3b3026}.btn-warning{border-color:var(--accent-warning);color:var(--accent-warning)}.btn-warning:hover{background:#ffb00026}.btn-secondary{border-color:var(--text-muted);color:var(--text-secondary)}.btn-secondary:hover{border-color:var(--text-secondary);color:var(--text-primary)}.btn-block{display:block;width:100%}.btn-group{display:flex;gap:10px}.btn-group .btn{flex:1}.mt-10{margin-top:10px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;transition:opacity .2s}.modal.hidden{display:none}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-color);width:90%;max-width:450px;max-height:80vh;overflow-y:auto;border-radius:4px;box-shadow:var(--shadow-glow-strong)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#dadde814;border-bottom:1px solid var(--border-color);font-family:var(--font-mono);font-size:12px;letter-spacing:2px;color:var(--accent-primary)}.modal-close{background:transparent;border:none;color:var(--text-muted);font-size:24px;cursor:pointer;transition:color .2s}.modal-close:hover{color:var(--accent-danger)}.modal-body{padding:18px}#confirmModal{z-index:2000}.confirm-modal{max-width:350px}.confirm-modal .modal-body{text-align:center}.confirm-modal p{margin-bottom:20px;font-size:14px;color:var(--text-secondary)}.settings-group{margin-bottom:20px}.settings-group h3{font-size:13px;color:var(--accent-primary);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.03)}.setting-row label{font-size:12px;color:var(--text-secondary)}.setting-row .input{width:150px;padding:6px 10px;background:#0000004d;border:1px solid var(--border-color);border-radius:3px;color:var(--text-primary);font-family:var(--font-mono);font-size:12px}.setting-row .input:focus{outline:none;border-color:var(--accent-primary)}.toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.toggle input{display:none}.toggle-slider{width:40px;height:20px;background:var(--accent-danger);border-radius:10px;position:relative;transition:all .3s ease}.toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--bg-primary);border-radius:50%;transition:all .3s ease}.toggle input:checked+.toggle-slider{background:var(--accent-success)}.toggle input:checked+.toggle-slider:after{left:22px}.toggle-label{font-family:var(--font-mono);font-size:13px;color:var(--text-secondary)}.about-section{text-align:center;padding:20px}.about-logo{margin-bottom:15px;filter:drop-shadow(0 0 20px rgba(218,221,232,.4))}.about-mark{display:inline-block;width:89px;height:80px;background-color:var(--text-primary);-webkit-mask:url(/logo/warhammer-mark.png) no-repeat center / contain;mask:url(/logo/warhammer-mark.png) no-repeat center / contain}.about-section h2{font-size:24px;letter-spacing:6px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:5px}.about-text-logo{display:inline-block;width:300px;height:26px;margin:4px 0 6px;background-color:var(--text-primary);-webkit-mask:url(/logo/warhammer-text.png) no-repeat center / contain;mask:url(/logo/warhammer-text.png) no-repeat center / contain}.about-version{font-family:var(--font-mono);font-size:12px;color:var(--accent-primary);margin-bottom:10px}.about-upgrade{margin-top:25px;padding-top:20px;border-top:1px solid var(--border-color)}.about-upgrade .upgrade-btn{width:100%;padding:12px 20px}.form-group{margin-bottom:12px}.form-group label{display:block;font-family:var(--font-mono);font-size:13px;color:var(--text-secondary);margin-bottom:4px;letter-spacing:1px}.form-group .input,.form-group input,.form-group select,.form-control{width:100%;padding:8px 10px;background:#0000004d;border:1px solid var(--border-color);border-radius:3px;color:var(--text-primary);font-family:var(--font-mono);font-size:12px;transition:border-color .2s}.form-group .input:focus,.form-group input:focus,.form-group select:focus,.form-control:focus{outline:none;border-color:var(--accent-primary)}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888d99' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.form-group select option{background:var(--bg-secondary);color:var(--text-primary)}.form-help{display:block;font-size:12px;color:var(--text-muted);margin-top:3px}.form-row{display:block;margin-bottom:12px}.form-row label{display:block;margin-bottom:4px;color:var(--text-secondary);font-size:13px;text-transform:uppercase;letter-spacing:1px}.form-row .input,.form-row input:not([type=checkbox]),.form-row select{width:100%;padding:8px 10px;background:#0006;border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-family:var(--font-mono);font-size:12px;transition:border-color .2s ease,box-shadow .2s ease}.form-row .input:focus,.form-row input:not([type=checkbox]):focus,.form-row select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 2px #dadde81a}.form-row .input::placeholder,.form-row input:not([type=checkbox])::placeholder{color:var(--text-muted)}.form-row select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888d99' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.form-row select option{background:var(--bg-secondary);color:var(--text-primary)}.form-actions{display:flex;gap:10px;margin-top:15px;padding-top:12px;border-top:1px solid var(--border-color)}.form-actions .btn{flex:1}.empty-state{text-align:center;padding:20px;color:var(--text-muted)}.empty-state-text{font-size:12px}.map-marker{width:24px;height:24px;position:relative;cursor:pointer}.marker-dot{width:12px;height:12px;border-radius:50%;background:var(--accent-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-marker.online .marker-dot{background:var(--accent-success)}.map-marker.offline .marker-dot{background:var(--accent-danger)}.map-marker.local-node .marker-dot{background:#00d4ff}.marker-label{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:13px;color:var(--text-primary);text-transform:uppercase;white-space:nowrap;text-shadow:0 0 3px rgba(0,0,0,.95),0 0 6px rgba(0,0,0,.8)}.maplibregl-popup-content{background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:4px!important;padding:10px 14px!important;font-family:var(--font-mono)!important;font-size:13px!important;color:var(--text-primary)!important;box-shadow:var(--shadow-glow)!important}.maplibregl-popup-tip{border-top-color:var(--bg-secondary)!important}.maplibregl-popup-close-button{color:var(--text-muted)!important;font-size:18px!important}.maplibregl-popup-close-button:hover{color:var(--accent-danger)!important;background:transparent!important}.popup-status{margin-top:4px;font-weight:600}.popup-status.online{color:var(--accent-success)}.popup-status.offline{color:var(--accent-danger)}.ip-list{margin-top:10px}.ip-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0003;border:1px solid var(--border-color);border-radius:3px;margin-bottom:6px;font-family:var(--font-mono);font-size:13px}.ip-item .ip-address{color:var(--accent-info)}.ip-item .btn-remove{padding:2px 6px;font-size:12px;color:var(--accent-danger);border-color:var(--accent-danger)}.ip-item .btn-remove:hover{background:#ff3b3026}.ip-item.guarded{border-color:var(--accent-warning);background:#ffb0000d}.guarded-badge{font-size:13px;color:var(--accent-warning);margin-left:8px}.guarded-note{font-family:var(--font-mono);font-size:12px;color:var(--accent-warning);padding:2px 8px;border:1px solid var(--accent-warning);border-radius:3px}.add-ip-form{display:flex;gap:8px;margin-top:10px}.add-ip-form .input{flex:1}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-secondary) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hidden{display:none!important}.context-menu{position:fixed;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 4px 20px #00000080;z-index:2000;min-width:160px;padding:4px 0}.context-menu-item{padding:8px 14px;cursor:pointer;font-family:var(--font-mono);font-size:12px;color:var(--text-primary);display:flex;align-items:center;gap:10px;transition:background .15s}.context-menu-item:hover{background:#dadde826;color:var(--accent-primary)}.context-menu-item span{font-size:14px}.toast-container{position:fixed;bottom:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:10px}.toast{padding:12px 16px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;font-family:var(--font-mono);font-size:12px;color:var(--text-primary);box-shadow:var(--shadow-glow);animation:toast-in .3s ease;max-width:350px}.toast.success{border-color:var(--accent-success);border-left:3px solid var(--accent-success)}.toast.error{border-color:var(--accent-danger);border-left:3px solid var(--accent-danger)}.toast.warning{border-color:var(--accent-warning);border-left:3px solid var(--accent-warning)}.toast.info{border-color:var(--accent-info);border-left:3px solid var(--accent-info)}@keyframes toast-in{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.speedtest-modal{max-width:450px}.speedtest-target{text-align:center;padding:10px;background:#0000004d;border-radius:4px;margin-bottom:20px;font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.speedtest-target span{color:var(--accent-primary);font-weight:600}.speedtest-gauges{display:flex;justify-content:center;gap:40px;margin-bottom:25px}.speedtest-gauge{text-align:center}.speedtest-gauge-circle{position:relative;width:120px;height:120px}.speedtest-gauge-circle svg{transform:rotate(-90deg)}.speedtest-gauge-circle .gauge-bg{fill:none;stroke:var(--bg-tertiary);stroke-width:8}.speedtest-gauge-circle .gauge-fill{fill:none;stroke-width:8;stroke-linecap:round;stroke-dasharray:339.292;stroke-dashoffset:339.292;transition:stroke-dashoffset .3s ease}.speedtest-gauge-circle .gauge-fill.download{stroke:var(--accent-success);filter:drop-shadow(0 0 6px rgba(48,209,88,.5))}.speedtest-gauge-circle .gauge-fill.upload{stroke:var(--accent-primary);filter:drop-shadow(0 0 6px rgba(218,221,232,.5))}.speedtest-gauge-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);font-family:var(--font-mono);font-size:28px;font-weight:700;color:var(--text-primary)}.speedtest-gauge-unit{position:absolute;top:50%;left:50%;transform:translate(-50%,40%);font-family:var(--font-mono);font-size:13px;color:var(--text-muted)}.speedtest-gauge-label{margin-top:10px;font-family:var(--font-mono);font-size:13px;color:var(--text-secondary);letter-spacing:1px}.speedtest-progress{margin-bottom:20px}.speedtest-progress-bar{height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden;margin-bottom:8px}.speedtest-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--accent-success),var(--accent-primary));border-radius:3px;transition:width .3s ease}.speedtest-status{text-align:center;font-family:var(--font-mono);font-size:13px;color:var(--accent-info)}.speedtest-results{background:#0000004d;border-radius:4px;padding:15px}.speedtest-result-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border-color)}.speedtest-result-row:last-child{border-bottom:none}.result-label{font-size:13px;color:var(--text-muted)}.result-value{font-family:var(--font-mono);font-size:12px;color:var(--accent-primary)}.speedtest-error{text-align:center;padding:15px;background:#ff3b301a;border:1px solid var(--accent-danger);border-radius:4px;font-size:12px;color:var(--accent-danger)}.upgrade-modal{max-width:500px}.upgrade-preview{background:#0006;border:1px solid var(--border-color);border-radius:6px;padding:12px;max-height:200px;overflow-y:auto}.upgrade-preview .update-section{margin-bottom:10px}.upgrade-preview .update-list{display:flex;flex-direction:column;gap:6px}.upgrade-preview .update-item{display:flex;align-items:center;gap:10px;padding:6px 10px;background:#0000004d;border-radius:4px;font-family:var(--font-mono);font-size:13px}.upgrade-preview .commit-hash{color:var(--accent-info);font-weight:700;min-width:60px}.upgrade-preview .commit-msg{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upgrade-preview .package-name{color:var(--accent-primary)}.upgrade-progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;margin-bottom:10px}.upgrade-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:4px;transition:width .3s ease;box-shadow:0 0 10px #dadde880}.upgrade-stage{font-family:var(--font-mono);font-size:13px;color:var(--accent-primary);margin-bottom:8px}.upgrade-log{max-height:150px;overflow-y:auto;background:#0000004d;border-radius:4px;padding:8px;font-family:var(--font-mono);font-size:12px}.upgrade-log-entry{padding:2px 0;color:var(--text-secondary)}.upgrade-log-entry.info{color:var(--accent-info)}.upgrade-log-entry.ok{color:var(--accent-success)}.upgrade-log-entry.warn{color:var(--accent-warning)}.upgrade-log-entry.error{color:var(--accent-danger)}.upgrade-log-entry.success{color:var(--accent-success);font-weight:600}.upgrade-complete-actions{display:flex;gap:10px;margin-top:15px}.upgrade-complete-actions .btn{flex:1}.upgrade-options{display:flex;flex-direction:column;gap:12px}.upgrade-option{display:flex;align-items:center;gap:15px;padding:15px;background:#0000004d;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .2s}.upgrade-option:hover{border-color:var(--accent-primary);background:#dadde81a;transform:translate(3px)}.upgrade-option-icon{font-size:28px;width:50px;text-align:center}.upgrade-option-info h4{margin:0 0 5px;color:var(--text-primary);font-size:14px}.upgrade-option-info p{margin:0;font-size:13px;color:var(--text-muted)}.upgrade-fast{color:var(--accent-success);font-size:13px;font-weight:400}.checking-spinner{width:30px;height:30px;margin:0 auto;border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.restart-animation{text-align:center;padding:30px 20px}.restart-spinner{width:60px;height:60px;margin:0 auto 20px;border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}.restart-animation h3{color:var(--accent-primary);margin-bottom:10px}.restart-animation p{color:var(--text-muted);font-size:12px}.restart-dots{display:flex;justify-content:center;gap:8px;margin-top:15px}.restart-dots span{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.restart-dots span:nth-child(1){animation-delay:-.32s}.restart-dots span:nth-child(2){animation-delay:-.16s}.restart-dots span:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ops-subscription{display:flex;align-items:center;gap:6px;cursor:pointer;padding:2px 8px;border-radius:3px;transition:all .2s ease}.ops-subscription:hover{background:#dadde81a}.ops-subscription.caution{background:#ffb0001a}.ops-subscription.expired{background:#ff3b3026}.ops-subscription-status{font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:1px}.ops-subscription-status.active{color:var(--accent-success)}.ops-subscription-status.caution{color:var(--accent-warning)}.ops-subscription-status.critical,.ops-subscription-status.expired{color:var(--accent-danger)}.subscription-alert-banner{display:flex;align-items:center;gap:12px;padding:8px 20px;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);border-left:3px solid var(--accent-warning);font-size:13px;flex-shrink:0}.subscription-alert-banner.hidden{display:none}.subscription-alert-banner.warning,.subscription-alert-banner.critical{border-left-color:var(--accent-warning)}.subscription-alert-banner.expired{border-left-color:var(--accent-danger)}.subscription-alert-banner .alert-icon{font-size:18px;color:var(--accent-warning)}.subscription-alert-banner.critical .alert-icon{color:var(--accent-warning)}.subscription-alert-banner.expired .alert-icon{color:var(--accent-danger)}.subscription-alert-banner .alert-message{flex:1;color:var(--text-primary)}.subscription-alert-banner .alert-action{padding:5px 12px;background:#dadde833;border:1px solid var(--accent-primary);border-radius:3px;color:var(--accent-primary);font-family:var(--font-primary);font-size:13px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .2s ease}.subscription-alert-banner .alert-action:hover{background:var(--accent-primary);color:var(--bg-primary)}.subscription-alert-banner .alert-dismiss{padding:4px 8px;background:transparent;border:none;color:var(--text-muted);font-size:16px;cursor:pointer;transition:color .2s ease}.subscription-alert-banner .alert-dismiss:hover{color:var(--text-primary)}.token-status-card,.subscription-status-card{background:#0000004d;border:1px solid var(--border-color);border-radius:6px;padding:15px;margin-bottom:20px}.token-status-card.expired,.subscription-status-card.expired{border-color:var(--accent-danger);background:#ff3b300d}.subscription-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.subscription-status-badge{padding:4px 12px;border-radius:3px;font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:1px}.subscription-status-badge.active{background:#30d15833;color:var(--accent-success);border:1px solid var(--accent-success)}.subscription-status-badge.inactive{background:#58483833;color:var(--text-muted);border:1px solid var(--text-muted)}.subscription-status-badge.expired{background:#ff3b3033;color:var(--accent-danger);border:1px solid var(--accent-danger)}.days-remaining{font-weight:600}.days-remaining.good{color:var(--accent-success)}.days-remaining.caution,.days-remaining.warning{color:var(--accent-warning)}.days-remaining.critical{color:var(--accent-danger)}.days-remaining.expired{color:var(--accent-danger);font-weight:700}.plugin-detail-grid{margin-bottom:15px}.plugin-logs-section{margin-top:15px}.plugin-logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:var(--text-secondary);font-size:12px}.plugin-logs{background:#0006;border:1px solid var(--border-color);border-radius:4px;padding:10px;max-height:200px;overflow-y:auto;font-family:var(--font-mono);font-size:12px;color:var(--text-secondary);white-space:pre-wrap;word-wrap:break-word}@media(max-width:1200px){.main-grid{grid-template-columns:1fr 1fr;grid-template-rows:50fr 50fr}.header-center{display:none}}@media(max-width:900px){.main-grid{grid-template-columns:1fr;grid-template-rows:50vh auto}.grid-map{grid-column:1;grid-row:1}.grid-routes-log{grid-column:1;grid-row:2;max-height:50vh}.node-panel-content{width:100%;max-width:100%}}@font-face{font-family:JetBrains Mono NL;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jetbrains-mono-400.woff2) format("woff2")}@font-face{font-family:JetBrains Mono NL;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/jetbrains-mono-500.woff2) format("woff2")}@font-face{font-family:JetBrains Mono NL;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/jetbrains-mono-600.woff2) format("woff2")}@font-face{font-family:JetBrains Mono NL;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jetbrains-mono-700.woff2) format("woff2")}#root{height:100vh}.nx-main{flex:1;display:flex;min-height:0;overflow:hidden}.nx-rail{flex:0 0 60px}.nx-content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;min-height:0}.nx-content>.panel-chrome{flex:1;min-height:0;min-width:0}.nx-content .panel-body{flex:1;min-height:0;overflow-y:auto;padding:18px}.row{display:flex;align-items:center;gap:10px}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.col{display:flex;flex-direction:column}.gap-sm{gap:6px}.gap-md{gap:12px}.gap-lg{gap:20px}.grow{flex:1;min-width:0}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.mono-num{font-variant-numeric:tabular-nums;letter-spacing:.02em}.page-title{font-size:18px;letter-spacing:2px;text-transform:uppercase;color:var(--text-primary);margin-bottom:4px}.page-sub{font-size:12px;color:var(--text-muted);margin-bottom:16px}.section-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.dot.success{background:var(--accent-success)}.dot.danger{background:var(--accent-danger)}.dot.warning{background:var(--accent-warning)}.dot.info{background:var(--accent-info)}.dot.pulse{animation:nx-pulse 2s ease-in-out infinite}@keyframes nx-pulse{0%,to{opacity:1}50%{opacity:.35}}.pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border:1px solid var(--border-color);border-radius:10px;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap}.pill.success{border-color:var(--accent-success);color:var(--accent-success)}.pill.danger{border-color:var(--accent-danger);color:var(--accent-danger)}.pill.warning{border-color:var(--accent-warning);color:var(--accent-warning)}.pill.info{border-color:var(--accent-info);color:var(--accent-info)}.pill.neutral{border-color:var(--border-color);color:var(--text-muted)}.card{background:var(--bg-panel);border:1px solid var(--border-color);border-radius:0}.card+.card{margin-top:16px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px;padding:8px 14px;background:#dadde80d;border-bottom:1px solid var(--border-color)}.card-title{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--accent-primary)}.card-body{padding:14px}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border-color);overflow-x:auto}.tab{padding:9px 14px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-family:var(--font-mono);font-size:12px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:color .15s,border-color .15s}.tab:hover{color:var(--text-secondary)}.tab.active{color:var(--accent-gold-light);border-bottom-color:var(--accent-gold)}.tab-badge{font-size:10px;color:var(--text-muted);background:#dadde814;padding:0 5px;border-radius:8px}.table{display:flex;flex-direction:column}.table-head,.table-row{display:flex;align-items:center;gap:12px;padding:9px 14px;border-bottom:1px solid var(--border-color)}.table-head{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);background:#dadde80d}.table-row:hover{background:#dadde80d}.table-row:last-child{border-bottom:none}.table-cell{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid var(--border-color)}.toast-dismiss{background:transparent;border:none;color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1;margin-left:auto}.toast-dismiss:hover{color:var(--text-primary)}.field-help{display:block;font-size:11px;color:var(--text-muted);margin-top:4px}.field-error{display:block;font-size:11px;color:var(--accent-danger);margin-top:4px;letter-spacing:.5px}.state-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:40px 24px;color:var(--text-muted)}.state-block .state-title{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary)}.state-block .state-msg{font-size:12px;max-width:420px}.state-block.error .state-title{color:var(--accent-danger)}.spinner{width:22px;height:22px;border:2px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;animation:nx-spin .8s linear infinite}.spinner.lg{width:34px;height:34px;border-width:3px}@keyframes nx-spin{to{transform:rotate(360deg)}}.codeblock{background:#0000004d;border:1px solid var(--border-color);border-radius:4px;padding:10px 12px;font-size:12px;color:var(--accent-secondary);word-break:break-all;white-space:pre-wrap}.progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:4px;transition:width .3s ease;box-shadow:0 0 10px #dadde866}.log{max-height:240px;overflow-y:auto;background:#0000004d;border:1px solid var(--border-color);border-radius:4px;padding:10px;font-size:12px}.log-entry{padding:2px 0;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word}.log-entry.info{color:var(--accent-info)}.log-entry.ok{color:var(--accent-success)}.log-entry.warn{color:var(--accent-warning)}.log-entry.error{color:var(--accent-danger)}.icon-btn{width:22px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:4px;background:transparent;color:var(--text-secondary);font-size:13px;line-height:1;cursor:pointer}.icon-btn:hover{border-color:var(--accent-gold);color:var(--accent-gold-light)}.icon-btn-danger{color:var(--accent-danger);border-color:#ff3b3059}.icon-btn-danger:hover{border-color:var(--accent-danger);background:#ff3b301a;color:var(--accent-danger)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid var(--border-color)}:root{--accent-gold: #d4a017;--accent-gold-light: #f0c040}.logo-img{background-color:var(--accent-gold-light)}.header-host-name,.hh-title{color:var(--accent-gold-light)}.nx-rail .panel-tab,.nx-rail .panel-tab:hover{text-decoration:none}.nx-rail .panel-tab.active{color:var(--accent-gold-light);box-shadow:inset 3px 0 0 var(--accent-gold)}.nx-rail .panel-tab.active .pt-icon,.panel-title,.card-title{color:var(--accent-gold-light)}.app-container,.app-bg{background:linear-gradient(rgba(212,160,23,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(212,160,23,.035) 1px,transparent 1px),var(--bg-primary);background-size:40px 40px,40px 40px,100% 100%}.globe-glow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;z-index:1;opacity:0;transition:opacity .25s ease;box-shadow:0 0 14px #f0c04066,inset 0 0 16px #f0c0402e}.sidewalk{display:flex;align-items:flex-start;overflow-x:auto;padding:14px 4px 6px}.sw-stop{flex:1 1 0;min-width:80px;display:flex;flex-direction:column;align-items:center;position:relative;background:none;border:none;padding:0;font:inherit;color:inherit}.sw-stop.clickable{cursor:pointer}.sw-stop:before{content:"";position:absolute;top:15px;left:-50%;width:100%;height:2px;background:var(--border-color);z-index:0}.sw-stop:first-child:before{display:none}.sw-stop.done:before,.sw-stop.current:before,.sw-stop.running:before{background:var(--accent-gold)}.sw-node{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-muted);font-size:12px;font-variant-numeric:tabular-nums;transition:all .2s ease}.sw-stop.done .sw-node{border-color:var(--accent-gold);background:var(--accent-gold);color:var(--bg-primary)}.sw-stop.current .sw-node,.sw-stop.running .sw-node{border-color:var(--accent-gold-light);color:var(--accent-gold-light);box-shadow:0 0 0 4px #d4a01726,0 0 12px #f0c04059}.sw-stop.running .sw-node{animation:nx-pulse 1.6s ease-in-out infinite}.sw-stop.failed .sw-node{border-color:var(--accent-danger);color:var(--accent-danger)}.sw-stop.gate .sw-node{border-color:var(--accent-warning);color:var(--accent-warning);box-shadow:0 0 0 4px #f0c0401f,0 0 12px #f0c0404d;animation:nx-pulse 1.4s ease-in-out infinite}.sw-stop.gate .sw-label{color:var(--accent-warning)}.sw-stop.gate:before{background:var(--accent-gold)}.gate-card{border-color:var(--accent-warning)}.gate-card .card-header{background:#f0c04014}.sw-stop.finish .sw-node{border-radius:5px}.sw-label{margin-top:8px;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:center;color:var(--text-muted);max-width:92px;line-height:1.3}.sw-stop.current .sw-label,.sw-stop.running .sw-label{color:var(--accent-gold-light)}.sw-stop.done .sw-label{color:var(--text-secondary)}.sw-stop.failed .sw-label{color:var(--accent-danger)}.sw-sub{margin-top:3px;font-size:9px;letter-spacing:.3px;color:var(--text-muted);font-variant-numeric:tabular-nums}.sw-stop.running .sw-sub{color:var(--accent-gold-light)}.step-summary-list{display:flex;flex-direction:column;gap:2px}.step-summary-row{display:flex;align-items:baseline;gap:10px;padding:6px 4px;border-bottom:1px solid var(--border-color);font-size:12px}.step-summary-row:last-child{border-bottom:none}.ssr-glyph{flex:0 0 16px;text-align:center;color:var(--text-muted)}.step-summary-row.done .ssr-glyph{color:var(--accent-success)}.step-summary-row.failed .ssr-glyph{color:var(--accent-danger)}.step-summary-row.running .ssr-glyph{color:var(--accent-gold-light)}.ssr-title{flex:0 0 auto;color:var(--text-primary)}.step-summary-row.upcoming .ssr-title{color:var(--text-muted)}.ssr-blurb{flex:1 1 auto;min-width:0;color:var(--text-muted);font-size:11px}.ssr-dur{flex:0 0 auto;margin-left:auto;color:var(--text-muted);font-size:11px}.step-summary-row.running .ssr-dur{color:var(--accent-gold-light)}.log-tall{max-height:calc(100vh - 420px);min-height:240px}.wiz-panel{padding:20px 2px 2px;min-height:210px}.wiz-step-title{font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--accent-gold-light);margin-bottom:4px}.wiz-step-hint{font-size:12px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.wiz-nav{display:flex;justify-content:space-between;gap:10px;margin-top:20px;padding-top:14px;border-top:1px solid var(--border-color)}.id-preview{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding:12px 14px;border:1px dashed var(--border-color);background:#d4a0170a}.id-preview .ipv{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.id-preview .ipv .k{color:var(--text-muted);text-transform:uppercase;font-size:10px;letter-spacing:1px;white-space:nowrap}.id-preview .ipv .v{color:var(--accent-gold-light);font-size:12px;word-break:break-all;text-align:right}.dom-results{display:flex;flex-direction:column;border:1px solid var(--border-color);margin-top:12px}.dom-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid var(--border-color);background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.dom-row:last-child{border-bottom:none}.dom-row:hover:not(:disabled){background:#dadde80d}.dom-row:disabled{cursor:not-allowed;opacity:.45}.dom-row.selected{background:#d4a0171a;box-shadow:inset 3px 0 0 var(--accent-gold)}.dom-name{flex:1;min-width:0;color:var(--text-primary)}.dom-price{font-size:11px;color:var(--text-muted);font-variant-numeric:tabular-nums}.dom-conceal{margin-top:16px;border:1px solid var(--border-color);padding:10px 12px;background:#0003}.dom-conceal>summary{cursor:pointer;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--accent-gold-light);list-style:none}.dom-conceal>summary:before{content:"▸ ";color:var(--accent-gold)}.dom-conceal[open]>summary:before{content:"▾ "}.dom-conceal ul{margin:12px 0 2px;padding-left:16px}.dom-conceal li{font-size:12px;color:var(--text-secondary);line-height:1.55;margin-bottom:8px}.dom-conceal strong{color:var(--text-primary)}.cd-page{display:flex;flex-direction:column;gap:22px}.cd-crumb{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.cd-crumb a{color:var(--text-muted)}.cd-crumb a:hover{color:var(--accent-primary);text-decoration:none}.cd-crumb-back{background:none;border:none;padding:0;font:inherit;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);cursor:pointer}.cd-crumb-back:hover{color:var(--accent-primary)}.cd-crumb-sep{color:var(--border-highlight)}.cd-crumb-current{color:var(--accent-primary)}.cd-header{display:flex;flex-direction:column;gap:8px}.cd-header-eyebrow{display:flex;align-items:center;gap:12px}.cd-header-eyebrow .rule{flex:1}.cd-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.cd-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:1024px){.cd-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cd-detail-cell{display:flex;flex-direction:column;gap:6px}.cd-detail-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.cd-license-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:1024px){.cd-license-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cd-dl{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;font-size:12px;margin:0}.cd-dl dt{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);align-self:center}.cd-dl dd{color:var(--text-secondary);margin:0}.cd-dl dd.span2{grid-column:1 / -1}.cd-divider{margin-top:20px;padding-top:16px;border-top:1px solid var(--border-color)}.cd-form{display:flex;flex-direction:column;gap:12px}.cd-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cd-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cd-error{border:1px solid var(--accent-danger);background:#ff3b301a;color:var(--accent-danger);font-size:12px;padding:10px 12px;border-radius:4px;white-space:pre-wrap}.cd-result{border:1px solid var(--border-color);background:var(--bg-sunken);border-radius:4px;padding:12px;font-size:12px;color:var(--text-secondary);display:flex;flex-direction:column;gap:4px}.cd-result-title{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--accent-success)}.cd-result code,.cd-result .mono-num{color:var(--text-primary)}.cd-result ul{margin:4px 0 0;padding-left:16px}.cd-region-btn{background:transparent;border:none;cursor:pointer;font-family:var(--font-mono);font-size:12px;color:var(--text-secondary);text-align:left;padding:0}.cd-region-btn:hover{color:var(--accent-primary)}.cd-region-edit{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cd-note{font-size:11px;color:var(--text-muted);font-style:italic}.cd-name-cell{display:flex;align-items:center;gap:8px}.cd-cell-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px;justify-content:flex-end}.cd-row-dim{opacity:.55}.cd-warn-num{color:var(--accent-warning)}.cd-cell-check{flex:0 0 28px;display:flex;align-items:center;justify-content:center}.cd-checkbox{width:14px;height:14px;accent-color:var(--accent-primary);cursor:pointer;margin:0}.cd-hubbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 14px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-sunken)}.cd-hubbar-label{color:var(--text-muted)}.cd-hubbar-controls{flex-wrap:wrap}.cd-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;margin-bottom:8px;border:1px solid var(--accent-primary);border-radius:4px;background:#dadde80a}.page-stack{display:flex;flex-direction:column;gap:22px}.dash-summary-row{display:flex;gap:20px;font-size:11px;letter-spacing:.5px}.dash-summary-warn{color:var(--accent-warning)}.dash-cust-grid{display:grid;--cust-min: 220px;--cust-max: 300px;grid-template-columns:repeat(auto-fit,minmax(var(--cust-min),var(--cust-max)));gap:12px}.dash-cust-card{display:flex;flex-direction:column;gap:8px;text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:14px 16px;color:inherit;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s,box-shadow .15s}.dash-cust-card:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-glow)}.dash-cust-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-cust-name{font-size:15px;color:var(--text-primary);letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-cust-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-cust-k{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted)}.dash-cust-v{font-size:12px;color:var(--text-secondary)}.dash-tile-grid{display:grid;--tile-min: 240px;--tile-max: 340px;grid-template-columns:repeat(auto-fit,minmax(var(--tile-min),var(--tile-max)));gap:12px;max-width:1280px}.dash-tile{display:flex;flex-direction:column;gap:6px;text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:14px 16px;min-height:64px;color:inherit;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s,box-shadow .15s}.dash-tile:hover:not(:disabled){border-color:var(--accent-gold);box-shadow:var(--shadow-glow)}.dash-tile:disabled{cursor:default}.dash-tile-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-tile-title{font-size:15px;color:var(--text-primary);letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-tile-line{font-size:12px;color:var(--text-muted)}.page-head{display:flex;flex-direction:column;gap:8px}.page-head-eyebrow-row{display:flex;align-items:center;gap:12px}.page-head-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--accent-primary);white-space:nowrap}.page-head-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.panel{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-head-left{display:flex;align-items:center;gap:12px;min-width:0}.panel-title{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent-primary)}.panel-meta{font-size:10px;letter-spacing:1.5px;color:var(--text-muted)}.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;top:0;right:0;bottom:0;left: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}.upd-stack{display:flex;flex-direction:column;gap:22px}.upd-head{display:flex;flex-direction:column;gap:8px}.upd-eyebrow{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:var(--accent-primary)}.upd-grid-2,.upd-grid-4{display:grid;gap:14px}.upd-grid-2,.upd-grid-4{grid-template-columns:1fr}@media(min-width:640px){.upd-grid-2,.upd-grid-4{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.upd-grid-4{grid-template-columns:repeat(4,1fr)}}.upd-warn-banner{border:1px solid var(--accent-warning);background:#ffb00014;border-radius:4px;padding:10px 12px;font-size:11px;color:var(--text-secondary);line-height:1.5;margin-bottom:14px}.upd-warn-banner strong{color:var(--accent-warning)}.upd-warn-banner code{background:var(--bg-sunken);padding:1px 5px;border-radius:3px;color:var(--accent-secondary)}.upd-file{width:100%;font-size:12px;color:var(--text-secondary);font-family:var(--font-mono)}.upd-file::file-selector-button{margin-right:12px;padding:6px 12px;border:1px solid var(--border-color);border-radius:3px;background:transparent;color:var(--text-primary);font-family:var(--font-mono);font-size:12px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:border-color .2s,box-shadow .2s}.upd-file::file-selector-button:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-glow)}.upd-progress-indeterminate .progress-fill{width:40%;animation:upd-indeterminate 1.1s ease-in-out infinite}@keyframes upd-indeterminate{0%{margin-left:-40%}to{margin-left:100%}}.upd-rollout-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px}.upd-rollout-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border-bottom:1px solid var(--border-color)}.upd-rollout-id{flex-wrap:wrap}.upd-rollout-body{padding:12px}.upd-counts{display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.upd-counts .upd-count-done{color:var(--accent-success)}.upd-counts .upd-count-flight{color:var(--accent-info)}.upd-counts .upd-count-pending{color:var(--accent-warning)}.upd-counts .upd-count-failed{color:var(--accent-danger)}.upd-ring-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.upd-cycle-card{background:var(--bg-sunken);border:1px solid var(--border-color);border-radius:4px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:border-color .15s}.upd-cycle-card:hover{border-color:var(--border-highlight)}.upd-cycle-host{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--text-primary)}.upd-cycle-id{font-size:10px;color:var(--text-muted)}.upd-cycle-status{margin-top:2px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.upd-secret{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-info)}.upd-note{font-size:11px;color:var(--text-muted)}.upd-stack .table-cell{font-size:12px}.clog-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px}.clog-stat{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:12px 14px}.clog-stat-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.clog-stat-value{font-size:22px;margin-top:4px;color:var(--text-secondary)}.clog-stat.accent .clog-stat-value{color:var(--accent-primary)}.clog-stat.success .clog-stat-value{color:var(--accent-success)}.clog-stat.info .clog-stat-value{color:var(--accent-info)}.clog-stat.warning .clog-stat-value{color:var(--accent-warning)}.clog-stat.danger .clog-stat-value{color:var(--accent-danger)}.clog-table{width:100%;border-collapse:collapse;font-size:13px}.clog-table thead th{text-align:left;padding:0 12px 8px 0;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-weight:500;border-bottom:1px solid var(--border-color)}.clog-row{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .15s}.clog-row:hover{background:#dadde80d}.clog-row td{padding:10px 12px 10px 0;vertical-align:middle;color:var(--text-secondary)}.clog-row .clog-when-rel{font-size:10px;color:var(--text-muted)}.clog-verb{color:var(--accent-primary)}.clog-id{color:var(--text-muted)}.clog-detail-row{background:var(--bg-sunken);border-bottom:1px solid var(--border-color)}.clog-detail-row td{padding:16px}.clog-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.clog-detail-meta{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding-top:14px;border-top:1px solid var(--border-color)}.clog-meta-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.clog-meta-value{font-size:12px;margin-top:2px;color:var(--text-secondary);word-break:break-all}.clog-chip-wrap{display:inline-flex;align-items:center;gap:8px}.clog-attempts{font-size:10px;color:var(--text-muted)}
