/* SYNTHIQ Architecture Phase 1A compatibility CSS bundle.
   Preserve the validated runtime injection timing while consolidating
   the stylesheet entry point. Import order exactly matches config.js. */
@import url('./v3.5.3-rc.css');
@import url('./light-mode-visibility-fix.css');
@import url('./player-v3.5.4.css');
@import url('./player-v3.5.4-experience.css');
@import url('./v3.5.4-button-responsiveness.css');
@import url('./v3.5.5-ux-p1.css');
@import url('./v3.6-auth.css');
@import url('./v3.6-about.css');
@import url('./v3.6-admin-manager.css');
@import url('./v3.6-profile.css');
@import url('./v3.6-premium.css');
@import url('./v3.6-close-controls.css');
@import url('./v3.6-content-community.css');
@import url('./v3.6-community-hero.css');
@import url('./v3.6-member-notification-polish.css');
@import url('./v3.6-staging-repairs.css');
@import url('./v3.6-global-theme-contrast.css');
@import url('./v3.6-social-hub.css');
@import url('./v3.6-clean-baseline-shell.css');
@import url('./v3.6-mobile-hero-header-clean.css');
@import url('./v3.6-recovery-auth.css');
@import url('./v3.6-community-expanded.css');
@import url('./v3.6-community-workspace-polish.css');
@import url('./v3.6-community-thread-refine.css');
@import url('./v3.6-ios-theme-polish.css');
@import url('./v3.6-layout-state-hardening.css');
@import url('./v3.6-compact-workspace-flow.css');
@import url('./v3.6-portrait-bottom-nav-fixed.css');
@import url('./v3.6-responsive-ui-audit.css');
@import url('./v3.6-nonhome-shell-contract.css');
@import url('./v3.6-nonhome-minimal-frame.css');
@import url('./v3.6-community-social-unified.css');
@import url('./v3.6-global-view-modes.css?v=20260825b');
@import url('./v3.6-about-responsive-contract.css?v=20260825a');
@import url('./v3.6-disable-pull-refresh.css?v=20260825a');
@import url('./v3.6-brand-refresh.css?v=20260825c');
@import url('./v3.6-theme-qa-contract.css?v=20260825b');
@import url('./v3.6-community-about-landscape-hardening-v2.css?v=20260825b');
@import url('./v3.6-synthiq-music-cleanup-v1.css?v=20260825a');

html:not(.synthiq-current-ready) .navbar,
html:not(.synthiq-current-ready) .app-shell,
html:not(.synthiq-current-ready) .mini-player,
html:not(.synthiq-current-ready) #publicViewHost,
html:not(.synthiq-current-ready) .v36-now-playing-view {
  opacity: 0;
  visibility: hidden;
}
html.synthiq-current-ready .navbar,
html.synthiq-current-ready .app-shell,
html.synthiq-current-ready .mini-player,
html.synthiq-current-ready #publicViewHost,
html.synthiq-current-ready .v36-now-playing-view {
  opacity: 1;
  visibility: visible;
  transition: opacity .12s ease;
}
.navbar-right [aria-label="Notifications"],
.navbar-right [aria-label^="Notifications"],
.v36-notification-panel,
#notifBadge {display:none!important}
