:root{--BackgroundOverlay:#0a0b10d9;--BackgroundSidebar:#121621;--BackgroundSunken:#0a0b0f;--BackgroundRaised:#1f222e;--BackgroundHover:#273049;--AccentCyan:#00ace6;--AccentCyanDim:#00ace626;--AccentCyanGlow:#00ace666;--AccentBlueGradient:linear-gradient(135deg, #00ace6, #06c);--AccentHoverGradient:linear-gradient(135deg, #00bfff, #0073e6);--TextBright:#fff;--TextPrimary:#eff2f5;--TextSecondary:#acb6c3;--TextMuted:#707d8f;--BorderDim:#24262e;--BorderBright:#5a6072;--BorderGlow:#00ace699;--ShadowInsetDepth:inset 0 2px 4px #0009;--ShadowCardAmbient:0 4px 14px #00000080;--TextShadowHeading:0 2px 4px #00000080}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#LoadingOverlay{z-index:200;background-color:var(--BackgroundOverlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}#LoadingCard{width:300px;height:180px;color:var(--TextPrimary);box-shadow:var(--ShadowCardAmbient), 0 0 20px #00ace61a;border:1px solid var(--BorderBright);background-color:#646464;border-radius:12px;padding:30px;position:fixed}.Spinner{border:4px solid #ffffff14;border-top-color:var(--AccentCyan);border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}#AppContainer{width:100%;height:100%;display:flex;position:relative}#cesiumContainer{flex:1;height:100%;transition:all .3s cubic-bezier(.25,1,.5,1);position:relative}.ToggleBtn{cursor:pointer;z-index:101;color:#b4b4b4;background-color:#0003;border:2px solid #c8c8c8;border-radius:10%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;position:fixed;top:15px}.ToggleBtn img{object-fit:contain;width:80%;height:90%}#ToggleLeftSidebar{left:15px}#ToggleRightSidebar{right:15px}.Sidebar{box-sizing:border-box;z-index:100;background-color:var(--BackgroundSidebar);flex-direction:column;width:0;height:100%;transition:width .3s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden}.Sidebar.open{width:320px!important}#LeftSidebar{border-right:1px solid var(--BorderDim)}#RightSidebar{border-left:1px solid var(--BorderDim)}.Sidebar hr{background:linear-gradient(60deg, transparent, var(--BorderBright), transparent);border:0;align-self:center;width:90%;height:4px;margin:7px 0;padding:0;position:relative}.FilterHeader{color:var(--TextPrimary);text-shadow:var(--TextShadowHeading);margin:0 0 2%;font-size:15px;font-weight:700;position:relative;left:5%}#NameSearch{background-color:var(--BackgroundSunken);border:2px solid var(--BorderBright);width:65%;height:30px;color:var(--TextPrimary);box-shadow:var(--ShadowInsetDepth);border-radius:30px;outline:none;margin-bottom:5%;padding:0 5%;position:relative;top:15px;left:60px}#NameSearch:focus{border-color:var(--BorderGlow);box-shadow:var(--ShadowInsetDepth), 0 0 8px var(--AccentCyanGlow)}#NameSearch::placeholder{color:var(--TextMuted);font-weight:700}#DateContainer{justify-content:space-evenly;align-items:center;width:100%;margin:0;padding:0;display:flex}.FilterLaunchDate{text-align:center;background-color:var(--BackgroundSunken);border:2px solid var(--BorderBright);width:40%;height:28px;color:var(--TextSecondary);box-shadow:var(--ShadowInsetDepth);border-radius:4px;outline:none;font-size:13px;position:relative}.FilterLaunchDate:focus{border-color:var(--BorderGlow);box-shadow:var(--ShadowInsetDepth), 0 0 8px var(--AccentCyanGlow)}.FilterRow{box-sizing:border-box;gap:5%;width:100%;padding:0 5%;display:flex}.FilterGroup{flex-direction:column;flex:1;display:flex}.FilterGroup .FilterHeader{position:static}.MultiselectContainer{width:100%;position:relative}.MultiselectTrigger{cursor:pointer;box-sizing:border-box;-webkit-user-select:none;user-select:none;background-color:var(--BackgroundSunken);width:100%;height:32px;color:var(--TextSecondary);border:2px solid var(--BorderBright);box-shadow:var(--ShadowInsetDepth);border-radius:4px;justify-content:space-between;align-items:center;padding:0 10px;font-family:sans-serif;font-size:13px;display:flex}.MultiselectTrigger:hover{border-color:var(--TextMuted);color:var(--TextPrimary)}.MultiselectOptions{z-index:101;box-sizing:border-box;background-color:var(--BackgroundRaised);border:2px solid var(--BorderBright);border-radius:4px;width:130%;max-height:250px;padding:4px 0;display:none;position:absolute;top:36px;left:0;overflow-y:auto;box-shadow:0 8px 24px #000000b3}.MultiselectOptions.open{display:block}#SiteOptions{width:100%}.MultiselectItem{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--TextSecondary);align-items:center;padding:6px 12px;font-family:sans-serif;font-size:13px;display:flex}.MultiselectItem:hover{background-color:var(--BackgroundHover);color:var(--TextPrimary)}.MultiselectItem input[type=checkbox]{cursor:pointer;accent-color:var(--AccentCyan);margin-right:10px}#SearchSubmit{cursor:pointer;background:var(--AccentBlueGradient);width:240px;height:35px;color:var(--TextBright);box-shadow:0 4px 12px var(--AccentCyanDim);text-shadow:0 1px 2px #0006;border:2px solid #ffffff26;border-radius:35px;align-self:center;font-size:20px;font-weight:700;position:relative}#SearchSubmit:hover{background:var(--AccentHoverGradient);box-shadow:0 4px 16px var(--AccentCyanGlow)}#SearchScroll{background-color:var(--BackgroundSunken);width:93%;box-shadow:var(--ShadowInsetDepth);border-radius:5px;flex-direction:column;flex:1;align-self:center;display:flex;overflow:hidden scroll}#SearchScroll::-webkit-scrollbar{width:6px}#SearchScroll::-webkit-scrollbar-track{background:var(--BackgroundSunken)}#SearchScroll::-webkit-scrollbar-thumb{background:var(--BorderBright);border-radius:3px}#SearchScroll::-webkit-scrollbar-thumb:hover{background:var(--TextMuted)}#SearchScrollPage{background-color:var(--BackgroundSunken);border:1px solid var(--BorderDim);width:55%;height:45px;box-shadow:var(--ShadowCardAmbient);border-radius:7px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;gap:5px;margin:10px 0;display:flex}.PageBtn{background-color:var(--BackgroundRaised);width:33px;height:33px;color:var(--TextSecondary);border:1px solid var(--BorderDim);border-radius:5px}.PageBtn:hover{background-color:var(--BackgroundHover);color:var(--TextPrimary);border:1px solid var(--TextMuted)}#PageNo{background-color:var(--BackgroundRaised);width:50%;height:23px;color:var(--TextPrimary);border:1px solid var(--BorderDim);border-radius:5px;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:inline-flex}.SatCard{cursor:pointer;background-color:var(--BackgroundRaised);border:1px solid var(--BorderDim);width:95%;height:90px;box-shadow:var(--ShadowCardAmbient);border-radius:5px;align-items:center;margin:5px auto;display:flex}.SatCard:hover{background-color:var(--BackgroundHover);border-color:var(--BorderGlow);box-shadow:0 4px 14px #0009,0 0 10px #60e60026}.SatCard img{background-color:var(--BackgroundSunken);border:1px solid var(--BorderDim);border-radius:5px;width:80px;height:80px;margin:5px}.SatCard .SatCardDetails{flex-direction:column;flex:1;min-width:0;height:100%;padding:5px;display:flex}.SatCard .SatName{white-space:nowrap;text-overflow:ellipsis;color:var(--TextPrimary);text-shadow:var(--TextShadowHeading);margin-top:3px;margin-bottom:5px;font-size:20px;font-weight:600;overflow:hidden}.SatCard .CountryDetails,.SatCard .IdDetails{align-items:center;gap:8px;width:100%;margin-bottom:3px;display:flex}.SatCard .CountryDetails span,.SatCard .IdDetails span{text-overflow:ellipsis;color:var(--TextSecondary);font-family:sans-serif;font-size:11px;font-weight:500;overflow:hidden}.SatCard .Country,.SatCard .Norad{width:77px}
