/* Shared biolink galaxy background (single root asset) */
html.theme-galaxy.dark body {
    background: url('/galaxy-bg-new.jpg') top right / cover no-repeat fixed !important;
    background-color: #030014 !important;
    position: relative;
}
@media (max-width: 1024px) {
    html.theme-galaxy.dark body {
        background-position: left top !important;
        background-attachment: scroll !important;
    }
}
html.theme-galaxy.dark .glass,
html.theme-galaxy.dark [class*="backdrop-blur"] {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
html.theme-galaxy.dark body::before {
    display: none !important;
}
html.theme-galaxy.dark header.fixed.top-0,
html.theme-galaxy.dark aside.fixed.left-0,
html.theme-galaxy.dark footer.fixed.bottom-0 {
    background-color: rgba(8, 9, 30, 0.96) !important;
}
