body.shader-active{background-color:transparent}body::after{content:'';position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E3A8A' fill-opacity='0.04'%3E%3Cpath d='M50 35 C50 45 55 50 65 50 C55 50 50 55 50 65 C50 55 45 50 35 50 C45 50 50 45 50 35 Z' /%3E%3Ccircle cx='15' cy='15' r='2' /%3E%3Ccircle cx='85' cy='85' r='1.5' /%3E%3Cpolygon points='85,10 88,15 85,20 82,15' /%3E%3Cpolygon points='15,80 17,85 15,90 13,85' /%3E%3C/g%3E%3C/svg%3E");z-index:-1;pointer-events:none}#nomen-form .btn-primary{animation:btnVibrate 3s infinite}@keyframes btnVibrate{0%,100%,80%{transform:translateX(0)}82%,86%,90%,94%,98%{transform:translateX(-2px)}84%,88%,92%,96%{transform:translateX(2px)}}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{100%{transform:rotate(360deg)}}.lucky-day-alert{animation:pulseAlert 2.5s infinite}@keyframes pulseAlert{0%{box-shadow:0 0 0 0 rgba(251,211,141,.6)}70%{box-shadow:0 0 0 8px rgba(251,211,141,0)}100%{box-shadow:0 0 0 0 rgba(251,211,141,0)}}.alchemist-avatar img{animation:floatAvatar 4s ease-in-out infinite}.logo-alchemist:hover .small-avatar img{animation:floatAvatar 2s ease-in-out infinite}@keyframes floatAvatar{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-enter{animation:mysticalFadeIn .4s ease-out forwards}.fade-exit{animation:mysticalFadeOut .4s ease-in forwards}@keyframes mysticalFadeIn{from{opacity:0;transform:translateY(30px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes mysticalFadeOut{from{opacity:1;transform:translateY(0);filter:blur(0)}to{opacity:0;transform:translateY(-10px);filter:blur(4px)}}.fade-enter .stagger-1{animation:mysticalFadeIn .5s ease-out .1s both}.fade-enter .stagger-2{animation:mysticalFadeIn .5s ease-out .3s both}.fade-enter .stagger-3{animation:mysticalFadeIn .5s ease-out .5s both}.suck-in{animation:suckIn .6s cubic-bezier(.55,.085,.68,.53) forwards}.pop-out{animation:popOut .8s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes suckIn{0%{opacity:1;transform:scale(1);filter:blur(0)}100%{opacity:0;transform:scale(.2);filter:blur(15px)}}@keyframes popOut{0%{opacity:0;transform:scale(.2);filter:blur(15px)}100%{opacity:1;transform:scale(1);filter:blur(0)}}.question-fade-out{animation:quizQuestionOut .3s forwards ease-in}.question-fade-in{animation:quizQuestionIn .3s forwards ease-out}@keyframes quizQuestionOut{from{opacity:1;transform:scale(1);filter:blur(0)}to{opacity:0;transform:scale(.95);filter:blur(5px)}}@keyframes quizQuestionIn{from{opacity:0;transform:scale(1.05);filter:blur(5px)}to{opacity:1;transform:scale(1);filter:blur(0)}}