:root{--bg: #14171c;--bg-2: #1b1f26;--bg-3: #232833;--line: #313845;--fg: #e6e9ef;--fg-dim: #98a2b3;--accent: #4da3ff;--accent-2: #2b7fd4;--ok: #46c47c;--warn: #e0a13a;--err: #e2604f;--sidebar-w: 372px}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font:13px/1.45 Segoe UI,Inter,system-ui,sans-serif;color:var(--fg);background:var(--bg);overflow:hidden}#app{display:flex}#sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:var(--bg-2);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}#brand{padding:14px 16px 12px;border-bottom:1px solid var(--line);position:relative}#brand h1{margin:0;font-size:15px;font-weight:650;letter-spacing:.3px}#brand p{margin:2px 0 0;font-size:11px;color:var(--fg-dim)}#app-version{position:absolute;top:14px;right:16px;font-size:10px;color:var(--fg-dim);font-variant-numeric:tabular-nums;padding:1px 6px;border:1px solid var(--line);border-radius:999px;background:none;font-weight:400;line-height:1.5;cursor:pointer}#app-version:hover{color:var(--accent);border-color:var(--accent);background:none}#view-guide{display:none;background:var(--bg);overflow:hidden}#view-guide.active{display:flex}#guide-head{flex:0 0 250px;display:flex;flex-direction:column;gap:8px;padding:14px 10px;border-right:1px solid var(--line);background:var(--bg-2);min-height:0}#guide-search{flex:0 0 auto;padding:6px 9px;font-size:12px}#guide-nav{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.guide-nav-chapter,.guide-nav-section{width:100%;text-align:left;border:1px solid transparent;background:none;border-radius:5px;color:var(--fg-dim)}.guide-nav-chapter{padding:6px 9px;font-size:12.5px;font-weight:600}.guide-nav-section{padding:3px 9px 3px 20px;font-size:11.5px;font-weight:400}.guide-nav-chapter:hover,.guide-nav-section:hover{background:var(--bg-3);color:var(--fg)}.guide-nav-chapter.current{color:var(--accent);background:#2b7fd41f;border-color:#2b7fd44d}#guide-body{flex:1;min-width:0;overflow-y:auto;padding:26px 40px 120px;font-size:13.5px;line-height:1.7;max-width:860px}.guide-chapter+.guide-chapter{margin-top:46px}#guide-body h1{font-size:22px;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--line)}#guide-body h2{font-size:16px;margin:26px 0 6px;color:var(--accent)}#guide-body h3{font-size:13.5px;margin:16px 0 4px}#guide-body p{margin:9px 0;color:var(--fg-dim)}#guide-body ul{margin:8px 0;padding-left:20px}#guide-body li{margin:5px 0;color:var(--fg-dim)}#guide-body li strong,#guide-body p strong{color:var(--fg)}#guide-body code{background:var(--bg-3);padding:1px 5px;border-radius:3px;font-size:12px}#guide-body pre{background:var(--bg-2);border:1px solid var(--line);border-radius:6px;padding:12px 14px;overflow-x:auto;font-size:12px;line-height:1.5}#guide-body pre code{background:none;padding:0}#guide-body table{border-collapse:collapse;margin:12px 0;font-size:12.5px;width:100%}#guide-body th,#guide-body td{border:1px solid var(--line);padding:6px 10px;text-align:left;vertical-align:top}#guide-body th{background:var(--bg-2);color:var(--fg);font-weight:650}#guide-body td{color:var(--fg-dim)}#guide-body .cl-link{color:var(--accent);border-bottom:1px dotted var(--accent)}#open-guide{position:absolute;top:38px;right:16px}#view-changelog{display:none;background:var(--bg);overflow:hidden}#view-changelog.active{display:flex}#changelog-head{flex:0 0 190px;display:flex;flex-direction:column;gap:4px;padding:14px 10px;border-right:1px solid var(--line);overflow-y:auto;background:var(--bg-2)}#changelog-nav{display:flex;flex-direction:column;gap:2px;flex:1}.cl-nav{display:flex;align-items:baseline;gap:8px;width:100%;text-align:left;padding:5px 9px;border:1px solid transparent;background:none;border-radius:5px;font-size:12px;font-weight:500;color:var(--fg-dim)}.cl-nav:hover:not(:disabled){background:var(--bg-3);color:var(--fg)}.cl-nav.running{border-color:var(--accent);background:#2b7fd41f;color:var(--fg);font-weight:650}.cl-nav-label{flex:1;min-width:0}.cl-nav-date{font-size:10px;color:var(--fg-dim);font-variant-numeric:tabular-nums}#changelog-body{flex:1;min-width:0;overflow-y:auto;padding:26px 34px 80px;font-size:13.5px;line-height:1.65;max-width:900px}#changelog-body h1{font-size:21px;margin:0 0 4px}#changelog-body h2{font-size:17px;margin:30px 0 8px;padding-top:14px;border-top:1px solid var(--line);color:var(--accent)}#changelog-body h3{font-size:12px;font-weight:650;letter-spacing:.7px;text-transform:uppercase;color:var(--fg-dim);margin:18px 0 6px}#changelog-body h4{font-size:13px;margin:12px 0 4px}#changelog-body p{margin:8px 0;color:var(--fg-dim)}#changelog-body ul{margin:6px 0;padding-left:20px}#changelog-body li{margin:5px 0;color:var(--fg-dim)}#changelog-body li strong,#changelog-body p strong{color:var(--fg)}#changelog-body code{background:var(--bg-3);padding:1px 5px;border-radius:3px;font-size:12px}#changelog-body hr{border:none;border-top:1px solid var(--line);margin:22px 0}#changelog-body .cl-link{color:var(--accent);border-bottom:1px dotted var(--accent)}#steps{display:flex;border-bottom:1px solid var(--line);background:var(--bg)}.step{flex:1;padding:9px 2px;font-size:11px;font-weight:550;background:none;border:none;border-bottom:2px solid transparent;color:var(--fg-dim);cursor:pointer;white-space:nowrap}.step:hover{color:var(--fg)}.step.active{color:var(--accent);border-bottom-color:var(--accent);background:var(--bg-2)}#panels{flex:1;overflow-y:auto;min-height:0}.panel{display:none;padding:14px 16px 40px}.panel.active{display:block}.group{margin-bottom:18px}.glabel{display:block;font-size:10.5px;font-weight:650;letter-spacing:.7px;text-transform:uppercase;color:var(--fg-dim);margin-bottom:7px}.flabel{display:block;font-size:12px;color:var(--fg-dim);margin-bottom:4px}.flabel.grow{flex:1;margin:0}.hint{font-size:11px;color:var(--fg-dim);margin:6px 0 0;line-height:1.5}.hint code{background:var(--bg-3);padding:1px 4px;border-radius:3px;font-size:10.5px}.row{display:flex;gap:8px;align-items:center;margin-top:8px}.row>.wide{flex:1}input[type=text],input[type=password],input[type=number],select{width:100%;padding:7px 9px;background:var(--bg);color:var(--fg);border:1px solid var(--line);border-radius:5px;font:inherit;font-size:12px}input:focus,select:focus{outline:none;border-color:var(--accent)}input.num{width:88px;flex:0 0 88px;text-align:right}.swatch{position:relative;width:44px;height:24px;flex:0 0 44px;border:1px solid var(--line);border-radius:5px;overflow:hidden;cursor:pointer;box-shadow:inset 0 0 0 1px #00000040}.swatch:hover{border-color:var(--accent)}.swatch input[type=color]{position:absolute;left:-4px;top:-4px;width:calc(100% + 8px);height:calc(100% + 8px);opacity:0;padding:0;border:none;background:none;cursor:pointer}input[type=range]{flex:1;accent-color:var(--accent);min-width:0}input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px;flex:0 0 16px;margin:0;cursor:pointer}button{padding:7px 12px;border-radius:5px;border:1px solid var(--line);background:var(--bg-3);color:var(--fg);font:inherit;font-size:12px;font-weight:550;cursor:pointer}button:hover:not(:disabled){border-color:#46506080;background:#2a3140}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:var(--accent-2);border-color:var(--accent-2);color:#fff}button.primary:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}button.ghost{background:none}button.small{padding:2px 7px;font-size:14px;line-height:1}button.wide{width:100%}.kv{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;font-size:11.5px}.kv .k{color:var(--fg-dim);white-space:nowrap}.kv .v{word-break:break-word;font-variant-numeric:tabular-nums}.kv .kv-div{grid-column:1 / -1;margin-top:9px;padding-top:7px;border-top:1px solid var(--line);font-size:9.5px;font-weight:650;letter-spacing:.6px;text-transform:uppercase;color:var(--fg-dim)}.kv .kv-div:first-child{margin-top:0;padding-top:0;border-top:none}.kv.hidden,.hidden{display:none!important}.panel>.hint{margin:0 0 14px}.kv+.flabel,.kv+.glabel{margin-top:13px}.list+.group,#render-params+.group{margin-top:20px}#file-info{margin-top:10px}.list{display:flex;flex-direction:column;gap:8px}.list-toolbar{display:flex;align-items:center;gap:6px;margin-bottom:9px;font-size:11px;color:var(--fg-dim)}.list-toolbar>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-bar{display:flex;align-items:center;gap:6px;margin-bottom:9px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;background:var(--bg-3);font-size:11px;color:var(--fg-dim)}.selection-bar.active{border-color:var(--accent);background:#2b7fd41f;color:var(--fg)}.selection-bar>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#move-row{margin-top:0;margin-bottom:8px}#move-row select{flex:1;min-width:0;padding:3px 6px;font-size:11px}#move-row button{flex:0 0 62px}#move-hint{margin:0 0 12px}.gen-state{flex:1;min-width:0;font-size:10.5px;color:var(--fg-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gen-state.warn{color:var(--warn)}button.tiny{padding:3px 9px;font-size:11px}button.tiny-wide{flex:0 0 78px}.panel-actions{position:sticky;bottom:0;z-index:5;display:flex;gap:8px;margin:16px -16px -40px;padding:11px 16px 15px;background:var(--bg-2);border-top:1px solid var(--line)}.card{border:1px solid var(--line);border-radius:6px;background:var(--bg-3);padding:9px 10px}.card.compact{padding:7px 9px;display:flex;flex-direction:column;gap:5px}.card.off{opacity:.5}.card.off:hover{opacity:.8}.card-head{display:flex;align-items:center;gap:8px;margin:0;cursor:default}label.card-head{cursor:pointer}.card-title{font-weight:600;font-size:12.5px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{font-size:9.5px;font-weight:650;letter-spacing:.5px;text-transform:uppercase;padding:2px 6px;border-radius:20px;background:#2f3a4c;color:#9dc0ec;flex:0 0 auto}.badge.pt{background:#2c3f31;color:#8fd6a6}.badge.ln{background:#3d3726;color:#e2c98a}.badge.pg{background:#33293f;color:#c5a5e8}.badge.ok{background:#24402f;color:#7fd3a0}.badge.grp{background:#3a3350;color:#b9a8e8}.insp-sub{padding:8px 11px 2px;border-top:1px solid var(--line);font-size:11.5px;font-weight:600}.insp-sub .hint{margin:3px 0 0}#feature-editor .overridden>label,#feature-editor .overridden .param-row>label{color:var(--accent);font-weight:600}#feature-editor .from-field>label,#feature-editor .from-field .param-row>label{color:var(--ok)}.card-sub{font-size:10.5px;color:var(--fg-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-foot{display:flex;align-items:center;gap:8px}.card-foot .card-sub{flex:1;min-width:0}.card-title.editable{cursor:text;border-radius:3px;padding:1px 3px;margin:-1px -3px;outline:1px solid transparent;transition:outline-color .12s,background .12s}.card-title.editable:hover{background:#ffffff0d;outline-color:var(--line)}.card-title.editable:focus{background:var(--bg);outline-color:var(--accent);white-space:nowrap;overflow-x:auto;text-overflow:clip}#design-preview{width:100%;height:190px;display:block;border-radius:6px;border:1px solid var(--line);background:var(--bg-3);cursor:grab;touch-action:none}#design-preview:active{cursor:grabbing}.card-body{margin-top:8px;display:flex;flex-direction:column;gap:6px}.psection{border-top:1px solid var(--line)}.psection.lead{border-top:none;display:flex;flex-direction:column;gap:9px;padding-bottom:4px}.psection-body{display:flex;flex-direction:column;gap:9px;padding:2px 0 10px}.group-head{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;padding:8px 0;font-size:10.5px;font-weight:650;letter-spacing:.6px;text-transform:uppercase;color:var(--fg-dim);-webkit-user-select:none;user-select:none}.group-head::-webkit-details-marker{display:none}.group-head:before{content:"";width:0;height:0;flex:0 0 auto;border-left:4px solid currentColor;border-top:3.5px solid transparent;border-bottom:3.5px solid transparent;transition:transform .12s}details[open]>.group-head:before{transform:rotate(90deg)}.group-head:hover{color:var(--fg)}.group-head>span:first-of-type{flex:1}.group-head .count{font-size:9.5px;font-weight:600;letter-spacing:0;color:var(--fg-dim);background:var(--bg-3);border-radius:9px;padding:1px 6px;text-transform:none}.param{display:flex;align-items:center;gap:8px;min-height:26px}.param>label{flex:1;font-size:11.5px;color:var(--fg-dim);min-width:0}.param select{width:192px;flex:0 0 192px;padding:4px 6px}.param-reset{flex:0 0 20px;width:20px;height:20px;padding:0;border:none;background:none;color:var(--fg-dim);font-size:12px;line-height:1;cursor:pointer}.param-reset:hover{color:var(--accent);background:none;border:none}.param-block{display:flex;flex-direction:column;gap:3px}.param-row{display:flex;align-items:center;gap:6px}.param-row>label{flex:1;font-size:11.5px;color:var(--fg-dim);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.param-row .val{width:74px;flex:0 0 74px;padding:3px 5px;font-size:11px;text-align:right;font-variant-numeric:tabular-nums}.param-row .unit{font-size:10px;color:var(--fg-dim);flex:0 0 18px;text-align:left}.param-block input[type=range]{width:100%;height:14px}.param-row .val::-webkit-outer-spin-button,.param-row .val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.subhead{font-size:10px;font-weight:650;letter-spacing:.6px;text-transform:uppercase;color:var(--fg-dim);margin:6px 0 -1px;padding-top:6px;border-top:1px solid var(--line)}#stage{position:relative;flex:1;min-width:0;display:flex;flex-direction:column}#views{position:relative;flex:1;min-height:0}.stage-view{position:absolute;inset:0;display:none}.stage-view.active{display:block}#stage-bar{display:flex;align-items:center;gap:7px;padding:3px 8px;height:34px;flex:0 0 34px;font-size:11px;z-index:9;background:var(--bg-2);border-bottom:1px solid var(--line)}#stage-bar:not(.classify) .map2d-tools,#stage-bar:not(.classify) #map2d-frame,#stage-bar:not(.classify) #map2d-stats,#stage-bar:not(.classify) #map2d-count{display:none}#view-switch{display:flex;gap:2px;padding:2px;background:var(--bg);border-radius:6px}#view-switch button{padding:3px 11px;font-size:11px;border:none;border-radius:4px;background:none;color:var(--fg-dim);cursor:pointer}#view-switch button:hover{color:var(--fg)}#view-switch button.on{background:var(--accent);color:#fff;font-weight:600}#cesium{position:absolute;inset:0}#cesium .cesium-widget-credits{font-size:10px;opacity:.5}.overlay-hint{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;color:var(--fg-dim);background:#0a0c108c}.overlay-hint h2{margin:0 0 6px;font-size:18px;font-weight:600;color:var(--fg)}.overlay-hint p{margin:0;font-size:13px}#stage.dragover .overlay-hint{background:#4da3ff2e}.map2d-tools{display:flex;gap:3px}.map2d-tools button.on{background:var(--accent-2);border-color:var(--accent-2);color:#fff}.map2d-meta{color:var(--fg-dim);white-space:nowrap}#map2d-stats{margin-left:auto;font-variant-numeric:tabular-nums}#map2d-stats.warn{color:var(--warn)}#map2d-count{color:var(--accent);font-weight:600}#map2d-canvas{width:100%;height:100%;display:block;cursor:crosshair}.layer-row{display:flex;align-items:center;gap:7px;padding:4px 7px;border-radius:5px;font-size:11.5px;min-height:24px}.layer-row:hover{background:var(--bg-2)}.layer-row.working{background:var(--bg-3);font-weight:600}.layer-row input[type=checkbox]{width:14px;height:14px;flex:0 0 14px}.layer-key{width:17px;height:17px;flex:0 0 17px;padding:0;border:none;background:none;cursor:pointer;display:grid;place-items:center}.layer-key-dot{width:11px;height:11px;border-radius:2px;border:1px solid rgba(0,0,0,.35)}.layer-key:hover .layer-key-dot{outline:2px solid var(--accent);outline-offset:1px}.layer-key-dot.custom{border-radius:50%}.layer-row .layer-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-row .layer-count{color:var(--fg-dim);font-variant-numeric:tabular-nums}.layer-row button{visibility:hidden}.layer-row button.layer-key,.layer-item:hover .layer-row button{visibility:visible}#map2d-layer-list{max-height:340px;overflow-y:auto}.live-active{color:var(--ok)}#history-row{margin-bottom:8px}#history-box{border-top:1px solid var(--line)}#history-box>.hint{padding:0 0 8px}#history-list{max-height:220px;overflow-y:auto;gap:2px;padding:4px 0}.history-entry{display:flex;align-items:baseline;gap:8px;width:100%;text-align:left;padding:4px 8px;border:1px solid transparent;background:none;border-radius:5px;font-size:11.5px;font-weight:400;color:var(--fg-dim)}.history-entry:hover:not(:disabled){background:var(--bg-3);color:var(--fg)}.history-entry.current{border-color:var(--accent);background:#2b7fd41f;color:var(--fg);font-weight:600}.history-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-when{flex:0 0 auto;font-size:10px;color:var(--fg-dim)}.layer-label-rows{display:flex;flex-direction:column;gap:4px}.layer-label-rows .layer-field-row{padding:0}.layer-label-rows select.layer-field{flex:1;min-width:0}.layer-affix{flex:1;min-width:0;padding:3px 6px!important;font-size:10.5px!important}.layer-icon-preview{width:20px;height:20px;flex:0 0 20px;border-radius:3px;background:var(--bg) center/contain no-repeat;border:1px solid var(--line)}.layer-field-row{display:flex;align-items:center;gap:6px;padding:0 7px 5px 28px}.layer-field-label{font-size:10px;color:var(--fg-dim);flex:0 0 auto}select.layer-field{padding:2px 5px;font-size:10.5px;min-width:0}.layer-style{padding:2px 7px 6px 28px;border-left:2px solid var(--bg-3);margin-left:12px}.layer-style-row{display:flex;align-items:center;gap:6px;min-height:20px}.layer-style-row .layer-field-label{flex:0 0 46px}.layer-style-colour{width:30px;height:17px;padding:0;border:1px solid var(--line);border-radius:3px;background:none;cursor:pointer}.layer-style-pair{display:flex;align-items:center;gap:5px;flex:1;min-width:0}.layer-style-range{flex:1;min-width:40px}.layer-style-value{font-size:10px;color:var(--fg-dim);font-variant-numeric:tabular-nums;flex:0 0 26px;text-align:right}.layer-style .ghost.tiny{visibility:visible}.ref-head{font-size:10.5px;font-weight:650;letter-spacing:.5px;text-transform:uppercase;color:var(--accent);margin:10px 0 5px}.ref-row{display:flex;align-items:center;gap:7px;padding:4px 7px;margin-bottom:4px;border:1px solid var(--accent);border-radius:5px;background:color-mix(in srgb,var(--accent) 12%,transparent);font-size:11.5px}.ref-row .ref-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-row .ref-count{color:var(--fg-dim);font-variant-numeric:tabular-nums}.class-row{display:flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid var(--line);border-radius:5px;background:var(--bg-2);margin-bottom:5px;font-size:11.5px}.class-row .class-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.class-row .class-count{color:var(--fg-dim);font-variant-numeric:tabular-nums}.class-empty{color:var(--fg-dim);font-size:11px}#table-panel{position:absolute;left:0;right:0;bottom:24px;z-index:6;display:flex;flex-direction:column;background:#14171cf5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:30px;transition:height .16s ease}#table-panel.open{height:var(--table-h, min(46%, 420px))}#table-panel.resizing{transition:none}#table-panel:not(.open) .table-head,#table-panel:not(.open) .table-body,#table-panel:not(.open) .table-select,#table-panel:not(.open) .table-filter,#table-panel:not(.open) #table-zoom,#table-panel:not(.open) #table-all,#table-panel:not(.open) #table-none,#table-panel:not(.open) .table-hint,#table-panel:not(.open) #table-close{display:none}.table-bar{display:flex;align-items:center;gap:7px;padding:3px 8px;height:30px;flex:0 0 30px;font-size:11px}.table-select{width:190px;flex:0 0 190px;padding:2px 6px;font-size:11px}.table-filter{width:150px;flex:0 0 150px;padding:2px 6px;font-size:11px}.table-meta{color:var(--fg-dim);font-size:10.5px;white-space:nowrap}.table-meta.sel-meta:not(:empty){color:var(--accent);font-weight:600}.table-hint{color:var(--fg-dim);font-size:10px;white-space:nowrap;margin-left:auto;opacity:.75}.table-bar #table-close{margin-left:4px}.table-head,.table-body{font-size:11px}.table-head{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2);flex:0 0 auto}.table-head .th{flex:1 1 0;min-width:0;padding:4px 8px;font-weight:600;color:var(--fg-dim);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-right:1px solid var(--line)}.table-head .th:hover{color:var(--fg);background:#ffffff08}.col-id{flex:0 0 78px}.table-body{flex:1;overflow:auto;position:relative;min-height:0}#table-spacer{position:relative}#table-rows{position:absolute;left:0;right:0;top:0}.tr{display:flex;height:24px;cursor:pointer;border-bottom:1px solid #ffffff08}.tr:hover{background:#ffffff0c}.tr.sel{background:#2b7fd455}.tr .td{flex:1 1 0;min-width:0;padding:4px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums;border-right:1px solid #ffffff08}#statusbar{position:absolute;left:0;right:0;bottom:0;height:24px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:11px;color:var(--fg-dim);background:#14171cd1;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}#status-perf{font-variant-numeric:tabular-nums}#inspector{flex:0 0 300px;width:300px;min-width:0;height:100%;display:flex;flex-direction:column;background:var(--bg-2);border-left:1px solid var(--line);overflow-y:auto}#inspector.hidden{display:none}.insp-head{display:flex;align-items:center;gap:8px;padding:9px 8px 9px 12px;border-bottom:1px solid var(--line);font-weight:600;font-size:12px;flex:0 0 auto}#insp-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insp-section{display:flex;flex-direction:column;min-height:0;overflow:hidden;flex:0 0 auto}.insp-pad>:not(.insp-sub){padding-left:11px;padding-right:11px}.insp-pad>.row{margin-top:2px}.insp-pad>.hint{padding-bottom:9px}.insp-pad>.kv{padding-bottom:6px}#insp-profile>:not(.insp-sub){padding-left:11px;padding-right:11px}#insp-profile>.row{margin-top:2px}#insp-profile>.hint{padding-bottom:9px}#insp-profile>.kv{padding-bottom:6px}#insp-move>:not(.insp-sub){padding-left:11px;padding-right:11px}#insp-move>.row{margin-top:2px}#insp-move>.hint{padding-bottom:9px}.insp-block{padding:0 11px 4px}.insp-block+.insp-block{margin-top:6px;padding-top:8px;border-top:1px solid var(--line)}.insp-block>.row{margin-top:2px}.insp-block>.hint{padding-bottom:4px;margin-bottom:0}.insp-block-head{display:flex;align-items:center;gap:8px;padding:2px 0 4px}.insp-block .row>.val,.insp-pad .row>.val{flex:0 1 76px;width:auto;min-width:0}.insp-block-title{flex:1;min-width:0;font-size:10.5px;font-weight:650;color:var(--fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-row{display:flex;align-items:center;gap:5px;padding:2px 0}.cp-row .cp-n{flex:0 0 16px;font-size:10.5px;color:var(--fg-dim);font-variant-numeric:tabular-nums;text-align:right}.cp-row .val{flex:1 1 0;min-width:0}.cp-row .unit,.cp-row button{flex:0 0 auto}#insp-profile-points{max-height:168px;overflow-y:auto}.insp-section.grows{flex:1 1 0;flex-grow:var(--grow, 1);min-height:92px}.insp-section.collapsed{flex:0 0 auto;min-height:0}.insp-section.collapsed>:not(.insp-sub){display:none}.insp-sub{display:flex;align-items:center;gap:8px;padding:7px 11px 5px;flex:0 0 auto}.insp-section.collapsed .insp-sub{padding-bottom:7px}.insp-section+.insp-section{border-top:1px solid var(--line)}.insp-toggle{flex:1;min-width:0;display:flex;align-items:center;gap:6px;padding:0;border:none;background:none;text-align:left;cursor:pointer}.insp-toggle:hover:not(:disabled){background:none;border:none}.insp-toggle:hover .insp-sub-title{color:var(--fg)}.insp-chevron{flex:0 0 8px;width:8px;height:8px;border-right:1.5px solid var(--fg-dim);border-bottom:1.5px solid var(--fg-dim);transform:rotate(45deg) translate(-1px,-1px);transition:transform .12s ease}.insp-section.collapsed .insp-chevron{transform:rotate(-45deg) translate(-1px,1px)}.insp-sub-title{flex:1;font-size:10px;font-weight:650;letter-spacing:.6px;text-transform:uppercase;color:var(--fg-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insp-meta{font-size:10.5px;color:var(--fg-dim);font-variant-numeric:tabular-nums}#insp-body{padding:0 11px 10px;overflow-y:auto;min-height:0}#feature-editor{padding:0 11px 24px;overflow-y:auto;min-height:0;flex:1 1 auto}#insp-design .hint{padding:0 11px;margin:0 0 6px;flex:0 0 auto}.resize-handle{flex:0 0 6px;height:6px;cursor:ns-resize;position:relative;background:var(--line);opacity:.55}.resize-handle:hover,.resize-handle.dragging{opacity:1;background:var(--accent)}.resize-handle:after{content:"";position:absolute;inset:-4px 0}#table-panel .resize-handle{flex:0 0 5px;height:5px}#table-panel:not(.open) .resize-handle{display:none}#inspector.one-grower #insp-resize{display:none}#nav-hud{position:absolute;left:12px;bottom:66px;z-index:7;width:210px;padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:#1b1f26ed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11px;box-shadow:0 6px 20px #0006}.nav-mode{font-weight:650;font-size:12px;color:var(--accent);margin-bottom:6px}#nav-readout{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;margin:0 0 7px}#nav-readout dt{color:var(--fg-dim)}#nav-readout dd{margin:0;font-variant-numeric:tabular-nums}.nav-keys{color:var(--fg-dim);font-size:10px;line-height:1.55;border-top:1px solid var(--line);padding-top:6px;margin-bottom:7px}.nav-keys kbd{background:var(--bg-3);border:1px solid var(--line);border-radius:3px;padding:0 4px;font:inherit;font-size:9.5px;color:var(--fg)}.nav-switch{display:flex;gap:4px}.nav-switch button{flex:1;padding:3px 0;font-size:10px}.nav-switch button.on{background:var(--accent-2);border-color:var(--accent-2);color:#fff}#busy{position:absolute;left:50%;bottom:42px;transform:translate(-50%);display:flex;align-items:center;gap:9px;padding:8px 14px;background:#1b1f26f2;border:1px solid var(--line);border-radius:20px;font-size:12px;box-shadow:0 6px 20px #0006}.spinner{width:13px;height:13px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#39404e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#48515f}::-webkit-scrollbar-track{background:transparent}.param-block>.val-text{width:100%;padding:4px 7px;font-size:11.5px}#insp-hide.on{background:var(--accent);border-color:var(--accent);color:#fff}.login-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;background:var(--bg-deep, #0e1116)}.login-card{width:min(320px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;padding:24px;border:1px solid var(--line);border-radius:10px;background:var(--panel, #14171c)}.login-title{margin:0;font-size:17px;letter-spacing:.2px}.login-sub{margin:0;font-size:12px;color:var(--fg-dim)}.login-pin{width:100%;text-align:center;letter-spacing:6px;font-size:18px;padding:10px 12px}.login-status{margin:0;min-height:15px;font-size:11.5px;color:var(--fg-dim)}.login-status.bad{color:var(--bad, #e2604f)}.pp-overlay{position:fixed;inset:0;z-index:4800;overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg-deep, #0e1116)}.pp-card{width:min(460px,100%);display:flex;flex-direction:column;gap:12px;padding:26px;border:1px solid var(--line);border-radius:10px;background:var(--panel, #14171c)}.pp-title{margin:0;font-size:17px}.pp-sub{margin:0;font-size:12px;color:var(--fg-dim)}.pp-list{display:flex;flex-direction:column;gap:6px;max-height:46vh;overflow-y:auto}.pp-item{display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:10px 12px;text-align:left;cursor:pointer;border:1px solid var(--line);border-radius:8px;background:transparent}.pp-item:hover{background:#191d24;border-color:#3d444f}.pp-name{grid-column:1;font-size:13.5px;font-weight:600;color:var(--fg)}.pp-when{grid-column:2;grid-row:1;font-size:11px;color:var(--fg-dim)}.pp-meta{grid-column:1 / -1;font-size:11.5px;color:var(--fg-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-empty{margin:0;padding:14px 2px;font-size:12px;color:var(--fg-dim)}.pp-newrow{display:flex;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.pp-input{flex:1;min-width:0}.pp-new{flex:0 0 auto;padding:9px 16px;border:0;border-radius:7px;background:var(--accent, #2f6ea8);color:#fff;font-weight:600;cursor:pointer}.pp-new:disabled{opacity:.6;cursor:default}.cf-overlay{position:fixed;inset:0;z-index:5200;display:flex;align-items:center;justify-content:center;padding:24px;background:#06080bb8}.cf-card{width:min(400px,100%);display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid var(--line);border-radius:10px;background:var(--panel, #14171c);box-shadow:0 18px 50px #00000080}.cf-title{margin:0;font-size:15px}.cf-line{margin:0;font-size:12.5px;color:var(--fg-dim);line-height:1.5}.cf-input{width:100%;box-sizing:border-box}.cf-row{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}.cf-cancel,.cf-go{padding:8px 16px;border-radius:7px;font-size:13px;cursor:pointer;border:1px solid var(--line);background:transparent;color:var(--fg)}.cf-cancel:focus-visible,.cf-go:focus-visible{outline:2px solid var(--accent, #2f6ea8)}.cf-go{background:var(--accent, #2f6ea8);border-color:transparent;color:#fff;font-weight:600}.cf-go.danger{background:#b23b2f}.pp-item{position:relative}.pp-actions{grid-column:2;grid-row:2;display:flex;gap:4px;align-items:center;opacity:0;transition:opacity .12s ease}.pp-item:hover .pp-actions,.pp-item:focus-within .pp-actions{opacity:1}.pp-actions button{padding:3px 8px;font-size:11px;border-radius:5px;border:1px solid var(--line);background:var(--panel);color:var(--fg-dim)}.pp-actions button:hover{color:var(--fg);border-color:#3d444f}.pp-actions button.danger:hover{color:#ff8f80;border-color:#b23b2f}#feature-card{position:fixed;top:56px;right:12px;z-index:40;width:min(320px,calc(100vw - 24px));max-height:min(60vh,560px);display:flex;flex-direction:column;background:#14171cf5;border:1px solid #2a2f38;border-radius:8px;box-shadow:0 10px 30px #00000073;font-size:12px;overflow:hidden}#feature-card.hidden{display:none}.fc-head{display:flex;align-items:center;gap:8px;padding:9px 10px 4px 12px}.fc-title{flex:1;min-width:0;font-weight:600;font-size:13px;color:#e8ecf2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-close{flex:none;width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:#8b93a1;font-size:16px;line-height:1;cursor:pointer}.fc-close:hover{background:#2a2f38;color:#e8ecf2}.fc-sub{padding:0 12px 8px;color:#8b93a1;border-bottom:1px solid #262b33}.fc-rows{margin:0;padding:8px 12px 12px;display:grid;grid-template-columns:minmax(70px,40%) 1fr;gap:3px 10px;overflow-y:auto}.fc-rows dt{color:#8b93a1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-rows dd{margin:0;color:#e8ecf2;overflow-wrap:anywhere}.fc-rows .fc-empty{grid-column:1 / -1;color:#8b93a1}body.viewer-mode #status-bar{position:absolute;left:0;right:0;bottom:0;height:24px;display:flex;align-items:center;gap:8px;padding:0 10px;font-size:11px;color:var(--fg-dim);background:#14171cd1;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;z-index:7}body.viewer-mode #status-bar #status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.viewer-mode #status-bar #perf{font-variant-numeric:tabular-nums}.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:#282828b3;padding:7px;border-radius:5px;border:1px solid #444;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:#262626bf;border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translateY(-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248)}.cesium-widget{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px}.cesium-widget-errorPanel{position:absolute;inset:0;text-align:center;background:#000000b3;z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:Open Sans,Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:Open Sans,Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:#303336cc;border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding:5px;background-color:#505050bf}.cesium-cesiumInspector-pickButton{background-color:#0000004d;border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:#303336cc;border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{margin:5px 0 0;padding:0 0 0 20px;color:#eed202}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:none;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-VoxelInspector{width:300px;pointer-events:all}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:#282828b3;color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:#0f0f0fe6;box-shadow:none;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:#262626f2;color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:#545454;border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:transparent;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:transparent;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:#ee880070;outline:none}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:#262626bf;padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-radius:10px 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:red}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,#747577cc,#3a4452cc 11%,#2e3238cc 46%,#353535cc 81% 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{display:flex;flex-direction:row;align-content:center}
