/*
 * Topbar shell unify — completion layer (loads last)
 * Browse/shell pages: snap topbar to viewport top, match profile offset feel.
 * Profile pages: step116 owns topbar + padding; rules here are no-ops for them.
 */

html body .filmparty-home > .topbar-glass,
html body .catalog-page > .topbar-glass,
html body .search-results-page > .topbar-glass,
html body .actor-profile-page > .topbar-glass,
html body .director-profile-page > .topbar-glass {
    position: fixed !important;
    top: 0 !important;
    inset-block-start: 0 !important;
}
