.header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7);
}

.dark .header {
  background: rgba(0, 0, 0, 0.4);
}
