:root{--bg0: #05080f;--bg1: #0c1222;--bg2: #131c30;--text: #dbe7ff;--muted: #7f90b8;--line: #2a3553;--accent: #6ec5ff;--accent-2: #94e8ff}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 15% 15%,rgba(77,122,255,.15),transparent 30%),radial-gradient(circle at 80% 20%,rgba(110,197,255,.12),transparent 25%),linear-gradient(150deg,var(--bg0),var(--bg1) 50%,#060a14);scrollbar-color:#2d5f9a #0b1426;scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#0b1426}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2b5f9d,#1e456f);border:2px solid #0b1426;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3a76bc,#275483)}.app-grid{display:grid;grid-template-columns:380px 1fr;height:100%;min-height:0}.sidebar{border-right:1px solid var(--line);background:#070b14c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px;overflow:hidden;display:flex;flex-direction:column;gap:12px}.sidebar-top{flex:1 1 auto;min-height:0;overflow:auto;padding-right:2px}.sidebar-bottom{flex:0 0 auto;border-top:1px solid #20304d;padding-top:10px}.panel{border:1px solid var(--line);background:#10182b99;border-radius:12px;padding:12px;margin-bottom:12px}h1{font-size:17px;margin:0 0 12px;letter-spacing:.04em}h2{font-size:12px;margin:0 0 10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}input,select,button{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #324162;background:#0e1629;color:var(--text)}button{background:linear-gradient(130deg,#184060,#105d80);border-color:#2a6d8f;cursor:pointer}button.secondary{background:#172136}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.row{margin-bottom:8px}.small{font-size:12px;color:var(--muted)}.items{max-height:220px;overflow:auto;border:1px solid var(--line);border-radius:8px}.filtered-list{max-height:280px;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#090e1a8c}.filtered-list-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid #1f2a45;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .12s ease,color .12s ease}.filtered-list-item:hover{background:#1f3a613d}.filtered-list-item.is-active{background:#10b98133}.filtered-list-item:last-child{border-bottom:0}.filtered-list-name{font-size:12px;color:#dbe7ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filtered-list-id{font-size:12px;color:#93c5fd;flex:0 0 auto}.item{display:flex;justify-content:space-between;gap:8px;padding:8px;border-bottom:1px solid #1f2a45;font-size:12px}.item:last-child{border-bottom:0}.menu-links{display:flex;flex-direction:column;gap:8px}.menu-links a{color:#93c5fd;text-decoration:none;font-size:12px}.menu-links a:hover{color:#bfdbfe;text-decoration:underline}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0206179e;display:grid;place-items:center;padding:16px}.dialog-card{width:min(520px,100%);max-height:min(90vh,760px);overflow:auto;border:1px solid var(--line);background:#0a101efa;border-radius:12px;padding:14px;box-shadow:0 16px 40px #00000073}.globe-wrap{position:relative;height:100%;min-height:0;overflow:hidden}.globe-stage,.globe-mount{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.globe-mount canvas{display:block;width:100%;height:100%}.sat-hover-tag{position:fixed;transform:translate(-50%,-120%);z-index:50;max-width:300px;padding:4px 8px;border:1px solid #1e293b;border-radius:6px;background:#020617eb;color:#e2e8f0;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.globe-legend{position:absolute;top:12px;left:12px;pointer-events:auto;z-index:30}.globe-legend-item{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0 0 2px;opacity:1}.globe-legend-item.is-off{opacity:.35}.globe-legend-dot{width:6px;height:6px;min-width:6px;border-radius:9999px;background:#64748b}.globe-legend-label{font-size:10px;line-height:1.1;letter-spacing:.08em;color:#94a3b8;text-transform:uppercase}.globe-legend-dot.sun{background:#fde047;box-shadow:0 0 6px #fde047}.globe-legend-dot.moon{background:#ccb}.globe-legend-dot.leo{background:#22d3ee}.globe-legend-dot.meo{background:#facc15}.globe-legend-dot.geo{background:#fff}.globe-legend-dot.not-visible{background:#475569}.globe-legend-dot.iss{background:#fb923c}.globe-legend-dot.user{background:#60a5fa}.globe-legend-dot.selected{background:#34d399}.globe-legend-dot.jwst{background:#f59e0b;box-shadow:0 0 6px #f59e0b}@media(max-width:1024px){.app-grid{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(320px,50vh)}.sidebar{border-right:0;border-bottom:1px solid var(--line)}}
