.help-overlay {
  display:none; position:fixed; inset:0; z-index:1000;
  background:rgba(0,0,0,0.6); backdrop-filter:blur(4px);
  animation:fadeIn 0.2s ease;
}

.help-overlay.visible { display:flex; align-items:center; justify-content:center; }
