:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#030615;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow:hidden}*{padding:0;margin:0;box-sizing:border-box;overflow:hidden}#root{min-height:100vh;display:flex;display:relative}.imgContainer{display:flex;flex-direction:column;max-height:100vh}.bgImage{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 h2{font-size:1.4rem}footer h1{font-size:.9rem;font-weight:200}footer div{display:flex;flex-direction:column;gap:.5rem}footer button{background:transparent;border:none;outline:none;color:#fff;padding:1rem;transition-duration:.6s;cursor:pointer}footer button i{font-size:1.6rem}footer button:hover{opacity:.7}.bgGradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#030615,#fff0)}.sidebar{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:10;padding:2rem}.bgOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#030615;opacity:.4}.sibebarContents{z-index:15;position:relative;display:flex;flex-direction:column;gap:1rem;overflow-y:scroll;height:100%;width:90%;max-width:800px;margin-left:auto;background:#030615}.sibebarContents h2{font-weight:200;font-size:1.4rem}.sibebarContents div{flex:1}.sibebarContents button{background:transparent;color:#000;border:none;outline:none;margin-right:auto;padding:20px;background:#fff;display:flex;align-items:center;border-radius:50%;margin-left:.5rem;cursor:pointer;transition-duration:.2s}.sibebarContents button:hover{opacity:.7}.descriptionContainer{display:flex;flex-direction:column;gap:1.5rem}.descriptionTitle{font-size:1.1rem;font-weight:100;z-index:10}.loadingState{display:flex;align-items:center;justify-content:center;flex:1}.loadingState i{opacity:.2;font-size:3rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.videoWrapper{width:100%;height:100%;flex:1;object-fit:cover;text-align:center}.videoWrapper iframe{position:absolute;top:0;left:0;right:0;width:100%;height:80vh;border:none;margin:auto}@media (min-width: 640px){.sidebar{position:fixed;inset:unset;min-width:30%;height:100vh;box-shadow:0 0 40px 1px #030615;right:0}.sidebarContents{margin:unset;width:100%;overflow:hidden}}@media (max-width: 400px){.descriptionTitle{background-color:#030615;font-size:22px;z-index:500}}
