*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:static;background:#0a0e27;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#map{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:#0a0e27}@supports (padding: env(safe-area-inset-bottom)){#map{bottom:calc(0px - env(safe-area-inset-bottom))}}.leaflet-control-attribution{display:none!important}.basemap-panel{display:none}.status-panel{top:20px;right:20px;padding:12px 20px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.status-indicator{width:12px;height:12px;border-radius:50%;background:#ef4444;box-shadow:0 0 12px currentColor;animation:pulse 2s ease-in-out infinite}.status-indicator.connected{background:#10b981;color:#10b981}.status-indicator.disconnected{background:#ef4444;color:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stats-panel{display:none}.servers-panel{top:125px;right:20px;padding:0;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:1000}.servers-panel.expanded{width:auto;min-width:280px}.servers-panel:hover{background:#0f172a;border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 12px 40px #00000080}.tasks-panel{top:180px;right:20px;padding:0;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:999}.tasks-panel.expanded{width:auto;min-width:320px;max-width:400px}.tasks-panel:hover{background:#0f172a;border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 12px 40px #00000080}.stats-header,.servers-header,.tasks-header{padding:12px 20px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:12px;width:fit-content}.stats-panel.expanded .stats-header,.servers-panel.expanded .servers-header,.tasks-panel.expanded .tasks-header{width:100%;justify-content:space-between}.stats-header .chevron,.servers-header .chevron,.tasks-header .chevron{color:#3b82f6;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.stats-panel.expanded .chevron,.servers-panel.expanded .chevron,.tasks-panel.expanded .chevron{transform:rotate(180deg)}.stats-content,.servers-content,.tasks-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);padding:0;width:0}.stats-panel.expanded .stats-content,.servers-panel.expanded .servers-content,.tasks-panel.expanded .tasks-content{max-height:500px;opacity:1;padding:12px 20px;border-top:1px solid rgba(148,163,184,.1);width:auto;overflow-x:hidden;overflow-y:auto}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;gap:16px}.stat-item:first-child{padding-top:0}.stat-item:last-child{padding-bottom:0}.stat-label{font-size:12px;color:#94a3b8;font-weight:500}.stat-value{font-size:16px;font-weight:700;color:#3b82f6;min-width:40px;text-align:right}.server-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;gap:16px;margin:4px -12px;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.server-item:hover{background:#3b82f626;transform:translate(2px)}.server-item.selected{background:linear-gradient(135deg,#3b82f640,#8b5cf640);border:1px solid rgba(59,130,246,.4);box-shadow:0 0 12px #3b82f633}.server-item.selected .stat-label{color:#e2e8f0;font-weight:600}.server-item.selected .stat-value{color:#60a5fa;font-weight:800}.server-item:active{transform:scale(.98)}.stats-divider{border:none;border-top:1px solid rgba(148,163,184,.2);margin:12px 0}.task-filters{display:flex;flex-direction:column;gap:4px}.task-filter-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;gap:16px;margin:0 -12px;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.task-filter-item:hover{background:#3b82f626;transform:translate(2px)}.task-filter-item.selected{background:linear-gradient(135deg,#3b82f640,#8b5cf640);border:1px solid rgba(59,130,246,.4);box-shadow:0 0 12px #3b82f633}.task-filter-item.selected .stat-label{color:#e2e8f0;font-weight:600}.task-filter-item:active{transform:scale(.98)}.task-list{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto;overflow-x:hidden}.task-list::-webkit-scrollbar{width:6px}.task-list::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.task-list::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:3px}.task-list-item{display:flex;flex-direction:column;padding:10px 16px;gap:3px;margin:0 -12px;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;min-width:0}.task-list-item:hover{background:#3b82f626;transform:translate(2px)}.task-list-item.selected{background:linear-gradient(135deg,#3b82f640,#8b5cf640);border:1px solid rgba(59,130,246,.4);box-shadow:0 0 12px #3b82f633}.task-list-item.selected .task-name{color:#e2e8f0;font-weight:600}.task-list-item:active{transform:scale(.98)}.task-name{font-size:12px;color:#e2e8f0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-info-row{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:0}.task-landscape,.task-start-time,.task-type,.task-extra{font-size:10px;color:#94a3b8;font-weight:500;overflow:hidden;text-overflow:ellipsis}.task-type.accent-purple,.task-extra.accent-purple{color:#8b5cf6!important;font-weight:600}.task-type.accent-blue,.task-extra.accent-blue{color:#3b82f6!important;font-weight:600}.task-type.accent-green,.task-extra.accent-green{color:#22c55e!important;font-weight:600}.task-landscape,.task-type{white-space:nowrap;min-width:0;flex-shrink:1}.task-start-time,.task-extra{text-align:right;white-space:nowrap;flex-shrink:0}.task-live{color:#10b981!important;font-weight:700!important;animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.6}}.config-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;gap:16px}.config-item:first-of-type{padding-top:4px}.config-item:last-of-type{padding-bottom:0}.config-label{font-size:12px;color:#94a3b8;font-weight:500}.config-select{background:#1e293bcc;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#e2e8f0;font-size:12px;font-weight:500;padding:4px 8px;cursor:pointer;transition:all .2s ease;min-width:90px}.config-select:hover:not(:disabled){border-color:#3b82f680;background:#1e293b}.config-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.config-select:disabled{opacity:.5;cursor:not-allowed}.config-select option{background:#1e293b;color:#e2e8f0}.info-panel{top:20px;left:20px;padding:20px 24px}.follow-panel{bottom:20px;right:20px;padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500}.follow-icon{font-size:16px}.follow-text{color:#94a3b8}.follow-text span{color:#3b82f6;font-weight:600}.follow-close{background:transparent;border:none;color:#94a3b8;font-size:20px;font-weight:300;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;margin-left:4px}.follow-close:hover{color:#ef4444}.info-panel h2{font-size:24px;font-weight:700;margin-bottom:4px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-panel p{font-size:13px;color:#94a3b8}.aircraft-marker{transition:transform .3s ease-out}.aircraft-arrow{filter:drop-shadow(0 2px 8px rgba(59,130,246,.6));transition:all .3s ease-out}.leaflet-popup-content-wrapper{background:#0f172af2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0!important;border-radius:12px!important;border:1px solid rgba(148,163,184,.1)!important;box-shadow:0 8px 32px #0006!important;padding:0!important}.leaflet-popup-content{margin:0!important;font-size:12px;min-width:160px}.leaflet-popup-tip{background:#0f172af2!important;border:none!important;box-shadow:none!important}.leaflet-popup-close-button{color:#94a3b8!important;font-size:20px!important;font-weight:300!important;padding:4px 8px!important;top:4px!important;right:4px!important;width:24px!important;height:24px!important;transition:color .2s ease}.leaflet-popup-close-button:hover{color:#3b82f6!important;background:transparent!important}.aircraft-popup{padding:10px 12px}.popup-header{font-size:12px;font-weight:600;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(148,163,184,.1);color:#3b82f6;padding-right:20px}.popup-row{display:flex;justify-content:space-between;align-items:center;padding:3px 0;gap:8px}.popup-row:last-child{padding-bottom:0}.popup-label{color:#94a3b8;font-weight:500;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.popup-value{color:#e2e8f0;font-weight:600;font-size:12px;text-align:right}.popup-follow-btn{width:100%;margin-top:8px;padding:8px 12px;background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:6px;color:#60a5fa;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.popup-follow-btn:hover{background:#3b82f64d;border-color:#3b82f699}.popup-follow-btn.following{background:#ef444433;border-color:#ef444466;color:#f87171}.popup-follow-btn.following:hover{background:#ef44444d;border-color:#ef444499}.aircraft-trail{stroke:#3b82f6;stroke-width:2;stroke-opacity:.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.turnpoint-label{background:transparent!important;border:none!important;pointer-events:none;width:auto!important;height:auto!important}.turnpoint-label-content{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;border:1px solid rgba(59,130,246,.4);box-shadow:0 2px 8px #0006;display:inline-block;width:auto;transform:translate(-40%,20px)}.basemap-selector{position:absolute;top:130px;left:20px;z-index:1000}.basemap-toggle{display:none}.basemap-menu{position:absolute;top:60px;min-width:220px;max-height:400px;overflow-y:auto;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.2);border-radius:12px;box-shadow:0 8px 32px #0006;padding:8px}.basemap-menu::-webkit-scrollbar{width:6px}.basemap-menu::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.basemap-menu::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:3px}.basemap-option{display:block;width:100%;padding:10px 16px;background:transparent;border:none;border-radius:8px;color:#e2e8f0;font-size:13px;text-align:left;cursor:pointer;transition:all .2s ease;margin:2px 0}.basemap-option:hover{background:#3b82f633;color:#60a5fa}.basemap-option.active{background:#3b82f64d;color:#60a5fa}.basemap-menu{min-width:180px}.left-slide-panel{position:fixed;top:0;left:-400px;width:350px;height:100vh;background:#0f172afa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:0 12px 12px 0;box-shadow:4px 0 32px #0009;z-index:2000;color:#e2e8f0;border:1px solid rgba(148,163,184,.1);transition:left .4s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.left-slide-panel.open{left:0}.left-panel-toggle{position:fixed;top:20px;left:20px;top:calc(20px + env(safe-area-inset-top));left:calc(20px + env(safe-area-inset-left));width:44px;height:44px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#3b82f6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0006}.left-panel-toggle:hover{background:#0f172a;border-color:#3b82f666;transform:scale(1.05);box-shadow:0 6px 24px #00000080}.left-panel-toggle:active{transform:scale(.95)}.left-slide-header{padding:20px;border-bottom:1px solid rgba(148,163,184,.1);display:flex;align-items:center;justify-content:space-between;background:#3b82f614}.left-slide-title{display:flex;flex-direction:column;gap:4px}.app-name{font-size:36px;font-weight:500;background:linear-gradient(135deg,#60a5fa,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.5px;margin-bottom:4px}.app-subtitle{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.header-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.header-status{display:flex;align-items:center;gap:8px;font-size:11px;color:#94a3b8}.header-status .status-indicator{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px #ef444480}.header-status .status-indicator.connected{background:#10b981;box-shadow:0 0 8px #10b98180;animation:pulse 2s ease-in-out infinite}.header-status .status-indicator.connecting{background:#f59e0b;box-shadow:0 0 8px #f59e0b80;animation:pulse 1s ease-in-out infinite}.header-get-app-link{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;text-decoration:none;font-size:12px;font-weight:600;border-radius:6px;transition:all .2s ease;text-align:center;white-space:nowrap;box-shadow:0 2px 4px #0003,inset 0 1px #ffffff1a;border:1px solid rgba(30,64,175,.3)}.header-get-app-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f680,inset 0 1px #ffffff26;background:linear-gradient(135deg,#60a5fa,#2563eb)}.header-get-app-link:active{transform:translateY(0);box-shadow:0 1px 2px #0000004d,inset 0 1px 2px #0003}.slide-close-btn{background:transparent;border:none;color:#ef4444;font-size:40px;font-weight:400;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease;line-height:1}.slide-close-btn:hover{color:#dc2626;background:#ef44441a;transform:scale(1.1)}.left-slide-content{flex:1;padding:20px;overflow-x:hidden;overflow-y:auto}.left-slide-content::-webkit-scrollbar{width:6px}.left-slide-content::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.left-slide-content::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:3px}.left-section{margin-bottom:16px}.left-section:last-child{margin-bottom:0}.left-section-header{padding:12px 16px;font-size:14px;font-weight:600;color:#3b82f6;margin-bottom:0;border-radius:8px;background:#3b82f61a;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:10px}.left-section-header:hover{background:#3b82f626;transform:translate(2px)}.section-chevron{display:flex;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);color:#3b82f6}.left-section:not(.expanded) .section-chevron{transform:rotate(-90deg)}.section-title-content{display:flex;align-items:center;gap:8px;flex:1}.section-title-content svg{flex-shrink:0}.left-section-content{padding-left:12px;border-left:2px solid rgba(59,130,246,.2);margin-left:8px;margin-top:12px;max-height:1000px;overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),margin-top .3s cubic-bezier(.4,0,.2,1)}.left-section:not(.expanded) .left-section-content{max-height:0;opacity:0;margin-top:0;padding-left:0;border-left-width:0}.left-section[data-section-id=tasks].expanded .left-section-content{display:flex;flex-direction:column;gap:12px;max-height:none;overflow:visible}.left-section[data-section-id=tasks].expanded .task-list-container{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;max-height:none;-webkit-overflow-scrolling:touch}.left-nav-item{display:flex;align-items:center;padding:10px 16px;margin:4px -16px;border-radius:8px;color:#94a3b8;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;gap:12px}.left-nav-item:hover{background:#3b82f626;color:#e2e8f0;transform:translate(4px)}.left-nav-item.active{background:linear-gradient(135deg,#3b82f640,#8b5cf640);color:#e2e8f0;border:1px solid rgba(59,130,246,.4);box-shadow:0 0 12px #3b82f633}.left-nav-item svg{width:16px;height:16px;flex-shrink:0}.left-nav-item.active svg{color:#60a5fa}.basemap-selector-compact{margin:12px 0}.basemap-select-compact{width:100%;background:#1e293bcc;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-size:13px;font-weight:500;padding:8px 12px;cursor:pointer;transition:all .2s ease}.basemap-select-compact:hover:not(:disabled){border-color:#3b82f680;background:#1e293b}.text-stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin:4px 0;color:#94a3b8;font-size:13px}.text-stat-label{font-weight:400;color:#94a3b8}.text-stat-value{font-weight:600;color:#e2e8f0;font-size:14px}.link-toggle-container{display:flex;justify-content:center;align-items:center;margin:0;position:relative}.link-toggle-container:before,.link-toggle-container:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;height:6px;background:#94a3b84d}.link-toggle-container:before{top:-6px}.link-toggle-container:after{bottom:-6px}.link-toggle-btn{background:#1e293b80;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#64748b;padding:6px 10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.link-toggle-btn:hover{border-color:#3b82f64d;background:#1e293bcc}.link-toggle-btn.active{background:#3b82f633;border-color:#3b82f680;color:#3b82f6}.link-toggle-btn.active~.link-toggle-container:before,.link-toggle-btn.active~.link-toggle-container:after{background:#3b82f680}.link-toggle-btn svg{flex-shrink:0}.dropdown-item{display:flex;justify-content:space-between;align-items:center;margin:10px 0;gap:16px}.dropdown-item:has(+.link-toggle-container),.link-toggle-container+.dropdown-item{margin:4px 0}.dropdown-label{font-size:13px;color:#94a3b8;font-weight:400;white-space:nowrap;flex-shrink:0}.dropdown-note{font-size:10px;color:#64748b;font-weight:400;margin-left:6px;opacity:.8}.dropdown-select{flex:0 0 auto;min-width:120px;background:#1e293bcc;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#e2e8f0;font-size:13px;font-weight:500;padding:6px 10px;cursor:pointer;transition:all .2s ease}.dropdown-select:hover{border-color:#3b82f680;background:#1e293b}.dropdown-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.dropdown-select option{background:#1e293b;color:#e2e8f0}.task-filters{display:flex;gap:8px;margin-bottom:12px}.task-filter-btn{flex:1;padding:8px 12px;background:#1e293b80;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#94a3b8;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.task-filter-btn:hover{background:#1e293bcc;border-color:#3b82f64d}.task-filter-btn.active{background:#3b82f633;border-color:#3b82f680;color:#3b82f6}.server-list-container,.task-list-container{margin:12px 0}.server-list-container .stat-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;margin:4px 0;border-radius:6px;background:#1e293b80;border:1px solid rgba(148,163,184,.1);cursor:pointer;transition:all .2s ease}.server-list-container .stat-item:hover{background:#1e293bcc;border-color:#3b82f64d}.server-list-container .stat-item.active{background:#3b82f633;border-color:#3b82f680}.task-list-container .task-list-item{padding:12px;margin:6px 0;border-radius:6px;background:#1e293b80;border:1px solid rgba(148,163,184,.1);cursor:pointer;transition:all .2s ease}.task-list-container .task-list-item:hover{background:#1e293bcc;border-color:#3b82f64d}.task-list-container .task-list-item.selected{background:#3b82f633;border-color:#3b82f680}.task-list-item .task-title{font-size:13px;font-weight:600;color:#e2e8f0;margin-bottom:6px}.task-list-item .task-info-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-top:4px;color:#94a3b8}.task-list-item .task-landscape,.task-list-item .task-type{color:#94a3b8}.task-list-item .task-time-soon{color:#f59e0b;font-weight:600}.task-list-item .task-time-past{color:#64748b}.task-list-item .task-time-future{color:#3b82f6}.task-list-item .task-extra{color:#8b5cf6;font-size:10px}.server-list-container .stat-label{font-size:13px;color:#94a3b8;font-weight:500}.server-list-container .stat-value{font-size:14px;color:#3b82f6;font-weight:600}.empty-state{padding:16px;text-align:center;color:#64748b;font-size:12px;font-style:italic}@media (max-width: 768px){.left-slide-panel{width:300px;left:-320px}.left-panel-toggle{left:15px;width:44px;height:44px}.left-slide-header{padding:16px}.app-name{font-size:32px}.left-slide-content{padding:16px}}.basemap-select-compact:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.basemap-select-compact:disabled{opacity:.5;cursor:not-allowed}.basemap-select-compact option{background:#1e293b;color:#e2e8f0}.coming-soon-item{padding:10px 16px;margin:4px -16px;color:#64748b;font-size:13px;font-style:italic;text-align:center}.coming-soon-text{opacity:.7}#cesium-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.cesium-viewer-bottom,.cesium-viewer-timelineContainer,.cesium-viewer-animationContainer,.cesium-viewer-baseLayerPickerContainer,.cesium-viewer-geocoderContainer{display:none!important}.cesium-viewer-toolbar{position:absolute;top:96px;right:10px;z-index:10}.view-toggle-btn{position:fixed;top:20px;right:20px;top:calc(20px + env(safe-area-inset-top));right:calc(20px + env(safe-area-inset-right));height:44px;padding:0 16px;z-index:1999;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#3b82f6;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0006;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.view-toggle-btn:hover{background:#0f172a;border-color:#3b82f666;transform:scale(1.05);box-shadow:0 6px 24px #00000080}.view-toggle-btn:active{transform:scale(.95)}.view-toggle-btn .view-icon{width:18px;height:18px;flex-shrink:0}.view-toggle-btn .view-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#3b82f6}.view-toggle-btn.active-3d{background:#3b82f626;border-color:#3b82f680}.view-toggle-btn.active-3d:hover{background:#3b82f633;border-color:#3b82f699}@media (max-width: 768px){.view-toggle-btn{top:calc(20px + env(safe-area-inset-top));right:calc(15px + env(safe-area-inset-right));height:44px;padding:0 12px;font-size:13px;display:none!important}.view-toggle-btn .view-icon{width:16px;height:16px}.cesium-viewer-toolbar{top:140px}}.replay-mode-toggle{display:flex;gap:8px;padding:8px;background:#0f172a99;border-radius:8px;margin:0 -8px}.replay-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;background:#1e293b80;border:1px solid rgba(71,85,105,.3);border-radius:6px;color:#94a3b8;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.replay-mode-btn:hover{background:#33415599;border-color:#47556980;color:#cbd5e1}.replay-mode-btn.active{background:#3b82f626;border-color:#3b82f680;color:#3b82f6}.replay-mode-btn .mode-icon{flex-shrink:0}.replay-mode-btn .mode-label{font-weight:600}.live-indicator{width:8px;height:8px;background:#10b981;border-radius:50%;position:relative;margin-left:4px}.replay-mode-btn.active .live-indicator{animation:pulse-live 2s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.replay-mode-btn.active .live-indicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#10b981;border-radius:50%;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}.replay-mode-btn[data-mode=replay].active{background:#fb923c26;border-color:#fb923c80;color:#fb923c}.replay-setup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.replay-setup-overlay.visible{opacity:1;pointer-events:all}.replay-setup-panel{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(71,85,105,.5);border-radius:16px;box-shadow:0 20px 60px #00000080;width:95%;max-width:1200px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;transform:scale(.9);transition:transform .3s ease}.replay-setup-overlay.visible .replay-setup-panel{transform:scale(1)}.replay-setup-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(71,85,105,.3);background:#1e293b80}.replay-setup-title{display:flex;align-items:center;gap:12px;margin:0;font-size:20px;font-weight:600;color:#fb923c}.replay-setup-title svg{color:#fb923c}.replay-setup-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.replay-setup-close:hover{background:#ef444433;color:#ef4444}.replay-setup-content{flex:1;overflow-y:auto;padding:24px}.replay-setup-section{margin-bottom:28px}.replay-setup-section:last-child{margin-bottom:0}.replay-setup-section-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#e2e8f0}.replay-setup-description{margin:0 0 16px;font-size:13px;color:#94a3b8;line-height:1.5}.replay-task-select{width:100%;padding:12px 16px;background:#1e293bcc;border:1px solid rgba(71,85,105,.5);border-radius:8px;color:#e2e8f0;font-size:14px;cursor:pointer;transition:all .2s ease}.replay-task-select:hover{border-color:#fb923c80;background:#1e293b}.replay-task-select:focus{outline:none;border-color:#fb923c;box-shadow:0 0 0 3px #fb923c33}.replay-task-select option{background:#1e293b;color:#e2e8f0}.replay-format-options{display:flex;flex-direction:column;gap:12px}.replay-format-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#1e293b99;border:2px solid rgba(71,85,105,.5);border-radius:10px;cursor:pointer;transition:all .2s ease}.replay-format-option:hover{background:#1e293be6;border-color:#fb923c66}.replay-format-option input[type=radio]{margin-top:2px;width:18px;height:18px;cursor:pointer;accent-color:#fb923c}.replay-format-option input[type=radio]:checked~.replay-format-label{color:#fb923c}.replay-format-option:has(input[type=radio]:checked){background:#fb923c1a;border-color:#fb923c}.replay-format-label{display:flex;flex-direction:column;gap:4px;flex:1}.replay-format-name{font-size:14px;font-weight:600;color:#e2e8f0;transition:color .2s ease}.replay-format-desc{font-size:12px;color:#94a3b8;line-height:1.4}.replay-time-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.replay-time-input-group{display:flex;flex-direction:column;gap:8px}.replay-time-input-group label{font-size:13px;font-weight:500;color:#cbd5e1}.replay-time-input{padding:10px 12px;background:#1e293bcc;border:1px solid rgba(71,85,105,.5);border-radius:8px;color:#e2e8f0;font-size:14px;transition:all .2s ease}.replay-time-input:hover{border-color:#fb923c80;background:#1e293b}.replay-time-input:focus{outline:none;border-color:#fb923c;box-shadow:0 0 0 3px #fb923c33}.replay-timeline-preview{background:#0f172a99;border:1px solid rgba(71,85,105,.3);border-radius:8px;padding:20px}.timeline-bar{position:relative;height:24px;margin-bottom:12px}.timeline-track{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;height:6px;background:#4755694d;border-radius:3px}.timeline-markers-container{position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none}.timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);cursor:pointer;transition:all .2s ease;pointer-events:all;z-index:2}.timeline-marker:hover{transform:translate(-50%,-50%) scale(1.8)}.timeline-marker.task-marker svg{width:14px;height:14px;color:#10b981;filter:drop-shadow(0 0 4px rgba(16,185,129,.6));animation:pulse-task-marker 2s ease-in-out infinite}.timeline-marker.task-marker:hover svg{color:#34d399;filter:drop-shadow(0 0 8px rgba(16,185,129,1));animation:none}.timeline-marker.task-marker.no-pilots svg{color:#64748b;filter:drop-shadow(0 0 2px rgba(100,116,139,.4));animation:none}.timeline-marker.task-marker.no-pilots:hover svg{color:#94a3b8;filter:drop-shadow(0 0 4px rgba(100,116,139,.6))}.timeline-marker.task-marker.selected{transform:translate(-50%,-50%) scale(1.3)}.timeline-marker.task-marker.selected svg{color:#fb923c;filter:drop-shadow(0 0 8px rgba(251,146,60,1));animation:pulse-selected-marker 1.5s ease-in-out infinite}@keyframes pulse-selected-marker{0%,to{opacity:1;transform:scale(1.2)}50%{opacity:.8;transform:scale(1.4)}}@keyframes pulse-task-marker{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.timeline-marker.task-start svg{color:#10b981}.timeline-marker.task-end svg{color:#ef4444}.timeline-date-marker{position:absolute;top:0;bottom:0;transform:translate(-50%);pointer-events:none;z-index:1}.date-marker-line{position:absolute;top:0;bottom:0;left:50%;width:1px;background:#4755694d;transform:translate(-50%)}.date-marker-label{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:10px;color:#94a3b899;white-space:nowrap;font-weight:500}.timeline-labels{display:flex;justify-content:space-between;font-size:12px;color:#64748b}.replay-data-info{display:flex;gap:20px;padding:16px;background:#0f172a66;border:1px solid rgba(71,85,105,.2);border-radius:8px}.replay-info-item{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:13px}.replay-info-item svg{color:#fb923c;flex-shrink:0}.replay-info-item strong{color:#e2e8f0;font-weight:600}.replay-setup-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid rgba(71,85,105,.3);background:#1e293b80}.replay-setup-btn{flex:1;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.replay-setup-cancel{background:#4755694d;color:#cbd5e1}.replay-setup-cancel:hover{background:#47556980;color:#e2e8f0}.replay-setup-load{background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;box-shadow:0 4px 12px #fb923c4d}.replay-setup-load:hover:not(:disabled){background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 6px 16px #fb923c66;transform:translateY(-1px)}.replay-setup-load:active:not(:disabled){transform:translateY(0)}.replay-setup-load:disabled,.replay-setup-load.disabled{background:#4755694d;color:#94a3b880;box-shadow:none;cursor:not-allowed;opacity:.5}.replay-control-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#0f172af2,#0f172afa);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(251,146,60,.3);box-shadow:0 -4px 20px #0000004d;z-index:9998;transform:translateY(100%);transition:transform .3s ease}.replay-control-bar.visible{transform:translateY(0)}.replay-controls-container{display:flex;align-items:center;gap:20px;padding:12px 20px;max-width:100%}.replay-controls-left{display:flex;align-items:center;gap:8px}.replay-control-btn{background:#1e293b99;border:1px solid rgba(71,85,105,.3);border-radius:8px;color:#e2e8f0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.replay-control-btn:hover{background:#334155cc;border-color:#fb923c80;color:#fb923c}.replay-play-btn{width:48px;height:48px}.replay-skip-btn{width:40px;height:40px;position:relative}.skip-label{position:absolute;bottom:2px;right:2px;font-size:9px;font-weight:700;color:currentColor}.play-icon,.pause-icon{transition:opacity .2s ease}.hidden{display:none}.replay-controls-center{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.replay-time-display{font-size:13px;font-weight:600;color:#cbd5e1;font-variant-numeric:tabular-nums;min-width:70px;text-align:center}.replay-timeline-container{flex:1;min-width:0}.replay-timeline{position:relative;height:32px;cursor:pointer;display:flex;align-items:center}.replay-timeline-track{position:absolute;left:0;right:0;height:6px;background:#47556966;border-radius:3px;top:50%;transform:translateY(-50%)}.replay-timeline-progress{position:absolute;left:0;height:6px;background:linear-gradient(90deg,#fb923c,#f97316);border-radius:3px;top:50%;transform:translateY(-50%);width:0%;transition:width .1s linear}.replay-timeline-buffer{position:absolute;left:0;height:6px;background:#fb923c33;border-radius:3px;top:50%;transform:translateY(-50%);width:0%}.replay-timeline-markers{position:absolute;left:0;right:0;height:100%;pointer-events:none}.replay-timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.replay-timeline-marker svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.5))}.marker-waypoint svg{color:#3b82f6}.marker-task-start svg{color:#10b981}.marker-task-end svg{color:#ef4444}.replay-timeline-thumb{position:absolute;width:16px;height:16px;background:#fb923c;border:2px solid white;border-radius:50%;top:50%;transform:translate(-50%,-50%);left:0%;box-shadow:0 2px 8px #0000004d;transition:transform .1s ease;z-index:3}.replay-timeline:hover .replay-timeline-thumb{transform:translate(-50%,-50%) scale(1.2)}.replay-timeline-tooltip{position:absolute;bottom:100%;margin-bottom:8px;padding:6px 10px;background:#0f172af2;border:1px solid rgba(251,146,60,.5);border-radius:6px;font-size:12px;font-weight:600;color:#fb923c;white-space:nowrap;pointer-events:none;transform:translate(-50%);opacity:0;transition:opacity .2s ease;z-index:4}.replay-timeline-tooltip.visible{opacity:1}.replay-timeline-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#fb923c80}.replay-controls-right{display:flex;align-items:center;gap:12px}.replay-speed-selector{position:relative}.replay-speed-btn{padding:10px 16px;gap:6px}.speed-label{font-size:13px;font-weight:600;min-width:32px;text-align:left}.replay-speed-menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#0f172afa;border:1px solid rgba(71,85,105,.5);border-radius:8px;box-shadow:0 -4px 20px #0000004d;padding:6px;display:flex;flex-direction:column;gap:4px;opacity:0;pointer-events:none;transform:translateY(4px);transition:all .2s ease}.replay-speed-menu.visible{opacity:1;pointer-events:all;transform:translateY(0)}.replay-speed-option{padding:8px 16px;background:#1e293b80;border:1px solid transparent;border-radius:6px;color:#cbd5e1;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;min-width:60px}.replay-speed-option:hover{background:#334155cc;border-color:#fb923c4d;color:#fb923c}.replay-speed-option.active{background:#fb923c33;border-color:#fb923c80;color:#fb923c}.replay-exit-btn{padding:10px 16px;gap:8px;background:#ef444426;border-color:#ef44444d;color:#ef4444}.replay-exit-btn:hover{background:#ef444440;border-color:#ef444480}.exit-label{font-size:13px;font-weight:600}@media (max-width: 768px){.replay-setup-panel{width:95%;max-height:90vh}.replay-time-inputs{grid-template-columns:1fr}.replay-data-info{flex-direction:column;gap:12px}.replay-controls-container{flex-wrap:wrap;gap:12px;padding:12px}.replay-controls-center{order:-1;width:100%}.exit-label{display:none}}.replay-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0f172af2;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:16px}.replay-loading-spinner{text-align:center;color:#e2e8f0}.replay-loading-spinner p{margin-top:16px;font-size:14px;color:#94a3b8}.spinner{width:48px;height:48px;margin:0 auto;border:4px solid rgba(251,146,60,.2);border-top-color:#fb923c;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.replay-loading-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.replay-loading-modal.visible{opacity:1;pointer-events:all}.replay-loading-content{text-align:center;padding:40px;background:#1e293b99;border:1px solid rgba(251,146,60,.3);border-radius:16px;box-shadow:0 20px 60px #00000080;min-width:320px}.replay-loading-spinner-large{margin-bottom:24px}.spinner-large{width:64px;height:64px;margin:0 auto;border:5px solid rgba(251,146,60,.2);border-top-color:#fb923c;border-radius:50%;animation:spin .8s linear infinite}.replay-loading-title{margin:0 0 12px;font-size:20px;font-weight:600;color:#fb923c}.replay-loading-message{margin:0;font-size:14px;color:#94a3b8;line-height:1.5}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.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;top:0;right:0;bottom:0;left: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,#353535cc 81%,#353535cc)}.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}
