:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#181717;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;display:relative}.apodContainer{display:flex;flex-direction:column}.apodImage{width:100%;height:100%;flex:1;object-fit:cover}footer{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;gap:1rem;padding:1rem}footer div{display:flex;flex-direction:column}footer h3{font-weight:200}footer h2{font-weight:400}footer button{background:transparent;color:#fff;border:none;outline:none;padding:2rem;font-size:2rem;transition-duration:.3s}footer button:hover{opacity:.7;cursor:pointer}.apodGradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#181717,#fff0)}.sidebar{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;z-index:10}.apodOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#181717;opacity:0;transition:opacity .5s ease}.sidebar-visible .apodOverlay{opacity:.6}.sidebarContents{z-index:15;position:relative;display:flex;flex-direction:column;gap:1rem;padding:1rem;overflow-y:scroll;height:100%;max-width:800px;margin-left:auto;background:#181717;transform:translate(100%);transition:transform .5s ease}.sidebar-visible .sidebarContents{transform:translate(0)}.sidebarContents div{flex:1}.sidebarContents h3{margin-bottom:.5rem}.sidebarContents button{background:transparent;color:#fff;border:none;outline:none;margin-right:auto;transition-duration:.3s;font-size:1.5rem}.sidebarContents button:hover{opacity:.7;cursor:pointer}@media (min-width: 640px){.sidebar{position:relative;inset:unset;min-width:30%;box-shadow:0 0 40px 1px #040404}.sidebarContents{margin:unset}}
