@keyframes notifCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notif-card-enter{animation:notifCardFadeIn .5s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--notif-stagger, 0) * 52ms)}@keyframes notifBellPanelIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notif-bell-panel-enter{animation:notifBellPanelIn .15s ease-out both}@keyframes notifBellSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.notif-bell-sheet-enter{animation:notifBellSheetUp .15s ease-out both}@keyframes avatarMenuFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.avatar-menu-enter{animation:avatarMenuFadeIn .15s ease-out both}@media (prefers-reduced-motion:reduce){.avatar-menu-enter,.notif-bell-panel-enter,.notif-bell-sheet-enter{animation:none}}@keyframes notifBannerSlideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.notif-banner-slide-enter{animation:notifBannerSlideDown .38s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.notif-banner-slide-enter{animation:none}}@keyframes smartAlertSlideDown{0%{opacity:0;transform:translate(-50%,-120%)}to{opacity:1;transform:translate(-50%)}}.smart-alert-slide-enter{animation:smartAlertSlideDown .42s cubic-bezier(.22,1,.36,1) both}@keyframes smartAlertLightningPulse{0%,to{filter:drop-shadow(0 0 1px rgba(250,204,21,.55));transform:scale(1) rotate(-6deg)}50%{filter:drop-shadow(0 0 14px rgba(250,204,21,.95));transform:scale(1.12) rotate(6deg)}}.smart-alert-lightning-icon{animation:smartAlertLightningPulse .85s ease-in-out infinite;color:#facc15;background:color-mix(in srgb,#422006 55%,var(--color-bg))}.smart-alert-lightning-border{border-color:rgba(250,204,21,.55)!important;box-shadow:0 0 0 1px rgba(250,204,21,.25),0 0 24px rgba(250,204,21,.22),0 20px 50px -12px rgba(0,0,0,.55)}@keyframes smartAlertPulseRing{0%{transform:scale(.35);opacity:.65}to{transform:scale(2.4);opacity:0}}.smart-alert-pulse-ring:before{content:"";position:absolute;width:120px;height:120px;border-radius:9999px;border:2px solid color-mix(in srgb,var(--color-accent) 55%,transparent);animation:smartAlertPulseRing 1.6s ease-out infinite}@keyframes smartAlertComet{0%{transform:translateX(-40%) skewX(-12deg);opacity:0}12%{opacity:1}to{transform:translateX(140%) skewX(-12deg);opacity:0}}.smart-alert-comet:after{content:"";position:absolute;left:0;top:50%;width:42%;height:3px;margin-top:-1px;border-radius:9999px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--color-accent) 88%,#fff),transparent);filter:blur(.5px);box-shadow:0 0 16px color-mix(in srgb,var(--color-accent) 70%,transparent);animation:smartAlertComet 2.2s ease-in-out infinite}html.ats-animations-disabled .avatar-menu-enter,html.ats-animations-disabled .notif-bell-panel-enter,html.ats-animations-disabled .notif-bell-sheet-enter,html.ats-animations-disabled .notif-card-enter,html.ats-animations-disabled .smart-alert-comet:after,html.ats-animations-disabled .smart-alert-lightning-icon,html.ats-animations-disabled .smart-alert-pulse-ring:before,html.ats-animations-disabled .smart-alert-slide-enter{animation:none!important}