:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#ffffffe6;background-color:#1c1c1c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0;box-sizing:border-box}#root{min-height:100vh;display:flex;position:relative;background:linear-gradient(135deg,#2c3e50,#4ca1af);overflow:hidden}.imgContainer{display:flex;flex-direction:column;max-height:100vh;width:100%}.bgImg{width:100%;height:100%;flex:1;object-fit:cover;filter:brightness(.75)}footer{position:fixed;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;background:#1c1c1ce6;box-shadow:0 0 20px #00000080}footer div{display:flex;flex-direction:column}footer h2{font-size:1.4rem;font-weight:600}footer h1{font-size:1rem;font-weight:300;color:#ffffffb3}footer button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);outline:none;color:#fff;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;cursor:pointer}footer button i{font-size:1.3rem}footer button:hover{background:#fff3;border-color:#ffffff80}.bgGradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to bottom,#112e33,transparent 25%)}.sidebar{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:10;background:#1c1c1cf2;box-shadow:0 0 30px #0009}.bgOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1c1ccc}.sidebarContents{z-index:15;position:relative;display:flex;flex-direction:column;gap:1.2rem;padding:2rem;overflow-y:scroll;height:100%;width:80%;max-width:700px;margin-left:auto;background:linear-gradient(90deg,#182027,#25545c);border-radius:12px}.header{display:flex;justify-content:space-between;align-items:center;padding:0 2px;box-sizing:border-box;margin-bottom:auto;width:100%}.nasalogo{font-size:1rem;color:#ffffffb3;text-decoration:none;margin-left:2px}.name{display:flex;align-items:center;font-size:1rem;color:#ffffffb3;margin-left:auto}.name i{font-size:1rem;margin-right:6px}.sidebarContents div{flex:1}.sidebarContents h2{font-weight:400;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1.6rem;color:#ffffffd9}.sidebarContents button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);outline:none;margin-right:auto;cursor:pointer;transition-duration:.3s;padding:.75rem 1.5rem;border-radius:50px}.sidebarContents button:hover{background:#fff3;border-color:#ffffff80}.descriptionTitle{font-size:1.3rem;font-weight:222;color:#fffc}.descriptionContainer{display:flex;flex-direction:column;gap:.2rem}.descriptionContainer .descriptionExplanation{font-weight:250}.loadingState{display:flex;align-items:center;justify-content:center;flex:1}.loadingState i{opacity:.4;font-size:3.5rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 640px){.sidebar{position:relative;inset:unset;min-width:30%;max-height:100vh;box-shadow:0 0 30px #0009}.sidebarContents{margin:unset;width:100%}.bgOverlay{right:0;left:unset;width:100vw}}
