html,body{overflow:hidden;margin:0;padding:0;width:100%;height:100%}#orbitTraceLoadingScreen{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity 1s ease}.orbitTraceLoadingContent{width:320px;text-align:center;font-family:Arial,sans-serif}.orbitTraceLoadingContent h1{margin:0 0 12px;font-size:42px;letter-spacing:8px;color:#fff}.orbitTraceLoadingContent p{margin:0 0 25px;font-size:12px;letter-spacing:3px;color:#888}.orbitTraceLoadingBar{width:100%;height:3px;background:#222;overflow:hidden}#loadingProgress{width:0%;height:100%;background:#fff;transition:width .2s ease}#loadingPercent{display:block;margin-top:10px;font-size:11px;color:#777;letter-spacing:2px}#satelliteInfoPanel{position:fixed;top:0;left:0;width:340px;height:100vh;background:#0a0a0af2;border-left:1px solid #333;z-index:500;transform:translate(-100%);transition:transform .35s ease;color:#fff;font-family:Arial,sans-serif;box-sizing:border-box}#satelliteInfoPanel.open{transform:translate(0)}.satelliteInfoHeader{display:flex;align-items:center;justify-content:space-between;padding:21px;border-bottom:1px solid #333}.satelliteInfoHeader h2{margin:0;font-size:16px;letter-spacing:2px}.satelliteInfoContent{padding:24px}.satelliteInfoContent h3{margin:0 0 28px;font-size:22px;color:#9cff00}.satelliteInfoRow{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #222}.satelliteInfoRow span{color:#777;font-size:12px;letter-spacing:1px}.satelliteInfoRow strong{color:#fff;font-size:13px;font-weight:400}.orbitTraceSatelliteSearch{position:fixed;top:35px;left:30px;z-index:10}#orbitTraceSatelliteSearchInput{width:220px;padding:12px 18px;border:1px solid rgba(156,255,0,.4);border-radius:8px;background:#0a0f14d9;color:#fff;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#orbitTraceSatelliteSearchInput::placeholder{color:#ffffff80}#orbitTraceSearchInput:focus{border-color:#9cff00}.groundTrackSection{margin-top:20px}.groundTrackSection h3{margin-bottom:20px}.groundTrackMap{width:100%;aspect-ratio:2 / 1;overflow:hidden;border-radius:8px}.groundTrackMap img{width:100%;height:100%;object-fit:cover;display:block}.groundTrackMap{position:relative}#groundTrackCanvas{position:absolute;top:0;left:0;width:100%;height:100%}.orbitTraceReplaySection{margin-top:50px}.orbitTraceReplaySection h3{margin-bottom:10px}#orbitTraceReplaySlider{width:100%;cursor:pointer}.orbitTraceReplayControls{display:flex;align-items:center;justify-content:space-between;margin-top:10px;gap:10px}#orbitTraceReplayTime{font-size:13px;opacity:.8}#orbitTraceReplayButton{padding:8px 12px;border-radius:6px;cursor:pointer}
