/* SwitchInsights article nav + footer colour overrides.
   Matches the Stardust site theme (dark violet nav + footer)
   without applying the rest of the space background / canvas. */
.si-topbar,
.sticky-nav {
  background: rgba(8, 4, 28, 0.78) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(167, 139, 250, 0.15);
}
.sticky-nav.scrolled {
  background: rgba(8, 4, 28, 0.92) !important;
}

.footer,
.site-footer,
footer.footer,
footer.site-footer,
.si-footer,
footer.si-footer {
  background: #08041c !important;
  border-top: 1px solid rgba(167, 139, 250, 0.15);
  color: #e9e7f5;
  position: relative;
  z-index: 1;
}

.footer a,
.site-footer a,
.si-footer a {
  color: #c4b5fd;
}
