@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow{0%,to{text-shadow:0 0 5px #fde047,0 0 10px #fde047,0 0 15px #fde047,0 0 20px #eab308;box-shadow:0 0 5px #fde047,0 0 10px #eab308,0 0 20px #eab308}50%{text-shadow:0 0 10px #fde047,0 0 20px #eab308,0 0 30px #eab308,0 0 40px #ca8a04;box-shadow:0 0 10px #ca8a04,0 0 20px #ca8a04,0 0 40px #ca8a04}}@keyframes subtle-pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.15;transform:scale(1.02)}}.particle-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background-color:#000}.particle{position:absolute;font-family:Times New Roman,serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#166534;text-shadow:0 0 5px #22c55e;animation:fall linear infinite}@keyframes fall{to{transform:translateY(100vh);opacity:0}}.sigil{animation:subtle-pulse 10s ease-in-out infinite}.glow-button{transition:all .3s ease-in-out}.glow-button:focus,.glow-button:hover{animation:glow 1.5s ease-in-out infinite}