/* Skip link: visível só no foco de teclado — não no cabeçalho. */
.skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content:focus {
  position: fixed;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  padding: 0.65rem 1rem;
  background: var(--accent, #ea580c);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
}
body.play-mode .skip-to-content,
body.first-run .skip-to-content {
  display: none !important;
}
body.play-mode .help-chat-fab,
body.play-mode .help-chat-panel,
body.play-mode .wa-floating-btn {
  display: none !important;
}
