:root{color-scheme:light;--ink-950: #071a24;--ink-900: #0b2531;--ink-800: #123846;--canvas: #f3f6f5;--surface: #ffffff;--surface-muted: #eef3f1;--line: #dce4e1;--line-strong: #c3d0cc;--text: #102a33;--muted: #52666b;--accent: #087268;--accent-strong: #087268;--accent-soft: #ddf3ee;--focus: #7ce7d8;--warning: #8a560e;--warning-soft: #fff1d7;--danger: #a73a42;--danger-soft: #fde8e8;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-float: 0 18px 60px rgba(7, 26, 36, .18);--font-sans: Inter, "Microsoft YaHei UI", "PingFang SC", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "Cascadia Code", Consolas, monospace}*,*:before,*:after{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--canvas);font-family:var(--font-sans)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.ui-status{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap}.ui-status>span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 14%,transparent)}.ui-status--online{color:var(--accent-strong)}.ui-status--degraded{color:var(--warning)}.ui-status--offline{color:var(--danger)}.ui-status--info{color:#39718a}.ui-button{min-height:38px;border:1px solid transparent;border-radius:var(--radius-sm);padding:0 14px;font-size:13px;font-weight:700;cursor:pointer}.ui-button--primary{color:#fff;background:var(--accent)}.ui-button--primary:hover{background:var(--accent-strong)}.ui-button--secondary{color:var(--text);background:var(--surface);border-color:var(--line-strong)}.ui-button--secondary:hover,.ui-button--ghost:hover{background:var(--surface-muted)}.ui-button--ghost{color:var(--muted);background:transparent}.ui-icon-button{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;color:inherit;background:transparent;border:0;border-radius:var(--radius-sm);cursor:pointer}.ui-icon-button:hover{background:#65777c1a}.ui-panel{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.ui-panel__header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;border-bottom:1px solid var(--line)}.ui-panel__header h2{margin:0;font-size:15px;letter-spacing:-.01em}.ui-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{min-width:320px;min-height:100%;background:var(--canvas)}body{min-width:320px;min-height:100vh;overflow-x:hidden}button{color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:76px 300px minmax(0,1fr);grid-template-rows:64px 1fr}.app-shell--management{grid-template-columns:76px minmax(0,1fr)}.app-shell--management .topbar,.app-shell--management .main-content{grid-column:2}.skip-link{position:fixed;z-index:100;top:8px;left:84px;transform:translateY(-150%);padding:9px 13px;color:#fff;background:var(--accent);border-radius:8px;font-size:13px;font-weight:700}.skip-link:focus{transform:translateY(0)}.app-nav{position:fixed;z-index:20;inset:0 auto 0 0;width:76px;display:flex;flex-direction:column;align-items:stretch;color:#b7cbd1;background:var(--ink-950)}.brand{height:64px;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.brand>span{display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--accent);border-radius:10px 10px 10px 2px;font-size:15px;font-weight:900}.brand strong{display:none}.app-nav__items{flex:1;padding:13px 9px;display:flex;flex-direction:column;gap:3px}.app-nav__items button{position:relative;height:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:inherit;background:transparent;border:0;border-radius:10px;cursor:pointer;font-size:10px;font-weight:650}.app-nav__items button:hover{color:#fff;background:#ffffff0f}.app-nav__items button.active{color:#d5fff8;background:#0c8f8233}.app-nav__items button.active:before{content:"";position:absolute;left:-9px;width:3px;height:26px;background:#57d7c8;border-radius:0 3px 3px 0}.app-nav__items em{position:absolute;top:4px;right:8px;min-width:17px;height:17px;display:grid;place-items:center;color:#fff;background:var(--danger);border-radius:9px;font-size:9px;font-style:normal}.profile{height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#c8d7db;background:transparent;border:0;border-top:1px solid rgba(255,255,255,.08);cursor:pointer}.profile span{display:grid;place-items:center;width:27px;height:27px;color:var(--ink-950);background:#cce9e3;border-radius:50%;font-size:11px;font-weight:800}.profile small{font-size:9px}.account-switcher{position:relative}.account-switcher>.profile{width:100%}.account-menu{position:absolute;z-index:90;left:66px;bottom:8px;width:280px;overflow:hidden;color:var(--text);background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 18px 55px #0418203d}.account-menu header{display:flex;flex-direction:column;gap:3px;padding:12px 13px;background:var(--surface-muted);border-bottom:1px solid var(--line)}.account-menu header strong{font-size:10px}.account-menu header small{color:var(--muted);font:8px var(--font-mono)}.account-menu>div{padding:5px}.account-menu>div button{width:100%;display:flex;flex-direction:column;gap:3px;padding:9px;color:var(--text);background:transparent;border:0;border-radius:7px;text-align:left;cursor:pointer}.account-menu>div button:hover,.account-menu>div button.selected{background:var(--accent-soft)}.account-menu>div strong{font-size:9px}.account-menu>div small{color:var(--muted);font-size:7px;line-height:1.45}.account-signout{width:100%;min-height:36px;display:flex;align-items:center;gap:6px;padding:0 13px;color:#9d3840;background:#fff;border:0;border-top:1px solid var(--line);font-size:8px;font-weight:700;cursor:pointer}.topbar{position:sticky;z-index:15;top:0;grid-column:2 / 4;grid-row:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.global-search{width:min(540px,55vw);height:38px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--muted);background:var(--canvas);border:1px solid var(--line);border-radius:9px;cursor:pointer;font-size:13px;text-align:left}.global-search:hover{border-color:#9cb8b0;background:#edf3f1}.global-search span{flex:1}.global-search kbd{padding:2px 6px;color:#52666b;background:#fff;border:1px solid var(--line-strong);border-radius:5px;font:10px var(--font-sans);box-shadow:0 1px #cfd9d6}.topbar__status{display:flex;align-items:center;gap:7px;color:var(--accent-strong);font-size:12px;font-weight:650;white-space:nowrap}.topbar__status small{margin-left:4px;padding:3px 5px;color:var(--muted);background:var(--surface-muted);border-radius:4px;font:9px var(--font-mono);letter-spacing:.08em}.tree-trigger{display:none}.asset-drawer{grid-column:2;grid-row:2;min-height:calc(100vh - 64px);background:#f9fbfa;border-right:1px solid var(--line)}.asset-tree{position:sticky;top:64px;height:calc(100vh - 64px);overflow:auto;padding:18px 12px 24px}.asset-tree__heading{display:flex;align-items:center;justify-content:space-between;padding:0 7px 14px}.asset-tree__heading div{display:flex;flex-direction:column;gap:3px}.asset-tree__heading span{font-size:15px;font-weight:800}.asset-tree__heading strong{color:var(--muted);font-size:10px;font-weight:600}.tree-filter{display:grid;grid-template-columns:repeat(3,1fr);padding:3px;margin:0 2px 17px;background:var(--surface-muted);border-radius:8px}.tree-filter button{height:29px;color:var(--muted);background:transparent;border:0;border-radius:6px;font-size:11px;font-weight:650;cursor:pointer}.tree-filter button.active{color:var(--text);background:#fff;box-shadow:0 1px 4px #071a2414}.tree-search{display:grid;gap:5px;margin:0 2px 10px;color:var(--muted);font-size:9px;font-weight:700}.tree-search input{width:100%;height:34px;padding:0 10px;color:var(--text);background:#fff;border:1px solid var(--line-strong);border-radius:7px;font:11px var(--font-sans)}.tree-search input:focus-visible{outline:2px solid var(--focus);outline-offset:1px}.tree-result-count{margin:-9px 4px 7px;color:var(--muted);font-size:9px}.tree-root{display:flex;align-items:center;gap:7px;padding:7px;font-size:11px}.tree-root strong{flex:1}.tree-list,.tree-list ul{list-style:none;padding:0;margin:0}.tree-row{width:100%;min-height:46px;display:flex;align-items:center;gap:7px;padding:5px 7px;color:var(--muted);background:transparent;border:0;border-radius:8px;text-align:left;cursor:pointer}.tree-row:hover{background:#edf3f1}.tree-row.selected{color:var(--accent-strong);background:var(--accent-soft)}.tree-row>span:not(.tree-guide){min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.tree-row strong{overflow:hidden;color:var(--text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.tree-row small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.tree-row--device{padding-left:34px}.tree-guide{width:8px;align-self:stretch;border-left:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0 0 0 5px}.health-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--muted)}.health-dot.online{background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.health-dot.degraded{background:var(--warning)}.health-dot.offline{background:var(--danger)}.asset-drawer__mobile-head,.drawer-scrim{display:none}.main-content{grid-column:3;grid-row:2;min-width:0;padding:22px clamp(20px,2.2vw,34px) 50px}.detail-page{width:100%;max-width:1240px;margin:0 auto}.breadcrumbs{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.breadcrumbs button{padding:2px;color:inherit;background:transparent;border:0;cursor:pointer}.breadcrumbs button:hover{color:var(--accent-strong)}.entity-header{display:flex;align-items:center;gap:14px;padding:17px 0 19px}.entity-icon{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:var(--ink-900);border-radius:14px 14px 14px 4px}.entity-icon--sonar{background:#166d78}.entity-icon--camera{background:#465f89}.entity-icon--microphone{background:#6c527b}.entity-title{min-width:0;flex:1}.entity-title>div{display:flex;align-items:center;gap:12px}.entity-title h1{margin:0;font-size:clamp(22px,2vw,28px);letter-spacing:-.04em}.entity-title p{display:flex;align-items:center;gap:8px;margin:6px 0 0;color:var(--muted);font-size:11px}.entity-title code{font:11px var(--font-mono)}.entity-actions{display:flex;align-items:center;gap:8px}.entry-rail{display:grid;grid-template-columns:repeat(8,1fr);margin-bottom:18px;overflow:hidden;background:var(--ink-900);border-radius:var(--radius-md)}.entry-rail button{min-width:0;height:55px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 8px;color:#c8d9dd;background:transparent;border:0;border-right:1px solid rgba(255,255,255,.07);cursor:pointer;font-size:10px;font-weight:650;white-space:nowrap}.entry-rail button:hover{color:#fff;background:#ffffff12}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.metric{min-width:0;display:flex;gap:12px;padding:16px 18px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric>svg{color:var(--accent)}.metric span{min-width:0;display:flex;flex-direction:column;gap:3px}.metric small{color:var(--muted);font-size:9px}.metric strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.metric em{color:var(--muted);font-size:9px;font-style:normal}.detail-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:16px;margin-bottom:16px}.ui-panel{overflow:hidden}.text-link{display:inline-flex;align-items:center;gap:2px;padding:5px;color:var(--accent-strong);background:transparent;border:0;font-size:10px;font-weight:700;cursor:pointer}.chart-summary{display:flex;align-items:center;justify-content:space-between;padding:15px 18px 0}.chart-summary>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.chart-summary>span svg{color:var(--accent)}.chart-summary strong{font:22px var(--font-mono)}.chart-summary small{font:10px var(--font-sans);color:var(--muted)}.mini-chart{padding:8px 16px 12px}.mini-chart svg{display:block;width:100%;height:102px}.mini-chart .grid{fill:none;stroke:var(--line);stroke-width:1;stroke-dasharray:3 5}.mini-chart>div{display:flex;justify-content:space-between;color:#52666b;font-size:8px}.mission-map{position:relative;height:128px;margin:13px 14px 9px;overflow:hidden;background:#e7f0ed;border-radius:9px}.mission-map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:linear-gradient(30deg,transparent 48%,#c9dad5 49%,#c9dad5 51%,transparent 52%),linear-gradient(-25deg,transparent 48%,#d0dfdb 49%,#d0dfdb 51%,transparent 52%);background-size:48px 42px}.mission-map svg{position:absolute;top:13px;right:13px;bottom:13px;left:13px;width:calc(100% - 26px);height:calc(100% - 26px)}.mission-map path{fill:none;stroke:var(--accent);stroke-width:3;stroke-dasharray:5 5}.mission-map circle{fill:#fff;stroke:var(--accent);stroke-width:4}.mission-map>span{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:4px;padding:5px 7px;color:#fff;background:var(--ink-900);border-radius:6px;font-size:8px}.map-watermark{position:absolute;top:8px;left:9px;color:#67817e;font-size:9px}.mission-meta{display:flex;flex-direction:column;gap:4px;padding:0 16px 14px}.mission-meta strong{font-size:12px}.mission-meta span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.device-panel{margin-bottom:16px}.device-table__head,.device-row{display:grid;grid-template-columns:minmax(220px,1.6fr) 90px minmax(110px,.8fr) 90px 52px;align-items:center}.device-table__head{height:34px;padding:0 18px;color:var(--muted);background:#f8faf9;font-size:9px}.device-row{position:relative;width:100%;min-height:58px;padding:7px 18px;background:#fff;border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;font-size:10px}.device-row:hover{background:#f5faf8}.device-type-icon{position:absolute;left:18px;width:35px;height:35px;display:grid;place-items:center;color:var(--accent-strong);background:var(--accent-soft);border-radius:9px}.device-type-icon.camera{color:#465f89;background:#e8edf6}.device-type-icon.microphone{color:#6c527b;background:#f0e8f3}.device-name{padding-left:47px;display:flex;flex-direction:column;gap:3px}.device-name strong{font-size:11px}.device-name small,.device-row>span{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px}.device-row .row-action{display:flex;align-items:center;color:var(--accent-strong);font-weight:700}.current-binding{display:grid;grid-template-columns:1.2fr 1fr 1fr;margin-bottom:16px;color:var(--text);background:var(--ink-900);border-radius:var(--radius-md)}.current-binding>div{display:flex;align-items:center;gap:12px;padding:16px 18px;color:#b8d0d5;border-right:1px solid rgba(255,255,255,.08)}.current-binding>div:last-child{border:0}.current-binding span{min-width:0;display:flex;flex-direction:column;gap:3px}.current-binding small{color:#8ca8ae;font-size:9px}.current-binding strong,.current-binding button{overflow:hidden;padding:0;color:#fff;background:transparent;border:0;font-size:12px;font-weight:750;text-align:left;text-overflow:ellipsis;white-space:nowrap}.current-binding button{display:flex;align-items:center;cursor:pointer}.current-binding em{overflow:hidden;color:#8ca8ae;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.device-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:16px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-md)}.device-metrics article{display:flex;flex-direction:column;gap:4px;padding:16px 18px;background:#fff}.device-metrics small{color:var(--muted);font-size:9px}.device-metrics strong{font:20px var(--font-mono)}.device-metrics span{color:var(--muted);font-size:9px}.binding-timeline{list-style:none;padding:12px 16px 5px;margin:0}.binding-timeline li{position:relative;display:grid;grid-template-columns:26px 1fr auto;gap:9px;min-height:67px}.binding-timeline li:before{content:"";position:absolute;top:26px;bottom:-2px;left:12px;border-left:1px solid var(--line-strong)}.binding-timeline li:last-child:before{display:none}.binding-timeline li>span{width:25px;height:25px;display:grid;place-items:center;color:var(--muted);background:var(--surface-muted);border-radius:50%}.binding-timeline li.current>span{color:var(--accent-strong);background:var(--accent-soft)}.binding-timeline div{display:flex;flex-direction:column;gap:2px}.binding-timeline strong{font-size:11px}.binding-timeline small,.binding-timeline time{color:var(--muted);font-size:8px}.binding-timeline em{align-self:start;padding:3px 5px;color:var(--accent-strong);background:var(--accent-soft);border-radius:4px;font-size:8px;font-style:normal;font-weight:700}.empty-state{padding:50px 20px;color:var(--muted);font-size:11px;text-align:center}.audit-list{display:grid;grid-template-columns:repeat(3,1fr)}.audit-list div{display:grid;grid-template-columns:40px 1fr;gap:4px 9px;padding:15px 18px;border-right:1px solid var(--line)}.audit-list div:last-child{border:0}.audit-list span{grid-row:1 / 3;color:var(--muted);font:9px var(--font-mono)}.audit-list strong{font-size:10px}.audit-list small{color:var(--muted);font-size:8px}.dialog-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:grid;place-items:start center;padding:10vh 18px 18px;background:#0412198c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-dialog{width:min(680px,100%);overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.4);border-radius:16px;box-shadow:var(--shadow-float)}.search-dialog__input{height:62px;display:flex;align-items:center;gap:11px;padding:0 15px 0 19px;border-bottom:1px solid var(--line)}.search-dialog__input>svg{color:var(--accent)}.search-dialog__input input{min-width:0;flex:1;height:100%;color:var(--text);background:transparent;border:0;outline:0;font-size:15px}.search-dialog__hint{padding:13px 19px 8px;margin:0;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.search-results{min-height:250px;max-height:440px;overflow:auto;padding:0 9px 10px;margin:0}.search-results>button{width:100%;min-height:58px;display:grid;grid-template-columns:39px 1fr auto 24px;align-items:center;gap:10px;padding:8px 10px;color:var(--text);background:transparent;border:0;border-radius:9px;text-align:left;cursor:pointer}.search-results>button.active{background:var(--accent-soft)}.result-icon{width:36px;height:36px;display:grid;place-items:center;color:var(--accent-strong);background:#edf5f3;border-radius:9px}.search-results button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.search-results strong{font-size:12px}.search-results small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.enter-icon{opacity:0;color:var(--accent-strong)}.search-results button.active .enter-icon{opacity:1}.search-dialog footer{height:43px;display:flex;align-items:center;gap:16px;padding:0 18px;color:var(--muted);background:#f7f9f8;border-top:1px solid var(--line);font-size:8px}.search-dialog footer span{display:flex;align-items:center;gap:4px}.search-dialog kbd{min-width:18px;height:18px;display:inline-grid;place-items:center;padding:0 4px;background:#fff;border:1px solid var(--line-strong);border-radius:4px;font:8px var(--font-sans)}.search-brand{margin-left:auto}.toast{position:fixed;z-index:80;bottom:24px;left:50%;padding:10px 14px;color:#fff;background:var(--ink-900);border-radius:8px;box-shadow:var(--shadow-float);opacity:0;pointer-events:none;transform:translate(-50%,15px);transition:.2s ease;font-size:11px}.toast.show{opacity:1;transform:translate(-50%)}.mobile-nav{display:none}.loading,.fatal{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--muted)}.loading span{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.loading strong{color:var(--text);font-size:14px}.loading small{font-size:10px}.fatal h1{color:var(--text)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.app-shell{grid-template-columns:66px minmax(0,1fr)}.app-nav{width:66px}.topbar,.main-content{grid-column:2}.asset-drawer{position:fixed;z-index:35;top:0;bottom:0;left:66px;width:min(320px,calc(100vw - 66px));min-height:100vh;transform:translate(calc(-100% - 66px));transition:transform .2s ease;box-shadow:var(--shadow-float)}.asset-drawer.open{transform:translate(0)}.asset-tree{position:static;height:calc(100vh - 55px)}.asset-drawer__mobile-head{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--line)}.drawer-scrim{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:block;background:#071a2459;border:0}.tree-trigger{display:inline-grid}.entry-rail{grid-template-columns:repeat(4,1fr)}.entry-rail button:nth-child(-n+4){border-bottom:1px solid rgba(255,255,255,.07)}}@media(max-width:760px){.app-shell{display:block;padding:57px 0 61px}.app-nav{position:fixed;width:100%;height:57px;bottom:auto;flex-direction:row;background:var(--ink-950)}.brand{width:100%;height:57px;display:flex;align-items:center;gap:10px;padding:0 14px;border:0}.brand>span{width:31px;height:31px}.brand strong{display:inline;color:#fff;font-size:14px}.app-nav__items,.profile{display:none}.topbar{position:fixed;top:9px;right:8px;left:auto;z-index:25;width:auto;height:40px;padding:0;gap:4px;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar__status{display:none}.global-search{width:38px;height:38px;justify-content:center;padding:0;color:#d5e3e6;background:#ffffff14;border-color:#ffffff1a}.global-search span,.global-search kbd{display:none}.tree-trigger{color:#d5e3e6}.asset-drawer{left:0;width:min(340px,88vw);transform:translate(-110%)}.main-content{padding:14px 13px 30px}.breadcrumbs{display:none}.entity-header{align-items:flex-start;padding-top:4px}.entity-icon{width:44px;height:44px;border-radius:12px 12px 12px 3px}.entity-title h1{font-size:20px}.entity-title p{flex-wrap:wrap;font-size:9px}.entity-actions{display:none}.entry-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:9px}.entry-rail button{min-width:112px;height:48px;scroll-snap-align:start}.metric-strip{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.metric{padding:13px}.detail-grid,.current-binding{grid-template-columns:1fr}.current-binding>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.device-metrics{grid-template-columns:1fr}.device-metrics article{flex-direction:row;align-items:baseline}.device-metrics strong{margin-left:auto}.device-table__head{display:none}.device-row{min-height:75px;display:grid;grid-template-columns:1fr auto;padding:10px 13px;gap:5px}.device-type-icon{left:13px;top:11px}.device-name{padding-left:46px;grid-row:1 / 3}.device-row>span:nth-of-type(3),.device-row>span:nth-of-type(4){display:none}.device-row .row-action{grid-column:2}.audit-list{grid-template-columns:1fr}.audit-list div{border-right:0;border-bottom:1px solid var(--line)}.search-dialog{width:100%;height:calc(100dvh - 20px);display:flex;flex-direction:column;border-radius:13px}.dialog-backdrop{padding:10px}.search-results{flex:1;max-height:none}.search-dialog footer{display:none}.search-results>button{grid-template-columns:39px 1fr auto}.enter-icon{display:none}.mobile-nav{position:fixed;z-index:25;right:0;bottom:0;left:0;height:61px;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom);background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav button{position:relative;color:var(--muted);background:transparent;border:0;font-size:10px;font-weight:650}.mobile-nav button.active{color:var(--accent-strong)}.mobile-nav button.active:before{content:"";position:absolute;top:0;right:27%;left:27%;height:2px;background:var(--accent)}.mobile-nav em{position:absolute;top:8px;right:20%;width:15px;height:15px;display:grid;place-items:center;color:#fff;background:var(--danger);border-radius:50%;font-size:8px;font-style:normal}.toast{bottom:72px;max-width:calc(100vw - 24px);text-align:center}}@media(max-width:390px){.entry-rail button{min-width:104px}.metric{padding:11px;gap:8px}.metric strong{font-size:12px}.ui-panel__header{padding:0 13px}.chart-summary{padding-inline:13px}.current-binding>div{padding:14px}}.workspace-page{width:100%;max-width:1320px;margin:0 auto}.workspace-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:4px 0 20px}.workspace-header small{color:var(--accent-strong);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.workspace-header h1{margin:5px 0 4px;font-size:clamp(24px,2.3vw,32px);letter-spacing:-.045em}.workspace-header p{margin:0;color:var(--muted);font-size:11px}.source-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;color:#8a6b25;background:#fff7df;border:1px solid #ead9a2;border-radius:99px;font-size:9px;font-weight:750;white-space:nowrap}.source-pill.api{color:var(--accent-strong);background:var(--accent-soft);border-color:#c9e2dc}.workspace-filters{min-height:48px;display:flex;align-items:center;gap:7px;padding:7px;margin-bottom:14px;overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.workspace-filters button{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:var(--text);background:var(--surface-muted);border:1px solid var(--line);border-radius:7px;font-size:9px;font-weight:650;white-space:nowrap;cursor:pointer}.workspace-filters .filter-search{margin-left:auto;color:var(--accent-strong);background:var(--accent-soft)}.map-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,.9fr);gap:14px}.ops-map{position:relative;min-height:590px;overflow:hidden;background:linear-gradient(145deg,#d9e9e6,#eef3ec 58%,#dce8e1);border:1px solid #c8d8d4;border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.map-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.55;background-image:linear-gradient(32deg,transparent 48%,#bdd1cc 49%,#bdd1cc 50%,transparent 51%),linear-gradient(-27deg,transparent 48%,#cadbd6 49%,#cadbd6 50%,transparent 51%),radial-gradient(circle at 26% 38%,#c8d8cd 0 9%,transparent 9.5%),radial-gradient(circle at 82% 72%,#cedccf 0 12%,transparent 12.5%);background-size:78px 66px,94px 82px,100% 100%,100% 100%}.ops-map svg{position:absolute;top:20px;right:20px;bottom:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 80px)}.route-shadow{fill:none;stroke:#ffffffe6;stroke-width:11}.route-line{fill:none;stroke:var(--accent);stroke-width:4;stroke-dasharray:9 7}.route-start{fill:#fff;stroke:var(--accent);stroke-width:4}.route-event{fill:var(--warning);stroke:#fff;stroke-width:4}.route-current{fill:var(--accent);stroke:#fff;stroke-width:5;filter:drop-shadow(0 3px 5px rgba(12,94,90,.3))}.map-coordinates{position:absolute;top:12px;left:12px;padding:6px 8px;color:#4f6f6b;background:#ffffffc7;border-radius:6px;font:8px var(--font-mono);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.map-vessel-card,.map-event-card{position:absolute;display:flex;align-items:center;gap:8px;padding:9px 10px;background:#fffffff0;border:1px solid rgba(155,180,174,.6);border-radius:9px;box-shadow:0 8px 24px #1f3c3a24}.map-vessel-card{top:28%;left:68%}.map-event-card{top:43%;left:44%;color:#76591d}.map-vessel-card>svg{position:static;width:17px;height:17px;color:var(--accent-strong)}.map-event-card>svg{position:static;width:16px;height:16px}.map-vessel-card span,.map-event-card span{display:flex;flex-direction:column;gap:2px}.map-vessel-card strong,.map-event-card strong{font-size:10px}.map-vessel-card small,.map-event-card small{color:var(--muted);font-size:8px}.playback-bar{position:absolute;right:12px;bottom:12px;left:12px;height:46px;display:flex;align-items:center;gap:10px;padding:0 12px;color:#d9e7e9;background:#071d26ed;border-radius:9px;box-shadow:var(--shadow-float)}.playback-bar button{width:29px;height:29px;display:grid;place-items:center;color:#fff;background:var(--accent);border:0;border-radius:50%;cursor:pointer}.playback-bar input{min-width:80px;flex:1;accent-color:var(--accent)}.playback-bar time,.playback-bar strong{font:8px var(--font-mono)}.playback-bar strong{color:#fff}.event-panel .ui-panel__body{padding:8px 14px}.event-timeline{list-style:none;padding:0;margin:0}.event-timeline li{position:relative;display:grid;grid-template-columns:44px 1fr;gap:9px;min-height:88px;padding:15px 0;border-bottom:1px solid var(--line)}.event-timeline li:last-child{border:0}.event-timeline li:before{content:"";position:absolute;top:23px;left:52px;width:7px;height:7px;background:var(--line-strong);border-radius:50%}.event-timeline li.active:before{background:var(--warning);box-shadow:0 0 0 4px #fff2ce}.event-timeline time{color:var(--muted);font:8px var(--font-mono)}.event-timeline span{padding-left:13px;display:flex;flex-direction:column;gap:5px}.event-timeline strong{font-size:10px}.event-timeline small{color:var(--muted);font-size:8px;line-height:1.5}.audio-capture-panel{margin-top:14px}.audio-capture-panel form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end}.audio-capture-panel label{display:grid;gap:5px;color:var(--muted);font-size:9px}.audio-capture-panel input,.audio-capture-panel select{min-width:0;height:34px;padding:0 9px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);color:var(--text)}.audio-capture-panel fieldset{display:flex;grid-column:span 2;gap:12px;min-height:54px;padding:7px 10px;border:1px solid var(--line);border-radius:5px}.audio-capture-panel fieldset legend{color:var(--muted);font-size:9px}.audio-capture-panel fieldset label{display:flex;align-items:center;color:var(--text)}.audio-capture-panel fieldset input{width:15px;height:15px}.audio-session-status{display:flex;align-items:center;gap:14px;margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--surface-muted)}.audio-session-status>span{display:grid;gap:3px;margin-right:auto}.audio-session-status code{color:var(--accent-strong);font-size:9px;overflow-wrap:anywhere}.data-controls{display:flex;align-items:center;gap:14px;padding:13px 15px;margin-bottom:14px;background:var(--ink-900);border-radius:var(--radius-md);color:#d7e5e7}.data-controls>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.data-controls small,.data-controls label{color:#91aaae;font-size:8px}.data-controls strong{overflow:hidden;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.data-controls label{display:flex;align-items:center;gap:6px;white-space:nowrap}.data-controls select{height:29px;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:6px;font-size:9px}.data-controls select option{color:var(--text)}.data-controls input{accent-color:var(--accent)}.quality-legend{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:8px}.quality-legend i{width:14px;height:2px;background:var(--accent)}.quality-legend i.weak{background:#5c72a4}.quality-legend i.gap{background:var(--warning)}.trend-chart{position:relative;padding:20px 25px 14px 48px}.trend-chart svg{display:block;width:100%;height:300px;overflow:visible}.trend-grid path{fill:none;stroke:var(--line);stroke-width:1;stroke-dasharray:3 6}.trend-a,.trend-b{fill:none;stroke:var(--accent);stroke-width:3}.trend-b{stroke:#6079ab;stroke-width:2.5}.quality-band{fill:#d5a02e17;stroke:var(--warning);stroke-width:1;stroke-dasharray:4 5}.trend-axis{position:absolute;top:35px;bottom:38px;left:12px;display:flex;flex-direction:column;justify-content:space-between;color:var(--muted);font:8px var(--font-mono)}.trend-time{display:flex;justify-content:space-between;color:var(--muted);font:8px var(--font-mono)}.data-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:14px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-md)}.data-summary article{display:flex;flex-direction:column;gap:4px;padding:15px;background:#fff}.data-summary small,.data-summary span{color:var(--muted);font-size:8px}.data-summary strong{font:18px var(--font-mono)}.video-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.video-wall>button{overflow:hidden;padding:0;background:#fff;border:2px solid transparent;border-radius:var(--radius-md);box-shadow:var(--shadow-card);text-align:left;cursor:pointer}.video-wall>button.selected{border-color:var(--accent)}.video-surface{position:relative;min-height:168px;display:grid;place-items:center;overflow:hidden;color:#9fb3b7;background:radial-gradient(circle at 58% 38%,#294954,#102a35 55%,#081b24)}.video-surface:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(90deg,transparent 48%,#8fadb2 49%,transparent 50%),linear-gradient(0deg,transparent 48%,#8fadb2 49%,transparent 50%);background-size:38px 38px}.video-surface em{position:absolute;z-index:2;top:9px;left:9px;padding:4px 6px;color:#fff;background:var(--danger);border-radius:4px;font-size:8px;font-style:normal;font-weight:800}.video-surface strong{z-index:2;font-size:10px}.video-wall button.offline .video-surface{color:#71878b;background:#142b34}.scanline{position:absolute;z-index:1;right:0;left:0;height:1px;background:#6de0cd80;box-shadow:0 0 12px #5dc8ba;animation:scan 3.2s linear infinite}.video-wall footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px}.video-wall footer span{min-width:0;display:flex;flex-direction:column;gap:3px}.video-wall footer span:last-child{text-align:right}.video-wall footer strong,.video-wall footer b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.video-wall footer small{color:var(--muted);font-size:8px}.video-surface video,.video-surface iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.video-surface iframe{z-index:2;background:#081b24}.video-surface>svg{position:relative;z-index:1}.video-wall>button:disabled{cursor:default;opacity:1}.media-query-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.media-query-form label{min-width:0;display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:9px;font-weight:700}.media-query-form input,.media-query-form select{min-width:0;height:34px;padding:0 9px;color:var(--ink-900);background:#f8faf9;border:1px solid var(--line);border-radius:7px;font:inherit}.media-query-form>button{align-self:end;justify-content:center}.media-query-error{margin:-2px 0 12px;padding:9px 11px;color:var(--danger);background:#fff3f2;border-radius:7px;font-size:9px}.workspace-filters>span{margin-left:auto;color:var(--muted);font-size:9px}.workspace-filters>span:first-child{margin-left:0;display:inline-flex;align-items:center;gap:6px}.access-scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.access-scope-grid article{padding:13px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.access-scope-grid small,.access-scope-grid span{display:block;color:var(--muted);font-size:8px}.access-scope-grid strong{display:block;margin:5px 0;font-size:20px}.policy-note{margin:10px 13px 13px;color:var(--muted);font-size:8px;line-height:1.6}.media-library{display:grid;grid-template-columns:repeat(3,1fr)}.media-library>a{min-width:0;display:grid;grid-template-columns:66px 1fr auto;align-items:center;gap:10px;padding:12px;color:var(--text);background:#fff;border:0;border-right:1px solid var(--line);cursor:pointer;text-align:left;text-decoration:none}.media-library>a:last-child{border:0}.media-library>a>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.media-library time,.media-library small{color:var(--muted);font-size:8px}.media-library strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.media-thumb{height:52px;display:grid;place-items:center;color:#fff;background:#46617d;border-radius:7px}.media-thumb.声纳{background:#146c73}.media-thumb.音频{background:#6a527a}.alert-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,1.35fr);gap:14px}.alert-list-panel .ui-panel__body{padding:0}.alert-list button{width:100%;min-height:74px;display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:11px;padding:10px 13px;color:var(--text);background:#fff;border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer}.alert-list button.selected{background:#f1f8f6}.alert-list button>i{width:7px;height:36px;background:var(--warning);border-radius:99px}.alert-list button>i.info{background:#39718a}.alert-list button>i.critical{background:var(--danger)}.alert-list button span{min-width:0;display:flex;flex-direction:column;gap:4px}.alert-list button span:last-child{align-items:flex-end}.alert-list strong{font-size:10px}.alert-list small,.alert-list time{color:var(--muted);font-size:8px}.alert-list em{padding:3px 5px;color:#76591d;background:#fff4d4;border-radius:4px;font-size:7px;font-style:normal}.alert-detail .ui-panel__body{padding:17px}.alert-detail__heading{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}.alert-detail__heading>svg{color:var(--warning)}.alert-detail__heading span{display:flex;flex-direction:column;gap:3px}.alert-detail h2{margin:0;font-size:16px}.alert-detail p,.alert-detail small{margin:0;color:var(--muted);font-size:8px}.alert-detail dl{display:grid;grid-template-columns:1fr 1fr;margin:14px 0}.alert-detail dl div{padding:9px;border-bottom:1px solid var(--line)}.alert-detail dt{color:var(--muted);font-size:8px}.alert-detail dd{margin:4px 0 0;font-size:10px;font-weight:700}.evidence-links{display:flex;align-items:center;gap:7px;padding:12px;background:var(--surface-muted);border-radius:8px}.evidence-links>strong{margin-right:auto;font-size:9px}.evidence-links button{display:flex;align-items:center;gap:4px;padding:6px;color:var(--accent-strong);background:#fff;border:1px solid var(--line);border-radius:6px;font-size:8px;cursor:pointer}.alert-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.permission-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.permission-summary article{display:flex;align-items:center;gap:12px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.permission-summary svg{color:var(--accent-strong)}.permission-summary span{display:flex;flex-direction:column;gap:3px}.permission-summary small,.permission-summary em{color:var(--muted);font-size:8px;font-style:normal}.permission-summary strong{font-size:12px}.audit-layout,.settings-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:14px}.permission-table>div{display:grid;grid-template-columns:1fr repeat(3,70px);min-height:44px;align-items:center;padding:0 14px;border-bottom:1px solid var(--line);font-size:9px}.permission-table>div:first-child{color:var(--muted);background:var(--surface-muted)}.permission-table b{display:grid;place-items:center;color:var(--accent-strong)}.permission-table b svg{width:14px}.permission-table b.denied{color:var(--muted)}.audit-events{list-style:none;padding:0 14px;margin:0}.audit-events li{display:grid;grid-template-columns:62px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.audit-events time{color:var(--muted);font:8px var(--font-mono)}.audit-events span{display:flex;flex-direction:column;gap:4px}.audit-events strong{font:9px var(--font-mono)}.audit-events small{color:var(--muted);font-size:8px}.integration-state{min-height:420px;display:grid;place-content:center;justify-items:center;gap:8px;padding:40px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center}.integration-state>svg{color:var(--accent)}.integration-state small{color:var(--accent-strong);font-weight:800;letter-spacing:.12em}.integration-state h2{margin:4px 0;color:var(--text)}.integration-state p{max-width:580px;margin:0 0 12px;font-size:10px;line-height:1.7}.setting-row{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 15px;border-bottom:1px solid var(--line)}.setting-row span{min-width:0;display:flex;flex-direction:column;gap:4px}.setting-row strong{font-size:10px}.setting-row small{color:var(--muted);font:8px var(--font-mono)}.mission-toolbar{min-height:58px;display:flex;align-items:center;gap:20px;padding:8px 12px;margin-bottom:14px;color:#d5e4e7;background:var(--ink-900);border-radius:var(--radius-md)}.mission-toolbar>div{display:flex;gap:4px;padding:3px;background:#ffffff0f;border-radius:8px}.mission-toolbar button{height:33px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#adc2c6;background:transparent;border:0;border-radius:6px;font-size:9px;font-weight:700;cursor:pointer}.mission-toolbar button.active{color:#fff;background:var(--accent)}.mission-toolbar>span{display:flex;flex-direction:column;gap:3px}.mission-toolbar>span:nth-last-child(1){margin-left:auto}.mission-toolbar small{color:#86a2a7;font-size:8px}.mission-toolbar strong{color:#fff;font-size:10px}.mission-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.85fr);gap:14px;margin-bottom:14px}.route-editor .ui-panel__body,.control-panel .ui-panel__body{padding:14px}.route-canvas{position:relative;min-height:285px;overflow:hidden;background:linear-gradient(145deg,#dbe9e5,#eef3ed);border-radius:9px}.route-canvas:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:linear-gradient(30deg,transparent 48%,#bcd0ca 49%,transparent 50%),linear-gradient(-26deg,transparent 48%,#c8d9d4 49%,transparent 50%);background-size:58px 52px}.route-canvas svg{position:absolute;top:10px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.route-canvas path{fill:none;stroke:var(--accent);stroke-width:4;stroke-dasharray:8 6}.route-canvas circle{fill:#fff;stroke:var(--accent);stroke-width:4}.route-canvas>span{position:absolute;right:9px;bottom:9px;padding:6px 8px;color:#fff;background:var(--ink-900);border-radius:6px;font:8px var(--font-mono)}.route-canvas>.empty-state{position:relative;z-index:1;min-height:285px;display:grid;place-items:center;padding:30px;text-align:center}.preflight{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.preflight>strong{grid-column:1 / -1;font-size:9px}.preflight span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:8px}.preflight svg{color:var(--accent-strong)}.preflight span.failed,.preflight span.failed svg{color:var(--danger)}.route-planner{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.route-planner__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.route-planner__toolbar>span{display:flex;flex-direction:column;gap:3px}.route-planner__toolbar strong{font-size:9px}.route-planner__toolbar small,.route-planner form>small{color:var(--muted);font-size:8px;line-height:1.5}.route-planner form{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:11px;padding:12px;background:var(--surface-muted);border-radius:8px}.route-planner form label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:700}.route-planner form label:nth-of-type(3){grid-column:1 / -1}.route-planner form input,.route-planner form select,.route-planner form textarea{width:100%;min-width:0;padding:8px 9px;color:var(--ink-900);background:#fff;border:1px solid var(--line);border-radius:7px;font:9px var(--font-sans)}.route-planner form input,.route-planner form select{height:35px}.route-planner form textarea{min-height:92px;resize:vertical;font-family:var(--font-mono);line-height:1.5}.route-planner form .draft-actions,.route-planner form>small{grid-column:1 / -1}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.capability-grid button{min-height:42px;color:var(--accent-strong);background:var(--accent-soft);border:1px solid #c8e1dc;border-radius:7px;font-size:9px;font-weight:750;cursor:pointer}.capability-grid button:hover{color:#fff;background:var(--accent)}.capability-grid button.danger{color:#a73a42;background:#fff0f0;border-color:#efc6ca}.capability-grid button.danger:hover{color:#fff;background:var(--danger)}.capability-grid button:disabled{opacity:.5;cursor:not-allowed}.manual-control{display:grid;grid-template-columns:1fr auto;gap:9px;padding:12px;margin-top:12px;background:var(--surface-muted);border-radius:8px}.manual-control>strong{font-size:9px}.manual-control>span{color:var(--accent-strong);font:8px var(--font-mono)}.manual-control label{grid-column:1 / -1;display:grid;grid-template-columns:40px 1fr;align-items:center;color:var(--muted);font-size:8px}.manual-control input{accent-color:var(--accent)}.flight-note{display:flex;gap:9px;padding:12px;margin-top:12px;color:#455e85;background:#edf1f8;border-radius:8px}.flight-note span{display:flex;flex-direction:column;gap:4px}.flight-note strong{font-size:9px}.flight-note small{color:#52627d;font-size:8px;line-height:1.5}.estop-confirm{display:flex;flex-direction:column;gap:5px;margin-top:12px;color:var(--muted);font-size:8px}.estop-confirm input{height:34px;padding:0 9px;color:var(--text);background:#fff;border:1px solid var(--line-strong);border-radius:7px;font:9px var(--font-mono)}.integration-warning{padding:8px;margin:10px 0 0;color:#7e641f;background:#fff6dc;border-radius:6px;font-size:8px;line-height:1.5}.mission-bottom{display:grid;grid-template-columns:1.05fr 1fr .85fr;gap:14px}.sensor-plan{padding:3px 14px}.sensor-plan label{display:flex;align-items:center;gap:9px;padding:11px 0;border-bottom:1px solid var(--line);cursor:pointer}.sensor-plan label:last-child{border:0}.sensor-plan input{accent-color:var(--accent)}.sensor-plan span{display:flex;flex-direction:column;gap:3px}.sensor-plan strong{font-size:9px}.sensor-plan small{color:var(--muted);font-size:8px}.ack-list{max-height:188px;overflow:auto;padding:3px 14px}.ack-list>div:not(.empty-state){display:grid;grid-template-columns:62px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid var(--line)}.ack-list time{color:var(--muted);font:8px var(--font-mono)}.ack-list span{display:flex;flex-direction:column;gap:3px}.ack-list strong{font-size:9px}.ack-list small{color:var(--accent-strong);font-size:8px}.evidence-pack{min-height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:15px;text-align:center}.evidence-pack>svg{color:var(--accent-strong)}.evidence-pack strong{font-size:10px}.evidence-pack small{color:var(--muted);font-size:8px;line-height:1.55}.persisted-sensor-plan{min-height:188px;display:flex;flex-direction:column;padding-bottom:13px}.persisted-sensor-plan>.ui-button{align-self:flex-start;margin:auto 14px 0}.persisted-sensor-plan .sensor-plan>div:not(.empty-state){display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.persisted-sensor-plan svg{flex:0 0 auto;color:var(--accent-strong)}.mission-draft-form{display:grid;gap:10px;padding:14px}.mission-draft-form>label,.flight-draft-fields label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:700}.mission-draft-form input:not([type=checkbox]),.mission-draft-form select{width:100%;height:35px;padding:0 9px;color:var(--ink-900);background:#fff;border:1px solid var(--line);border-radius:7px;font:9px var(--font-sans)}.mission-draft-form fieldset{padding:0;border:0}.mission-draft-form legend{margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:700}.mission-draft-form fieldset>div{display:grid;grid-template-columns:1fr 1fr;gap:5px}.mission-draft-form fieldset button{height:34px;color:var(--muted);background:var(--surface-muted);border:1px solid var(--line);border-radius:7px;font-size:9px;font-weight:700}.mission-draft-form fieldset button.active{color:#fff;background:var(--accent);border-color:var(--accent)}.mission-draft-form .sensor-plan{padding:0}.flight-draft-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.draft-actions{display:flex;justify-content:flex-end;gap:7px}.two-person-note{color:var(--muted);font-size:8px;line-height:1.5}@keyframes scan{0%{top:0}to{top:100%}}.ops-api-state{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:12px;font-size:10px}.ops-api-state>span:first-child{width:15px;height:15px;border:2px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.ops-api-state.error{color:#96343b;background:#fff7f7;border-color:#efc6ca}.ops-api-state.error>span{width:auto;height:auto;display:flex;flex-direction:column;gap:4px;border:0;animation:none}.ops-api-state.error small{color:#9d5b60}.map-no-data{position:absolute;top:80px;right:30px;bottom:70px;left:30px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted);background:#f8fbfae0;border:1px dashed var(--line-strong);border-radius:10px}.map-no-data strong{color:var(--text);font-size:11px}.map-no-data small{font-size:8px}.live-telemetry{min-height:205px;display:grid;align-content:start;gap:9px;padding:11px}.live-telemetry>header{display:flex;align-items:center;justify-content:space-between}.live-telemetry>header>span{display:inline-flex;align-items:center;gap:6px;color:var(--accent-strong);font-size:8px}.live-telemetry__error{margin:0;padding:7px 9px;color:#96343b;background:#fff3f3;border-radius:6px;font-size:8px}.live-channel-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.live-channel-cards article{display:grid;gap:3px;padding:8px;background:var(--surface-muted);border:1px solid var(--line);border-radius:7px}.live-channel-cards small,.live-channel-cards time{color:var(--muted);font:7px var(--font-mono)}.live-channel-cards strong{font:13px var(--font-mono)}.live-channel-cards em{color:var(--muted);font-size:7px;font-style:normal}.live-telemetry>svg{width:100%;height:92px;background:linear-gradient(180deg,#f6faf8,#fff);border:1px solid var(--line);border-radius:7px}.live-telemetry>svg path{fill:none;stroke:var(--accent);stroke-width:2.5;vector-effect:non-scaling-stroke}.sonar-waterfall{display:grid;gap:9px;padding:11px}.sonar-waterfall>header{display:flex;align-items:center;justify-content:space-between}.sonar-waterfall>header>span{display:flex;align-items:center;gap:6px;color:var(--accent-strong)}.sonar-waterfall>header strong{font-size:9px}.sonar-waterfall>header small{color:var(--muted);font:7px var(--font-mono)}.sonar-waterfall__viewport{min-height:250px;display:grid;grid-template-columns:1fr 44px;overflow:hidden;background:#06151d;border-radius:8px}.sonar-waterfall__grid{display:flex;flex-direction:column-reverse;justify-content:flex-start;overflow:hidden;padding:8px}.sonar-ping{min-height:3px;flex:1 0 3px;display:flex}.sonar-ping i{flex:1;min-width:1px;opacity:.96}.sonar-legend{display:flex;flex-direction:column;justify-content:space-between;padding:9px 4px;color:#c5d9dc;background:linear-gradient(#e6e238,#29c2b1,#0c3c70,#071721);font:6px var(--font-mono);text-shadow:0 1px 2px #000}.sonar-waterfall>footer{display:grid;grid-template-columns:auto 1fr 135px;align-items:center;gap:10px}.sonar-waterfall>footer input{width:100%;accent-color:var(--accent)}.sonar-waterfall>footer time{color:var(--muted);font:7px var(--font-mono);text-align:right}.vessel-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;margin-bottom:14px;padding:4px;background:var(--surface-muted);border:1px solid var(--line);border-radius:9px}.vessel-tabs button{min-height:34px;color:var(--muted);background:transparent;border:0;border-radius:6px;font-size:8px;font-weight:750;cursor:pointer}.vessel-tabs button.active{color:#fff;background:var(--accent);box-shadow:0 2px 7px #0b675f38}.vessel-tab-page{min-height:440px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.vessel-tab-page>header{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border-bottom:1px solid var(--line)}.vessel-tab-page>header h2{margin:0;font-size:13px}.vessel-tab-page>header p{margin:4px 0 0;color:var(--muted);font-size:8px}.vessel-tab-page>header label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8px}.vessel-tab-page>header select{height:33px;min-width:190px;padding:0 8px;color:var(--text);background:var(--surface-muted);border:1px solid var(--line);border-radius:7px;font-size:8px}.vessel-history-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:14px}.vessel-history-actions button{min-height:64px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:10px;color:var(--text);background:var(--surface-muted);border:1px solid var(--line);border-radius:8px;text-align:left;cursor:pointer}.vessel-history-actions button>svg:first-child{color:var(--accent-strong)}.vessel-history-actions span{display:grid;gap:4px}.vessel-history-actions strong{font-size:9px}.vessel-history-actions small{color:var(--muted);font-size:7px}.vessel-media-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}.vessel-media-cards button{min-height:110px;display:grid;justify-items:start;align-content:center;gap:5px;padding:13px;color:var(--text);background:linear-gradient(145deg,#eff7f4,#fff);border:1px solid var(--line);border-radius:9px;cursor:pointer}.vessel-media-cards button span{width:34px;height:34px;display:grid;place-items:center;color:var(--accent-strong);background:var(--accent-soft);border-radius:8px}.vessel-media-cards strong{font-size:9px}.vessel-media-cards small{color:var(--muted);font-size:7px}.vessel-config-summary{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-bottom:1px solid var(--line)}.vessel-config-summary div{padding:14px;border-right:1px solid var(--line)}.vessel-config-summary dt{color:var(--muted);font-size:7px}.vessel-config-summary dd{margin:5px 0 0;font:10px var(--font-mono)}.vessel-tab-page>.ui-panel{margin:14px}.configuration-readiness article{min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 13px;border-bottom:1px solid var(--line)}.configuration-readiness article:last-child{border:0}.configuration-readiness article>span{display:grid;gap:4px}.configuration-readiness strong{font-size:9px}.configuration-readiness small{color:var(--muted);font-size:7px}@media(max-width:980px){.map-layout,.alert-layout,.audit-layout,.settings-grid,.mission-layout{grid-template-columns:1fr}.mission-bottom{grid-template-columns:1fr 1fr}.mission-bottom>:last-child{grid-column:1 / -1}.ops-map{min-height:500px}.event-timeline{display:grid;grid-template-columns:repeat(4,1fr)}.event-timeline li{grid-template-columns:1fr;padding:12px;border-right:1px solid var(--line)}.event-timeline li:before{display:none}.event-timeline span{padding:0}.data-summary,.access-scope-grid,.media-query-form{grid-template-columns:1fr 1fr}.media-library{grid-template-columns:1fr}.media-library>a{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px){.workspace-header{align-items:flex-start;flex-direction:column;gap:10px}.workspace-header p{max-width:100%}.workspace-filters .filter-search{margin-left:0}.ops-map{min-height:440px}.map-vessel-card{top:22%;left:38%}.map-event-card{top:48%;left:16%}.playback-bar{gap:5px}.playback-bar time{display:none}.event-timeline{display:block}.data-controls{align-items:stretch;flex-wrap:wrap}.data-controls>div{flex-basis:100%}.trend-chart{padding-left:39px}.trend-chart svg{height:210px}.data-summary,.permission-summary,.video-wall,.mission-bottom,.media-query-form,.access-scope-grid,.audio-capture-panel form{grid-template-columns:1fr}.audio-capture-panel fieldset{grid-column:auto;flex-direction:column}.audio-session-status{align-items:stretch;flex-direction:column}.mission-bottom>:last-child{grid-column:auto}.mission-toolbar{align-items:stretch;flex-wrap:wrap;gap:10px}.mission-toolbar>div{width:100%}.mission-toolbar>span:nth-last-child(1){margin-left:0}.capability-grid{grid-template-columns:1fr 1fr}.preflight{grid-template-columns:1fr}.video-surface{min-height:185px}.alert-layout{grid-template-columns:1fr}.evidence-links{flex-wrap:wrap}.evidence-links>strong{flex-basis:100%}.alert-detail dl{grid-template-columns:1fr}.permission-table>div{grid-template-columns:1fr repeat(3,48px)}.source-pill{align-self:flex-start;font-size:8px}.live-channel-cards{grid-template-columns:1fr 1fr}.vessel-tabs{grid-template-columns:repeat(3,1fr)}.vessel-history-actions,.vessel-media-cards,.vessel-config-summary{grid-template-columns:1fr}.vessel-tab-page>header{align-items:stretch;flex-direction:column}.vessel-tab-page>header select{min-width:0;width:100%}}.management-page{min-width:0}.management-tabs{display:inline-flex;gap:3px;padding:3px;margin-bottom:14px;background:var(--surface-muted);border:1px solid var(--line);border-radius:8px}.management-tabs button{min-height:31px;padding:0 11px;color:var(--muted);background:transparent;border:0;border-radius:6px;font-size:8px;font-weight:750;cursor:pointer}.management-tabs button[aria-selected=true]{color:var(--accent-strong);background:#fff;box-shadow:0 1px 4px #071a2414}.management-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:4px 0 18px}.management-header>div:first-child{min-width:0}.management-header small{color:var(--accent-strong);font-size:8px;font-weight:850;letter-spacing:.14em}.management-header h1{margin:5px 0 4px;color:var(--ink-950);font-size:25px;line-height:1.08;letter-spacing:-.035em}.management-header p{margin:0;color:var(--muted);font-size:9px}.management-header>div:last-child{display:flex;gap:8px}.management-summary{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;margin-bottom:13px;background:var(--ink-900);border-radius:var(--radius-md)}.management-summary--devices{grid-template-columns:repeat(6,1fr)}.management-summary div{min-height:64px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px 16px;border-right:1px solid rgba(255,255,255,.08)}.management-summary div:last-child{border:0}.management-summary strong{color:#fff;font:19px var(--font-mono)}.management-summary span{color:#9db4b9;font-size:8px}.management-state-legend{margin:-4px 0 13px;padding:9px 12px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:8px;line-height:1.6}.management-state-legend strong{color:var(--ink-900)}.management-state-filter{display:flex;align-items:center;gap:4px}.management-state-filter button{padding:5px 8px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:8px;cursor:pointer}.management-state-filter button[aria-pressed=true]{color:#fff;background:var(--accent-strong);border-color:var(--accent-strong)}.management-message{margin-bottom:12px;padding:9px 12px;color:var(--accent-strong);background:var(--accent-soft);border:1px solid #c9e4dd;border-radius:7px;font-size:9px}.management-message.error{color:#96343b;background:#fff3f3;border-color:#efc6ca}.management-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(540px,1.55fr);gap:13px;align-items:start}.vessel-registry,.mount-workbench{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.vessel-registry>header,.mount-workbench>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid var(--line)}.vessel-registry h2,.mount-workbench h2,.unbound-pool h3{margin:0;font-size:12px}.vessel-registry header small,.mount-workbench header small,.unbound-pool header small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.vessel-registry header label{height:31px;display:flex;align-items:center;gap:5px;padding:0 8px;color:var(--muted);background:var(--surface-muted);border:1px solid var(--line);border-radius:7px}.vessel-registry header input{width:92px;color:var(--text);background:transparent;border:0;outline:0;font:8px var(--font-sans)}.mount-workbench>header>button{color:var(--accent-strong);background:transparent;border:0;font-size:8px;font-weight:750;cursor:pointer}.registry-table{max-height:640px;overflow:auto}.registry-head,.registry-table>button{display:grid;grid-template-columns:minmax(0,1fr) 62px 34px;align-items:center;gap:8px}.registry-head{min-height:30px;padding:0 12px;color:var(--muted);background:var(--surface-muted);font-size:7px;font-weight:800}.registry-table>button{width:100%;min-height:60px;padding:8px 12px;color:var(--text);background:#fff;border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer}.registry-table>button.selected{background:#edf7f4;box-shadow:inset 3px 0 var(--accent)}.registry-table>button>span:first-child,.mounted-row>span:first-child{min-width:0;display:flex;align-items:center;gap:9px}.registry-table i,.mounted-row i,.unbound-pool article>i{flex:0 0 auto;width:31px;height:31px;display:grid;place-items:center;color:var(--accent-strong);background:var(--accent-soft);border-radius:8px;font-style:normal}.registry-table b,.mounted-row b{min-width:0;display:flex;flex-direction:column;gap:3px;overflow:hidden;font-size:9px}.registry-table b small,.mounted-row b small{overflow:hidden;color:var(--muted);font:7px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.registry-table>button>strong{text-align:right;font:11px var(--font-mono)}.mounted-head,.mounted-row{display:grid;grid-template-columns:minmax(230px,1.35fr) minmax(100px,.75fr) 68px minmax(96px,auto);align-items:center;gap:9px}.mounted-head{min-height:31px;padding:0 14px;color:var(--muted);background:var(--surface-muted);font-size:7px;font-weight:800}.mounted-row{min-height:63px;padding:8px 14px;border-bottom:1px solid var(--line);font-size:8px}.mounted-row>span:last-child{display:flex;justify-content:flex-end;gap:5px}.mounted-row>span:last-child button,.unbound-pool article button{height:27px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 7px;color:var(--accent-strong);background:#fff;border:1px solid var(--line);border-radius:6px;font-size:7px;font-weight:750;cursor:pointer}.mounted-row>span:last-child button.danger{color:#a33c43}.unbound-pool{margin:13px;background:var(--surface-muted);border:1px solid var(--line);border-radius:9px}.unbound-pool>header{min-height:51px;display:flex;align-items:center;justify-content:space-between;padding:9px 11px;border-bottom:1px solid var(--line)}.unbound-pool>header>span{color:var(--accent-strong);font:10px var(--font-mono)}.unbound-pool>div{max-height:310px;overflow:auto;padding:3px 10px}.unbound-pool article{min-height:53px;display:grid;grid-template-columns:31px minmax(0,1fr) auto auto;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.unbound-pool article:last-child{border:0}.unbound-pool article span{min-width:0;display:flex;flex-direction:column;gap:3px}.unbound-pool article strong{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.unbound-pool article small{color:var(--muted);font:7px var(--font-mono)}.management-empty{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin:0;color:var(--muted);font-size:8px;text-align:center}.management-empty strong{color:var(--text);font-size:9px}.management-modal-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0619227a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.management-modal{width:min(510px,100%);overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 24px 80px #04182047}.management-modal>header{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line)}.management-modal>header small{color:var(--accent-strong);font-size:7px;font-weight:800;letter-spacing:.12em}.management-modal h2{margin:4px 0 0;font-size:16px}.management-modal>header button{width:31px;height:31px;display:grid;place-items:center;color:var(--muted);background:var(--surface-muted);border:0;border-radius:7px;cursor:pointer}.management-form{display:grid;gap:11px;padding:16px}.management-form>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.management-form label{min-width:0;display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:750}.management-form input,.management-form select,.management-form textarea{width:100%;min-height:36px;padding:9px;color:var(--text);background:#fbfcfc;border:1px solid var(--line-strong);border-radius:7px;outline:0;font:9px var(--font-sans)}.management-form input,.management-form select{height:36px;padding-block:0}.management-form textarea{resize:vertical;line-height:1.55;font-family:var(--font-mono)}.management-form input:focus,.management-form select:focus,.management-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.management-form label small{font-size:7px;font-weight:500}.management-form footer{display:flex;justify-content:flex-end;gap:7px;padding-top:4px}.binding-note{display:flex;align-items:flex-start;gap:7px;margin:0;padding:10px;color:var(--muted);background:var(--surface-muted);border-radius:7px;font-size:8px;line-height:1.55}.customer-management-layout{display:grid;grid-template-columns:minmax(270px,.68fr) minmax(560px,1.55fr);gap:13px;align-items:start}.customer-registry,.customer-assets{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.customer-registry>header,.customer-assets>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-bottom:1px solid var(--line)}.customer-registry h2,.customer-assets h2{margin:0;font-size:12px}.customer-registry header small,.customer-assets header small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.customer-assets>header>div:last-child{display:flex;gap:7px}.customer-registry>header>svg{color:var(--accent-strong)}.customer-registry>div{max-height:650px;overflow:auto}.customer-registry>div>button{width:100%;min-height:63px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 12px;color:var(--text);background:#fff;border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer}.customer-registry>div>button.selected{background:#edf7f4;box-shadow:inset 3px 0 var(--accent)}.customer-registry button i,.customer-vessels article i{width:31px;height:31px;display:grid;place-items:center;color:var(--accent-strong);background:var(--accent-soft);border-radius:8px}.customer-registry button span,.customer-vessels article span{min-width:0;display:flex;flex-direction:column;gap:3px}.customer-registry button strong,.customer-vessels article strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.customer-registry button small,.customer-vessels article small{overflow:hidden;color:var(--muted);font:7px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.customer-vessels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border-bottom:1px solid var(--line);background:var(--surface-muted)}.customer-vessels article{min-height:58px;display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;background:#fff;border:1px solid var(--line);border-radius:8px}.customer-devices{max-height:450px;overflow:auto}.customer-devices .mounted-row{grid-template-columns:minmax(220px,1.35fr) minmax(100px,.75fr) 68px 70px}.management-pagination{position:sticky;bottom:0;min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;color:var(--muted);background:#fffffff5;border-top:1px solid var(--line);font-size:8px}.management-pagination div{display:flex;gap:5px}.management-pagination button{height:27px;padding:0 8px;color:var(--accent-strong);background:#fff;border:1px solid var(--line);border-radius:6px;font-size:8px;font-weight:700;cursor:pointer}.management-pagination button:disabled{color:var(--muted);cursor:not-allowed;opacity:.55}.device-settings-dialog{width:min(680px,100%);max-height:calc(100vh - 36px);overflow:auto}.device-settings-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:5px;background:var(--surface-muted);border-bottom:1px solid var(--line)}.device-settings-tabs button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--muted);background:transparent;border:0;border-radius:6px;font-size:8px;font-weight:750;cursor:pointer}.device-settings-tabs button.active{color:var(--accent-strong);background:#fff;box-shadow:0 1px 4px #071a2414}.device-settings-dialog>.management-message{margin:10px 16px 0}.device-diagnostics,.device-lifecycle{display:grid;gap:14px;padding:18px}.device-diagnostics>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.device-diagnostics>header span{display:grid;gap:4px}.device-diagnostics>header strong,.device-lifecycle h3{margin:0;font-size:11px}.device-diagnostics>header small,.device-lifecycle p{color:var(--muted);font-size:8px}.diagnostic-result{display:grid;grid-template-columns:auto 1fr;gap:7px 10px;align-items:center;padding:12px;background:var(--surface-muted);border:1px solid var(--line);border-radius:8px}.diagnostic-result>span:first-child{grid-row:1 / span 3}.diagnostic-result article{display:flex;justify-content:space-between;gap:12px;font-size:8px}.diagnostic-result article.failed strong{color:#a33c43}.diagnostic-result article span{color:var(--muted)}.diagnostic-logs{overflow:hidden;border:1px solid var(--line);border-radius:8px}.diagnostic-logs h3{margin:0;padding:10px 12px;background:var(--surface-muted);font-size:9px}.diagnostic-logs article{display:grid;grid-template-columns:145px 1fr;gap:10px;padding:8px 12px;border-top:1px solid var(--line);font-size:8px}.diagnostic-logs time{color:var(--muted);font-family:var(--font-mono)}.diagnostic-logs p{padding:14px;color:var(--muted);font-size:8px}.device-lifecycle>div{display:flex;gap:8px}.device-lifecycle>div button:last-child{color:#a33c43}.onboarding-wizard>ol{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:12px 18px;list-style:none;background:var(--surface-muted);border-bottom:1px solid var(--line)}.onboarding-wizard>ol li{position:relative;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:7px;font-weight:750}.onboarding-wizard>ol li:not(:last-child):after{content:"";position:absolute;right:8px;width:30%;height:1px;background:var(--line-strong)}.onboarding-wizard>ol li>span{width:21px;height:21px;display:grid;place-items:center;background:#fff;border:1px solid var(--line-strong);border-radius:50%;font:8px var(--font-mono)}.onboarding-wizard>ol li.active{color:var(--accent-strong)}.onboarding-wizard>ol li.active>span,.onboarding-wizard>ol li.done>span{color:#fff;background:var(--accent);border-color:var(--accent)}.onboarding-step{min-height:330px;align-content:start}.onboarding-wizard>.management-message{margin:10px 16px 0}.onboarding-actions{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--line)}.onboarding-review{min-height:330px;display:grid;align-content:start;gap:12px;padding:22px}.onboarding-review h3{margin:0;font-size:13px}.onboarding-review dl{overflow:hidden;margin:0;border:1px solid var(--line);border-radius:8px}.onboarding-review dl div{display:grid;grid-template-columns:90px 1fr;padding:10px 12px;border-bottom:1px solid var(--line);font-size:8px}.onboarding-review dl div:last-child{border:0}.onboarding-review dt{color:var(--muted)}.onboarding-review dd{margin:0;font-weight:700}.onboarding-review p{color:var(--muted);font-size:8px;line-height:1.6}@media(max-width:1100px){.management-layout,.customer-management-layout{grid-template-columns:1fr}.registry-table{max-height:320px}}@media(max-width:760px){.management-header{align-items:stretch;flex-direction:column}.management-header>div:last-child{display:grid;grid-template-columns:1fr 1fr}.management-summary{grid-template-columns:1fr 1fr}.management-summary div:nth-child(2){border-right:0}.management-summary div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.management-layout{display:block}.mount-workbench{margin-top:12px}.mounted-head{display:none}.mounted-row{grid-template-columns:minmax(0,1fr) auto}.mounted-row>span:nth-child(2),.mounted-row>span:nth-child(3){display:none}.management-form>div{grid-template-columns:1fr}.device-settings-tabs{grid-template-columns:1fr 1fr}.customer-vessels{grid-template-columns:1fr}.customer-assets>header{align-items:stretch;flex-direction:column}.customer-assets>header>div:last-child{display:grid;grid-template-columns:1fr 1fr}.customer-assets>header button{justify-content:center;white-space:nowrap}}.command-center-page{min-height:calc(100vh - 136px);padding:2px;color:#d8e6ea}.remote-lease-actions{display:flex;gap:8px;padding:12px 20px 0}.remote-lease-actions button{flex:1;min-height:34px;color:#bfe3df;background:#0c363d;border:1px solid #2e6967;cursor:pointer;font-size:9px}.remote-lease-actions button:last-child{color:#efb4b7;border-color:#74484d}.remote-lease-actions button:disabled{opacity:.35;cursor:not-allowed}.remote-input-preview{display:grid;grid-template-columns:1fr auto;gap:6px 12px;align-items:center;margin:0 20px 14px;padding:11px 12px;background:#061a21;border:1px solid #24545a;border-left:2px solid #42b8aa}.remote-input-preview strong{color:#bfe3df;font-size:9px}.remote-input-preview span{grid-column:1/-1;color:#72969c;font-size:8px;line-height:1.5}.remote-input-preview code{color:#66d3c7;font:9px var(--font-mono)}.remote-input-preview button{grid-row:1/4;grid-column:2;min-height:32px;padding:0 10px;color:#bfe3df;background:#0c363d;border:1px solid #2e6967;cursor:pointer;font-size:8px}.remote-command-card>div .remote-estop{color:#f1b3b7;border-color:#7a4148;background:#351a20}.remote-command-card>div .remote-estop svg{color:#ef6c78}.remote-estop-confirm{display:flex!important;grid-template-columns:none!important;flex-direction:column;gap:9px!important;margin:0 14px 14px;padding:13px!important;background:#241319;border:1px solid #713c44}.remote-estop-confirm>strong{color:#f0a5ab;font-size:10px}.remote-estop-confirm label{display:flex;flex-direction:column;gap:4px;color:#b78387;font-size:8px}.remote-estop-confirm input{min-height:32px;padding:6px;color:#f5dcde;background:#130b0e;border:1px solid #64373d}.remote-estop-confirm>div{display:flex;gap:8px;padding:0!important}.remote-estop-confirm>div button{flex:1;min-height:32px!important;padding:5px!important}.remote-estop-confirm>div button:last-child{color:#fff;background:#9b2835;border-color:#cb4d59}.app-shell--management:has(.command-center-page){background:radial-gradient(circle at 60% 0,#123b43 0,#071a22 38%,#041218)}.app-shell--management:has(.command-center-page) .main-content{padding:20px clamp(18px,2vw,32px) 38px}.ucc-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:8px 2px 18px;border-bottom:1px solid rgba(105,214,202,.22)}.ucc-hero span,.ucc-card header span{color:#62d9cb;font:700 9px var(--font-mono);letter-spacing:.16em}.ucc-hero h1{margin:5px 0 3px;color:#f4fbfc;font-size:clamp(22px,2vw,30px);letter-spacing:-.035em}.ucc-hero p{margin:0;color:#77969f;font-size:10px}.ucc-session{display:flex;align-items:center;gap:10px;color:#9eb5bb;font:10px var(--font-mono)}.ucc-stream{padding:5px 8px;border:1px solid #36545b;border-radius:4px;text-transform:uppercase}.ucc-stream--live{color:#67e0c3;border-color:#2d756b;background:#27a4911a}.ucc-stream--error{color:#ff9fa5;border-color:#8c4b52}.ucc-overview{display:grid;grid-template-columns:minmax(230px,1.5fr) repeat(3,1fr);margin:14px 0;border:1px solid rgba(135,182,190,.18);background:#081f27c7}.ucc-overview>*,.ucc-overview label{min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-right:1px solid rgba(135,182,190,.14)}.ucc-overview>*:last-child{border:0}.ucc-overview small{color:#6f9099;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.ucc-overview strong{overflow:hidden;color:#e8f3f5;font:13px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.ucc-overview span{color:#79969d;font-size:8px}.ucc-overview select{height:29px;color:#dcebed;background:#0b2932;border:1px solid #31515a;border-radius:4px;font:10px var(--font-mono)}.ucc-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:14px}.ucc-card{min-width:0;overflow:hidden;background:#071b23eb;border:1px solid rgba(124,180,188,.18);box-shadow:0 14px 34px #00000021}.ucc-card>header{height:51px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(124,180,188,.14)}.ucc-card>header h2{margin:2px 0 0;color:#edf7f8;font-size:12px}.ucc-card>header small{color:#668890;font:9px var(--font-mono)}.ucc-card>header button{width:28px;height:28px;display:grid;place-items:center;color:#83b5b5;background:#0e333c;border:1px solid #294b53;border-radius:4px;cursor:pointer}.ucc-tactical{min-height:400px}.ucc-plot{position:relative;height:285px;overflow:hidden;background-color:#061a21;background-image:linear-gradient(rgba(61,118,124,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(61,118,124,.12) 1px,transparent 1px);background-size:28px 28px}.ucc-range{position:absolute;left:50%;top:50%;border:1px solid rgba(82,179,174,.25);border-radius:50%;transform:translate(-50%,-50%)}.ucc-range--one{width:130px;height:130px}.ucc-range--two{width:250px;height:250px}.ucc-axis{position:absolute;background:#53b7b02e}.ucc-axis--x{left:0;right:0;top:50%;height:1px}.ucc-axis--y{top:0;bottom:0;left:50%;width:1px}.ucc-route-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.ucc-route-overlay polyline{fill:none;stroke:#65d7c8;stroke-width:.7;stroke-dasharray:2 1;vector-effect:non-scaling-stroke}.ucc-route-overlay circle{fill:#071a21;stroke:#81e8dc;stroke-width:.6;vector-effect:non-scaling-stroke}.ucc-north{position:absolute;top:10px;left:calc(50% + 8px);color:#68d9cc;font:9px var(--font-mono)}.ucc-vessel-mark{position:absolute;width:34px;height:34px;display:grid;place-items:center;color:#93fff0;background:#0c7a72;border:1px solid #77ddd1;border-radius:50%;box-shadow:0 0 20px #4adecc66}.ucc-vessel-mark svg{width:18px}.ucc-plot-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#55757d;font:9px var(--font-mono);letter-spacing:.12em}.ucc-tactical>footer{display:grid;grid-template-columns:.65fr .9fr 1.35fr 1.1fr}.ucc-tactical>footer>span{min-width:0;display:flex;flex-direction:column;gap:4px;padding:11px 13px;border-right:1px solid rgba(124,180,188,.12)}.ucc-tactical>footer small{color:#66848c;font-size:8px}.ucc-tactical>footer strong{overflow:hidden;color:#bdcfd3;font:9px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.ucc-camera-stage{height:252px;display:grid;place-items:center;background:#030d11}.ucc-camera-stage img,.ucc-camera-stage video{width:100%;height:100%;object-fit:contain}.ucc-camera-stage>div{max-width:240px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#91abb0;text-align:center}.ucc-camera-stage strong{color:#a9c0c4;font-size:11px}.ucc-camera-stage small{font-size:8px;line-height:1.5}.ucc-camera-stage--stale{background:repeating-linear-gradient(135deg,#07171d,#07171d 12px,#091c22 12px,#091c22 24px)}.ucc-camera-live{min-height:38px;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(124,180,188,.12);color:#8da8ad;font:8px var(--font-mono)}.ucc-camera-live button{border:1px solid #37646b;background:#0b252b;color:#9bd8d2;border-radius:3px;padding:5px 8px;font:8px var(--font-mono)}.ucc-camera-live button:disabled{opacity:.45}.ucc-camera>footer{height:48px;display:flex;align-items:center;gap:13px;padding:0 13px;color:#8da8ad;font:8px var(--font-mono)}.ucc-state{padding:4px 6px;border:1px solid #46636a;border-radius:3px;text-transform:uppercase}.ucc-state--available{color:#62dbc7;border-color:#397b71}.ucc-state--stale{color:#e8bc70;border-color:#806b43}.ucc-state--offline{color:#e78c94;border-color:#7a474c}.ucc-sensors{min-height:310px}.ucc-sensor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:7px}.ucc-sensor-grid article{min-width:0;border-right:1px solid rgba(124,180,188,.1);border-bottom:1px solid rgba(124,180,188,.1)}.ucc-sensor-grid article.selected{background:#33c6b912;box-shadow:inset 0 -1px #38c8b8}.ucc-sensor-grid button{width:100%;padding:10px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.ucc-sensor-grid button:focus-visible{outline:1px solid #55d7c8;outline-offset:-2px}.ucc-sensor-grid button>div{display:flex;flex-direction:column;gap:5px}.ucc-sensor-grid small{color:#64838b;font-size:8px}.ucc-sensor-grid strong{overflow:hidden;color:#e1edef;font:14px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.ucc-sensor-grid em{color:#68868d;font-size:8px;font-style:normal}.ucc-sensor-grid footer{display:flex;gap:5px;margin-top:7px;color:#607b82;font:7px var(--font-mono)}.ucc-sensor-grid time{margin-left:auto}.ucc-source{color:#8ba5ab}.ucc-source--device{color:#69dcca}.ucc-source--simulator{color:#e5b467}.ucc-sensor-history{margin:7px 12px 12px;padding:12px;border:1px solid rgba(78,190,181,.16);background:#03101561}.ucc-sensor-history>header{display:flex;align-items:flex-end;justify-content:space-between;padding:0 0 9px;border:0}.ucc-sensor-history h3{margin:3px 0 0;color:#d7e9ea;font:11px var(--font-mono)}.ucc-sensor-history>header strong{color:#5b8b8e;font-size:8px}.ucc-sensor-history svg{display:block;width:100%;height:86px;overflow:visible}.ucc-sensor-history-grid{fill:none;stroke:#598d9224;stroke-width:1}.ucc-sensor-history-line{fill:none;stroke:#46d2c1;stroke-width:2;vector-effect:non-scaling-stroke}.ucc-sensor-history-empty{height:86px;display:grid;place-items:center;color:#58747a;font-size:8px}.ucc-sensor-history dl{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:8px 0 0}.ucc-sensor-history dl div{min-width:0;padding:6px 8px;border-left:1px solid rgba(100,160,166,.12)}.ucc-sensor-history dl div:first-child{border-left:0}.ucc-sensor-history dt{color:#57777d;font-size:7px}.ucc-sensor-history dd{overflow:hidden;margin:3px 0 0;color:#b9d2d4;font:9px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.ucc-empty{min-height:250px;display:grid;place-items:center;padding:20px;color:#66838a;font-size:9px;text-align:center}.ucc-control{min-height:310px}.ucc-control-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.ucc-control-actions button{min-height:75px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:10px;color:#b8d0d4;background:#0b2b34;border:1px solid #234852;border-radius:4px;cursor:pointer}.ucc-control-actions button:disabled{opacity:.38;cursor:not-allowed}.ucc-control-actions svg{color:#5ed4c5}.ucc-control-actions strong{font-size:10px}.ucc-control-actions small{color:#91abb0;font-size:7px}.ucc-control-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 12px}.ucc-route-link{width:100%;height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#8ec6c2;background:transparent;border:1px dashed #31565e;cursor:pointer;font-size:8px}.ucc-receipt{display:flex;flex-direction:column;gap:5px;margin:11px 12px;padding:10px;background:#061b22;border-left:2px solid #3b9085}.ucc-receipt small{color:#91abb0;font-size:7px}.ucc-receipt strong{color:#a9c0c4;font:8px var(--font-mono);line-height:1.5}.ucc-warning{margin-bottom:12px;padding:9px 12px;color:#f0b1b5;background:#752c3433;border:1px solid rgba(213,94,104,.3);font-size:9px}.ucc-fail{max-width:600px;margin:15vh auto;padding:32px;color:#cadbdd;background:#09232c;border:1px solid #294b53;text-align:center}.ucc-fail h1{color:#fff}.ucc-fail p{color:#78949b;font-size:11px;line-height:1.6}.ucc-fail button{padding:9px 13px;color:#d6f5ef;background:#126f68;border:0;border-radius:4px}.ucc-operations{grid-column:1/-1}.ucc-operations-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr}.ucc-operations-grid>article{min-width:0;padding:13px 14px;border-right:1px solid rgba(124,180,188,.12)}.ucc-operations-grid>article:last-child{border-right:0}.ucc-pane-title{min-height:32px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ucc-pane-title>div{display:flex;flex-direction:column;gap:3px}.ucc-pane-title small{color:#568087;font:7px var(--font-mono);letter-spacing:.12em}.ucc-pane-title strong{color:#d8e9eb;font-size:10px}.ucc-pane-title button{padding:4px 7px;color:#79b8b3;background:transparent;border:1px solid #284c53;cursor:pointer;font-size:7px}.ucc-alert-pane ol{display:flex;flex-direction:column;gap:5px;margin:7px 0 0;padding:0;list-style:none}.ucc-alert{display:grid;grid-template-columns:53px minmax(0,1fr) 36px;align-items:center;gap:8px;padding:7px 8px;background:#081f27;border-left:2px solid #9b7545}.ucc-alert--critical{border-left-color:#cf5964}.ucc-alert>span{color:#d5a35c;font:7px var(--font-mono);text-transform:uppercase}.ucc-alert--critical>span{color:#ef858e}.ucc-alert>div{min-width:0;display:flex;flex-direction:column;gap:3px}.ucc-alert strong,.ucc-alert small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ucc-alert strong{color:#cbdcdf;font-size:8px}.ucc-alert small{color:#627f86;font-size:7px}.ucc-alert time{color:#56747b;font:7px var(--font-mono)}.ucc-pane-empty{min-height:90px;display:grid;place-items:center;margin:7px 0 0;color:#58767d;font-size:8px}.ucc-resource-list,.ucc-link-list{display:grid;grid-template-columns:1fr 1fr;margin:7px 0 0}.ucc-resource-list>div,.ucc-link-list>div{padding:9px;border-right:1px solid rgba(124,180,188,.1);border-bottom:1px solid rgba(124,180,188,.1)}.ucc-resource-list>div:nth-child(2n),.ucc-link-list>div:nth-child(2n){border-right:0}.ucc-resource-list dt,.ucc-link-list dt{color:#5e7d84;font-size:7px}.ucc-resource-list dd,.ucc-link-list dd{margin:4px 0 0;color:#cfe1e3;font:12px var(--font-mono)}.ucc-resource-device{display:flex;flex-direction:column;gap:4px;margin:10px 0 0;padding:8px;background:#071b22}.ucc-resource-device strong{overflow:hidden;color:#a9c4c7;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ucc-resource-device span{color:#5d7c83;font-size:7px}.ucc-link-state{padding:4px 6px;color:#d9a85f;border:1px solid #725d3b;font:7px var(--font-mono);font-style:normal;text-transform:uppercase}.ucc-link-state--live{color:#5fd7c3;border-color:#34756c}.ucc-link-state--error,.ucc-link-state--closed{color:#e77d87;border-color:#78454b}.ucc-queue{height:4px;margin:10px 0 7px;overflow:hidden;background:#122e35}.ucc-queue span{display:block;height:100%;background:#48cabb;transition:width .2s}.ucc-link-warning,.ucc-link-ok{margin:0;color:#dfa26a;font-size:7px;line-height:1.5}.ucc-link-ok{color:#6da49f}.ucc-environment{grid-column:1/-1}.ucc-environment-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:7px}.ucc-environment-grid article{min-width:0;display:flex;flex-direction:column;gap:5px;padding:11px;border-right:1px solid rgba(124,180,188,.1)}.ucc-environment-grid article:last-child{border-right:0}.ucc-environment-grid article.warning{background:#8231382e}.ucc-environment-grid small{color:#608087;font-size:7px}.ucc-environment-grid strong{overflow:hidden;color:#d7e8ea;font:12px var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.ucc-environment-grid span{font-size:7px}.ucc-environment>p{margin:0 14px 12px;color:#607e85;font-size:8px}.ucc-control-actions{grid-template-columns:repeat(4,1fr)}.ucc-control-actions .ucc-estop{color:#f1b3b7;border-color:#7a4148;background:#351a20}.ucc-control-actions .ucc-estop svg{color:#ef6c78}.ucc-estop-confirm{display:flex;flex-direction:column;gap:8px;margin:0 12px 12px;padding:12px;background:#241319;border:1px solid #713c44}.ucc-estop-confirm>strong{color:#f0a5ab;font-size:10px}.ucc-estop-confirm>p{margin:0;color:#a8797d;font-size:8px;line-height:1.5}.ucc-estop-confirm label{display:flex;flex-direction:column;gap:4px;color:#b78387;font-size:8px}.ucc-estop-confirm input{min-height:30px;padding:6px;color:#f5dcde;background:#130b0e;border:1px solid #64373d}.ucc-estop-confirm>div{display:flex;gap:8px}.ucc-estop-confirm button{flex:1;min-height:31px;color:#d1b7ba;background:#241319;border:1px solid #71434a;cursor:pointer}.ucc-estop-confirm button:last-child{color:#fff;background:#9b2835;border-color:#cb4d59}.ucc-estop-confirm button:disabled{opacity:.35;cursor:not-allowed}.remote-page{min-height:calc(100vh - 120px);color:#d9e8eb}.app-shell--management:has(.remote-page),.app-shell--management:has(.remote-fail){background:radial-gradient(circle at 50% 0,#173740,#07181f 52%,#041116)}.remote-page>header{display:grid;grid-template-columns:160px 1fr 100px;align-items:center;gap:20px;padding:12px 0 20px;border-bottom:1px solid rgba(107,190,187,.2)}.remote-page>header>button{display:flex;align-items:center;gap:7px;color:#82bdb9;background:transparent;border:0;cursor:pointer;font-size:10px}.remote-page>header>button svg{width:16px}.remote-page>header>div{text-align:center}.remote-page>header span,.remote-command-card header span{color:#60d5c8;font:8px var(--font-mono);letter-spacing:.15em}.remote-page h1{margin:5px 0;color:#fff;font-size:22px}.remote-page>header p{margin:0;color:#698a91;font:9px var(--font-mono)}.remote-health{justify-self:end;padding:6px 9px;color:#e7b774;border:1px solid #80653e;border-radius:3px;font:9px var(--font-mono);text-transform:uppercase}.remote-health--online{color:#65d8c3;border-color:#3c786f}.remote-health--offline{color:#e58f97;border-color:#7a474d}.remote-warning{margin:13px 0;padding:10px;color:#f0b0b5;background:#70283033;border:1px solid rgba(210,88,99,.3);font-size:9px}.remote-summary{display:grid;grid-template-columns:repeat(4,1fr);margin:14px 0;background:#071d24e6;border:1px solid rgba(123,178,185,.18)}.remote-summary article{display:flex;flex-direction:column;gap:5px;padding:13px;border-right:1px solid rgba(123,178,185,.15)}.remote-summary article:last-child{border:0}.remote-summary small{color:#69878e;font-size:8px}.remote-summary strong{color:#e1edef;font:12px var(--font-mono)}.remote-summary span{color:#607d84;font-size:8px}.remote-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:14px}.remote-stick-card,.remote-command-card{background:#071b22eb;border:1px solid rgba(123,178,185,.18)}.remote-stick-card>header{display:flex;align-items:center;gap:12px;padding:15px;border-bottom:1px solid rgba(123,178,185,.14)}.remote-stick-card>header>svg{color:#5fd2c5}.remote-stick-card h2,.remote-command-card h2{margin:0;color:#edf6f7;font-size:12px}.remote-stick-card p{margin:3px 0 0;color:#66868d;font-size:8px}.remote-stick-card em{margin-left:auto;padding:5px 7px;color:#e6ae65;border:1px solid #77613f;font:8px var(--font-mono);font-style:normal}.remote-sticks{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.remote-sticks label{min-height:250px;display:grid;grid-template-columns:1fr 1fr;place-items:center;padding:16px;background:radial-gradient(circle,#103944 0,#09242c 48%,#061a20 49%);border:1px solid #244750;border-radius:50%}.remote-sticks label span{grid-column:1/3;align-self:end;color:#799aa0;font-size:9px}.remote-sticks input{width:100%;accent-color:#42b8aa}.remote-sticks input:disabled{opacity:.35}.remote-lock-note{padding:0 20px 18px!important;text-align:center}.remote-command-card>header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(123,178,185,.14)}.remote-command-card>header small{color:#66868d;font-size:8px}.remote-command-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:14px}.remote-command-card>div button{min-height:90px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:12px;color:#bad0d4;background:#0a2a33;border:1px solid #254952;cursor:pointer}.remote-command-card>div button:disabled{opacity:.35;cursor:not-allowed}.remote-command-card>div svg{width:18px;color:#60d4c6}.remote-command-card>div strong{font-size:11px}.remote-command-card>div small{color:#69868d;font-size:8px}.remote-command-card footer{display:flex;flex-direction:column;gap:6px;margin:0 14px 14px;padding:12px;background:#061a21;border-left:2px solid #398b82}.remote-command-card footer small{color:#617e85;font-size:8px}.remote-command-card footer strong{color:#b3c7ca;font:8px var(--font-mono);line-height:1.5}.remote-fail{max-width:560px;margin:14vh auto;padding:35px;color:#c7dadd;background:#08232b;border:1px solid #2b4c54;text-align:center}.remote-fail svg{color:#e59b72}.remote-fail h1{color:#fff}.remote-fail p{color:#78969d;font-size:10px;line-height:1.6}.remote-fail button{padding:9px 13px;color:#fff;background:#14766e;border:0}.ucc-sensor-history>header{gap:12px}.ucc-sensor-history>header>div:last-child{display:flex;align-items:flex-end;gap:9px}.ucc-sensor-history>header label{display:flex;align-items:center;gap:5px;color:#58777d;font-size:7px}.ucc-sensor-history>header select{max-width:240px;padding:4px 20px 4px 6px;border:1px solid rgba(91,165,166,.24);background:#071a20;color:#a9c4c6;font:8px var(--font-mono)}.ucc-sensor-history>header strong{white-space:nowrap}.ucc-target-mark{position:absolute;width:9px;height:9px;border:2px solid #ffc66f;background:#071a21;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 10px #ffc66f66}.ucc-target-mark span{position:absolute;left:10px;top:-8px;max-width:90px;overflow:hidden;color:#f5d49f;font:7px var(--font-mono);text-overflow:ellipsis;white-space:nowrap;transform:rotate(-45deg)}.ucc-target-mark--aircraft{border-radius:50%;border-color:#86bfff}.ucc-target-mark--offline{border-color:#e47781;box-shadow:none}.ucc-tactical>footer{grid-template-columns:.55fr .8fr 1.2fr 1fr .65fr}.ucc-overlay-status{position:absolute;right:8px;bottom:8px;display:grid;gap:4px;max-width:190px}.ucc-overlay-status>span{display:grid;padding:5px 7px;border:1px solid rgba(124,180,188,.2);border-radius:3px;background:#031116e0;color:#9fc5c8;font:8px var(--font-mono)}.ucc-overlay-status>span.available{border-color:#4cd3b961;color:#8ce5d7}.ucc-overlay-status small{margin-top:2px;color:#78939a;font-size:7px}.ucc-overlay-status>span.partial{border-color:#ffc66f61;color:#e7c58f}.ucc-authoritative-overlays{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.ucc-sensor-sector{fill:#4cd3b921;stroke:#4cd3b9;stroke-width:.65;vector-effect:non-scaling-stroke}.ucc-link-line{stroke:#86bfff;stroke-width:.8;stroke-dasharray:2 1;vector-effect:non-scaling-stroke}.ucc-alert small,.ucc-alert time,.ucc-resource-device span{color:#91abb0}@media(max-width:1050px){.ucc-grid{grid-template-columns:1fr}.ucc-overview{grid-template-columns:1fr 1fr}.ucc-overview>*:nth-child(2){border-right:0}.ucc-overview>*:nth-child(-n+2){border-bottom:1px solid rgba(135,182,190,.14)}.ucc-environment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ucc-environment-grid article:nth-child(4){border-right:0}.ucc-operations-grid{grid-template-columns:1fr 1fr}.ucc-operations-grid>article:first-child{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(124,180,188,.12)}.remote-layout{grid-template-columns:1fr}.remote-summary{grid-template-columns:1fr 1fr}}@media(max-width:600px){.app-shell--management:has(.command-center-page) .main-content,.app-shell--management:has(.remote-page) .main-content{padding:10px}.ucc-hero{align-items:flex-start}.ucc-session{flex-direction:column;align-items:flex-end}.ucc-overview{grid-template-columns:1fr 1fr}.ucc-overview>*{padding:9px}.ucc-grid{gap:9px}.ucc-sensor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ucc-sensor-history dl{grid-template-columns:repeat(3,minmax(0,1fr))}.ucc-sensor-history dl div:nth-child(4){border-left:0}.ucc-tactical{min-height:360px}.ucc-plot{height:250px}.ucc-camera-stage{height:220px}.ucc-control-links{grid-template-columns:1fr}.ucc-environment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ucc-environment-grid article:nth-child(2n){border-right:0}.ucc-operations-grid{grid-template-columns:1fr}.ucc-operations-grid>article,.ucc-operations-grid>article:first-child{grid-column:auto;border-right:0;border-bottom:1px solid rgba(124,180,188,.12)}.ucc-alert{grid-template-columns:48px minmax(0,1fr) 34px}.remote-page>header{grid-template-columns:90px 1fr}.remote-page>header>div{text-align:left}.remote-page>header>.remote-health{display:none}.remote-page h1{font-size:16px}.remote-summary{grid-template-columns:1fr 1fr}.remote-summary article:nth-child(2){border-right:0}.remote-sticks{grid-template-columns:1fr;padding:18px}.remote-sticks label{min-height:230px}.remote-command-card>div{grid-template-columns:1fr}.remote-command-card>div button{min-height:64px}}.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{position:absolute;left:0;top:0}.maplibregl-map:fullscreen{width:100%;height: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{position:absolute;pointer-events:none;z-index:2}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{right:0;bottom:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{margin:10px 0 0 10px;float:left}.maplibregl-ctrl-top-right .maplibregl-ctrl{margin:10px 10px 0 0;float:right}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{margin:0 0 10px 10px;float:left}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{margin:0 10px 10px 0;float:right}.maplibregl-ctrl-group{border-radius:4px;background:#fff}.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{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M10%2013c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h9c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.75%200-1.5.75-1.5%201.5v3h-3c-.75%200-1.5.75-1.5%201.5S9.25%2016%2010%2016h3v3c0%20.75.75%201.5%201.5%201.5S16%2019.75%2016%2019v-3h3c.75%200%201.5-.75%201.5-1.5S19.75%2013%2019%2013h-3v-3c0-.75-.75-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M24%2016v5.5c0%201.75-.75%202.5-2.5%202.5H16v-1l3-1.5-4-5.5%201-1%205.5%204%201.5-3zM6%2016l1.5%203%205.5-4%201%201-4%205.5%203%201.5v1H7.5C5.75%2024%205%2023.25%205%2021.5V16zm7-11v1l-3%201.5%204%205.5-1%201-5.5-4L6%2013H5V7.5C5%205.75%205.75%205%207.5%205zm11%202.5c0-1.75-.75-2.5-2.5-2.5H16v1l3%201.5-4%205.5%201%201%205.5-4%201.5%203h1z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M18.5%2016c-1.75%200-2.5.75-2.5%202.5V24h1l1.5-3%205.5%204%201-1-4-5.5%203-1.5v-1zM13%2018.5c0-1.75-.75-2.5-2.5-2.5H5v1l3%201.5L4%2024l1%201%205.5-4%201.5%203h1zm3-8c0%201.75.75%202.5%202.5%202.5H24v-1l-3-1.5L25%205l-1-1-5.5%204L17%205h-1zM10.5%2013c1.75%200%202.5-.75%202.5-2.5V5h-1l-1.5%203L5%204%204%205l4%205.5L5%2012v1z%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22m10.5%2014%204-8%204%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m10.5%2016%204%208%204-8z%22%2F%3E%3C%2Fsvg%3E)}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20viewBox%3D%220%200%2022%2022%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228.5%22%2F%3E%3Cpath%20d%3D%22M17.5%2011c0%204.819-3.02%208.5-6.5%208.5S4.5%2015.819%204.5%2011%207.52%202.5%2011%202.5s6.5%203.681%206.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2011c0%202.447-.331%204.64-.853%206.206-.262.785-.562%201.384-.872%201.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831%2015.64%208.5%2013.446%208.5%2011s.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%201.777.522%201.565.853%203.76.853%206.206Z%22%2F%3E%3Cpath%20d%3D%22M11%207.5c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138q.07-.058.224-.138c.299-.151.763-.302%201.379-.434C7.378%205.666%209.091%205.5%2011%205.5s3.622.166%204.845.428c.616.132%201.08.283%201.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.428Zm0%209c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138%201.3%201.3%200%200%201%20.224-.138c.299-.151.763-.302%201.379-.434C7.378%2014.666%209.091%2014.5%2011%2014.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138a1.3%201.3%200%200%201-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0-4c-2.46%200-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5%201.5%200%200%201-.39-.272.3.3%200%200%201-.047-.064.3.3%200%200%201%20.048-.064c.066-.073.189-.167.389-.272.399-.21%201.009-.413%201.805-.59C6.328%209.722%208.54%209.5%2011%209.5s4.672.222%206.256.574c.795.177%201.405.38%201.804.59.2.105.323.2.39.272a.3.3%200%200%201%20.047.064.3.3%200%200%201-.048.064%201.4%201.4%200%200%201-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0%20.018v.002zm17.002.002v-.002zm0-.018v-.002z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20stroke%3D%22%2333b5e5%22%20viewBox%3D%220%200%2022%2022%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228.5%22%2F%3E%3Cpath%20d%3D%22M17.5%2011c0%204.819-3.02%208.5-6.5%208.5S4.5%2015.819%204.5%2011%207.52%202.5%2011%202.5s6.5%203.681%206.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2011c0%202.447-.331%204.64-.853%206.206-.262.785-.562%201.384-.872%201.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831%2015.64%208.5%2013.446%208.5%2011s.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%201.777.522%201.565.853%203.76.853%206.206Z%22%2F%3E%3Cpath%20d%3D%22M11%207.5c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138q.07-.058.224-.138c.299-.151.763-.302%201.379-.434C7.378%205.666%209.091%205.5%2011%205.5s3.622.166%204.845.428c.616.132%201.08.283%201.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.428Zm0%209c-1.909%200-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3%201.3%200%200%201-.224-.138%201.3%201.3%200%200%201%20.224-.138c.299-.151.763-.302%201.379-.434C7.378%2014.666%209.091%2014.5%2011%2014.5s3.622.166%204.845.428c.616.132%201.08.283%201.379.434.105.053.177.1.224.138a1.3%201.3%200%200%201-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm0-4c-2.46%200-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5%201.5%200%200%201-.39-.272.3.3%200%200%201-.047-.064.3.3%200%200%201%20.048-.064c.066-.073.189-.167.389-.272.399-.21%201.009-.413%201.805-.59C6.328%209.722%208.54%209.5%2011%209.5s4.672.222%206.256.574c.795.177%201.405.38%201.804.59.2.105.323.2.39.272a.3.3%200%200%201%20.047.064.3.3%200%200%201-.048.064%201.4%201.4%200%200%201-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0%20.018v.002zm17.002.002v-.002zm0-.018v-.002z%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22m1.754%2013.406%204.453-4.851%203.09%203.09%203.281%203.277.969-.969-3.309-3.312%203.844-4.121%206.148%206.886h1.082v-.855l-7.207-8.07-4.84%205.187L6.169%206.57l-5.48%205.965v.871ZM.688%2016.844h20.625v1.375H.688Zm0%200%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20d%3D%22m1.754%2013.406%204.453-4.851%203.09%203.09%203.281%203.277.969-.969-3.309-3.312%203.844-4.121%206.148%206.886h1.082v-.855l-7.207-8.07-4.84%205.187L6.169%206.57l-5.48%205.965v.871ZM.688%2016.844h20.625v1.375H.688Zm0%200%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23333%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23aaa%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e58978%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e54e33%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23999%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e58978%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%2333b5e5%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23e54e33%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E)}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22%23666%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%204C9%204%209%205%209%205v.1A5%205%200%200%200%205.1%209H5s-1%200-1%201%201%201%201%201h.1A5%205%200%200%200%209%2014.9v.1s0%201%201%201%201-1%201-1v-.1a5%205%200%200%200%203.9-3.9h.1s1%200%201-1-1-1-1-1h-.1A5%205%200%200%200%2011%205.1V5s0-1-1-1m0%202.5a3.5%203.5%200%201%201%200%207%203.5%203.5%200%201%201%200-7%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m14%205%201%201-9%209-1-1z%22%2F%3E%3C%2Fsvg%3E)}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.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%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.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%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.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%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.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%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.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%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.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%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.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%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.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%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.408%2016.796h-1.827l2.501-12.095h.198l3.324%206.533.988%202.19.988-2.19%203.258-6.533h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.929%205.644h-.098l-2.914-5.644-.757-1.71-.345%201.71zm1.958-3.42-.726%203.663a1.255%201.255%200%200%201-1.232%201.011h-1.827a1.255%201.255%200%200%201-1.229-1.509l2.501-12.095a1.255%201.255%200%200%201%201.23-1.001h.197a1.25%201.25%200%200%201%201.12.685l3.19%206.273%203.125-6.263a1.25%201.25%200%200%201%201.123-.695h.181a1.255%201.255%200%200%201%201.227.991l1.443%206.71a5%205%200%200%201%20.314-.787l.009-.016a4.6%204.6%200%200%201%201.777-1.887c.782-.46%201.668-.667%202.611-.667a4.6%204.6%200%200%201%201.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255%201.255%200%200%201%201.212.925%201.255%201.255%200%200%201%201.212-.925h1.711c.284%200%20.545.094.755.252.613-.3%201.312-.45%202.075-.45%201.356%200%202.557.445%203.482%201.4q.47.48.763%201.064V4.701a1.255%201.255%200%200%201%201.255-1.255h1.86A1.255%201.255%200%200%201%2054.44%204.7v9.194h2.217c.19%200%20.37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42%202.42%200%200%201-.682-1.71c0-.665.267-1.253.735-1.7a2.45%202.45%200%200%201%201.722-.674%202.43%202.43%200%200%201%201.705.675q.318.302.504.683V4.7a1.255%201.255%200%200%201%201.255-1.255h1.744A1.255%201.255%200%200%201%2065.812%204.7v3.335a4.8%204.8%200%200%201%201.526-.246c.938%200%201.817.214%202.59.69a4.47%204.47%200%200%201%201.67%201.743v-.98a1.255%201.255%200%200%201%201.256-1.256h1.777c.233%200%20.451.064.639.174a3.4%203.4%200%200%201%201.567-.372c.346%200%20.861.02%201.285.232a1.25%201.25%200%200%201%20.689%201.004%204.7%204.7%200%200%201%20.853-.588c.795-.44%201.675-.647%202.61-.647%201.385%200%202.65.39%203.525%201.396.836.938%201.168%202.173%201.168%203.528q-.001.515-.056%201.051a1.255%201.255%200%200%201-.947%201.09l.408.952a1.255%201.255%200%200%201-.477%201.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06%200-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8%205.8%200%200%201-.548-2.512q0-.429.053-.843a1.3%201.3%200%200%201-.333-.086l-.166-.004c-.223%200-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255%201.255%200%200%201-1.256%201.256h-1.777a1.255%201.255%200%200%201-1.256-1.256V15.69l-.032.057a4.8%204.8%200%200%201-1.86%201.833%205.04%205.04%200%200%201-2.484.634%204.5%204.5%200%200%201-1.935-.424%201.25%201.25%200%200%201-.764.258h-1.71a1.255%201.255%200%200%201-1.256-1.255V7.687a2.4%202.4%200%200%201-.428.625c.253.23.412.561.412.93v7.553a1.255%201.255%200%200%201-1.256%201.255h-1.843a1.25%201.25%200%200%201-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255%201.255%200%200%201-1.256-1.255v-1.251l-.061.117a4.7%204.7%200%200%201-1.782%201.884%204.77%204.77%200%200%201-2.485.67%205.6%205.6%200%200%201-1.485-.188l.009%202.764a1.255%201.255%200%200%201-1.255%201.259h-1.729a1.255%201.255%200%200%201-1.255-1.255v-3.537a1.255%201.255%200%200%201-1.167.793h-1.679a1.25%201.25%200%200%201-.77-.263%204.5%204.5%200%200%201-1.945.429c-.885%200-1.724-.21-2.495-.632l-.017-.01a5%205%200%200%201-1.081-.836%201.255%201.255%200%200%201-1.254%201.312h-1.81a1.255%201.255%200%200%201-1.228-.99l-.782-3.625-2.044%203.939a1.25%201.25%200%200%201-1.115.676h-.098a1.25%201.25%200%200%201-1.116-.68l-2.061-3.994zM35.92%2016.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033%201.332h1.678V9.242h-1.694l-.033%201.267q-.133-.329-.526-.658l-.032-.028a3.2%203.2%200%200%200-.668-.428l-.27-.12a3.3%203.3%200%200%200-1.235-.23q-1.136-.001-1.974.493a3.36%203.36%200%200%200-1.3%201.382q-.445.89-.444%202.074%200%201.2.51%202.107a3.8%203.8%200%200%200%201.382%201.381%203.9%203.9%200%200%200%201.893.477q.795%200%201.455-.33zm-2.789-5.38q-.576.675-.575%201.762%200%201.102.559%201.794.576.675%201.645.675a2.25%202.25%200%200%200%20.934-.19%202.2%202.2%200%200%200%20.468-.29l.178-.161a2.2%202.2%200%200%200%20.397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2%202.2%200%200%200-.633-.709l-.13-.086-.047-.028a2.1%202.1%200%200%200-1.073-.285q-1.052%200-1.629.692zm2.316%202.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96%200%200%200-.353-.389.85.85%200%200%200-.464-.127c-.4%200-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945%200%20.506.122.801.27.99.097.11.266.224.68.224.303%200%20.504-.09.687-.269zm7.545%201.705a2.6%202.6%200%200%200%20.331.423q.319.33.755.548l.173.074q.65.255%201.49.255%201.02%200%201.844-.493a3.45%203.45%200%200%200%201.316-1.4q.493-.904.493-2.089%200-1.909-.988-2.913-.988-1.02-2.584-1.02-.898%200-1.575.347a3%203%200%200%200-.415.262l-.199.166a3.4%203.4%200%200%200-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296%201.119.297%201.07%200%201.645-.675.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.435%200-.835.16a2%202%200%200%200-.284.136%202%202%200%200%200-.363.254%202.2%202.2%200%200%200-.46.569l-.082.162a2.6%202.6%200%200%200-.213%201.072v.115q0%20.707.296%201.267l.135.211zm.964-.818a1.1%201.1%200%200%200%20.367.385.94.94%200%200%200%20.476.118c.423%200%20.59-.117.687-.23.159-.194.28-.478.28-.95%200-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1%201%200%200%200-.503.135l-.012.007a.86.86%200%200%200-.335.343c-.073.133-.132.324-.132.614v.115a1.4%201.4%200%200%200%20.14.66zm15.7-6.222q.347-.346.346-.856a1.05%201.05%200%200%200-.345-.79%201.18%201.18%200%200%200-.84-.329q-.51%200-.855.33a1.05%201.05%200%200%200-.346.79q0%20.51.346.855.345.346.856.346.51%200%20.839-.346zm4.337%209.314.033-1.332q.191.403.59.747l.098.081a4%204%200%200%200%20.316.224l.223.122a3.2%203.2%200%200%200%201.44.322%203.8%203.8%200%200%200%201.875-.477%203.5%203.5%200%200%200%201.382-1.366q.527-.89.526-2.09%200-1.184-.444-2.073a3.24%203.24%200%200%200-1.283-1.399q-.823-.51-1.942-.51a3.5%203.5%200%200%200-1.527.344l-.086.043-.165.09a3%203%200%200%200-.33.214q-.432.315-.656.707a2%202%200%200%200-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5%202.5%200%200%200%20.566.7q.117.098.245.18l.144.08a2.1%202.1%200%200%200%20.975.232q1.07%200%201.645-.675.576-.69.576-1.778%200-1.102-.576-1.777-.56-.691-1.645-.692a2.2%202.2%200%200%200-1.015.235q-.22.113-.415.282l-.15.142a2.1%202.1%200%200%200-.42.594q-.223.479-.223%201.1v.115q0%20.705.293%201.26zm2.616-.293c.157-.191.28-.479.28-.967%200-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87%200%200%200-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0%20.285.057.499.144.669a1.1%201.1%200%200%200%20.367.405c.137.082.28.123.455.123.423%200%20.59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493%200%20.642.099l.247-1.794q-.196-.099-.717-.099a2.3%202.3%200%200%200-.545.063%202%202%200%200%200-.411.148%202.2%202.2%200%200%200-.4.249%202.5%202.5%200%200%200-.485.499%202.7%202.7%200%200%200-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5%201.5%200%200%201%20.466-.636%202.5%202.5%200%200%201%20.399-.253%202%202%200%200%201%20.224-.099zm9.784%202.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46%203.46%200%200%200-1.4%201.382q-.493.906-.493%202.106%200%201.07.428%201.975.428.89%201.332%201.432.906.526%202.255.526.973%200%201.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%200-1.497-.444a1.6%201.6%200%200%201-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1%201%200%200%200-.156-.176q-.46-.428-1.316-.428-.986%200-1.494.604-.379.45-.494%201.234zm-27.053%202.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.63%2011.151-.757-1.71-.345%201.71-1.12%205.644h-1.827L18.083%204.7h.197l3.325%206.533.988%202.19.988-2.19L26.839%204.7h.181l2.6%2012.095h-1.81l-1.218-5.644-.362-1.71-.658%201.71-2.93%205.644h-.098l-2.913-5.644zm14.836%205.81q-1.02%200-1.893-.478a3.8%203.8%200%200%201-1.381-1.382q-.51-.906-.51-2.106%200-1.185.444-2.074a3.36%203.36%200%200%201%201.3-1.382q.839-.494%201.974-.494a3.3%203.3%200%200%201%201.234.231%203.3%203.3%200%200%201%20.97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02%201.053a3.17%203.17%200%200%201-1.662.444zm.296-1.482q.938%200%201.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2%202.2%200%200%200-.807-.872%202.1%202.1%200%200%200-1.119-.313q-1.053%200-1.629.692-.575.675-.575%201.76%200%201.103.559%201.795.577.675%201.645.675zm6.521-6.237h1.711v1.4q.906-1.597%202.83-1.597%201.596%200%202.584%201.02.988%201.005.988%202.914%200%201.185-.493%202.09a3.46%203.46%200%200%201-1.316%201.399%203.5%203.5%200%200%201-1.844.493q-.954%200-1.662-.329a2.67%202.67%200%200%201-1.086-.97l.017%205.134h-1.728zm4.048%206.22q1.07%200%201.645-.674.577-.69.576-1.762%200-1.119-.576-1.777-.558-.675-1.645-.675-.592%200-1.12.296-.51.28-.822.823-.296.527-.296%201.234v.115q0%20.708.296%201.267.313.543.823.855.51.296%201.119.297z%22%2F%3E%3Cpath%20fill%3D%22%23e1e3e9%22%20d%3D%22M51.325%204.7h1.86v10.45h3.473v1.646h-5.333zm7.12%204.542h1.843v7.553h-1.843zm.905-1.415a1.16%201.16%200%200%201-.856-.346%201.17%201.17%200%200%201-.346-.856%201.05%201.05%200%200%201%20.346-.79q.346-.329.856-.329.494%200%20.839.33a1.05%201.05%200%200%201%20.345.79%201.16%201.16%200%200%201-.345.855q-.33.346-.84.346zm7.875%209.133a3.17%203.17%200%200%201-1.662-.444q-.723-.46-1.004-1.053l-.033%201.332h-1.71V4.701h1.743v4.657l-.082%201.283q.279-.658%201.086-1.119a3.5%203.5%200%200%201%201.778-.477q1.119%200%201.942.51a3.24%203.24%200%200%201%201.283%201.4q.445.888.444%202.072%200%201.201-.526%202.09a3.5%203.5%200%200%201-1.382%201.366%203.8%203.8%200%200%201-1.876.477zm-.296-1.481q1.069%200%201.645-.675.577-.69.577-1.778%200-1.102-.577-1.776-.56-.691-1.645-.692a2.12%202.12%200%200%200-1.58.659q-.642.641-.642%201.694v.115q0%20.71.296%201.267a2.4%202.4%200%200%200%20.807.872%202.1%202.1%200%200%200%201.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14%202.14%200%200%201%201.349-.46q.527%200%20.724.098l-.247%201.794q-.149-.099-.642-.099-.774%200-1.416.494-.626.493-.626%201.58v3.883h-1.777V9.242zm9.534%207.718q-1.35%200-2.255-.526-.904-.543-1.332-1.432a4.6%204.6%200%200%201-.428-1.975q0-1.2.493-2.106a3.46%203.46%200%200%201%201.4-1.382q.889-.495%202.007-.494%201.744%200%202.584.97.855.956.856%202.7%200%20.444-.05.92h-5.43q.18%201.005.708%201.45.542.443%201.497.443.79%200%201.3-.131a4%204%200%200%200%20.938-.362l.542%201.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%200-1.991%201.86z%22%2F%3E%3Cpath%20d%3D%22M5.074%2015.948a.484.657%200%200%200-.486.659v1.84a.484.657%200%200%200%20.486.659h4.101a.484.657%200%200%200%20.486-.659v-1.84a.484.657%200%200%200-.486-.659zm3.56%201.16H5.617v.838h3.017z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A1.03600001%22%2F%3E%3Cg%20style%3D%22stroke-width%3A1.12603545%22%3E%3Cpath%20d%3D%22M-9.408-1.416c-3.833-.025-7.056%202.912-7.08%206.615-.02%203.08%201.653%204.832%203.107%206.268.903.892%201.721%201.74%202.32%202.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87%201.87%200%200%200-.362%201.121l-.011%201.877c-.003.402.104.787.347%201.125.244.338.688.653%201.23.656l4.142.028c.542.003.99-.306%201.238-.641a1.87%201.87%200%200%200%20.363-1.121l.012-1.875a1.87%201.87%200%200%200-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145%201.425-1.983%202.348-2.87%201.473-1.414%203.18-3.149%203.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006%201.1v.002c3.274.02%205.92%202.532%205.9%205.6-.017%202.706-1.39%204.026-2.863%205.44-1.034.994-2.118%202.033-2.814%203.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34%200%200%201-.226.084.34.34%200%200%201-.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%202.7-5.545%205.975-5.523m-.02%202.826c-1.62-.01-2.944%201.315-2.955%202.96-.01%201.646%201.295%202.988%202.916%202.999h.002c1.621.01%202.943-1.316%202.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005%201.1c1.017.006%201.829.83%201.822%201.89s-.83%201.874-1.848%201.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874%201.848-1.868m-2.155%2011.857%204.14.025c.271.002.49.305.487.676l-.013%201.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%22%20style%3D%22color%3A%23000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3A400%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Bfont-variant-ligatures%3Anormal%3Bfont-variant-position%3Anormal%3Bfont-variant-caps%3Anormal%3Bfont-variant-numeric%3Anormal%3Bfont-variant-alternates%3Anormal%3Bfont-feature-settings%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bwriting-mode%3Alr-tb%3Bdirection%3Altr%3Btext-orientation%3Amixed%3Bdominant-baseline%3Aauto%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bshape-padding%3A0%3Bclip-rule%3Aevenodd%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A1%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000%3Bsolid-opacity%3A1%3Bvector-effect%3Anone%3Bfill%3A%23000%3Bfill-opacity%3A.4%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-9.415-.316C-12.69-.338-15.37%202.14-15.39%205.207c-.017%202.716%201.326%204.041%202.78%205.477%201.013%201%202.081%202.055%202.78%203.67l.092.076a.34.34%200%200%200%20.225.086.34.34%200%200%200%20.227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6%201.78-2.64%202.814-3.634%201.473-1.414%202.847-2.733%202.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057%208.784c1.621.011%202.944-1.315%202.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945%201.315-2.955%202.96s1.295%202.989%202.916%203%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23e1e3e9%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3Cpath%20d%3D%22M-11.594%2015.465c-.27-.002-.492.297-.494.668l-.012%201.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z%22%20style%3D%22clip-rule%3Aevenodd%3Bfill%3A%23fff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A2.47727823%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A.4%22%20transform%3D%22translate(15.553%202.85)scale(.88807)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{padding:0 5px;background-color:#ffffff80;margin:0}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;color:#000;border-radius:12px;box-sizing:content-box}.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{padding:2px 8px 2px 28px;border-radius:12px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E);background-color:#ffffff80;width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.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{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left: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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill-rule%3D%22evenodd%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M4%2010a6%206%200%201%200%2012%200%206%206%200%201%200-12%200m5-3a1%201%200%201%200%202%200%201%201%200%201%200-2%200m0%203a1%201%200%201%201%202%200v3a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%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;font-size:10px;white-space:nowrap;border-color:#333;border-style:none solid solid;border-width:medium 2px 2px;padding:0 5px;color:#333;box-sizing:border-box}.maplibregl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}.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{width:0;height:0;border:10px solid transparent;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.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-right:none;border-left-color:#fff}[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{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto}.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{position:absolute;top:0;left:0;will-change:transform;transition:opacity .2s}.maplibregl-marker-draggable{cursor:grab}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.maplibregl-user-location-dot:before{content:"";position:absolute;animation:maplibregl-user-location-dot-pulse 2s infinite}.maplibregl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px #00000059}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;width:1px;height:1px;border-radius:100%}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}.maplibregl-cooperative-gesture-screen{background:#0006;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;color:#fff;padding:1rem;font-size:1.4em;line-height:1.2;opacity:0;pointer-events:none;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{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:99999}.ucc-map-runtime,.ucc-maplibre-layer,.ucc-amap-layer,.ucc-three-layer{position:absolute;top:0;right:0;bottom:0;left:0}.ucc-map-runtime{z-index:0;overflow:hidden;pointer-events:none}.ucc-map-runtime .maplibregl-map{width:100%;height:100%}.ucc-amap-layer{width:100%;height:100%;background:#071c23}.ucc-amap-vessel{display:grid;place-items:center;width:26px;height:26px;color:#dffff9;background:#0a8f7e;border:2px solid #8df8e8;border-radius:50% 50% 50% 16%;box-shadow:0 0 0 5px #55d9c32e,0 0 18px #55d9c3bf;font:700 13px/1 var(--font-mono)}.ucc-three-layer{z-index:2}.ucc-three-attitude{display:block;width:100%;height:100%}.ucc-map-runtime>small{position:absolute;right:7px;bottom:5px;z-index:3;max-width:55%;color:#78969c;font:7px var(--font-mono);text-align:right}.ucc-plot--advanced .ucc-route-overlay,.ucc-plot--advanced .ucc-authoritative-overlays,.ucc-plot--advanced .ucc-vessel-mark{visibility:hidden}.ucc-plot--advanced>.ucc-range,.ucc-plot--advanced>.ucc-axis{opacity:.35}@media(prefers-reduced-motion:reduce){.ucc-three-attitude{animation:none!important}}.ucc-data-planes{grid-column:1 / -1}.ucc-data-planes>header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(124,180,188,.12)}.ucc-data-planes>header span{color:#5ed5c7;font:8px var(--font-mono);letter-spacing:.16em}.ucc-data-planes>header h2{margin:3px 0 0;color:#e8f2f3;font-size:12px}.ucc-data-planes>header small{color:#65868d;font:8px var(--font-mono)}.ucc-plane-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.ucc-plane{min-width:0;padding:14px;border-right:1px solid rgba(124,180,188,.12)}.ucc-plane:last-child{border-right:0}.ucc-plane-label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px}.ucc-plane-label svg{width:16px;color:#57cdbc}.ucc-plane-label strong{color:#dbe9eb;font-size:10px}.ucc-plane-label em{padding:3px 5px;color:#63d8c3;border:1px solid rgba(76,211,185,.38);font:7px var(--font-mono);font-style:normal}.ucc-plane--degraded .ucc-plane-label em{color:#e8bd75;border-color:#e8bd7561}.ucc-plane--offline .ucc-plane-label em,.ucc-plane--locked .ucc-plane-label em{color:#e58b94;border-color:#e58b9461}.ucc-plane-route{display:grid;grid-template-columns:auto minmax(18px,1fr) auto minmax(18px,1fr) auto;align-items:center;gap:6px;margin:14px 0 9px;color:#78979d;font:8px var(--font-mono)}.ucc-plane-route i{height:1px;background:#3d867d}.ucc-plane--degraded .ucc-plane-route i{background:repeating-linear-gradient(90deg,#9a7540 0 4px,transparent 4px 7px)}.ucc-plane--offline .ucc-plane-route i,.ucc-plane--locked .ucc-plane-route i{background:repeating-linear-gradient(90deg,#74434a 0 3px,transparent 3px 7px)}.ucc-plane p{min-height:24px;margin:0;color:#66858c;font-size:8px;line-height:1.5}.ucc-data-planes>footer{display:flex;align-items:center;gap:8px;padding:10px 14px;color:#6d8f96;border-top:1px solid rgba(124,180,188,.12);font-size:8px}.ucc-data-planes>footer svg{width:14px;color:#55c6b8}.ucc-data-planes>footer strong{margin-left:auto;color:#829fa5;font-weight:500}@media(max-width:760px){.ucc-plane-list{grid-template-columns:1fr}.ucc-plane{border-right:0;border-bottom:1px solid rgba(124,180,188,.12)}.ucc-plane:last-child{border-bottom:0}.ucc-data-planes>footer{align-items:flex-start;flex-wrap:wrap}.ucc-data-planes>footer strong{width:100%;margin-left:22px}}@media(min-width:1051px){.remote-summary--with-link{grid-template-columns:repeat(5,minmax(0,1fr))}}
