/* No layout removal: closed features retain their original space and labels. */
html[data-release-mode="lottery-only"] [data-feature-locked="true"] {
  cursor: not-allowed !important;
  color: #90979f !important;
  border-color: #343a41 !important;
  background-color: #1b2025 !important;
  box-shadow: none !important;
  filter: grayscale(1);
  opacity: .65 !important;
  text-decoration: none !important;
  transform: none !important;
}
html[data-release-mode="lottery-only"] [data-feature-locked="true"] :is(strong,b,span,small,em) { color: inherit !important; }
html[data-release-mode="lottery-only"] #navPill [data-feature-locked="true"] { background: transparent !important; border-color: transparent !important; }
html[data-release-mode="lottery-only"] #boxPicker [data-feature-locked="true"] { opacity: .6 !important; }
