/* FoundryOS Lens anti-flicker — auto-generated, do not edit */
h1,
p,
h2 {
  opacity: 0 !important;
  animation: foundry-reveal 0s 3s forwards;
}
.foundry-lens-focused {
  opacity: 1 !important;
  animation: none !important;
  transition: opacity 0.4s ease-out;
}
@keyframes foundry-reveal {
  to { opacity: 1; }
}
