.topbar{position:fixed;top:0;padding:.5rem;width:calc(100dvw - 4rem);z-index:10;background:transparent;display:flex;border-radius:1.5rem;transition:all .5s cubic-bezier(.445,.05,.55,.95);align-items:center}.topbar.scrolled{background-color:#000;position:fixed;margin:.5rem;background-image:var(--primary-radial-glow-left);box-shadow:var(--dark-glow-widespread)}.topbar-drawer-paper{background:radial-gradient(circle at top right,var(--secondary-background),transparent);padding:1rem .75rem;gap:.5rem;display:flex;flex-direction:column}@media (min-width:1200px){.topbar{display:none}}@media (max-width:599px){.topbar{width:calc(100dvw - 2rem);align-items:center}}@media (min-width:600px){.topbar-drawer{display:none}}.fixed-footer{padding:2rem 1.5rem 1rem;width:100%;border-top:.25px solid var(--highlight-background-40)}.footer-navigation-text{color:var(--highlight-background);font-weight:600;cursor:pointer;font-size:.9rem}@media (min-width:1200px){.fixed-footer{display:none}}